📐 Quadratic Equations & Graphs — Revision Notes

A linear equation has one answer; a quadratic usually has two, and this chapter is about getting both, in the form the paper asks for. Four methods, one graph shape, and the word problems Paper 2 keeps coming back to. Syllabus outcomes N7.11, N7.12, N7.14 and N6.8.

The four methods — and how the paper tells you which one

Formula sheet: nothing from this chapter Quadratic formula: by heart Round at the end, 3 s.f.

A quadratic equation in one variable is an equation that can be written as ax² + bx + c = 0, where a, b and c are real numbers and a ≠ 0.
MethodUse it whenThe signal in the question
Factorisation
ⓘ Recap
the expression factorises over the integers no accuracy is stated, or the answers are "nice"
Completing the square the coefficient of x² is 1, or you also need the turning point "by completing the square", or "express in the form (x + r)² + u"
Quadratic formula always works — and it is the only route when a ≠ 1 and it will not factorise "correct to 2 decimal places" / "3 significant figures"
Graphical method you are given, or asked to draw, the graph of y = ax² + bx + c "draw the graph … hence solve"
More detail

K310 says "Relevant mathematical formulae will be provided", and the printed list holds compound interest, mensuration, trigonometry and statistics — nothing from this chapter. The quadratic formula x = (−b ± √(b² − 4ac)) / 2a is learnt by heart, and so are the completing-the-square identity and the discriminant.

Two rules from the front of the paper govern every answer in this chapter, quoted: "Omission of essential working will result in loss of marks." and "Give non-exact numerical answers correct to 3 significant figures … unless a different level of accuracy is specified in the question." So each method's key line goes on the page, and rounding happens once, on the last line, to 3 s.f. unless the question names another accuracy.

Factorisation — the recap ⓘ Recap

Everything in this chapter rests on one idea you already have:

Zero Product Principle. If P and Q are factors of an algebraic expression such that PQ = 0, then P = 0 or Q = 0.

To factorise x² + bx + c, look for two numbers whose product is c and whose sum is b.

Walkthrough 1 — solve by factorisation Basic

Solve the equation x² − 2x − 15 = 0.
  1. Two numbers with product −15 and sum −2: −5 and +3.
    Factors first: it is the fastest route, and it gives exact answers. The pair you want multiplies to c and adds to b.
  2. (x − 5)(x + 3) = 0
    Write the factorised form as a line of its own. This line carries the method mark, and the roots come out of it.
  3. x − 5 = 0   or   x + 3 = 0
    The Zero Product Principle, written out. This is the line that turns one equation into two, one per bracket.
  4. x = 5   or   x = −3
    Give both roots. A quadratic that factorises has exact roots, so 5 and −3 are the finished answers; "5.00" would claim a rounding that never happened.
Where this comes from

So the moment a quadratic is written as a product of two brackets equal to zero, the two answers fall out: the Zero Product Principle says one bracket or the other is zero, and each of those is a linear equation.

Not every quadratic factorises. x² + 4x + 3 = 0 does; x² + 4x − 3 = 0 does not, because no pair of integers multiplies to −3 and adds to 4. That is the whole reason the rest of this tab exists: completing the square and the formula work whether or not the brackets are there.

Past-paper questions

G3 N2018 · Paper 1 · Q3 2 marks

One solution of the equation kx² + (k + 1)x − 4 = 0 is x = −2.
Find

  1. the value of k, [1]
  2. the second possible value of x. [1]
Worked solution

(a) x = −2 satisfies the equation, so substitute it:

k(−2)² + (k + 1)(−2) − 4 = 0

4k − 2k − 2 − 4 = 0, so 2k = 6 and k = 3.

(b) With k = 3 the equation becomes 3x² + 4x − 4 = 0.

(3x − 2)(x + 2) = 0, so x = 23 or x = −2.

−2 is the root the question already gave, so the second value is x = 23.

Check: 3(23)2 + 4(23) − 4 = 43 + 83 − 4 = 0.

Why this works. With k unknown, the given solution x = −2 is the way in: substituting it turns the stem into an equation for k. That substitution line is the mark for (a), brackets and all: (−2)² = +4, and −2 multiplies the whole bracket (k + 1). Part (b) is an ordinary factorisation, and −2 is spent, so the second value is 23.

G3 N2019 · Paper 1 · Q8 3 marks

Use factorisation to solve the equation.

3p² + p − 10 = 0

[3]

Worked solution

The coefficient of p² is not 1, so split the middle term. Two numbers with product 3 × (−10) = −30 and sum +1: +6 and −5.

3p² + 6p − 5p − 10 = 0

3p(p + 2) − 5(p + 2) = 0

(p + 2)(3p − 5) = 0

p + 2 = 0  or  3p − 5 = 0

p = −2  or   p = 53

Check: 3(−2)² + (−2) − 10 = 12 − 12 = 0, and 3(53)2 + 53 − 10 = 253 + 53 − 10 = 0.

Why this works. "Use factorisation" names the method, so the three marks are on the route: split, group, bracket, roots. With a = 3 the pair of numbers multiplies to ac = −30, not to c = −10. After the split the two grouped brackets come out identical; if they do not, swap the pair over, and finish exactly at 53.

G3 N2021 · Paper 1 · Q21(b) 3 marks

Using factorisation, solve 8x² − 6x − 9 = 0. [3]

Worked solution

Two numbers with product 8 × (−9) = −72 and sum −6: −12 and +6.

8x² − 12x + 6x − 9 = 0

4x(2x − 3) + 3(2x − 3) = 0

(4x + 3)(2x − 3) = 0

x = −34  or   x = 32

Check: the two roots multiply to 98, which is ca=−98, and they add to 34, which is ba=68.

Why this works. With a = 8 and c = −9 both composite, guessing brackets by inspection means sifting many sign-and-factor combinations, so split the middle term instead: one pair, found from −72 and −6. Keep each sign attached to its number when grouping — +6x − 9 factorises as +3(2x − 3), which is what makes the two brackets match. Both roots are exact fractions.

Completing the square

To complete the square for x² + bx, add (b2)2, so that the completed square is (x+b2)2.
Complete the square only for y = x² + px + q — the syllabus form, with coefficient of x² equal to 1. If it is not 1, divide by a first, or (quicker in an exam) use the formula.

Walkthrough 2 — complete the square for an expression Basic

Express x² − 7x + 5 in the form (x + r)² + u.
  1. The coefficient of x is −7, and half of it is 72.
    Completing the square starts with half the coefficient of x. That half is r, so the bracket can be written down before any other arithmetic.
  2. x27x+5= [x27x+ (72)2] (72)2 +5
    Add the square and subtract it again, so the expression is worth exactly what it was worth before. The + 5 is left alone — the constant term stays outside the square.
  3. = (x72)2 494+5
    The bracket closes into a perfect square, and (−7/2)² = 49/4 — square the whole thing, minus sign included, so the subtracted term is positive 49/4.
  4. = (x72)2 294
    −49/4 + 20/4 = −29/4. "In the form (x + r)² + u" means exact values of r and u, so they are left as fractions rather than −3.5 and −7.25.

Walkthrough 3 — solve by completing the square Intermediate

Solve x² + 10x − 3 = 0 by completing the square, giving your answers correct to 2 decimal places.
  1. x² + 10x = 3
    Move the constant across so the left side is bare x² + 10x — that is the only shape a square can be completed on. The equation stays balanced because the same 3 was added to both sides.
  2. x² + 10x + 5² = 3 + 5²
    Half of 10 is 5, so add 5² to both sides. Added to one side only, it would turn this into a different equation.
  3. (x + 5)² = 28
    The left side is now a perfect square and 3 + 25 = 28. This is the line the method mark is attached to.
  4. x+5=±28
    Take square roots of both sides and keep the ±. The negative root is the second of the two answers.
  5. x=5±28
    Keep the surd exact until the last line. Rounding √28 here and then subtracting can push the final answers outside the accepted tolerance.
  6. x = 0.29   or   x = −10.29  (2 d.p.)
    √28 = 5.2915…, so −5 + 5.2915 = 0.2915 and −5 − 5.2915 = −10.2915. Both roots, rounded once, to the accuracy asked for — "2 decimal places" said from the start that they would not be whole numbers.
Where this comes from

Because you cannot simply add something to an expression and leave it unchanged, you subtract it again:

x2+bx= (x+b2)2 (b2)2

Two equivalent routes. Either add and subtract (b/2)² on the left only, as Walkthrough 2 does, or move the constant across and add (b/2)² to both sides, as Walkthrough 3 does. The second is usually cleaner. Either way the equation stays balanced at every line.

Past-paper questions

G3 N2021 · Paper 1 · Q16(a) 1 mark

The formula s = 3.5 (t − 2)² can be used to calculate the distance, s metres, travelled by a cyclist in a time of t seconds, where t > 2.
Find t when s = 14. [1]

Worked solution

3.5(t − 2)² = 14

(t − 2)² = 4

t − 2 = 2  or  t − 2 = −2

t = 4  or  t = 0

t = 0 is rejected because the formula only holds for t > 2, so t = 4.

Check: 3.5(4 − 2)² = 3.5 × 4 = 14 m.

Why this works. The formula arrives already in completed-square form, so divide by 3.5 and square-root both sides: expanding into 3.5t² − 14t + 14 = 14 gets there too, but turns one mark into four lines. Keep the ±, because a squared bracket equal to 4 has two roots. The printed condition t > 2 is what disposes of t = 0.

G3 N2022 · Paper 2 · Q1(c) 4 marks

Solve the equation x² + 9x − 16 = 0 by completing the square.
Give your solutions correct to two decimal places. [4]

Worked solution

Half the coefficient of x is 92, so move the constant across and add (92)2 to both sides:

x² + 9x = 16

x2+9x+814=16+814

(x+92)2=1454=36.25

x+4.5=±36.25=±6.020797…

x = −4.5 + 6.020797… = 1.520797…  or   x = −4.5 − 6.020797… = −10.520797…

x = 1.52  or   x = −10.52  (2 d.p.)

Why this works. "By completing the square" names the method, so the marks sit on the completing lines: 814 added to both sides, the perfect square, the ±, the rounding. The number to get right is (92)2=20.25, and moving the constant across first puts 16 + 20.25 = 36.25 on the right. Keep 36.25 to six figures until the last line.

G3 N2024 · Paper 1 · Q25 3 marks

Solve the equation x² − 12x + 17 = 0 by completing the square.
Give your solutions correct to 2 decimal places. [3]

Worked solution

Half the coefficient of x is −6, so add and subtract (−6)² = 36:

(x − 6)² − 36 + 17 = 0

(x − 6)² = 19

x6=±19=±4.358898…

x = 6 + 4.358898… = 10.358898…  or   x = 6 − 4.358898… = 1.641101…

x = 10.36  or   x = 1.64  (2 d.p.)

Check: the two roots add to 12, which is ba, and multiply to 36 − 19 = 17, which is ca.

Why this works. An even, negative coefficient of x is friendly: half of −12 is whole, so the bracket is (x − 6) and the square to subtract is 36. The sign inside the bracket copies that of the x term. Then −36 + 17 = −19 moves across as (x − 6)² = +19: a positive right-hand side, so two real roots exist, to 2 d.p.

The quadratic formula

One formula solves every quadratic equation:

x= b± b24ac 2a

The part under the square root, b² − 4ac, decides how many real solutions there are:

b² − 4acNumber of real solutionsWhat the graph does
> 0two different solutionscuts the x-axis twice
= 0one solution (a repeated root)touches the x-axis once
< 0no real solutionsnever meets the x-axis
Write a, b and c down before touching the calculator, signs included. In 3x² − 4x − 5 = 0, c is −5, not 5, and −4(3)(−5) = +60. The signs are where this method is won.

Walkthrough 4 — solve with the formula Intermediate

Solve 2x² − 7x − 3 = 0, giving your answers correct to 3 significant figures.
  1. a = 2,  b = −7,  c = −3
    The coefficient of x² is not 1, so completing the square is not the syllabus route here — the formula is. Note the signs travel with the numbers: c = −3.
  2. x= (7)± (7)2 4(2)(3) 2(2)
    Substitute with every negative inside its own bracket. Two signs decide this line: (−7)² = +49, and −4(2)(−3) = +24.
  3. =7±734
    b² − 4ac = 49 + 24 = 73. It is positive, so there are two different real roots — a one-line sanity check worth making before you round.
  4. x = 3.89   or   x = −0.386  (3 s.f.)
    √73 = 8.5440…, so x = 15.544 ÷ 4 = 3.886 and x = −1.544 ÷ 4 = −0.3860. 3 significant figures is the O-Level default whenever the question does not say otherwise.

Walkthrough 5 — rearrange first, then solve Advanced

Solve (x + 4)(x − 2) = 5x − 3, giving your answers correct to 2 decimal places.
  1. x² + 2x − 8 = 5x − 3
    Expand the brackets first. Neither the formula nor completing the square means anything until the equation has been rearranged to = 0.
  2. x² − 3x − 5 = 0
    Take everything to the left: 2x − 5x = −3x and −8 + 3 = −5. Read a, b, c off this line, not off the un-rearranged equation.
  3. b² − 4ac = (−3)² − 4(1)(−5) = 9 + 20 = 29
    A separate discriminant line is cheap insurance — if it had come out negative you would know at once that a sign had gone astray.
  4. x=3±292
    b = −(−3) = +3. This line is the exact answer; everything after it is only rounding.
  5. x = 4.19   or   x = −1.19  (2 d.p.)
    √29 = 5.3851…, so x = 8.3851 ÷ 2 = 4.1926 and x = −2.3851 ÷ 2 = −1.1926. Round once, at the end, and give both.
Where this comes from

The formula is what completing the square gives when it is done once and for all on ax² + bx + c = 0, with a, b and c left as letters instead of numbers. Because the letters stand for any numbers at all, the result solves every quadratic equation, whether or not it factorises — which is why it is the one method that always finishes.

Check yourself

  • Solve x² + 3x − 28 = 0 by factorisation.
    Answer

    Two numbers with product −28 and sum +3: +7 and −4.
    (x + 7)(x − 4) = 0
    x + 7 = 0 or x − 4 = 0
    x = −7 or x = 4 (exact — do not round).

  • Solve (2y − 3)² = 20, giving your answers correct to 2 decimal places.
    Answer

    2y − 3 = ±√20
    2y = 3 ± 4.4721…
    y = (3 ± 4.4721) ÷ 2
    y = 3.74 or y = −0.74 (2 d.p.). Take the square root of both sides before expanding — expanding first only makes more work.

  • Express x² + 9x − 1 in the form (x + r)² + u.
    Answer

    Half of 9 is 9/2, so
    x² + 9x − 1 = (x + 9/2)² − 81/4 − 1
    = (x + 9/2)² − 85/4. Keep r and u exact.

  • Solve x² − 5x − 2 = 0 by completing the square, giving your answers correct to 2 decimal places.
    Answer

    x² − 5x = 2
    x² − 5x + (5/2)² = 2 + 25/4
    (x − 5/2)² = 33/4
    x − 5/2 = ±√(33/4) = ±2.8722…
    x = 2.5 ± 2.8722
    x = 5.37 or x = −0.37 (2 d.p.).

  • Solve 3x² = 4x + 6, giving your answers correct to 3 significant figures.
    Answer

    Rearrange first: 3x² − 4x − 6 = 0, so a = 3, b = −4, c = −6.
    b² − 4ac = 16 + 72 = 88
    x = (4 ± √88) ÷ 6 = (4 ± 9.3808…) ÷ 6
    x = 2.23 or x = −0.897 (3 s.f.).

  • Why does "give your answers correct to 2 decimal places" tell you the equation will not factorise?
    Answer

    A quadratic that factorises over the integers has exact roots, which need no rounding. An instruction to round is a signal that the roots are irrational, so go straight to the formula (or completing the square) instead of hunting for factors that are not there.