
Nitin P. answered 07/23/20
Machine Learning Engineer - UC Berkeley CS+Math Grad
The standard form is:
ax2 + bx + c = 0
x2 + bx/a + c/a = 0
If we add (b/2a)2 - c/a to both sides, we get:
x2 + bx/a + (b/2a)2 = (b/2a)2 - c/a
(x + b/2a)2 = (b/2a)2 - c/a
(x + b/2a)2 = (b2 - 4ac)/4a2
x + b/2a = sqrt(b2 - 4ac)/2a
x = (-b ± sqrt(b2 - 4ac))/2a
which is the Quadratic Formula