MATH 2 • ALGEBRA & FUNCTIONS

Quadratic Formula & Discriminant — I can solve quadratic equations using the quadratic formula and interpret the discriminant.

Master the universal formula that solves every quadratic equation, and learn how the discriminant reveals the nature of its solutions.

Historical Context & Motivation

People have been solving quadratic equations for thousands of years. Ancient civilizations needed to calculate areas of land, design buildings, and plan irrigation systems—all problems that naturally produce equations with squared terms. Long before anyone wrote down a general formula, mathematicians developed clever geometric and algebraic tricks to find solutions. The quadratic formula we use today is the result of centuries of accumulated insight, refined into a single elegant expression that works for every quadratic equation.

~2000 BCE
Babylonian Tablets
Babylonian scribes solved quadratic-type problems using geometric methods on clay tablets. They could find the dimensions of a rectangle given its area and perimeter—equivalent to solving a quadratic—by a technique called completing the square in geometric form.
~300 BCE
Euclid's Geometric Algebra
The Greek mathematician Euclid presented geometric solutions to quadratic problems in his work Elements. However, Greek mathematicians did not accept negative numbers, so they could only find positive solutions.
~820 CE
Al-Khwarizmi's Algebraic Method
The Persian mathematician Al-Khwarizmi wrote a systematic treatise showing how to solve all types of quadratic equations algebraically. His work gave us the word 'algebra' (from Arabic al-jabr).
1637
Descartes & Modern Notation
René Descartes popularized the notation we use today—variables like x and coefficients like a, b, c. This made the quadratic formula compact enough to write as a single expression, leading to the form every student learns.

While factoring and completing the square work well for certain equations, they can be slow or messy when the numbers aren't nice. The quadratic formula answers a simple but powerful question: Is there one method that solves any quadratic equation, regardless of its coefficients? The answer is yes—and that's exactly what this lesson is about.

Core Principles & Definitions

Before we dive into the formula itself, let's make sure the foundational ideas are clear. A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. The highest power of the variable is 2, which is why the graph of a quadratic function is always a parabola. The solutions to the equation—the values of x that make it true—are called the roots or zeros of the equation.

1

Standard Form

Every quadratic equation must be arranged as ax² + bx + c = 0 before applying the quadratic formula. The coefficient a multiplies x², b multiplies x, and c is the constant term.
2

The Quadratic Formula

The formula x = (−b ± √(b² − 4ac)) / (2a) gives the exact solutions for any quadratic equation in standard form. The ± symbol means there are potentially two solutions: one using + and one using −.
3

The Discriminant

The expression b² − 4ac under the radical is called the discriminant. It determines how many real solutions the equation has: two, one, or none.
4

Roots = x-intercepts

Graphically, the solutions of ax² + bx + c = 0 are the x-intercepts of the parabola y = ax² + bx + c. The discriminant tells you whether the parabola crosses the x-axis twice, touches it once, or misses it entirely.
KEY TAKEAWAY
Think of the quadratic formula as a universal key that opens every quadratic lock. Factoring is like trying to pick the lock—it works when the tumblers are simple, but some locks are too complex. Completing the square is like carefully disassembling the lock piece by piece. The quadratic formula? It's the master key: insert the values of a, b, and c, and the solutions come right out.

Visual Explanation — The Parabola & Its Roots

Left: when b² − 4ac > 0, the parabola crosses the x-axis at two points (two real roots). Center: when b² − 4ac = 0, the vertex just touches the x-axis (one repeated root). Right: when b² − 4ac < 0, the parabola never reaches the x-axis (no real roots).

This diagram is worth memorizing. Every quadratic equation in standard form represents a parabola on the coordinate plane. The discriminant, b² − 4ac, acts like a preview: before you even solve the equation, you can determine whether the parabola hits the x-axis zero, one, or two times. When the discriminant is positive, the square root yields a real number, and the ± gives you two distinct solutions. When the discriminant equals zero, the square root is zero and both solutions collapse into one. When the discriminant is negative, you'd be taking the square root of a negative number, which has no real solution.

Mathematical Framework

The quadratic formula is actually derived by completing the square on the general equation ax² + bx + c = 0. You don't need to re-derive it every time—that's the beauty of the formula—but understanding where it comes from helps you trust and remember it. Here are the key equations you need.

STANDARD FORM
ax² + bx + c = 0
a = coefficient of x² (must not be 0), b = coefficient of x, c = constant term.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
Substitute the values of a, b, and c directly from the standard form. The ± symbol means you compute two values: one with addition and one with subtraction.
DISCRIMINANT
D = b² − 4ac
If D > 0: two distinct real roots. If D = 0: exactly one real root (a repeated root). If D < 0: no real roots (the solutions are complex numbers).
⚠️ Watch Your Signs!
The most common mistake is mishandling the negative sign in front of b. If b is already negative (say b = −5), then −b = −(−5) = 5. Always substitute the value of b including its sign, then apply the negative in front. Also, remember that 2a means 2 × a, and the entire numerator (−b ± √D) is divided by 2a—not just part of it.

Notice that the discriminant sits inside the square root. When D is positive, √D is a real number, and the ± produces two different x-values. When D equals zero, √0 = 0, so the ± doesn't matter and both solutions simplify to x = −b/(2a). When D is negative, √D is not a real number, so there are no real solutions. In more advanced courses, you'll learn that the solutions in this case involve imaginary numbers, but for now, we simply say the equation has no real roots.

Detailed Breakdown — Interpreting the Discriminant

The discriminant is one of the most useful tools in algebra because it lets you predict the nature of the solutions without actually solving the equation. This is especially handy on tests when a problem asks "how many real solutions does this equation have?" You can compute D = b² − 4ac, check its sign, and answer immediately.

Summary of discriminant cases
Discriminant ValueNumber of Real SolutionsGraph BehaviorExample
D > 0Two distinct real rootsParabola crosses x-axis at two pointsx² − 5x + 6 = 0 → D = 25 − 24 = 1
D = 0Exactly one real root (repeated)Parabola touches x-axis at its vertexx² − 6x + 9 = 0 → D = 36 − 36 = 0
D < 0No real rootsParabola floats above or below x-axisx² + 2x + 5 = 0 → D = 4 − 20 = −16
D is a perfect squareTwo rational rootsThe equation is factorable over integersx² − 5x + 6 = 0 → D = 1 (√1 = 1)
This flowchart shows how to use the discriminant as a decision tool. Start by computing D = b² − 4ac, then check its sign to determine the number and type of solutions. A bonus check: if D > 0 and D is a perfect square, the equation can be factored over the integers.

There's a useful bonus insight: when D > 0 and D is a perfect square (like 1, 4, 9, 16, 25, …), the square root simplifies to a whole number, and the solutions are rational. This means the equation could have been factored without the quadratic formula. When D is positive but not a perfect square (like 5 or 13), the roots are irrational—they involve radicals that don't simplify to nice fractions.

Worked Example

Let's walk through a complete example using the quadratic formula from start to finish. We'll solve 2x² − 7x + 3 = 0.

Solve 2x² − 7x + 3 = 0
1
Step 1 — Identify a, b, and cThe equation is already in standard form ax² + bx + c = 0. Compare term by term: a = 2, b = −7 (note the negative sign!), and c = 3.
a = 2, b = −7, c = 3
2
Step 2 — Compute the DiscriminantD = b² − 4ac = (−7)² − 4(2)(3) = 49 − 24 = 25. Since D = 25 > 0, we know there are two distinct real roots. Also, 25 is a perfect square (√25 = 5), so the roots will be rational numbers.
D = 25 → two rational roots
3
Step 3 — Substitute into the Formulax = (−b ± √D) / (2a) = (−(−7) ± √25) / (2 × 2) = (7 ± 5) / 4. Notice how −(−7) becomes +7. This is where sign errors most commonly occur, so double-check this step.
x = (7 ± 5) / 4
4
Step 4 — Split into Two SolutionsUsing the + sign: x = (7 + 5) / 4 = 12 / 4 = 3. Using the − sign: x = (7 − 5) / 4 = 2 / 4 = 1/2.
x = 3 or x = 1/2
5
Step 5 — Verify (Optional but Recommended)Check x = 3: 2(3)² − 7(3) + 3 = 18 − 21 + 3 = 0 ✓. Check x = 1/2: 2(1/2)² − 7(1/2) + 3 = 2(1/4) − 7/2 + 3 = 1/2 − 7/2 + 3 = −6/2 + 3 = −3 + 3 = 0 ✓. Both solutions check out!
Both solutions verified ✓
💡 Pro Tip
Always compute the discriminant first, before substituting into the full formula. This gives you a quick check: if D is negative, you know right away that there are no real solutions, and you can state that without further computation. On a timed test, this can save valuable minutes.

Comparing Solution Methods

The quadratic formula isn't the only way to solve a quadratic equation. You've also learned factoring and completing the square. Each method has its strengths and ideal use cases. Knowing when to use which method can save you time and reduce errors.

Comparison of methods for solving quadratic equations
MethodBest When…Limitations
FactoringCoefficients are small integers and the discriminant is a perfect square. Fastest when it works.Doesn't work when the equation is not factorable over the integers. Requires trial and error to find factor pairs.
Completing the SquareYou need vertex form (for graphing) or when a = 1. Also used to derive the quadratic formula itself.Can be tedious with fractions. More steps than the quadratic formula for pure solving.
Quadratic FormulaAlways works for any quadratic equation. Especially useful when factoring fails or coefficients are messy.Requires careful arithmetic. Can be overkill for simple equations like x² − 9 = 0.
GraphingYou need a visual understanding or an approximate answer. Good for checking reasonableness.Only gives approximate solutions unless roots are integers. Not accepted as a solving method on most tests.
🔧 CHOOSING YOUR METHOD
Think of the quadratic formula as your Swiss Army knife—it handles every situation, but sometimes a specialized tool (like factoring) is faster for a specific task. A good strategy: spend 10–15 seconds trying to factor. If it doesn't jump out at you, go straight to the quadratic formula. Never waste time guessing at factors.

Connection to Advanced Topics

The quadratic formula is just the beginning of a larger story in mathematics. Understanding it well sets you up for several important concepts you'll encounter in more advanced courses.

How the quadratic formula connects to future math and science
This LessonWhere It Leads
D < 0 means "no real solutions"In Algebra 2 and Precalculus, you'll learn about imaginary and complex numbers (using i = √(−1)), which allow you to solve every quadratic equation.
The quadratic formula solves degree-2 polynomialsThe cubic formula and quartic formula exist for degree 3 and 4. For degree 5+, no such formula exists (proven by Abel and Galois).
The discriminant predicts root behaviorIn calculus, the discriminant concept generalizes to determine the nature of critical points, and in linear algebra it appears in eigenvalue analysis.
Solving ax² + bx + c = 0 for xIn physics, you'll use the quadratic formula to solve kinematic equations involving projectile motion, free fall, and more.

One fascinating historical fact: mathematicians spent centuries trying to find a formula for solving polynomial equations of every degree. In the 1820s, Niels Henrik Abel proved that no general formula can exist for polynomials of degree 5 or higher. This makes the quadratic formula even more special—it's part of a very exclusive club of solvable cases. Your mastery of it now is a genuine building block for everything that follows.

Practice Problems

PROBLEM 1CONCEPTUAL
Without solving, determine how many real solutions the equation 3x² + 4x + 5 = 0 has. Explain your reasoning using the discriminant.
PROBLEM 2BASIC CALCULATION
Solve the equation x² + 6x + 5 = 0 using the quadratic formula.
PROBLEM 3INTERMEDIATE
Solve 3x² + 2x − 5 = 0 using the quadratic formula. Express your answers as simplified fractions.
PROBLEM 4APPLIED
A ball is thrown upward from the top of a 48-foot building with an initial velocity of 32 feet per second. Its height h (in feet) after t seconds is h = −16t² + 32t + 48. When does the ball hit the ground?
PROBLEM 5CRITICAL THINKING
For the equation 2x² + kx + 8 = 0, find all values of k for which the equation has exactly one real solution. Then find the values of k for which the equation has no real solutions.

Lesson Summary

The quadratic formula, x = (−b ± √(b² − 4ac)) / (2a), is a universal tool for solving any equation in standard form ax² + bx + c = 0. To use it, identify the coefficients a, b, and c, substitute them carefully (watching for negative signs), and simplify. The ± symbol produces two potential solutions, which may be distinct, identical, or non-real depending on the value under the radical.

The discriminant, D = b² − 4ac, is your preview tool: when D > 0, there are two distinct real roots; when D = 0, there is exactly one repeated real root; and when D < 0, there are no real roots. Graphically, this tells you whether the parabola crosses the x-axis twice, touches it once, or misses it entirely. Mastering the quadratic formula and the discriminant together gives you a complete, efficient method for analyzing and solving every quadratic equation you'll encounter.

Varsity Tutors • Math 2 • Quadratic Formula & Discriminant