How is the quadratic formula derived and why is it not always applicable?

  • Thread starter Thread starter Clausius2
  • Start date Start date
AI Thread Summary
The discussion focuses on the derivation of the quadratic formula, x = (-b ± √(b² - 4ac)) / 2a, from the standard form of a quadratic equation, ax² + bx + c = 0. Participants explain that the derivation involves completing the square, with some providing alternative methods and insights. There is also a light-hearted exchange about language and holiday greetings, which distracts from the main topic. The conversation touches on the limitations of the quadratic formula in certain contexts, such as integrals. Overall, the thread highlights both the mathematical process behind the formula and the community's camaraderie.
Clausius2
Science Advisor
Gold Member
Messages
1,433
Reaction score
7
I think all people here are going to laugh at me, but I'm going to be strong enough to formulate this question which should be made when I was a schoolboy. :blushing: :blushing:

What is the demonstration of the 2nd order equation solution?

ax^2+bx+c=0

then all teachers said:

x=\frac{-b+-\sqrt{b^2-4ac}}{2a}

Where does it come from? How could I demonstrate that formula? We memorized it so well that we haven't ask ourselves how is proved.
 
Mathematics news on Phys.org
It's all about completion of squares:
1) Multiply your equation with "4a":
(2ax)^{2}+2*(2ax)b+4ac=0
2) I'll leave to you the next steps..
Hint: adding 0 in the form of b^{2}-b^{2} might work nicely..:wink:
 
arildno said:
It's all about completion of squares:
1) Multiply your equation with "4a":
(2ax)^{2}+2*(2ax)b+4ac=0
2) I'll leave to you the next steps..
Hint: adding 0 in the form of b^{2}-b^{2} might work nicely..:wink:

Well, now I realize I will never win the Fields Medal I think I'm going to delete this thread. :rolleyes: :cry:

Or doing it better, I will leave this here to show the people what kind of guy is an engineer guru here. :smile: :smile:

EDIT: MERRY CHRISTMAS!
 
Last edited:
BUENO NATIVITAD?
Does that mean "Merry Christmas" in Spanish?
That's what I intended, at least..:smile:
 
arildno said:
BUENO NATIVITAD?
Does that mean "Merry Christmas" in Spanish?
That's what I intended, at least..:smile:

My question was horrible, but your is spanish is worst. :biggrin:

Merry Christmas!=FELIZ NAVIDAD! in spanish

Sorry, but I haven't found any norwegian dictionary over here... :rolleyes:
 
It can be also done like that:
By dividing both sides by 'a' we get:
x^2+\frac{b}{a}x+\frac{c}{a}=0
Taking the constant term to the right side of the equation and then completing the square. This will give us the following equation:
x^2+\frac{b}{a}x+(\frac{b}{2a})^2=-\frac{c}{a}+(\frac{b}{2a})^2
This is equal to:
(x+\frac{b}{2a})^2=\frac{b^2-4ac}{4a^2)}
By making x the subject of the formula we get:

x=\frac{-b+-\sqrt{b^2-4ac}}{2a}
 
Last edited:
A bit more elegant, Deathknight. :wink:
 
Clausius2 said:
My question was horrible, but your is spanish is worst. :biggrin:

Merry Christmas!=FELIZ NAVIDAD! in spanish

Sorry, but I haven't found any norwegian dictionary over here... :rolleyes:

GOD JUL!1
 
find the vertex by the use of the derivative and apply the symmetric shape to find the zeros.
 
  • #10
This makes me kinda glad my high school teacher showed us derivations of everything.
 
  • #11
You can work backwards and show it as well:

x=\frac{-b+-\sqrt{b^2-4ac}}{2a}

(x+\frac{b+\sqrt{b^2-4ac}}{2a})(x+\frac{b-\sqrt{b^2-4ac}}{2a})=0

x^2+{\frac{bx-x\sqrt{b^2-4ac}}{2a}}+{\frac{bx+x\sqrt{b^2-4ac}}{2a}}+\frac{b^2-b^2+4ac}{4a^2}=0

x^2+\frac{2bx}{2a}+\frac{4ac}{4a^2}=0

x^2+\frac{bx}{a}+\frac{c}{a}=0

ax^2+bx+c=0
 
  • #12
Clausius2 said:
A bit more elegant, Deathknight. :wink:

Yeah, I like that way of doing it a lot better than completing the squares.
 
  • #13
Can someone show the derivations for the solutions of cubic and quartic equations as well?
 
  • #14
Yeah, I like that way of doing it a lot better than completing the squares.

But, um, Deathknight DID complete the square?
 
  • #16
Muzza said:
But, um, Deathknight DID complete the square?

I leaning towards his version of it other than the way we're all taught to do it.
 
  • #17
I leaning towards his version of it other than the way we're all taught to do it.

The problem is that it isn't useful in other situations where you want to complete the square... such as when doing this integral:

<br /> \int \frac{1}{3x^2 + 6x - 7} \, dx<br />
 
Back
Top