Quadranic Equation

Often, the simplest way to solve "ax2 + bx + c = 0" for the value of x is to factor the quadratic, set each factor equal to zero, and then solve each factor.    So, while factoring may not always be successful, the Quadratic Formula can always find the solution.

The Quadratic Formula uses the "a", "b", and "c" from "ax2 + bx + c", where "a", "b", and "c" are just numbers.   The Formula is derived from the process of completing the square, and is formally stated as:

 ax2 + bx = –c   

x2 + (b/a) x = –c / a

(b/2a)2 = b2 / 4a2

x2 + (b/a) x + b2 / 4a2 = –c / a + b2 / 4a

x2 + (b/a) x + b2 / 4a2 = –4ac / 4a + b2 / 4a

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

x + b / 2a =+ sqrt [(b2 - 4ac) / 4a2 ] = + sqrt (b2 - 4ac)  / 2a

x = b / 2a + [sqrt (b2 - 4ac)  / 2a]

x = [-b + sqrt (b2 - 4ac)] / 2a