2.7 Quadratic equations

Syllabus
2017
Topic
2.7
Level
Higher

Learning objectives

Solve monic quadratics by factorisation

To solve a monic quadratic by factorisation, first write it in the form x2+bx+c=0x^2+bx+c=0, factorise the left side, then use the zero-product rule.

Step Action
standardise move all terms to one side so the other side is 0
choose find p,qp,q with pq=cpq=c and p+q=bp+q=b
factor write (x+p)(x+q)=0(x+p)(x+q)=0
solve set each factor equal to 0
check substitute both roots into the original equation

For x25x36=0x^2-5x-36=0, use 44 and 9-9: (x+4)(x9)=0(x+4)(x-9)=0. Hence x=4x=-4 or x=9x=9.

The zero-product rule works because a product is zero only when at least one factor is zero. It applies after the equation has been set equal to zero.

Do not stop at the factorised expression or report only one root. A quadratic can have two distinct roots, one repeated root, or no real factor pair.

Solve general quadratics by factorisation

A general quadratic ax2+bx+c=0ax^2+bx+c=0 may have a leading coefficient other than 1. Factor out any common factor, then construct two linear factors whose product recreates all three terms.

Structure Factorisation route
common factor remove it first
A2B2A^2-B^2 use (AB)(A+B)(A-B)(A+B)
ax2+bx+cax^2+bx+c find terms with product acac and sum bb, split the middle term, group
already a product equal to a value expand/rearrange to make the equation equal 0

Solve 6x2x2=06x^2-x-2=0. Since ac=12ac=-12 and 3+(4)=13+(-4)=-1, write 6x2+3x4x2=06x^2+3x-4x-2=0, so (3x2)(2x+1)=0(3x-2)(2x+1)=0. Thus x=2/3x=2/3 or x=1/2x=-1/2.

Expand the factors before applying the zero-product rule. The leading, middle and constant coefficients must exactly match the standardised equation.

Factorisation solves only when the equation is zero. From (x+1)(3x2)=5(x+1)(3x-2)=5, neither factor can be set to 5 or 0 until the equation is rearranged correctly.

Use the quadratic formula or complete the square

For ax2+bx+c=0ax^2+bx+c=0 with $a
e0$, the quadratic formula solves every quadratic; completing the square exposes the same roots through a squared expression.

Method Core form Best use
quadratic formula x=(b±b24ac)/(2a)x=(-b\pm\sqrt{b^2-4ac})/(2a) reliable for any coefficients
completing the square a(xh)2+k=0a(x-h)^2+k=0 reveals symmetry and roots together
discriminant D=b24acD=b^2-4ac predicts the number of real roots

For 2x2+3x1=02x^2+3x-1=0, a=2,b=3,c=1a=2,b=3,c=-1, so x=[3±17]/4x=[-3\pm\sqrt{17}]/4. Keep the entire numerator over 2a2a.

For x26x+5=0x^2-6x+5=0, write (x3)24=0(x-3)^2-4=0. Then (x3)2=4(x-3)^2=4, so x=3±2x=3\pm2, giving 11 and 55.

If D>0D>0 there are two real roots; if D=0D=0 one repeated real root; if D<0D<0 no real roots. An exact surd should not be rounded unless requested.

The ±\pm belongs before the whole square root and the denominator is 2a2a. Omitting either sign loses a root.

Form and solve a quadratic from context

A contextual quadratic comes from expressing related lengths, areas, products or other quantities in one unknown, imposing the stated condition, then solving and interpreting the roots.

Stage Control question
define what does the unknown represent and what units apply?
express how is every related quantity written using it?
connect which area, product, total or equality creates the equation?
solve can it be factorised, or is another quadratic method needed?
interpret which roots satisfy lengths, counts and original restrictions?

A trapezium has parallel sides x+5x+5 and 3x23x-2, height 2x32x-3, and area 133. Then [(x+5)+(3x2)](2x3)/2=133[(x+5)+(3x-2)](2x-3)/2=133, which simplifies to 8x26x275=08x^2-6x-275=0.

Solve the derived equation, then return to every original expression. Reject a root that makes a length non-positive, violates a denominator restriction, or conflicts with the stated domain.

A valid algebraic root is not automatically a valid contextual answer. State the requested quantity, not merely the value of an auxiliary variable.

Solve linear–quadratic simultaneous equations

A linear and a quadratic equation can meet at up to two points. Use the linear equation to express one variable, substitute into the quadratic, then recover and correctly pair both coordinates.

Step Action
isolate make xx or yy the subject of the linear equation
substitute replace that variable everywhere in the quadratic equation
solve simplify to one quadratic and find all roots
recover substitute each root into the linear relation
pair report each matching (x,y)(x,y) solution and verify both equations

For y=32xy=3-2x and x2+y2=18x^2+y^2=18, substitution gives x2+(32x)2=18x^2+(3-2x)^2=18, hence 5x212x9=0=(5x+3)(x3)5x^2-12x-9=0=(5x+3)(x-3). The solutions are (0.6,4.2)(-0.6,4.2) and (3,3)(3,-3).

The solutions are intersection points of a line and a conic. Two roots mean two intersections, a repeated root means tangency, and no real roots means no real intersection.

Do not mix the recovered values. Each root must be substituted separately and paired with its own corresponding value.