Quadratic Formula¶
The Quadratic Formula is a formula of which can be used to solve a quadratic. It can be derived from \(ax^2 + bx + c = 0\), using a method involving completing the square.
Formula¶
The formula is the following:
Derivation¶
As previously noted, the quadratic formula can be derived from \(ax^2 + bx + c = 0\) using a method involving completing the square.
To prepare the equation for completing the square, you'll need to go about making the equation start with \(x^2\) - simply by dividing the equation through by \(a\). Then you can go about giving the equation a value, other than 0, to be equal to - use \(\frac{c}{a}\)!
The equation is now in a position to be put into a completed square form. Expanding out \(b\) from the completed square form - \((\frac{b}{2a})^2\) in this case.
The equation should now be in a position to be made equal to \((x + \frac{b}{2a})^2\) in preparation of solving the quadratic. Having done so, a common denominator (\(4a^2\)) should be found of the fractions to merge them.
The equation is now ready to be solved, by square rooting, and subtracting \(\frac{b}{2a}\).
Alternate Form¶
As with all formulas there is potential for other forms of the same thing.
Except as otherwise noted, the content of this page is licenced under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Mozilla Public License 2.0.