Back to main page
A quadratic equation is an equation that can be written in the form:
ax2 + bx + c = 0
Where a, b, and c are constants, and a ≠ 0.
The graph of a quadratic equation is a curve called a parabola. It can open upwards or downwards depending on the sign of a.
Many quadratic equations can be solved by factorising the expression into two brackets:
ax2 + bx + c = (x + m)(x + n) = 0
Then set each bracket equal to 0 and solve for x:
x + m = 0 or x + n = 0
Example: Solve x2 − 5x + 6 = 0
Factor: (x − 2)(x − 3) = 0 ⇒ x = 2 or x = 3
If the equation cannot be factorised easily, use the quadratic formula:
x = (−b ± √(b2 − 4ac)) ÷ 2a
Example: Solve x2 − 4x − 5 = 0
a = 1, b = −4, c = −5
x = (4 ± √(16 + 20)) ÷ 2 = (4 ± √36) ÷ 2 = (4 ± 6) ÷ 2
Solutions: x = 5 or x = −1
The part under the square root in the quadratic formula is called the discriminant: D = b2 − 4ac