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 ▸

Find the derivative with respect to x and the x-coordinate of the stationary point of: y=(4x^2+1)^5


The curve C has the equation y = 1/2x^3 - 9x^3/2 + 8/x + 30, find dy/dx. Show that point P(4, -8) lies on C


Use implicit differentiation to find dy/dx of a curve with equation x^3 + yx^2 = y^2 + 1.


How do I solve an integration by substitution problem?