Difference between revisions of "Quadratic formula"
m |
m (Formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''quadratic formula''' is a general [[expression]] for the [[root (polynomial)|solutions]] to a [[quadratic equation]]. It is used when other methods, such as [[completing the square]], [[factoring]], and [[square root property]] do not work or are too tedious. | The '''quadratic formula''' is a general [[expression]] for the [[root (polynomial)|solutions]] to a [[quadratic equation]]. It is used when other methods, such as [[completing the square]], [[factoring]], and [[square root property]] do not work or are too tedious. | ||
− | === | + | == Statement == |
+ | |||
+ | For any quadratic equation <math>ax^2+bx+c=0</math>, the following equation holds. | ||
+ | <cmath>x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}</cmath> | ||
+ | |||
+ | === Proof === | ||
We start with | We start with | ||
<cmath>ax^{2}+bx+c=0</cmath> | <cmath>ax^{2}+bx+c=0</cmath> | ||
− | + | Dividing by <math>a</math>, we get | |
<cmath>x^{2}+\frac{b}{a}x+\frac{c}{a}=0</cmath> | <cmath>x^{2}+\frac{b}{a}x+\frac{c}{a}=0</cmath> | ||
Line 31: | Line 36: | ||
This is the quadratic formula, and we are done. | This is the quadratic formula, and we are done. | ||
− | |||
− | |||
− | |||
=== Variation === | === Variation === | ||
In some situations, it is preferable to use this variation of the quadratic formula: | In some situations, it is preferable to use this variation of the quadratic formula: | ||
− | <cmath>\frac{2c}{-b\ | + | <cmath>\frac{2c}{-b\mp\sqrt{b^2-4ac}}</cmath> |
== See Also == | == See Also == | ||
Line 45: | Line 47: | ||
[[Category:Algebra]] | [[Category:Algebra]] | ||
[[Category:Quadratic equations]] | [[Category:Quadratic equations]] | ||
+ | {{stub}} |
Latest revision as of 10:11, 2 February 2025
The quadratic formula is a general expression for the solutions to a quadratic equation. It is used when other methods, such as completing the square, factoring, and square root property do not work or are too tedious.
Contents
[hide]Statement
For any quadratic equation , the following equation holds.
Proof
We start with
Dividing by , we get
Add to both sides in order to complete the square:
Complete the square:
Move to the other side:
Take the square root of both sides:
Finally, move the to the other side:
This is the quadratic formula, and we are done.
Variation
In some situations, it is preferable to use this variation of the quadratic formula:
See Also
This article is a stub. Help us out by expanding it.