Quadratic formula

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

Uses of the quadratic formula

The main use is for solving the roots of a quadratic equation (finding the values of x where y=0)

It also has another use - the discriminant (the part under the square root) can tell us a lot, for example, the number of roots the equation has. See the page on the discriminant for more information.

Finding the roots

To find the roots of a quadratic equation using the quadratic formula, we substitute the coefficients of the equation into the quadratic formula.

The equation should be in the form ax^2 + bx + c = 0, so just substitute those values into the formula above.

Remember to find both the positive and negative square roots of the discriminant (b^2 - 4ac) to get both roots! You can do this on your calculator by calculating +\sqrt{b^2 - 4ac} and -\sqrt{b^2 - 4ac} separately.

Example questions

Find the roots of 2x^2 + 4x - 6 = 0

Find the roots of x^2 - 3x + 2 = 0

Find the roots of 3x^2 + 2x - 8 = 0