4

Possible Duplicate:
Why can ALL quadratic equations be solved by the quadratic formula?
History of Quadratic Formula

How was the quadratic formula $\frac{-b\pm\sqrt{b^2-4ac}}{2a}$ found and proven?

Zerium
  • 345
  • 2
  • 7
  • 18

3 Answers3

8

I don't know for sure, but I imagine it was first found by thinking about rearranging squares and rectangles, as in the following image:

enter image description here

Nick Alger
  • 18,844
5

It seems that Alkharazmi was the first person who found the formula in generla case. Though, he stated it in terms of Arabic words like "Xi", means "thing". How did it find it? Here is the summery of his work, in our language.

Hooman
  • 3,647
  • 1
    http://en.wikipedia.org/wiki/Quadratic_equation#History and http://mathworld.wolfram.com/QuadraticEquation.html – lab bhattacharjee Sep 03 '12 at 10:18
  • I don't think that is true. al-Khwarizmi didn't have a concept of negative numbers, so he treated equations of the form $ax^2 + bx = c$, $ax^2 + c = bx$, and $ax^2 = bx + c$ as separate cases. – MJD Sep 03 '12 at 11:16
-1

by completing the square. $a\neq 0$, $ax^2+bx+c=a\left(x^2+\dfrac{b}{a}x+\dfrac{c}{a}\right)=\cdots$

h kone
  • 11