How do you derive the quadratic formula?

The quadratic formula is the formula that solves any quadratic equation. So, keeping things general, let's begin with a completely general quadratic equation:

ax2+bx+c=0

This is completely general because any quadratic equation can be rearranged into this form. If you find that you can't get your equation into this form, it probably isn't quadratic!

Ultimately, we want to rearrange to make x the subject. 

First, we divide through by a:

x+ (b/a)x + (c/a) = 0


Now, we 'complete the square':

(x + b/2a)^2 - b^2/4a^2 + c/a = 0

Rearranging and putting the two terms outside the bracket above a common denominator: 

(x+b/2a)^2 = (b^2 - 4ac)/4a^2

Taking the square root of both sides:

x + b/2a = +-sqrt(b^2 - 4ac)/2a

(where +- indicates we can take either the positive or negative solution)

Finally, rearranging for x:

x = (-b +- sqrt(b^2 - 4ac))/2a

Voila! Apologies for all the brackets! 

x= (-b

AN

Related Maths A Level answers

All answers ▸

A block of mass 5kg is on a rough slope inclined at an angle of 30 degrees to the horizontal, it is at the point of sliding down the slope. Calculate the coefficient of friction between the block and the slope.


Use integration by parts to integrate the following function: x.sin(7x) dx


Given that y = 4x^3 – 5/(x^2) , x =/= 0, find in its simplest form dy/dx.


A curve passes through the point (4, 8) and satisfies the differential equation dy/dx = 1/ (2x + rootx) , Use a step-by-step method with a step length of 0.3 to estimate the value of y at x = 4.6 . Give your answer to four decimal places.