A quadratic equation in one variable has the form $ax^2 + bx + c = 0$. Solving it means finding the values of $x$ that make it true — its roots.
1. Solving by factorisation
Write the quadratic as a product of two brackets, then set each to zero. For $x^2 - 5x + 6 = 0$: factor to $(x - 2)(x - 3) = 0$, so $x = 2$ or $x = 3$.
2. The quadratic formula
Quadratic formula
$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$Use it when factorising is hard. The expression $b^2 - 4ac$ tells you how many real roots there are.
Worked example
Solve $x^2 - 5x + 6 = 0$.
$(x-2)(x-3) = 0 \Rightarrow x = 2$ or $x = 3$.
Exam tips
- Try factorising first; use the formula only if it won't factor neatly.
- A quadratic usually has two roots.
- Always rearrange to $ax^2 + bx + c = 0$ before solving.