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

flashcards

QuestionAnswer
What is the main use of the quadratic formula?Solving the roots of a quadratic equation (finding the values of x where y=0).
What is the quadratic formula?x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
What is the discriminant in the quadratic formula?The part under the square root: b^2 - 4ac.
What can the discriminant tell us about a quadratic equation?It can tell us the number of roots the equation has.
What form must a quadratic equation be in to use the quadratic formula?ax^2 + bx + c = 0.
What must you do with the square root of the discriminant when finding roots?Calculate both the positive square root (+\sqrt{b^2 - 4ac}) and the negative square root (-\sqrt{b^2 - 4ac}) to get both roots.
Find the roots of 2x^2 + 4x - 6 = 0 using the quadratic formula.x = 1 and x = -3
Find the roots of x^2 - 3x + 2 = 0 using the quadratic formula.x = 2 and x = 1
Find the roots of 3x^2 + 2x - 8 = 0 using the quadratic formula.x = \frac{4}{3} and x = -2