Skip to content

The quadratic formula

Notes

By now, we have seen that quadratics can be solved by factorising or completing the square. There is a third way, and that is called the quadratic formula. Basically, we solve the general equation

ax2+bx+c=0

by completing the square, and we get the formula

x=b±b24ac2a

This is a formula we should memorise as it is very useful for solving hard quadratics quickly.

Proof of formula

We complete the square on the equation ax2+bx+c=0 to find the general formula for the roots

ax2+bx+c=0a[x2+bax]+c=0a[(x+b2a)b24a2]+c=0a(x+b2a)b24a+c=0a(x+b2a)=b24aca(x+b2a)=b24ac4a(x+b2a)=b24ac4a2x+b2a=±b24ac4a2x=b2a±b24ac2ax=b±b24ac2a

Example

Solve the following equations using the quadratic formula:

  1. 2x2x6=0

  2. x2+26x=0

  3. x222x+2=0

  4. x2+x=3

Exercise

Hint
Solution