A real root is a value that makes an equation equal zero and can be located on the ordinary number line. If you plug a real root back into the original equation, the result is exactly zero. The concept shows up constantly in algebra, precalculus, and physics, and understanding it unlocks how equations connect to graphs and real-world problems.
Real Roots as Solutions to Equations
Take any polynomial, like x² − 5x + 6. A real root is a specific value of x that makes the entire expression equal zero. For this example, plugging in x = 2 gives you (4 − 10 + 6) = 0, and plugging in x = 3 gives you (9 − 15 + 6) = 0. Both 2 and 3 are real roots. You’ll also see them called “zeros” of the polynomial, which means exactly the same thing: values where the output is zero.
The key word is “real.” These are numbers you’d find on a standard number line: whole numbers, fractions, decimals, negatives, irrational numbers like √2. They contrast with complex or imaginary roots, which involve the square root of negative one (written as “i”). Complex roots can’t be placed on a regular number line, and they behave differently in graphs and applications.
Real Roots vs. Complex Roots
Every polynomial equation has a certain number of roots determined by its degree. A degree-3 polynomial (like x³ + 2x − 5) has exactly 3 roots when you count all possibilities, including complex ones. A degree-7 polynomial has exactly 7. This comes from the Fundamental Theorem of Algebra.
Not all of those roots have to be real. Some may be complex, meaning they include an imaginary component. The important rule is that complex roots always come in conjugate pairs. If 2 + 3i is a root, then 2 − 3i must also be a root. That means complex roots always account for an even number of the total. A degree-5 polynomial, for instance, could have 5 real roots, 3 real and 2 complex, or 1 real and 4 complex. It could never have exactly 4 real roots, because that would leave a single complex root without a partner.
On a graph, real roots show up as x-intercepts, the points where the curve crosses or touches the horizontal axis. Complex roots produce no x-intercept at all. They still influence the shape and curvature of the graph, but you won’t see them as points where the curve meets the axis.
How Real Roots Appear on a Graph
When you graph a function, every real root corresponds to a spot where the curve meets the x-axis. But how it meets the axis depends on something called multiplicity, which is how many times that particular root is repeated in the equation.
Consider f(x) = (x − 1)(x − 4)². The root x = 1 appears once (odd multiplicity), while x = 4 appears twice (even multiplicity). At x = 1, the graph crosses straight through the x-axis, changing from positive to negative or vice versa. At x = 4, the graph touches the x-axis and bounces back in the direction it came from, never actually crossing to the other side. The sign of the function doesn’t change around a root of even multiplicity.
This pattern holds generally. Roots with odd multiplicity (1, 3, 5…) produce crossings. Roots with even multiplicity (2, 4, 6…) produce “bounce” points where the graph just grazes the axis and turns around. Recognizing this lets you sketch polynomial behavior without plotting dozens of points.
Using the Discriminant to Predict Real Roots
For quadratic equations (degree 2), there’s a quick test that tells you how many real roots exist before you solve anything. The discriminant is the expression b² − 4ac, pulled from the standard form ax² + bx + c = 0.
- Positive discriminant: The equation has two distinct real roots.
- Discriminant of zero: The equation has exactly one real root (a repeated root).
- Negative discriminant: The equation has no real roots. Both solutions are complex.
For example, in x² + 2x + 5 = 0, the discriminant is (4 − 20) = −16. That’s negative, so this equation has zero real roots. No value on the number line will make it equal zero, and the graph of this function never touches the x-axis.
Methods for Finding Real Roots
There are four standard approaches for quadratic equations, and the right one depends on the structure of the problem.
Factoring works when the expression breaks neatly into two binomials. Set the equation equal to zero, factor it, then set each factor equal to zero individually. For x² − 5x + 6 = 0, you’d factor to (x − 2)(x − 3) = 0, giving roots of 2 and 3. This is the fastest method when it works, but many quadratics don’t factor cleanly.
The quadratic formula handles every quadratic equation regardless of whether it factors. For ax² + bx + c = 0, the roots are (−b ± √(b² − 4ac)) / 2a. This formula always produces the correct answer, real or complex.
Square root isolation is useful when the equation has a squared term and a constant but no middle term. Something like x² = 16 can be solved by taking the square root of both sides, giving x = 4 and x = −4.
Completing the square transforms a messy quadratic into a perfect square trinomial. It’s more of a technique for understanding the quadratic formula’s derivation and for rewriting equations into vertex form than a go-to solving method, but it works on any quadratic.
For polynomials of degree 3 or higher, finding real roots typically involves a combination of the rational root theorem, synthetic division, and graphing technology. The core idea stays the same: you’re looking for values that make the expression equal zero.
Real Roots in Practical Problems
Real roots aren’t just abstract math. They show up whenever a physical situation is modeled by an equation and you need to find a specific value like time, distance, or speed.
A classic example is projectile motion. Imagine a rock launched from a volcano at 25.0 m/s at a 35° angle, landing 20 meters below its starting point. The equation describing its vertical position over time works out to 4.90t² − 14.3t − 20.0 = 0. Applying the quadratic formula produces two real roots: t = 3.96 seconds and t = −1.03 seconds. The negative root technically satisfies the math but represents a moment before the rock was launched, so it gets discarded. The physically meaningful real root, 3.96 seconds, is the actual flight time.
This is a common pattern in applied problems. The equation may yield multiple real roots, but context tells you which ones make sense. A negative time, a length longer than the object itself, or a temperature below absolute zero would all be valid roots mathematically but meaningless in the real situation. Identifying and interpreting real roots, not just calculating them, is where the skill lies.

