Math Lab
Home/Class X/Ch 4/Standard form and factorisation

Standard form and factorisation

Definitions

A quadratic equation in xx is any equation that can be rewritten in the standard form ax2+bx+c=0,a x^2 + b x + c = 0, where a,b,ca, b, c are real, a0a \ne 0. The numbers a,b,ca, b, c are the coefficients; aa is the leading coefficient, bb the coefficient of xx, and cc the constant term.

A root (or solution) of the equation is a number α\alpha such that aα2+bα+c=0a \alpha^2 + b \alpha + c = 0. Equivalently, it is a zero of the polynomial ax2+bx+ca x^2 + b x + c.

A quadratic equation has at most two roots, by what we proved in Chapter 2.

Strategy: factorisation by splitting the middle term

The fastest method when the quadratic has rational roots is to factor the left side into two linear factors. The key technique is splitting the middle term.

To factor ax2+bx+ca x^2 + b x + c:

  1. Find two numbers pp and qq such that p+q=bp + q = b and pq=acp q = a c.
  2. Rewrite bxb x as px+qxp x + q x: ax2+px+qx+c.a x^2 + p x + q x + c.
  3. Group: (ax2+px)+(qx+c)=x(ax+p)+q?,(a x^2 + p x) + (q x + c) = x (a x + p) + \frac{q}{?}\cdots, and factor each group. (You may need to scale: typically the factor in both groups comes out the same.)
  4. You get ax2+bx+c=(a1x+b1)(a2x+b2)a x^2 + b x + c = (a_1 x + b_1)(a_2 x + b_2).
  5. Set each linear factor to zero to find the roots.

The hunt for the two numbers p,qp, q is just a quick mental arithmetic exercise: find a factor pair of aca c that sums to bb.

For example, to factor 3x2+7x+23 x^2 + 7 x + 2, we look for p,qp, q with pq=6p q = 6 and p+q=7p + q = 7. The pair is (1,6)(1, 6). So 3x2+x+6x+2=x(3x+1)+2(3x+1)=(3x+1)(x+2).3 x^2 + x + 6 x + 2 = x(3 x + 1) + 2(3 x + 1) = (3 x + 1)(x + 2). Roots: x=1/3,2x = -1/3, -2.

When a=1a = 1 this collapses to the simpler problem of finding two numbers whose product is cc and sum is bb , the classical "split the middle term".

If the quadratic does not factor over the rationals (no clean integer/rational roots), this method is not enough; you'll need completing the square or the formula, coming up next.

Worked examples

Example 1. Solve x25x+6=0x^2 - 5 x + 6 = 0.

Need two numbers with product 66, sum 5-5: (2,3)(-2, -3).

x22x3x+6=x(x2)3(x2)=(x2)(x3)x^2 - 2 x - 3 x + 6 = x(x - 2) - 3(x - 2) = (x - 2)(x - 3). Roots: x=2,3x = 2, 3.

Example 2. Solve 2x2+5x3=02 x^2 + 5 x - 3 = 0.

Need pq=6,p+q=5p q = -6, p + q = 5. Try (6,1)(6, -1): 6(1)=66 \cdot (-1) = -6, 6+(1)=56 + (-1) = 5. ✓

2x2+6xx3=2x(x+3)(x+3)=(x+3)(2x1)2 x^2 + 6 x - x - 3 = 2 x(x + 3) - (x + 3) = (x + 3)(2 x - 1). Roots: x=3,1/2x = -3, 1/2.

Example 3. Solve 6x2x2=06 x^2 - x - 2 = 0.

pq=12,p+q=1p q = -12, p + q = -1. Try (3,4)(3, -4): 12,1-12, -1. ✓

6x2+3x4x2=3x(2x+1)2(2x+1)=(2x+1)(3x2)6 x^2 + 3 x - 4 x - 2 = 3 x(2 x + 1) - 2(2 x + 1) = (2 x + 1)(3 x - 2). Roots: x=1/2,2/3x = -1/2, 2/3.

Example 4. Solve 4x2+43x+3=04 x^2 + 4 \sqrt{3} x + 3 = 0.

This is (2x)2+22x3+(3)2=(2x+3)2(2 x)^2 + 2 \cdot 2 x \cdot \sqrt{3} + (\sqrt{3})^2 = (2 x + \sqrt{3})^2. So (2x+3)2=0(2 x + \sqrt{3})^2 = 0, giving the (repeated) root x=3/2x = -\sqrt{3}/2.

Example 5. Solve 1x+41x7=1130\dfrac{1}{x + 4} - \dfrac{1}{x - 7} = \dfrac{11}{30}.

Combine: (x7)(x+4)(x+4)(x7)=113011(x+4)(x7)=1130\dfrac{(x - 7) - (x + 4)}{(x + 4)(x - 7)} = \dfrac{11}{30} \Rightarrow \dfrac{-11}{(x + 4)(x - 7)} = \dfrac{11}{30}.

Cross-multiply: 30=11(x+4)(x7)/11(rearrange)(x+4)(x7)=30-30 = 11(x + 4)(x - 7) / 11 \cdot (\text{rearrange}) \Rightarrow (x + 4)(x - 7) = -30. Expand: x23x28=30x23x+2=0(x1)(x2)=0x^2 - 3 x - 28 = -30 \Rightarrow x^2 - 3 x + 2 = 0 \Rightarrow (x - 1)(x - 2) = 0. Roots x=1,2x = 1, 2.

Try it yourself

  1. Solve: x2+11x+30=0x^2 + 11 x + 30 = 0.
  2. Solve: 2x27x+3=02 x^2 - 7 x + 3 = 0.
  3. Solve: 3x214x5=03 x^2 - 14 x - 5 = 0.
  4. Solve: x2(3+1)x+3=0x^2 - (\sqrt{3} + 1) x + \sqrt{3} = 0.
  5. Solve: x2+6x+9=0x^2 + 6 x + 9 = 0.
  6. Solve: 5x26x2=05 x^2 - 6 x - 2 = 0 (use factorisation if possible; else state).
  7. Solve: x3x+3+x+3x3=103\dfrac{x - 3}{x + 3} + \dfrac{x + 3}{x - 3} = \dfrac{10}{3}.
  8. Find kk for which kx27x+2=0k x^2 - 7 x + 2 = 0 has x=2x = 2 as a root.
  9. Solve: x222x6=0x^2 - 2 \sqrt{2} x - 6 = 0 (try to factor).
  10. Solve: (x3)(x+7)=0(x - 3)(x + 7) = 0. (Already factored.)

Pitfalls / Insight

  • Always check the signs of pp and qq , getting them wrong gives the wrong factorisation.
  • Watch for repeated roots. 4x2+43x+34 x^2 + 4 \sqrt{3} x + 3 has just one root with multiplicity 22.
  • Verify by substitution before declaring final answers.

Insight. Factorisation works only when the quadratic has nice roots. If you spend more than a minute hunting for p,qp, q, the equation probably doesn't factor cleanly , switch to the formula.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Factorisation
6 questions · pick the best answer
Q1

x2+11x+30x^2 + 11x + 30 factors as:

Q2

Roots of 2x27x+3=02x^2 - 7x + 3 = 0:

Q3

To factor 6x2x26x^2 - x - 2, find p,qp, q with pq=pq = and p+q=p+q = :

Q4

Roots of 4x2+43x+3=04x^2 + 4\sqrt{3} x + 3 = 0:

Q5

Factorise x222x6x^2 - 2\sqrt{2}x - 6:

Q6

Which CANNOT be factorised over rationals?