The Lesson
The quadratic formula is a way of solving a quadratic equation. Consider a quadratic equation in standard form:

How to Solve Quadratic Equations Using the Quadratic Formula
Solving a quadratic equation using the quadratic formula is easy.Question
Solve the quadratic equation shown below using the quadratic formula.
Step-by-Step:
1
Compare the quadratic equation in the question with the standard form.
2x2 −5x + 2 = 0 ⇔ ax2 + bx + c = 0
Find the values of a, b and c.
a = 2, b = −5, c = 2
2
Use the formula.
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
3
Substitute a, b and c into the formula. In our example, a = 2, b = −5 and c = 2.
$$x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(2)(2)}}{2(2)}$$
$$\:\:\:\: = \frac{5 \pm \sqrt{(-5 \times -5) - 4 \times 2 \times 2}}{2 \times 2}$$
$$\:\:\:\: = \frac{5 \pm \sqrt{25 - 16}}{4}$$
$$\:\:\:\: = \frac{5 \pm \sqrt{9}}{4}$$
$$\:\:\:\: = \frac{5 \pm 3}{4}$$
4
Find the root that comes from turning the ± into a +.
x = 2 is a root of the quadratic equation.
$$x = \frac{5 + 3}{4}$$
$$\:\:\:\: = \frac{8}{4}$$
$$\:\:\:\: = 8 \div 4$$
$$\mathbf{x = 2}$$
5
Find the root that comes from turning the ± into a −.
x = 1⁄2 is a root of the quadratic equation.
$$x = \frac{5 - 3}{4}$$
$$\:\:\:\: = \frac{2}{4}$$
$$\mathbf{x = \frac{1}{2}}$$
Answer:
We have solved the quadratic equation: x = 1⁄2, x = 2.2 Roots
Quadratic equations have 2 roots, and the quadratic equation finds both of them. Look closely at the formula, and you'll see a ± sign:
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
This means it is + one time, and − the other. This gives 2 roots:
$$x = \frac{-b + \sqrt{b^2 - 4ac}}{2a}$$
$$x = \frac{-b - \sqrt{b^2 - 4ac}}{2a}$$
The Discriminant
The term in the formula that appears in a square root is called the discriminant:
$$b^2 - 4ac$$
It discriminates between the 3 possible cases for the roots of a quadratic equation.
We can visualize this by looking at a graph of a quadratic equation.
The roots are the points where the curve crosses the horizontal x-axis.
-
b2 − 4ac > 0: there are 2 real, distinct roots.
-
b2 − 4ac = 0: there is one repeated root.
-
b2 − 4ac < 0: there are 2 complex roots.