Quadratic Equations: Question 1

Syllabus E2.4, E2.5

Structured Extended 4 marks

A quadratic expression is given by 2x2+5x122x^2 + 5x - 12.

(a) Factorise 2x2+5x122x^2 + 5x - 12 completely. [2]

(b) Hence, or otherwise, solve the equation 2x2+5x=12.2x^2 + 5x = 12. Give both roots exactly. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Factorise 2x2+5x122x^2 + 5x - 12

Because the coefficient of x2x^2 is not 11 (a non-monic quadratic), use the “split the middle term” method.

Step 1: Find the key product and sum. Multiply the leading coefficient by the constant term: a×c=2×(12)=24.a \times c = 2 \times (-12) = -24. We need two numbers whose product is 24-24 and whose sum is +5+5 (the coefficient of xx).

Testing factor pairs of 24-24:

PairSum
+24,1+24,\,-12323
+12,2+12,\,-21010
8,+3-8,\,+35-5
+8,3+8,\,-3+5\mathbf{+5}

The required numbers are +8+8 and 3-3.

Step 2: Rewrite the middle term and group. 2x2+5x12=2x2+8x3x122x^2 + 5x - 12 = 2x^2 + 8x - 3x - 12 =2x(x+4)3(x+4)= 2x(x + 4) - 3(x + 4) =(x+4)(2x3).= (x + 4)(2x - 3).

Check by expanding: (2x3)(x+4)=2x2+8x3x12=2x2+5x12(2x-3)(x+4) = 2x^2 + 8x - 3x - 12 = 2x^2 + 5x - 12

2x2+5x12=(2x3)(x+4)\boxed{2x^2 + 5x - 12 = (2x - 3)(x + 4)}

Part (b): Solve 2x2+5x=122x^2 + 5x = 12

Step 1: Rearrange to the form =0=0. The zero-product rule (“if a product is 00, one of the factors is 00”) only applies when one side is zero, so move everything to the left: 2x2+5x12=0.2x^2 + 5x - 12 = 0.

Step 2: Use the factorisation from part (a). (2x3)(x+4)=0.(2x - 3)(x + 4) = 0.

Step 3: Set each factor equal to zero. 2x3=02x=3x=322x - 3 = 0 \quad\Rightarrow\quad 2x = 3 \quad\Rightarrow\quad x = \tfrac{3}{2} x+4=0x=4x + 4 = 0 \quad\Rightarrow\quad x = -4

x=32orx=4\boxed{x = \tfrac{3}{2} \quad \text{or} \quad x = -4}

Alternative method (quadratic formula, useful as a check)

For 2x2+5x12=02x^2 + 5x - 12 = 0 with a=2, b=5, c=12a=2,\ b=5,\ c=-12: x=b±b24ac2a=5±524(2)(12)2(2)=5±25+964=5±1214=5±114.x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-5 \pm \sqrt{5^2 - 4(2)(-12)}}{2(2)} = \frac{-5 \pm \sqrt{25 + 96}}{4} = \frac{-5 \pm \sqrt{121}}{4} = \frac{-5 \pm 11}{4}. This gives x=5+114=64=32orx=5114=164=4,x = \frac{-5 + 11}{4} = \frac{6}{4} = \frac{3}{2} \qquad \text{or} \qquad x = \frac{-5 - 11}{4} = \frac{-16}{4} = -4, which confirms the factorising answer.

Verification by substitution

  • x=32x = \tfrac{3}{2}:  2(32)2+5(32)=2(94)+152=92+152=242=12\ 2\left(\tfrac{3}{2}\right)^2 + 5\left(\tfrac{3}{2}\right) = 2\left(\tfrac{9}{4}\right) + \tfrac{15}{2} = \tfrac{9}{2} + \tfrac{15}{2} = \tfrac{24}{2} = 12
  • x=4x = -4:  2(4)2+5(4)=3220=12\ 2(-4)^2 + 5(-4) = 32 - 20 = 12

Both satisfy the original equation 2x2+5x=122x^2 + 5x = 12.