A quadratic equation in x is any equation that can be rewritten in the standard formax2+bx+c=0,
where a,b,c are real, a=0. The numbers a,b,c are the coefficients; a is the leading coefficient, b the coefficient of x, and c the constant term.
A root (or solution) of the equation is a number α such that aα2+bα+c=0. Equivalently, it is a zero of the polynomial ax2+bx+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+c:
Find two numbers p and q such that p+q=b and pq=ac.
Rewrite bx as px+qx:
ax2+px+qx+c.
Group:
(ax2+px)+(qx+c)=x(ax+p)+?q⋯,
and factor each group. (You may need to scale: typically the factor in both groups comes out the same.)
You get ax2+bx+c=(a1x+b1)(a2x+b2).
Set each linear factor to zero to find the roots.
The hunt for the two numbers p,q is just a quick mental arithmetic exercise: find a factor pair of ac that sums to b.
For example, to factor 3x2+7x+2, we look for p,q with pq=6 and p+q=7. The pair is (1,6). So
3x2+x+6x+2=x(3x+1)+2(3x+1)=(3x+1)(x+2).
Roots: x=−1/3,−2.
When a=1 this collapses to the simpler problem of finding two numbers whose product is c and sum is b , 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.
Solve: 5x2−6x−2=0 (use factorisation if possible; else state).
Solve: x+3x−3+x−3x+3=310.
Find k for which kx2−7x+2=0 has x=2 as a root.
Solve: x2−22x−6=0 (try to factor).
Solve: (x−3)(x+7)=0. (Already factored.)
Pitfalls / Insight
Always check the signs of p and q , getting them wrong gives the wrong factorisation.
Watch for repeated roots.4x2+43x+3 has just one root with multiplicity 2.
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,q, the equation probably doesn't factor cleanly , switch to the formula.