The Quadratic Formula

Grade 6

The formula that always works

When a quadratic will not factorise cleanly, the quadratic formula solves it every time. For any equation in the form ax² + bx + c = 0:

x = (−b ± √(b² − 4ac)) / (2a)

The ± means there are usually two solutions. Write both out clearly.

Identifying a, b, and c

Before using the formula, write the equation in standard form ax² + bx + c = 0. Then identify a (coefficient of x²), b (coefficient of x), and c (the constant). Get the signs right — if your equation is 3x² − 2x − 5 = 0, then a = 3, b = −2, c = −5.

Worked example

EXAMPLE
Solve x² − 4x − 2 = 0. Give your answers to 2 decimal places.
a = 1, b = −4, c = −2. Calculate discriminant: b² − 4ac = (−4)² − 4(1)(−2) = 16 + 8 = 24. √24 ≈ 4.899. x = (4 ± 4.899) / 2. So x = (4 + 4.899) / 2 ≈ 4.45 or x = (4 − 4.899) / 2 ≈ −0.45. x ≈ 4.45 or x ≈ −0.45 (to 2 d.p.).

The discriminant tells you how many solutions

The discriminant is b² − 4ac. If it is positive: two solutions. If zero: one repeated solution. If negative: no real solutions (the parabola does not cross the x-axis).

Check the discriminant before applying the formula. If it is negative, you know immediately there are no real answers — no need to continue.
Nova
Try this one

Solve by factorising.

\[ x^2 + 7x + 12 = 0 \]

[3]

Nova's hint:

This uses factorising a quadratic into two brackets.

Ask yourself: 'which two numbers multiply to give the constant term AND add to give the coefficient of \( x \)?'

For example, with \( x^2 + 5x + 6 = 0 \), you'd look for two numbers that multiply to 6 and add to 5, giving \( (x+2)(x+3)=0 \).

Try to Solve it with Nova?