Topic 03 | Number & Algebra

Quadratic equations

Year 10 core: solving quadratics by factorisation, completing the square and the quadratic formula, using the discriminant to determine the number of solutions.

70-90 min Printable practice Answer key Challenge included
How to use this page

Read the explanation, work through the examples, then complete the core practice before printing.

Study progress: Not started

What you will learn

Worked example 0 Real-world example: dimensions of a garden bed

A rectangular garden bed has length 33 m more than its width. Its area is 5454 m2^2. Find the dimensions.

  1. Let the width be xx m. Then the length is (x+3)(x + 3) m.
  2. Area: x(x+3)=54x(x + 3) = 54, so x2+3x54=0x^2 + 3x - 54 = 0.
  3. Factorise: (x+9)(x6)=0(x + 9)(x - 6) = 0, giving x=9x = -9 or x=6x = 6.
  4. Since width must be positive, x=6x = 6. The bed is 66 m by 99 m.

Key idea: always check that solutions make sense in the real-world context.

1. Solving by factorisation

If a quadratic can be written as a product of two linear factors, apply the null factor law: if AB=0AB = 0 then A=0A = 0 or B=0B = 0.

Worked example 1 Factorisation with the null factor law

Solve 2x25x3=02x^2 - 5x - 3 = 0.

  1. Find two numbers that multiply to 2×(3)=62 \times (-3) = -6 and add to 5-5: 6-6 and 11.
  2. Split: 2x26x+x3=02x^2 - 6x + x - 3 = 0.
  3. Group: 2x(x3)+1(x3)=02x(x - 3) + 1(x - 3) = 0.
  4. Factorise: (x3)(2x+1)=0(x - 3)(2x + 1) = 0.
  5. Solutions: x=3x = 3 or x=12x = -\dfrac{1}{2}.
Worked example 2 Equations not in standard form

Solve x(x+4)=12x(x + 4) = 12.

  1. Expand: x2+4x=12x^2 + 4x = 12.
  2. Rearrange: x2+4x12=0x^2 + 4x - 12 = 0.
  3. Factorise: (x+6)(x2)=0(x + 6)(x - 2) = 0.
  4. Solutions: x=6x = -6 or x=2x = 2.

Key idea: always rearrange to ax2+bx+c=0ax^2 + bx + c = 0 before factorising — never split a product equal to a non-zero number.

2. Completing the square

Completing the square rewrites ax2+bx+cax^2 + bx + c in the form a(xh)2+ka(x - h)^2 + k, where (h,k)(h, k) is the turning point of the parabola.

Formula reference

x2+bx+c=(x+b2)2b24+cx^2 + bx + c = \left(x + \frac{b}{2}\right)^2 - \frac{b^2}{4} + c
Worked example 3 Solving by completing the square

Solve x2+6x+2=0x^2 + 6x + 2 = 0.

  1. Move the constant: x2+6x=2x^2 + 6x = -2.
  2. Half of 66 is 33; add 32=93^2 = 9 to both sides: x2+6x+9=7x^2 + 6x + 9 = 7.
  3. Factor the left side: (x+3)2=7(x + 3)^2 = 7.
  4. Square root: x+3=±7x + 3 = \pm\sqrt{7}.
  5. Solutions: x=3+7x = -3 + \sqrt{7} or x=37x = -3 - \sqrt{7}.
Worked example 4 Completing the square with a leading coefficient

Solve 2x28x+3=02x^2 - 8x + 3 = 0.

  1. Divide by 22: x24x+32=0x^2 - 4x + \dfrac{3}{2} = 0.
  2. Move constant: x24x=32x^2 - 4x = -\dfrac{3}{2}.
  3. Half of 4-4 is 2-2; add 44: x24x+4=32+4=52x^2 - 4x + 4 = -\dfrac{3}{2} + 4 = \dfrac{5}{2}.
  4. (x2)2=52(x - 2)^2 = \dfrac{5}{2}.
  5. x=2±52=2±102x = 2 \pm \sqrt{\dfrac{5}{2}} = 2 \pm \dfrac{\sqrt{10}}{2}.

3. The quadratic formula

Formula reference

If ax2+bx+c=0 then x=b±b24ac2a\text{If } ax^2 + bx + c = 0 \text{ then } x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Worked example 5 Using the quadratic formula

Solve 3x2+2x4=03x^2 + 2x - 4 = 0.

  1. a=3a = 3, b=2b = 2, c=4c = -4.
  2. x=2±44(3)(4)2(3)=2±4+486=2±526x = \dfrac{-2 \pm \sqrt{4 - 4(3)(-4)}}{2(3)} = \dfrac{-2 \pm \sqrt{4 + 48}}{6} = \dfrac{-2 \pm \sqrt{52}}{6}.
  3. 52=213\sqrt{52} = 2\sqrt{13}.
  4. x=2±2136=1±133x = \dfrac{-2 \pm 2\sqrt{13}}{6} = \dfrac{-1 \pm \sqrt{13}}{3}.
  5. As decimals: x0.869x \approx 0.869 or x1.535x \approx -1.535.

4. The discriminant

The expression under the square root, Δ=b24ac\Delta = b^2 - 4ac, is called the discriminant. It determines how many real solutions the equation has.

Formula reference

Δ=b24ac\Delta = b^2 - 4ac
DiscriminantNumber of solutionsGraph
Δ>0\Delta > 0Two distinct real solutionsParabola crosses xx-axis at two points
Δ=0\Delta = 0One repeated real solutionParabola touches xx-axis at one point
Δ<0\Delta < 0No real solutionsParabola does not cross xx-axis
x₁x₂Δ > 0: two rootsΔ = 0: one rootΔ < 0: no roots
Worked example 6 Using the discriminant

Determine the number of real solutions of 5x23x+1=05x^2 - 3x + 1 = 0.

  1. Δ=(3)24(5)(1)=920=11\Delta = (-3)^2 - 4(5)(1) = 9 - 20 = -11.
  2. Δ<0\Delta < 0, so the equation has no real solutions.
  3. The parabola y=5x23x+1y = 5x^2 - 3x + 1 sits entirely above the xx-axis.
Worked example 7 Finding values that give a specific number of solutions

For what values of kk does x2+kx+9=0x^2 + kx + 9 = 0 have exactly one solution?

  1. One solution means Δ=0\Delta = 0: k24(1)(9)=0k^2 - 4(1)(9) = 0.
  2. k2=36k^2 = 36.
  3. k=6k = 6 or k=6k = -6.
Worked example 8 Choosing the right method

Solve x210x+7=0x^2 - 10x + 7 = 0, giving exact answers.

  1. Try to factorise: we need two numbers that multiply to 77 and add to 10-10. No integer pair works.
  2. Use the quadratic formula: x=10±100282=10±722=10±622=5±32x = \dfrac{10 \pm \sqrt{100 - 28}}{2} = \dfrac{10 \pm \sqrt{72}}{2} = \dfrac{10 \pm 6\sqrt{2}}{2} = 5 \pm 3\sqrt{2}.

Practice

Fluency

Tier 1: solve by factorisation and formula

    1. Solve x27x+10=0x^2 - 7x + 10 = 0 by factorisation.
    2. Solve x2+2x15=0x^2 + 2x - 15 = 0 by factorisation.
    3. Solve 3x212x=03x^2 - 12x = 0.
    4. Solve x225=0x^2 - 25 = 0.
    5. Use the quadratic formula to solve x2+4x+1=0x^2 + 4x + 1 = 0. Give exact answers.
    6. Use the quadratic formula to solve 2x23x1=02x^2 - 3x - 1 = 0. Give exact answers.
    7. Find the discriminant of x2+6x+9=0x^2 + 6x + 9 = 0 and state the number of solutions.
    8. Find the discriminant of 2x2x+3=02x^2 - x + 3 = 0 and state the number of solutions.
    9. Solve x2+8x+12=0x^2 + 8x + 12 = 0 by completing the square.
    10. Solve (x1)(x+5)=7(x - 1)(x + 5) = 7.
Reasoning

Tier 2: applications and analysis

    1. A rectangle has length (x+4)(x + 4) cm and width (x2)(x - 2) cm. Its area is 3232 cm2^2. Find xx.
    2. Solve 4x212x+9=04x^2 - 12x + 9 = 0 and explain why there is only one solution.
    3. Solve x26x+3=0x^2 - 6x + 3 = 0 by (a) completing the square and (b) the quadratic formula. Verify the answers agree.
    4. For what values of kk does x2+4x+k=0x^2 + 4x + k = 0 have two distinct real solutions?
    5. The height of a ball is h=25t5t2h = 25t - 5t^2 metres after tt seconds. When is the ball at a height of 2020 m?
    6. Solve 6x+x=5\dfrac{6}{x} + x = 5 by first multiplying through by xx.
    7. The sum of a number and its reciprocal is 103\dfrac{10}{3}. Find the number.
    8. Show that x2+2x+5=0x^2 + 2x + 5 = 0 has no real solutions using (a) the discriminant and (b) completing the square.
Reasoning

Tier 3: extended reasoning

    1. Prove that the quadratic formula follows from completing the square on ax2+bx+c=0ax^2 + bx + c = 0.
    2. A farmer encloses a rectangular area using 8080 m of fencing against a river (three sides). Find the maximum area and the dimensions that achieve it.
    3. The parabola y=2x2+bx+cy = 2x^2 + bx + c passes through (1,3)(1, 3) and (3,7)(3, 7). Find bb and cc.
    4. For what values of mm does the line y=mx+1y = mx + 1 intersect the parabola y=x2y = x^2 at exactly one point?

Challenge

Reasoning

Harder reasoning

    1. Solve xx+1+x+1x=52\dfrac{x}{x+1} + \dfrac{x+1}{x} = \dfrac{5}{2} by letting u=xx+1u = \dfrac{x}{x+1}.
    2. The roots of x25x+3=0x^2 - 5x + 3 = 0 are α\alpha and β\beta. Without finding α\alpha and β\beta, evaluate α2+β2\alpha^2 + \beta^2 and 1α+1β\dfrac{1}{\alpha} + \dfrac{1}{\beta}.
    3. Find all values of kk such that kx2+(k+2)x+1=0kx^2 + (k+2)x + 1 = 0 has a repeated root. State any restrictions on kk.
    4. A ball is thrown upward from a 1515 m platform with initial velocity 2020 m/s. Its height is h=15+20t5t2h = 15 + 20t - 5t^2. Find the times when it is at 3030 m height, and the time when it hits the ground. Give exact answers.
Answers

Answer key

Attempt the practice first. When you're ready to check, expand the answers below.

Show the full answer key

Year 10 core - answers

Fluency

Tier 1: solve by factorisation and formula

    1. (x2)(x5)=0(x - 2)(x - 5) = 0: x=2x = 2 or x=5x = 5.
    2. (x+5)(x3)=0(x + 5)(x - 3) = 0: x=5x = -5 or x=3x = 3.
    3. 3x(x4)=03x(x - 4) = 0: x=0x = 0 or x=4x = 4.
    4. (x5)(x+5)=0(x - 5)(x + 5) = 0: x=5x = 5 or x=5x = -5.
    5. x=4±1642=4±122=2±3x = \dfrac{-4 \pm \sqrt{16 - 4}}{2} = \dfrac{-4 \pm \sqrt{12}}{2} = -2 \pm \sqrt{3}.
    6. x=3±9+84=3±174x = \dfrac{3 \pm \sqrt{9 + 8}}{4} = \dfrac{3 \pm \sqrt{17}}{4}.
    7. Δ=3636=0\Delta = 36 - 36 = 0. One repeated solution: x=3x = -3.
    8. Δ=124=23<0\Delta = 1 - 24 = -23 < 0. No real solutions.
    9. x2+8x=12x^2 + 8x = -12. (x+4)2=1612=4(x + 4)^2 = 16 - 12 = 4. x+4=±2x + 4 = \pm 2. x=2x = -2 or x=6x = -6.
    10. x2+4x5=7x^2 + 4x - 5 = 7, so x2+4x12=0x^2 + 4x - 12 = 0. (x+6)(x2)=0(x + 6)(x - 2) = 0: x=6x = -6 or x=2x = 2.
Reasoning

Tier 2: applications and analysis

    1. (x+4)(x2)=32(x + 4)(x - 2) = 32, x2+2x8=32x^2 + 2x - 8 = 32, x2+2x40=0x^2 + 2x - 40 = 0. x=2±4+1602=2±1642=1±41x = \dfrac{-2 \pm \sqrt{4 + 160}}{2} = \dfrac{-2 \pm \sqrt{164}}{2} = -1 \pm \sqrt{41}. Since x>2x > 2: x=1+415.40x = -1 + \sqrt{41} \approx 5.40 cm.
    2. Δ=144144=0\Delta = 144 - 144 = 0. (2x3)2=0(2x - 3)^2 = 0, so x=32x = \dfrac{3}{2}. There is one repeated solution because the parabola touches the xx-axis at exactly one point.
    3. (a) x26x=3x^2 - 6x = -3. (x3)2=93=6(x - 3)^2 = 9 - 3 = 6. x=3±6x = 3 \pm \sqrt{6}. (b) x=6±36122=6±242=3±6x = \dfrac{6 \pm \sqrt{36 - 12}}{2} = \dfrac{6 \pm \sqrt{24}}{2} = 3 \pm \sqrt{6}. Both methods give the same answer.
    4. Two distinct real solutions requires Δ>0\Delta > 0: 164k>016 - 4k > 0, so k<4k < 4.
    5. 25t5t2=2025t - 5t^2 = 20. 5t225t+20=05t^2 - 25t + 20 = 0. t25t+4=0t^2 - 5t + 4 = 0. (t1)(t4)=0(t - 1)(t - 4) = 0: t=1t = 1 s or t=4t = 4 s.
    6. 6x+x=5\dfrac{6}{x} + x = 5. Multiply by xx: 6+x2=5x6 + x^2 = 5x. x25x+6=0x^2 - 5x + 6 = 0. (x2)(x3)=0(x - 2)(x - 3) = 0: x=2x = 2 or x=3x = 3.
    7. Let the number be xx. x+1x=103x + \dfrac{1}{x} = \dfrac{10}{3}. Multiply by 3x3x: 3x2+3=10x3x^2 + 3 = 10x. 3x210x+3=03x^2 - 10x + 3 = 0. (3x1)(x3)=0(3x - 1)(x - 3) = 0: x=13x = \dfrac{1}{3} or x=3x = 3.
    8. (a) Δ=420=16<0\Delta = 4 - 20 = -16 < 0, so no real solutions. (b) x2+2x+5=(x+1)2+4x^2 + 2x + 5 = (x + 1)^2 + 4. Since (x+1)20(x+1)^2 \geq 0, the expression 4>0\geq 4 > 0, so it can never equal zero.
Reasoning

Tier 3: extended reasoning

    1. ax2+bx+c=0ax^2 + bx + c = 0. Divide by aa: x2+bax+ca=0x^2 + \dfrac{b}{a}x + \dfrac{c}{a} = 0. Complete the square: (x+b2a)2=b24a2ca=b24ac4a2\left(x + \dfrac{b}{2a}\right)^2 = \dfrac{b^2}{4a^2} - \dfrac{c}{a} = \dfrac{b^2 - 4ac}{4a^2}. Square root: x+b2a=±b24ac2ax + \dfrac{b}{2a} = \pm\dfrac{\sqrt{b^2 - 4ac}}{2a}. Therefore x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
    2. Width =x= x, length =802x= 80 - 2x. Area =x(802x)=80x2x2= x(80 - 2x) = 80x - 2x^2. Axis of symmetry: x=804=20x = \dfrac{80}{4} = 20. Maximum area: 80(20)2(400)=1600800=80080(20) - 2(400) = 1600 - 800 = 800 m2^2. Dimensions: 2020 m by 4040 m.
    3. (1,3)(1, 3): 2+b+c=32 + b + c = 3, so b+c=1b + c = 1. (3,7)(3, 7): 18+3b+c=718 + 3b + c = 7, so 3b+c=113b + c = -11. Subtract: 2b=122b = -12, b=6b = -6. c=1(6)=7c = 1 - (-6) = 7.
    4. x2=mx+1x^2 = mx + 1, so x2mx1=0x^2 - mx - 1 = 0. Exactly one intersection: Δ=0\Delta = 0. m2+4=0m^2 + 4 = 0. Since m20m^2 \geq 0, m2+44>0m^2 + 4 \geq 4 > 0 for all real mm. So Δ>0\Delta > 0 always, meaning the line always intersects the parabola at two points — there is no value of mm giving exactly one intersection.
Reasoning

Challenge

    1. Let u=xx+1u = \dfrac{x}{x+1}, so x+1x=1u\dfrac{x+1}{x} = \dfrac{1}{u}. The equation becomes u+1u=52u + \dfrac{1}{u} = \dfrac{5}{2}. Multiply by 2u2u: 2u2+2=5u2u^2 + 2 = 5u, 2u25u+2=02u^2 - 5u + 2 = 0, (2u1)(u2)=0(2u - 1)(u - 2) = 0, u=12u = \dfrac{1}{2} or u=2u = 2. If u=12u = \dfrac{1}{2}: xx+1=12\dfrac{x}{x+1} = \dfrac{1}{2}, 2x=x+12x = x + 1, x=1x = 1. If u=2u = 2: xx+1=2\dfrac{x}{x+1} = 2, x=2x+2x = 2x + 2, x=2x = -2. Solutions: x=1x = 1 or x=2x = -2.
    2. By Vieta’s formulas: α+β=5\alpha + \beta = 5 and αβ=3\alpha\beta = 3. α2+β2=(α+β)22αβ=256=19\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 25 - 6 = 19. 1α+1β=α+βαβ=53\dfrac{1}{\alpha} + \dfrac{1}{\beta} = \dfrac{\alpha + \beta}{\alpha\beta} = \dfrac{5}{3}.
    3. Δ=(k+2)24k=k2+4k+44k=k2+4\Delta = (k+2)^2 - 4k = k^2 + 4k + 4 - 4k = k^2 + 4. For a repeated root: Δ=0\Delta = 0, so k2+4=0k^2 + 4 = 0. Since k20k^2 \geq 0, k2+44>0k^2 + 4 \geq 4 > 0 for all real kk. There is no real value of kk that gives a repeated root (restriction: k0k \neq 0 since the equation must be quadratic).
    4. 15+20t5t2=3015 + 20t - 5t^2 = 30: 5t220t+15=05t^2 - 20t + 15 = 0, t24t+3=0t^2 - 4t + 3 = 0, (t1)(t3)=0(t-1)(t-3) = 0: t=1t = 1 or t=3t = 3 s. Hits ground: 15+20t5t2=015 + 20t - 5t^2 = 0, t24t3=0t^2 - 4t - 3 = 0, t=4±16+122=2±7t = \dfrac{4 \pm \sqrt{16 + 12}}{2} = 2 \pm \sqrt{7}. Taking the positive root: t=2+74.65t = 2 + \sqrt{7} \approx 4.65 s.

Prefer paper? Print the answer key as a separate booklet: open print view ->