Nth Degree Polynomial - Degree n, n Roots, and Examples

#Algebra
TL;DR
An nth degree polynomial is a polynomial whose highest power is $n$, written $a_n x^n + a_{n-1}x^{n-1} + \dots + a_1 x + a_0$ with $a_n \neq 0$. This article covers its general form, why it has exactly $n$ roots, the types of polynomial named by degree, how to build one from its zeros, and six worked examples.
BT
Bhanzu TeamLast updated on August 17, 202610 min read

The Rule That Fixes The Number Of Answers

A polynomial of degree n hides exactly n roots inside it, no more and no fewer. Line and parabola, cubic and quartic, all obey the same count: the degree tells you how many solutions the equation has before you solve a single line of it. That guarantee is one of the most useful facts in algebra, and it holds only once you agree to count roots the right way.

The degree is not just a label for how "big" a polynomial looks. It is a promise about how many answers to expect.

What Is An Nth Degree Polynomial?

An nth degree polynomial is a polynomial in which the highest power of the variable is $n$, where $n$ is a non-negative whole number. The value $n$ is called the degree of the polynomial, and it is set by the single term with the largest exponent, not by the number of terms.

Two definitions clear the ground. A term is a product of a number and a power of the variable, such as $5x^3$. The degree is the greatest exponent among all terms. So $7x^4 - 2x + 9$ is a fourth degree polynomial because $x^4$ is the highest power, even though it has three terms. Getting this straight matters, because "number of terms" and "degree" are two different counts that beginners routinely swap.

What Is The General Form Of An Nth Degree Polynomial?

The general form collects every possible term from $x^n$ down to the constant:

$$P(x) = a_n x^n + a_{n-1}x^{n-1} + a_{n-2}x^{n-2} + \dots + a_1 x + a_0,$$

where $a_n, a_{n-1}, \dots, a_0$ are the coefficients and $a_n \neq 0$. The condition $a_n \neq 0$ is what makes the degree genuinely $n$; if $a_n$ were zero, the leading term would disappear and the degree would drop.

The pieces have names worth knowing.

  • Leading coefficient: $a_n$, the number multiplying the highest power. Its sign controls the graph's end behaviour.

  • Leading term: $a_n x^n$, the term that dominates for large $x$.

  • Constant term: $a_0$, equal to $P(0)$, the y-intercept.

Writing a polynomial with its powers in descending order is standard form, and it makes the degree readable at a glance.

How Many Roots Does An Nth Degree Polynomial Have?

Exactly $n$, once you count roots with their multiplicity and allow complex numbers. This is the payoff of the Fundamental Theorem of Algebra, and it is worth seeing why it forces the count.

The theorem's core claim is narrow: every non-constant polynomial with complex coefficients has at least one complex root. From there the full count follows by repetition. Suppose $P(x)$ has degree $n$. The theorem gives one root $r_1$, so $(x - r_1)$ is a factor:

$$P(x) = (x - r_1),Q(x),$$

where $Q(x)$ has degree $n - 1$. Apply the theorem again to $Q(x)$ to peel off another root, and again, until the leftover factor is a constant. Each peel drops the degree by one, so after $n$ steps you have $n$ linear factors:

$$P(x) = a_n(x - r_1)(x - r_2)\cdots(x - r_n).$$

That is $n$ roots, some possibly equal (multiplicity) and some possibly complex. A key rider: for a polynomial with real coefficients, complex roots arrive in conjugate pairs, so complex roots come two at a time. These are the same zeros of a polynomial you find when solving $P(x) = 0$.

What Are The Types Of Polynomials By Degree?

Degree gives polynomials their names, and the first few are the ones you meet most.

Degree $n$

Name

General form

0

Constant

$a_0$

1

Linear

$a_1 x + a_0$

2

Quadratic

$a_2 x^2 + a_1 x + a_0$

3

Cubic

$a_3 x^3 + a_2 x^2 + a_1 x + a_0$

4

Quartic

$a_4 x^4 + \dots + a_0$

5

Quintic

$a_5 x^5 + \dots + a_0$

A quadratic has two roots, a cubic has three, and the pattern continues for every $n$. Polynomials are also grouped by number of terms - monomial, binomial, trinomial - but that is a separate classification from degree, and the types of polynomials article lays both out side by side.

Examples Of Nth Degree Polynomial

The set moves from reading a degree, through the term-count trap, to building a polynomial from complex zeros and reasoning about how many real roots are possible.

Example 1

State the degree and the number of roots of $P(x) = x^5 - 3x^2 + 1$.

The highest power present is $x^5$, so the degree is $5$.

By the Fundamental Theorem of Algebra, the number of roots equals the degree.

Final answer: Degree $5$, with exactly $5$ roots counted with multiplicity.

Example 2

Find the degree of $P(x) = x^3 + x^2 + x + 1$.

Wrong attempt. A student counts four terms and writes the degree as $4$, reading "degree" as "how many pieces are there."

Test that against the definition. The exponents present are $3$, $2$, $1$, and $0$, and the largest is $3$, not $4$. The term count and the degree are different numbers.

Correct. The degree is the greatest exponent:

$$\deg(P) = 3.$$

Final answer: The degree is $3$, a cubic, regardless of how many terms it has.

Example 3

For what value of $k$ is $x = 2$ a root of $P(x) = x^3 - kx + 2$?

A root makes $P(x) = 0$, so substitute $x = 2$:

$$P(2) = (2)^3 - k(2) + 2 = 0$$

$$8 - 2k + 2 = 0$$

$$10 - 2k = 0$$

$$k = 5.$$

Final answer: $k = 5$.

Example 4

Build a real-coefficient polynomial of lowest degree whose roots include $i$ and $2i$.

Real coefficients force complex roots into conjugate pairs, so $-i$ and $-2i$ are roots too, giving four roots and degree $4$. Pair each root with its conjugate:

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

$$(x - 2i)(x + 2i) = x^2 + 4.$$

Multiply the two factors:

$$(x^2 + 1)(x^2 + 4) = x^4 + 5x^2 + 4.$$

Final answer: $P(x) = x^4 + 5x^2 + 4$, a fourth degree polynomial.

Example 5

Count the roots, with multiplicity, of $P(x) = (x - 1)^2 (x + 3)^2 (x^2 + 1)$.

Add the degrees of the factors:

$$2 + 2 + 2 = 6.$$

So the degree is $6$ and there are $6$ roots: $x = 1$ (multiplicity 2), $x = -3$ (multiplicity 2), and the complex pair $x = i$, $x = -i$.

Final answer: $6$ roots - four real (counting multiplicity) and two complex. Students first meeting multiplicity often list $1$ and $-3$ once each and report four roots; reading each exponent as a repeat count fixes the tally.

Example 6

How many real roots can a fifth degree polynomial with real coefficients have?

The total root count is $5$. Complex roots come in conjugate pairs, so the number of complex roots is even: $0$, $2$, or $4$. Subtracting from $5$ leaves the real-root count as $5$, $3$, or $1$.

Final answer: A quintic has $5$, $3$, or $1$ real roots — an odd number, and never zero, since an odd-degree polynomial always crosses the x-axis at least once.

Why The Nth Degree Polynomial Matters

"The degree decides the number of answers."

The count of roots was not always guaranteed. It became solid only when Carl Friedrich Gauss (1777–1855, Germany) gave the first widely accepted proof of the Fundamental Theorem of Algebra in 1799, settling that an nth degree polynomial has exactly $n$ complex roots. Before that, mathematicians believed the pattern but could not prove it always held.

That guarantee runs underneath a surprising amount of technology.

  • Signal processing. Filters are designed by placing the roots of a characteristic polynomial; the degree sets how sharply a filter can shape a signal.

  • Control systems. Whether an aircraft or a thermostat settles smoothly depends on the roots of a system polynomial, and the degree bounds how many such modes exist.

  • Error-correcting codes. The codes protecting stored and transmitted data are built from polynomials over finite fields, where degree controls how many errors can be caught.

Even so, "n roots exist" does not mean "n roots are easy." Wilkinson's polynomial, a degree-20 polynomial with roots $1, 2, \dots, 20$, is famous because tiny changes to its coefficients move its roots wildly - a reminder that the existence guarantee and the computation are two different problems.

Common Mistakes

Mistake 1: Confusing degree with number of terms

Where it slips in: Reading the degree straight off a polynomial with several terms.

Don't do this: Count the terms and call that the degree.

The correct way: The degree is the highest exponent, full stop. $x^3 + x^2 + x + 1$ has four terms and degree $3$. Learners who first learned to "count things" reach for the term count by reflex; pointing only at the exponents breaks the habit.

Mistake 2: Forgetting complex and repeated roots

Where it slips in: Reporting the number of roots from how often the graph crosses the x-axis.

Don't do this: Say a quartic "has two roots" because its curve crosses twice.

The correct way: The degree fixes the total at $n$. Missing crossings are hidden in complex conjugate pairs or in repeated roots where the curve touches without crossing. Count with multiplicity and include complex roots to reach $n$.

Mistake 3: Assuming the leading coefficient can be zero

Where it slips in: Writing a "degree $n$" polynomial without checking $a_n \neq 0$.

Don't do this: Let the highest-power coefficient be $0$ and still call the degree $n$.

The correct way: If $a_n = 0$, that term vanishes and the real degree is lower. The leading coefficient must be non-zero for the degree to be $n$.

Conclusion

  • An nth degree polynomial has $n$ as its highest power, in the form $a_n x^n + \dots + a_0$ with $a_n \neq 0$.

  • The degree is the largest exponent, never the number of terms.

  • By the Fundamental Theorem of Algebra it has exactly $n$ roots, counting multiplicity and complex roots.

  • Complex roots of a real polynomial come in conjugate pairs, so real roots differ from $n$ only in even steps.

  • Degree names the polynomial — linear, quadratic, cubic, quartic, quintic — and sets how many answers to expect.

To master the nth degree polynomial with a teacher, explore Bhanzu's algebra tutor or a high school math tutor, and browse math classes online for a structured path.

Practice These To Solidify Your Understanding

  1. State the degree and root count of $P(x) = 2x^6 - x^4 + 7$.

  2. Build a real-coefficient polynomial of lowest degree with roots $3$ and $1 + i$.

  3. How many real roots can a degree-4 polynomial have? List the possibilities.

If Problem 2 confuses you, remember that $1 - i$ must be a root too. Want a live Bhanzu trainer to walk through polynomial degree and roots? Book a free demo class.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What does nth degree mean?
It means the highest power of the variable in the polynomial is $n$, so the polynomial has degree $n$.
How many roots does a polynomial of degree n have?
Exactly $n$, counted with multiplicity and allowing complex roots, by the Fundamental Theorem of Algebra.
How do you find the degree of a polynomial?
Find the term with the largest exponent; that exponent is the degree. The number of terms does not matter.
Can an nth degree polynomial have fewer than n real roots?
Yes. Some roots may be complex or repeated, so the number of distinct real roots can be fewer than $n$, but the total with multiplicity is always $n$.
What is the general form of an nth degree polynomial?
$a_n x^n + a_{n-1}x^{n-1} + \dots + a_1 x + a_0$ with $a_n \neq 0$.
✍️ 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 →