Descartes' Rule of Signs
The Rational Root Theorem tells you which rational numbers could be zeros. Descartes’ Rule of Signs tells you how many positive and negative real zeros are possible — before you test a single candidate. This information narrows your search dramatically.
The Rule for Positive Real Zeros
Given a polynomial with real coefficients:
The number of positive real zeros is either equal to the number of sign changes in , or less than that by an even number.
A sign change occurs when consecutive nonzero coefficients (in standard form, written in descending order of degree) have opposite signs. Zero coefficients are skipped.
Worked Example 1: Counting Sign Changes in
Count the sign changes in .
Write the signs of the coefficients in order:
Count sign changes:
- to : change (1)
- to : change (2)
- to : no change
- to : change (3)
- to : no change
There are 3 sign changes. By Descartes’ Rule, the number of positive real zeros is or .
The Rule for Negative Real Zeros
To find the possible number of negative real zeros, apply the same rule to .
The number of negative real zeros is either equal to the number of sign changes in , or less than that by an even number.
Worked Example 2: Counting Sign Changes in
Using the same , compute :
Signs:
Sign changes:
- to : no change
- to : no change
- to : change (1)
- to : no change
- to : change (2)
There are 2 sign changes. The number of negative real zeros is or .
Building the Possibilities Table
Since has degree 5, it has exactly 5 zeros (counting multiplicity, including complex zeros). Complex zeros of a polynomial with real coefficients always come in conjugate pairs — so the number of complex zeros is always even.
Combine the information:
| Positive | Negative | Complex | Total |
|---|---|---|---|
| 3 | 2 | 0 | 5 |
| 3 | 0 | 2 | 5 |
| 1 | 2 | 2 | 5 |
| 1 | 0 | 4 | 5 |
This table tells us the polynomial has either 1 or 3 positive real zeros, either 0 or 2 negative real zeros, and the rest are complex. It cannot have exactly 2 positive zeros or exactly 1 negative zero.
Worked Example 3: Complete Analysis
Find the possible combinations for .
Sign changes in : All coefficients are positive: . Zero sign changes.
Result: has 0 positive real zeros.
Sign changes in :
Signs: . Four sign changes.
Result: has 4, 2, or 0 negative real zeros.
| Positive | Negative | Complex | Total |
|---|---|---|---|
| 0 | 4 | 0 | 4 |
| 0 | 2 | 2 | 4 |
| 0 | 0 | 4 | 4 |
Since all coefficients of are positive and are all positive for , no positive can make , confirming 0 positive zeros directly.
Worked Example 4: Polynomial with Missing Terms
Analyze .
Sign changes in : Coefficients of are . Skip zeros: . Zero sign changes.
Positive real zeros: 0.
. Signs (skipping zeros): . One sign change.
Negative real zeros: Exactly 1.
| Positive | Negative | Complex | Total |
|---|---|---|---|
| 0 | 1 | 2 | 3 |
Indeed, , with one negative real zero at and two complex zeros from .
Combining with the Rational Root Theorem
Descartes’ Rule is most powerful when used together with the Rational Root Theorem. The strategy:
- Descartes’ Rule tells you how many positive/negative zeros are possible
- Rational Root Theorem lists the candidates
- Skip unnecessary testing — if Descartes says 0 positive zeros, do not test any positive candidates
Worked Example 5: Efficient Zero-Finding
Find all rational zeros of .
Descartes’ Rule on : Signs: . One sign change.
Positive zeros: Exactly 1.
Descartes’ Rule on : Signs: . Three sign changes.
Negative zeros: 3 or 1.
Rational candidates: .
Since there is exactly 1 positive zero, test positive candidates first:
. Found it: .
We now know the only positive rational zero is . Synthetic division:
Quotient: . Since all positive zeros are accounted for, we only test negative candidates on this cubic.
. So is a zero.
Divide: .
Zeros: (1 positive, 3 negative — matching the table).
Edge Cases and Cautions
Zero Coefficients
When a coefficient is zero (the term is missing), skip it when counting sign changes. Do not count it as a sign change.
Example: . The coefficients are .
Nonzero coefficients in order: . Two sign changes, so 2 or 0 positive real zeros.
The Rule Counts Multiplicity
A zero of multiplicity counts as zeros. If is a zero of multiplicity 3, it accounts for 3 of the sign-change count.
The Rule Does Not Apply to Complex Coefficients
Descartes’ Rule requires real coefficients. It does not apply to polynomials with complex coefficients.
Real-World Application: Stability Analysis
In control systems engineering, the stability of a system depends on whether all roots of the characteristic polynomial have negative real parts. Descartes’ Rule provides a quick first check:
For a system with characteristic polynomial :
: signs — zero sign changes, so zero positive real roots.
: signs — three sign changes, so 3 or 1 negative real roots.
This tells us all real roots are negative (on the stable side of the complex plane). Combined with Routh-Hurwitz criteria, engineers confirm full stability.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Use Descartes’ Rule to determine the possible number of positive and negative real zeros of .
signs: . Four sign changes.
Positive real zeros: 4, 2, or 0.
. Signs: . Zero sign changes.
Negative real zeros: 0.
Answer: 4, 2, or 0 positive zeros; 0 negative zeros.
Problem 2: Build the complete possibilities table for .
. Signs of nonzero coefficients: . Four sign changes.
Positive zeros: 4, 2, or 0.
. Signs: . One sign change.
Negative zeros: 1.
With neg = 1, we need pos + 1 + complex = 5, with complex even:
| Positive | Negative | Complex | Total |
|---|---|---|---|
| 4 | 1 | 0 | 5 |
| 2 | 1 | 2 | 5 |
| 0 | 1 | 4 | 5 |
Answer: 4, 2, or 0 positive zeros; exactly 1 negative zero; 0, 2, or 4 complex zeros.
Problem 3: Descartes’ Rule says has 0 positive real zeros. Verify this by testing all Rational Root Theorem candidates.
signs: . Zero sign changes, so 0 positive zeros.
Candidates: . . . No rational zeros.
: signs . One sign change: exactly 1 negative real zero.
The single real zero is negative and irrational (approximately ).
Answer: Confirmed — no positive rational zeros and no negative rational zeros (the real zero is irrational).
Problem 4: For , determine the possible real zeros using Descartes’ Rule, then factor completely over the reals.
: signs . One sign change: exactly 1 positive zero.
: same as . One sign change: exactly 1 negative zero.
Table: 1 positive, 1 negative, 4 complex zeros.
Factor: .
Real zeros: and . The quadratics and have no real roots (discriminants are ).
Answer: Real zeros are and ; four complex zeros from the irreducible quadratics.
Problem 5: A polynomial of degree 4 has 2 sign changes in and 0 sign changes in . List all possible combinations of positive, negative, and complex zeros.
Positive: 2 or 0. Negative: 0. Complex must be even.
| Positive | Negative | Complex | Total |
|---|---|---|---|
| 2 | 0 | 2 | 4 |
| 0 | 0 | 4 | 4 |
Answer: Either 2 positive and 2 complex, or 0 positive and 4 complex.
Key Takeaways
- Descartes’ Rule counts sign changes in to bound the number of positive real zeros
- Substitute and count sign changes to bound the number of negative real zeros
- The actual count is either the sign-change count or less by an even number
- Complex zeros come in conjugate pairs, so the number of complex zeros is always even
- Build a possibilities table to see all valid combinations of positive, negative, and complex zeros
- Use Descartes’ Rule to skip testing impossible candidates from the Rational Root Theorem
- Zero coefficients are skipped when counting sign changes
Return to College Algebra for more topics in this section.
Next Up in College Algebra
All College Algebra topicsLast updated: March 29, 2026