How do you derive the quadratic formula?

1 Answer
Jan 10, 2015

This is a little bit tricky but also incredibly elegant!
You start from your general quadratic:
ax^2+bx+c=0ax2+bx+c=0
Take cc to the right side:
ax^2+bx=-cax2+bx=c
The idea is now to transform the left side in something like (a+b)^2(a+b)2;
Multiply by aa;
a^2x^2+abx=-aca2x2+abx=ac
Multiply by 44;
4a^2x^2+4abx=-4ac4a2x2+4abx=4ac
Add and subtract b^2b2 to the left side:
4a^2x^2+4abx+b^2-b^2=-4ac4a2x2+4abx+b2b2=4ac
Take the -b^2b2 to the right:
4a^2x^2+4abx+b^2=b^2-4ac4a2x2+4abx+b2=b24ac
The left side can be written as:
(2ax+b)^2=b^2-4ac(2ax+b)2=b24ac
And:
2ax+b=+-sqrt(b^2-4ac)2ax+b=±b24ac
And finally:
x=(-b+-sqrt(b^2-4ac))/(2a)x=b±b24ac2a
Poetry in algebra!