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 ▸

What does differentiation actually mean?


A ball is projected at an angle b from the horizontal. With initial velocity V the ball leaves the ground at point O and hits the ground at point A. If Vcos(b) = 6u and Vsin(b) = 2.5u, how long does the ball take to travel between O and A.


Given that f(x)= (3+x^2)(x^1/2-7x). Find f'(x) (5marks)


Find two positive numbers whose sum is 100 and whose product is a maximum.