Derive the quadratic formula (Hint: complete the square)

Firstly, the quadratic formula finds the roots of a quadratic equation. 
So this means f(x) = 0. A general polynomial with highest power 2 looks like: ax+ bx +c.
Usings the two facts we just stated, we solve for the roots of ax+ bx +c = 0. ax+ bx +c = 0
x+ (b/a)x + (c/a) = 0
USINGING THE HINT
(x + (b/2a))- (b/2a)2 + (c/a) = 0
(x + (b/2a))2 = (b/2a)2 -(c/a)  
Make the right hand side all one fraction
(x + (b/2a))2 = (b2/4a2) - (4ac/4a2)
(x + (b/2a))2 = (b2-4ac) / 4a2
Squareroot both sides
x + (b/2a) = (+/-) (b2-4ac)1/2 / 2a          (The (+/-) comes from the squareroot having 2 sol's. e.g 41/2 = 2 or -2)
x = (-b (+/-) (b2-4ac)1/2) / 2a

RK

Related Maths A Level answers

All answers ▸

Use logarithms to solve the equation 2^5x = 3^2x+1 , giving the answer correct to 3 significant figures.


The Curve C has equation y = 3x^4 - 8x^3 -3. Find the first and second derivative w.r.t x and verify that y has a stationary point when x = 2. Determine the nature of this stationary point, giving a reason for your answer.


How do you know how many roots a quadratic equation has?


x = 2t + 5, y = 3 + 4/t. a) Find dy/dx at (9.5) and b) find y in terms of x.