Roots In Polynomial Expressions: Full Guide

#Algebra
TL;DR
Roots in polynomial expressions are the values of $x$ that make the polynomial equal zero, so a root of $P(x)$ is any $x$ with $P(x) = 0$. A number $r$ is a root exactly when $(x - r)$ is a factor, and by the Fundamental Theorem of Algebra a degree-$n$ polynomial has exactly $n$ roots when you count multiplicity and allow complex numbers.
BT
Bhanzu TeamLast updated on September 10, 202613 min read

What Are Roots In Polynomial Expressions?

Roots in polynomial expressions are the values of the variable that make the whole polynomial equal to zero. Written formally, a number $r$ is a root of a polynomial $P(x)$ when $P(r) = 0$. That single condition, "the output is zero," is the entire definition, and every other idea on this page is built on it.

Take $P(x) = x^2 - 5x + 6$. Substitute $x = 2$ and you get $4 - 10 + 6 = 0$, so $2$ is a root. Substitute $x = 3$ and you get $9 - 15 + 6 = 0$, so $3$ is a root too. Any other number gives a nonzero output, so this polynomial has exactly these two roots.

Three properties follow straight from the definition, and each one is a section below:

  • Roots are factors in disguise. If $r$ is a root, then $(x - r)$ divides the polynomial exactly. This is the factor theorem.

  • A root can repeat. The same value can be a root more than once, which is its multiplicity.

  • The count is fixed by the degree. A polynomial of degree $n$ has exactly $n$ roots once you count repeats and allow complex numbers.

What Is The Difference Between A Root, A Zero, And A Solution?

These three words point at the same number from three angles, which is why textbooks switch between them freely.

  • A zero is language for a function or expression: the zeros of $f(x) = x^2 - 5x + 6$ are the inputs that send the output to $0$. See zeros of a polynomial for this view in full.

  • A root is language for an equation: the roots of $x^2 - 5x + 6 = 0$ are the values that satisfy it.

  • A solution is the general word for any value that makes an equation true.

For a polynomial set equal to zero, all three are the same list of numbers. There is one more name worth knowing, and it is geometric. A real root is exactly an $x$-intercept of the graph, the point where the curve crosses or touches the horizontal axis. So "root," "zero," "solution," and "$x$-intercept" describe one idea in algebraic, functional, and graphical dress.

How Do You Find The Roots Of A Polynomial?

To find the roots, set the polynomial equal to zero and solve for $x$. The method depends on the degree.

For a linear polynomial $ax + b$, there is one root, found by rearranging:

$$ax + b = 0 \quad\Longrightarrow\quad x = -\frac{b}{a}$$

For a quadratic $ax^2 + bx + c$, factor it or use the quadratic formula, which always works:

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

Example 1: Find the roots of $x^2 - 5x + 6$.

Factor the quadratic into two binomials whose product returns it:

$$x^2 - 5x + 6 = (x - 2)(x - 3)$$

A product is zero only when one of its factors is zero, so set each factor to zero:

$$x - 2 = 0 ;\Rightarrow; x = 2, \qquad x - 3 = 0 ;\Rightarrow; x = 3$$

Final answer: the roots are $x = 2$ and $x = 3$.

For a cubic and beyond, first find one root by trial from the rational root theorem, divide it out, and solve what remains. That full procedure lives in zeros of a cubic polynomial.

What Is The Factor Theorem, And How Does It Connect To Roots?

The factor theorem is the bridge between roots and factors, and it reads in one line: $r$ is a root of $P(x)$ if and only if $(x - r)$ is a factor of $P(x)$.

The "if and only if" runs both directions. Knowing a root hands you a factor, and knowing a factor hands you a root. That is why factoring a polynomial and finding its roots are the same job done from two ends.

Example 2: Show that $x = 2$ is a root of $P(x) = x^3 - 7x + 6$, then use it.

Evaluate at $x = 2$:

$$P(2) = 2^3 - 7(2) + 6 = 8 - 14 + 6 = 0$$

Since $P(2) = 0$, the number $2$ is a root, so by the factor theorem $(x - 2)$ divides $P(x)$ exactly. Dividing gives:

$$x^3 - 7x + 6 = (x - 2)(x^2 + 2x - 3) = (x - 2)(x + 3)(x - 1)$$

Final answer: the three roots are $x = 2$, $x = -3$, and $x = 1$.

The factor theorem is the special case of the remainder theorem where the remainder happens to be zero. A zero remainder is exactly what "divides exactly" means, which is exactly what "is a root" means.

What Is The Multiplicity Of A Root?

The multiplicity of a root is the number of times its factor appears in the fully factored polynomial. When a factor shows up once the root is simple; when it repeats the root is a repeated root.

Consider:

$$P(x) = (x - 2)^2 (x + 1)$$

The factor $(x - 2)$ appears twice, so $x = 2$ is a root of multiplicity $2$. The factor $(x + 1)$ appears once, so $x = -1$ is a root of multiplicity $1$. Counted this way the polynomial has three roots, even though only two distinct values appear.

Multiplicity is not a bookkeeping detail. It decides how the graph behaves at the axis:

  • Odd multiplicity (1, 3, 5, ...): the curve crosses straight through the $x$-axis at that root.

  • Even multiplicity (2, 4, ...): the curve touches the $x$-axis and turns back, without crossing.

So for $P(x) = (x - 2)^2 (x + 1)$, the graph bounces off the axis at $x = 2$ (even) and passes cleanly through at $x = -1$ (odd). Reading a graph, you can often name each multiplicity by whether the curve crosses or kisses the axis.

How Many Roots Does A Polynomial Have?

A polynomial of degree $n$ has exactly $n$ roots, provided you count each root as often as its multiplicity and you allow complex numbers. This is the Fundamental Theorem of Algebra, one of the anchor results of the subject.

The two conditions in that sentence carry all the weight:

  • Count multiplicity. A double root counts as two. So $P(x) = (x - 2)^2(x + 1)$ has degree $3$ and three roots: $2$, $2$, and $-1$.

  • Allow complex numbers. Some roots are not real. A degree-$2$ polynomial like $x^2 + 1$ has no real root, yet the theorem still promises two roots, and they turn out to be complex.

A useful weaker statement is safe to remember on its own: a polynomial of degree $n$ has at most $n$ real roots. That is why a parabola meets the $x$-axis in at most two places and a cubic in at most three. For the equation-solving side of this count, see polynomial equations.

What Is The Difference Between Real And Complex Roots?

A real root is an ordinary number on the number line and shows up as an $x$-intercept on the graph. A complex root involves the imaginary unit $i = \sqrt{-1}$ and does not appear on the real graph at all.

Example 3: Solve $x^2 + 1 = 0$.

$$x^2 = -1 \quad\Longrightarrow\quad x = \pm\sqrt{-1} = \pm i$$

The roots are $x = i$ and $x = -i$. Both are complex, neither is real, and the parabola $y = x^2 + 1$ sits entirely above the $x$-axis, never touching it. That missing intercept is the graph telling you the roots are complex.

Complex roots of a real-coefficient polynomial always arrive in conjugate pairs: if $a + bi$ is a root then $a - bi$ is too. That pairing forces an odd-degree polynomial (degree 3, 5, and so on) to have at least one real root, because complex roots can only be removed two at a time and an odd count cannot be emptied completely. The quadratic case, real versus complex, is decided by the discriminant, covered in roots of a quadratic equation.

Why Do Roots Matter?

Roots are not an exercise built for its own sake. A root answers one recurring question that appears far outside the classroom: for what input does this quantity reach a chosen level?

  • Reaching a target is a root. Model any process as an expression, then ask when it hits a specific value. Set the expression equal to that value, move everything to one side, and the answer is a root of the polynomial you just formed. A ball reaching the ground, a savings plan reaching a goal, a rocket reaching a height, all are roots.

  • Balance points are roots. Where cost equals revenue, where supply equals demand, where two forces cancel, subtract one side from the other and the balance sits at a root of the difference.

  • Roots rebuild the whole polynomial. Because each root gives a factor, knowing the roots lets you write the polynomial in factored form, which exposes its shape, its sign, and its graph at a glance.

That last point is the quiet reason roots sit at the centre of algebra. The roots are the skeleton of a polynomial. Find them and you have not solved one equation, you have taken the expression apart into the pieces it was built from.

Who Discovered The Theory Of Polynomial Roots?

Solving for roots is one of the oldest problems in mathematics, and chasing it forced the invention of complex numbers, then of modern algebra itself.

Two more names shaped how we count and name roots:

  • Carl Friedrich Gauss (1777–1855, Germany) gave the first widely accepted proof of the Fundamental Theorem of Algebra in his 1799 doctoral thesis, settling that a degree-$n$ polynomial has exactly $n$ roots over the complex numbers.

  • Niels Henrik Abel (1802–1829, Norway) proved in 1824 that the general fifth-degree polynomial has no solution by radicals, the result that made Galois's question so pressing.

Where Are Roots Of Polynomials Used In The Real World?

The same "where does it equal zero" question runs under a wide range of technical work.

  • Engineering and control systems: the roots of a system's characteristic polynomial decide whether a bridge, an aircraft autopilot, or a thermostat is stable or oscillates out of control.

  • Signal processing: filters that clean up audio and images are designed by placing the roots (called poles and zeros) of a polynomial in chosen positions.

  • Economics: equilibrium prices and rates of return are found by solving for the roots of cost, revenue, or interest polynomials.

  • Computer graphics and physics engines: finding where a ray of light or a moving object first meets a surface is solving a polynomial for its smallest positive root.

  • Cryptography and coding: error-correcting codes that protect data on discs and in transmission are built from the roots of polynomials over special number systems.

One question, "for what input is this zero," quietly steadies aircraft, cleans audio, prices markets, and renders scenes. Mathematics is the shared language beneath fields that otherwise share nothing.

What Are The Most Common Roots In Polynomial Expressions Mistakes?

These three errors account for most lost marks on roots, verified against AP Precalculus reviews, College Algebra courseware, and graphing guides on multiplicity.

Confusing a root with the y-intercept.

Where it slips in:

Asked for the roots of $P(x) = x^2 - 5x + 6$, a student reads off the constant term and answers $6$, mixing up where the graph meets the two axes.

Don't do this:

Do not report the $y$-intercept as a root. The value $6$ is $P(0)$, the point $(0, 6)$ where the curve crosses the vertical axis.

The correct way:

Roots are where the output is zero, so set $P(x) = 0$ and solve. Here $(x-2)(x-3) = 0$ gives roots $x = 2$ and $x = 3$, which sit on the horizontal axis, not the vertical one.

Forgetting that complex roots exist.

Where it slips in:

A student solves $x^2 + 1 = 0$, sees the graph never touches the $x$-axis, and writes "no roots."

Don't do this:

Do not conclude a polynomial has no roots just because it has no $x$-intercepts. A missing intercept means no real root, not no root at all.

The correct way:

Allow complex numbers. $x^2 + 1 = 0$ gives $x = \pm i$, two complex roots, matching the degree. By the Fundamental Theorem of Algebra the roots are always there, some are simply off the real line.

Miscounting multiplicity.

Where it slips in:

Given $P(x) = (x - 2)^2(x + 1)$, a student lists the roots as $2$ and $-1$ and reports "two roots" for a degree-$3$ polynomial, or confuses the root value $2$ with the multiplicity $2$.

Don't do this:

Do not count a repeated root only once, and do not mix up a root's value with how many times it repeats.

The correct way:

Count each factor as often as it appears. Here $x = 2$ has multiplicity $2$ and $x = -1$ has multiplicity $1$, giving three roots in total, matching the degree. The value of the root and its multiplicity are two separate numbers.

Practice Problems On Roots In Polynomial Expressions

Solve each, then check against the answer that follows.

  1. Find the roots of $x^2 - 7x + 12$.
    (Answer: factor as $(x-3)(x-4)$, so $x = 3$ and $x = 4$.)

  2. Find the root of the linear polynomial $5x - 15$.
    (Answer: $x = 3$.)

  3. Use the factor theorem to check whether $x = 1$ is a root of $x^3 - 6x^2 + 11x - 6$.
    (Answer: $P(1) = 1 - 6 + 11 - 6 = 0$, so yes, $x = 1$ is a root.)

  4. State the roots and their multiplicities for $P(x) = (x + 4)^3 (x - 2)$.
    (Answer: $x = -4$ with multiplicity $3$, $x = 2$ with multiplicity $1$; four roots in total.)

  5. Solve $x^2 + 9 = 0$ over the complex numbers.
    (Answer: $x = \pm 3i$.)

  6. A degree-$5$ polynomial with real coefficients has roots $2$, $1 + i$, and $1 - i$. How many roots are still unaccounted for, and must at least one be real?
    (Answer: two roots remain; since complex roots come in conjugate pairs and $5$ is odd, at least one of the five roots must be real, and $2$ already is.)

Where Should You Go Next After Roots In Polynomial Expressions?

Roots are the entryway into the rest of polynomial algebra, and a few natural doors open from here.

  1. Zeros of a polynomial. The function-and-graph view of the same idea, with more worked cases of reading zeros off a curve.

  2. Factor theorem. Go deeper on the result that turns every root into a factor and back again.

  3. Polynomials. Step back to the full picture of terms, degree, and how polynomials are built, named, and combined.

If your child is building these foundations, a live Bhanzu trainer teaches roots starting from the "why" (the break-even points, landings, and balance prices a root really stands for) in the Bhanzu algebra program.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What are roots in polynomial expressions in simple terms?
They are the values you can put in for the variable that make the polynomial come out to zero. If $P(r) = 0$, then $r$ is a root.
Are roots and zeros the same thing?
Yes, for a polynomial set equal to zero they name the same numbers. "Zero" is the word used for a function or expression, "root" for an equation, and both equal the $x$-intercepts on the graph.
How many roots does a polynomial of degree $n$ have?
Exactly $n$, once you count each root as many times as its multiplicity and allow complex numbers. Counting only real, distinct roots, it has at most $n$.
Can a polynomial have no real roots?
Yes. A polynomial such as $x^2 + 1$ has no real roots because its graph never touches the $x$-axis, but it still has two complex roots, $i$ and $-i$, so it is never truly rootless.
How does the factor theorem help find roots in polynomial expressions?
The factor theorem says $r$ is a root exactly when $(x - r)$ is a factor. So once you find one root, you can divide out its factor and reduce the polynomial to a smaller one that is easier to solve.
What does multiplicity tell you about a root?
Multiplicity is how many times a root's factor repeats. It sets how the graph meets the axis: a root of even multiplicity touches and turns back, while a root of odd multiplicity crosses straight through.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →