Show how to derive the quadratic formula

You have a general quadratic of the form: ax^2 + bx + c = 0, where a,b,c are constants (although is consistent for functions). Divide by a (assuming a/=0, this would not be a quadratic in that case):x^2 + (b/a)x + c/a = 0Complete the square on the first 2 terms:(x+(b/2a))^2 - (b/2a)^2Add the 3rd term back on:(x+(b/2a))^2 - (b/2a)^2 + c/a = 0Rearrange to have the x term on its own:(x+(b/2a))^2 = (b/2a)^2 - c/aTake the square root:x+(b/2a) = +/-sqrt{(b/2a)^2 - c/a}Subtract b/2a:x = -b/2a +/- sqrt{(b/2a)^2 - c/a}Putting the right hand side over a common denominator:x = [-b +/- sqrt{b^2-4ac}]/2a

TF

Related Maths A Level answers

All answers ▸

How do I find the inverse of a 2x2 matrix?


Find the derivative of f where f(x)=a^x.


A curve is defined by parametric equations: x = t^(2) + 2, and y = t(4-t^(2)). Find dy/dx in terms of t, hence, define the gradient of the curve at the point where t = 2.


Show that the equation 2sin^2(x) + 3sin(x) = 2cos(2x) + 3 can be written as 6sin^2(x)+3sin(x) - 5 = 0. Hence solve for 0 < x < 360 degrees. Giving your answers to 1.d.p.