Chapter 6

Higher-Degree Polynomial Functions

Polynomial Terminology and Anatomy

Polynomial Terminology and Anatomy

Polynomials are one of the most important types of expressions in algebra. In higher-degree polynomial functions, it is essential to understand the parts of a polynomial and the words used to describe it. Once you can identify the degree, terms, leading coefficient, and constant term, you will be much more confident when graphing, simplifying, factoring, or solving polynomial equations.

This lesson will teach you how to recognize the structure, or anatomy, of a polynomial. You will also learn how to classify polynomials by the number of terms and by degree, and how to write them in standard descending order.

1. What is a polynomial?

A polynomial is an algebraic expression made by adding or subtracting terms of the form

$$ax^n$$

where:

  • \(a\) is a real number called the coefficient, and

  • \(n\) is a whole number: \(0,1,2,3,\dots\)

This means polynomials can include numbers, variables, exponents, addition, and subtraction. But the exponents on the variables must be whole numbers only.

Examples of polynomials:

  • \(5x^3-2x+7\)

  • \(4x^2+9x-1\)

  • \(8\)

  • \(-3x^5\)

Examples that are not polynomials:

  • \(x^{-2}+1\) because of the negative exponent

  • \(\sqrt{x}+4\) because \(\sqrt{x}=x^{1/2}\), and the exponent is not a whole number

  • \(\frac{3}{x}+2\) because \(\frac{3}{x}=3x^{-1}\)

2. Terms of a polynomial

A term is one part of a polynomial separated by addition or subtraction signs.

For example, in

$$4x^3-7x+2$$

the terms are:

  • \(4x^3\)

  • \(-7x\)

  • \(2\)

Each term has a coefficient, and if the variable has an exponent, that exponent helps determine the degree of the term.

3. Classifying polynomials by number of terms

Polynomials are often named by how many terms they have.

  • Monomial: 1 term

  • Binomial: 2 terms

  • Trinomial: 3 terms

Examples:

  • \(6x^4\) is a monomial

  • \(x^2-9\) is a binomial

  • \(2x^2+5x-3\) is a trinomial

If a polynomial has more than 3 terms, we usually just call it a polynomial with 4 terms, polynomial with 5 terms, and so on.

4. Degree of a term and degree of a polynomial

The degree of a term is the exponent of the variable in that term.

Examples:

  • The degree of \(7x^5\) is \(5\)

  • The degree of \(-3x\) is \(1\)

  • The degree of \(9\) is \(0\), because \(9=9x^0\)

The degree of a polynomial is the greatest degree of any term in the polynomial, after like terms have been combined.

Example:

$$2x^4+5x^2-3x+8$$

The highest exponent is \(4\), so the polynomial has degree 4.

Common degree names

  • Degree \(0\): constant

  • Degree \(1\): linear

  • Degree \(2\): quadratic

  • Degree \(3\): cubic

  • Degree \(4\): quartic

  • Degree \(5\): quintic

For degrees higher than 5, it is usually fine in high school math to say 6th-degree polynomial, 7th-degree polynomial, and so on.

5. Coefficients

A coefficient is the number multiplying the variable in a term.

In the polynomial

$$-2x^3+5x^2-x+9$$

the coefficients are:

  • \(-2\) for \(x^3\)

  • \(5\) for \(x^2\)

  • \(-1\) for \(x\)

The last term, \(9\), is a constant, so it does not have a variable attached.

Be careful with hidden coefficients:

  • In \(x^4\), the coefficient is \(1\)

  • In \(-x^2\), the coefficient is \(-1\)

6. Leading term and leading coefficient

When a polynomial is written in standard descending order, the term with the greatest exponent comes first. This first term is called the leading term.

The coefficient of the leading term is called the leading coefficient.

Example:

$$6x^5-2x^3+4x-7$$

  • The leading term is \(6x^5\)

  • The leading coefficient is \(6\)

  • The degree is \(5\)

The leading coefficient matters a lot later when studying polynomial graphs, because it helps determine end behavior.

7. Constant term

The constant term is the term without a variable. It is just a number.

In

$$3x^4-x^2+8x-11$$

the constant term is \(-11\).

If a polynomial does not show a constant term, then the constant term is \(0\).

Example:

$$5x^3+2x$$

Here, the constant term is \(0\).

8. Standard descending order

A polynomial is in standard descending order when the terms are arranged from highest exponent to lowest exponent.

Example of standard descending order:

$$4x^5-3x^2+x-9$$

The exponents go down like this: \(5,2,1,0\).

Example not in standard descending order:

$$x-9+4x^5-3x^2$$

This is the same polynomial, but the terms are out of order. Writing polynomials in standard form makes it easier to identify important features like the degree, leading term, and leading coefficient.

9. Missing powers

Sometimes a polynomial skips some exponents.

For example:

$$2x^5-3x^2+7$$

This polynomial has no \(x^4\), no \(x^3\), and no \(x\) term. That is completely okay. It is still in standard descending order because the exponents that do appear are listed from greatest to least.

When needed, you can think of the missing terms as having coefficient \(0\):

$$2x^5+0x^4+0x^3-3x^2+0x+7$$

This idea becomes especially helpful later in polynomial division.

10. Worked Examples

Example 1: Identify the parts of a polynomial

Consider the polynomial

$$5x^3-2x+4$$

Step 1: Count the terms.

The terms are \(5x^3\), \(-2x\), and \(4\). There are 3 terms, so it is a trinomial.

Step 2: Find the degree.

The exponents are \(3\), \(1\), and \(0\). The highest exponent is \(3\), so the polynomial is degree 3, or cubic.

Step 3: Find the leading term and leading coefficient.

The term with the highest degree is \(5x^3\), so:

  • Leading term: \(5x^3\)

  • Leading coefficient: \(5\)

Step 4: Find the constant term.

The constant term is \(4\).

Answer:

  • Type by terms: trinomial

  • Degree: 3

  • Leading coefficient: 5

  • Constant term: 4

Example 2: Rewrite in standard descending order and identify key parts

Given:

$$7-3x^4+x^2+9x$$

Step 1: Rewrite in descending order.

Arrange terms from highest exponent to lowest:

$$-3x^4+x^2+9x+7$$

Step 2: Find the degree.

The highest exponent is \(4\), so the degree is \(4\).

Step 3: Find the leading term and coefficient.

  • Leading term: \(-3x^4\)

  • Leading coefficient: \(-3\)

Step 4: Count terms.

There are 4 terms, so we call it a 4-term polynomial.

Step 5: Find the constant term.

The constant term is \(7\).

Answer:

  • Standard form: \(-3x^4+x^2+9x+7\)

  • Degree: 4

  • Leading coefficient: \(-3\)

  • Constant term: 7

Example 3: Watch for hidden coefficients and missing terms

Consider

$$x^5-4x^2+1$$

Step 1: Identify the terms.

The terms are \(x^5\), \(-4x^2\), and \(1\). So this is a trinomial.

Step 2: Find the leading coefficient.

The leading term is \(x^5\). Since no number is written in front of \(x^5\), the coefficient is \(1\).

Step 3: Find the degree.

The highest exponent is \(5\), so the degree is \(5\).

Step 4: Identify the constant term.

The constant term is \(1\).

Step 5: Notice missing powers.

This polynomial has no \(x^4\), no \(x^3\), and no \(x\) term.

You can write it as:

$$x^5+0x^4+0x^3-4x^2+0x+1$$

Answer:

  • Type by terms: trinomial

  • Degree: 5

  • Leading coefficient: 1

  • Constant term: 1

Example 4: Combine like terms before finding the degree

Consider

$$3x^2+5x^4-2x^2+x$$

Step 1: Combine like terms.

The like terms are \(3x^2\) and \(-2x^2\):

$$3x^2-2x^2=x^2$$

So the polynomial becomes:

$$5x^4+x^2+x$$

Step 2: Write in standard descending order.

It already is in standard order:

$$5x^4+x^2+x$$

Step 3: Find the degree.

The highest exponent is \(4\), so the degree is \(4\).

Step 4: Find leading coefficient and constant term.

  • Leading term: \(5x^4\)

  • Leading coefficient: \(5\)

  • Constant term: \(0\), because no constant is shown

Answer:

  • Simplified polynomial: \(5x^4+x^2+x\)

  • Degree: 4

  • Leading coefficient: 5

  • Constant term: 0

11. Common mistakes to avoid

  • Do not use the number of terms as the degree. In \(x^4+2\), there are 2 terms, but the degree is \(4\), not 2.

  • Do not forget hidden coefficients. In \(-x^3\), the coefficient is \(-1\).

  • Do not pick the last term as the constant term unless it has no variable. In standard form, the constant term is last, but only because it has exponent \(0\).

  • Combine like terms first. The degree must be found after simplifying the polynomial.

  • Make sure exponents are whole numbers. Expressions like \(x^{-1}\) or \(x^{1/2}\) are not polynomials.

12. Quick checklist for analyzing a polynomial

When you see a polynomial, ask yourself:

  1. Is it written in standard descending order?

  2. How many terms does it have?

  3. What is the highest exponent?

  4. What is the leading term?

  5. What is the leading coefficient?

  6. What is the constant term?

Brief Summary

A polynomial is made of terms with whole-number exponents. You can classify a polynomial by its number of terms and by its degree. The leading term is the highest-degree term, the leading coefficient is the number in front of it, and the constant term is the term with no variable. Writing a polynomial in standard descending order helps you identify all of these features quickly and correctly.

Put what you read to the test

You've worked through Polynomial Terminology and Anatomy. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Polynomial Division

Polynomial Division is the process of dividing one polynomial by another, much like dividing whole numbers. It helps us rewrite complicated expressions, factor polynomials, and find roots of polynomial functions.

In 11th Grade Maths, the two main methods you need are algebraic long division and synthetic division. Long division works for general polynomial divisors, while synthetic division is a faster shortcut when the divisor has the form \(x-c\).

This lesson will show you how each method works, when to use it, and how to check your answer.

1. What polynomial division gives you

When dividing a polynomial, the result can be written in this form:

$$\text{Dividend} = (\text{Divisor})(\text{Quotient}) + \text{Remainder}$$

For example, if we divide \(2x^3+3x^2-x+5\) by \(x+1\), we may get a quotient and possibly a remainder.

If the remainder is \(0\), then the divisor is a factor of the dividend.

2. Important setup rules

  • Write terms in descending powers of \(x\).
  • Include missing terms using zero coefficients.
  • Divide the first term of the dividend by the first term of the divisor to begin.

For example, if you divide \(x^3+5x-2\), rewrite it as:

$$x^3+0x^2+5x-2$$

This makes the division process much easier to organize correctly.

3. Algebraic long division

Algebraic long division is similar to number long division. You repeatedly:

  1. Divide the leading term.
  2. Write that result in the quotient.
  3. Multiply the divisor by that result.
  4. Subtract.
  5. Bring down the next term.

You continue until the degree of the remainder is less than the degree of the divisor.

Worked Example 1: Divide \(x^2+5x+6\) by \(x+2\)

We set up the division:

$$\frac{x^2+5x+6}{x+2}$$

Step 1: Divide the first terms:

$$\frac{x^2}{x}=x$$

Put \(x\) in the quotient.

Step 2: Multiply \(x(x+2)\):

$$x(x+2)=x^2+2x$$

Step 3: Subtract:

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

Step 4: Divide again:

$$\frac{3x}{x}=3$$

Put \(+3\) in the quotient.

Step 5: Multiply \(3(x+2)\):

$$3(x+2)=3x+6$$

Subtract:

$$\left(3x+6\right)-\left(3x+6\right)=0$$

So the answer is:

$$\frac{x^2+5x+6}{x+2}=x+3$$

There is no remainder, so \(x+2\) is a factor of \(x^2+5x+6\).

Worked Example 2: Divide \(2x^3+3x^2-x+5\) by \(x+2\)

We begin with:

$$\frac{2x^3+3x^2-x+5}{x+2}$$

Step 1: Divide leading terms:

$$\frac{2x^3}{x}=2x^2$$

Place \(2x^2\) in the quotient.

Step 2: Multiply:

$$2x^2(x+2)=2x^3+4x^2$$

Step 3: Subtract:

$$\left(2x^3+3x^2-x+5\right)-\left(2x^3+4x^2\right)=-x^2-x+5$$

Step 4: Divide again:

$$\frac{-x^2}{x}=-x$$

Place \(-x\) in the quotient.

Step 5: Multiply:

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

Step 6: Subtract:

$$\left(-x^2-x+5\right)-\left(-x^2-2x\right)=x+5$$

Step 7: Divide again:

$$\frac{x}{x}=1$$

Place \(+1\) in the quotient.

Step 8: Multiply:

$$1(x+2)=x+2$$

Step 9: Subtract:

$$\left(x+5\right)-\left(x+2\right)=3$$

So the result is:

$$\frac{2x^3+3x^2-x+5}{x+2}=2x^2-x+1+\frac{3}{x+2}$$

Or written using dividend = divisor times quotient plus remainder:

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

4. Synthetic division

Synthetic division is a shortcut used when dividing by a linear divisor of the form \(x-c\).

Examples of divisors that work with synthetic division:

  • \(x-3\), where \(c=3\)
  • \(x+4\), which means \(x-(-4)\), so \(c=-4\)

In synthetic division, you use only the coefficients of the polynomial.

Steps for synthetic division

  1. Write the value of \(c\).
  2. Write the coefficients of the dividend in order.
  3. Bring down the first coefficient.
  4. Multiply by \(c\), and write the result under the next coefficient.
  5. Add down.
  6. Repeat until the end.

The last number is the remainder. The other numbers are the coefficients of the quotient.

Worked Example 3: Divide \(x^3-6x^2+11x-6\) by \(x-1\)

Because the divisor is \(x-1\), we use \(c=1\).

The coefficients are:

$$1,\,-6,\,11,\,-6$$

Now perform synthetic division:

$$\begin{array}{r|rrrr} 1 & 1 & -6 & 11 & -6 \\ & & 1 & -5 & 6 \\ \hline & 1 & -5 & 6 & 0 \end{array}$$

This means the quotient has coefficients \(1, -5, 6\), so the quotient is:

$$x^2-5x+6$$

The remainder is \(0\).

So:

$$\frac{x^3-6x^2+11x-6}{x-1}=x^2-5x+6$$

Worked Example 4: Divide \(2x^3+0x^2-7x+3\) by \(x+2\)

Since \(x+2=x-(-2)\), we use \(c=-2\).

The coefficients are:

$$2,\,0,\,-7,\,3$$

Now perform synthetic division:

$$\begin{array}{r|rrrr} -2 & 2 & 0 & -7 & 3 \\ & & -4 & 8 & -2 \\ \hline & 2 & -4 & 1 & 1 \end{array}$$

The quotient coefficients are \(2, -4, 1\), so the quotient is:

$$2x^2-4x+1$$

The remainder is \(1\).

So:

$$\frac{2x^3-7x+3}{x+2}=2x^2-4x+1+\frac{1}{x+2}$$

Notice that we wrote \(0x^2\) in the dividend before dividing. That missing term is important.

5. Long division vs synthetic division

Both methods are useful, but they are not used in exactly the same situations.

  • Use long division when the divisor is not a simple linear expression of the form \(x-c\), such as \(x^2+1\) or \(2x-3\) if you want to avoid shortcut confusion.
  • Use synthetic division when the divisor is linear and written as \(x-c\).

Synthetic division is faster, but long division helps you understand the full process and works more generally.

6. Connection to remainders and roots

When you divide a polynomial \(f(x)\) by \(x-c\), the remainder is closely connected to the value \(f(c)\).

This is called the Remainder Theorem:

$$\text{When } f(x) \text{ is divided by } x-c, \text{ the remainder is } f(c).$$

If the remainder is \(0\), then \(f(c)=0\), which means \(c\) is a root and \(x-c\) is a factor.

For example, in Worked Example 3, dividing by \(x-1\) gave remainder \(0\), so \(1\) is a root of the polynomial.

7. Common mistakes to avoid

  • Forgetting missing terms. Example: write \(x^3+5x-2\) as \(x^3+0x^2+5x-2\).
  • Using the wrong number in synthetic division. For \(x+3\), use \(-3\), not \(3\).
  • Sign errors when subtracting in long division.
  • Stopping too early. Keep going until the remainder has degree less than the divisor.
  • Writing the quotient with the wrong powers. In synthetic division, the quotient has one degree less than the original polynomial.

8. How to check your answer

You can always check polynomial division using:

$$\text{Dividend}=(\text{Divisor})(\text{Quotient})+\text{Remainder}$$

If your answer is correct, multiplying the divisor and quotient and then adding the remainder should give the original polynomial.

For example, from Worked Example 2:

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

Expand the product:

$$ (x+2)(2x^2-x+1)=2x^3-x^2+x+4x^2-2x+2=2x^3+3x^2-x+2 $$

Now add the remainder:

$$2x^3+3x^2-x+2+3=2x^3+3x^2-x+5$$

This matches the original polynomial, so the division is correct.

9. Quick strategy guide

  • First, arrange the polynomial in descending powers.
  • If needed, insert zero coefficients for missing terms.
  • If the divisor is \(x-c\), synthetic division is usually the fastest method.
  • Otherwise, use long division.
  • Always check whether the remainder is zero, because that tells you if the divisor is a factor.

Summary

Polynomial division lets you divide one polynomial by another and write the result as quotient plus remainder. Long division works for general cases, while synthetic division is a faster method for divisors of the form \(x-c\).

To divide correctly, keep terms in order, include missing powers, and watch signs carefully. A remainder of \(0\) means the divisor is a factor, which is very useful when finding roots and factoring polynomials.

Put what you read to the test

You've worked through Polynomial Division. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

The Remainder and Factor Theorems

Lesson: The Remainder Theorem and the Factor Theorem

When working with polynomial functions, dividing one polynomial by another can take time. Two very useful results, called the Remainder Theorem and the Factor Theorem, let us answer important questions much faster.

These theorems help us do two main things:

  • find the remainder when a polynomial is divided by a linear binomial such as \(x-3\),
  • determine whether a binomial such as \(x-3\) is a factor of the polynomial.

These ideas are also important for finding roots, solving polynomial equations, and graphing polynomial functions.

1. Reviewing some key ideas

A polynomial is an expression like

$$P(x)=2x^3-5x^2+x+7.$$

If we divide a polynomial by a binomial such as \(x-c\), the result looks like this:

$$P(x)=(x-c)Q(x)+R,$$

where \(Q(x)\) is the quotient and \(R\) is the remainder.

Notice that when dividing by a linear binomial like \(x-c\), the remainder must be a constant number, not another polynomial with \(x\).

2. The Remainder Theorem

The Remainder Theorem says:

If a polynomial \(P(x)\) is divided by \(x-c\), then the remainder is \(P(c)\).

In symbols:

$$\text{Remainder when dividing } P(x) \text{ by } x-c = P(c).$$

This means we do not need to carry out long division just to find the remainder. We can simply substitute \(c\) into the polynomial.

Why this works

Suppose

$$P(x)=(x-c)Q(x)+R.$$

Now substitute \(x=c\):

$$P(c)=(c-c)Q(c)+R=0+R=R.$$

So the remainder is exactly \(P(c)\).

Important detail

  • For divisor \(x-c\), use \(c\).
  • For divisor \(x+4\), rewrite it as \(x-(-4)\), so use \(-4\).

For example, dividing by \(x+4\) means the remainder is \(P(-4)\), not \(P(4)\).

3. The Factor Theorem

The Factor Theorem is a direct extension of the Remainder Theorem.

It says:

\(x-c\) is a factor of \(P(x)\) if and only if \(P(c)=0\).

This makes sense because a factor means the remainder is zero. By the Remainder Theorem, that remainder is \(P(c)\).

So:

  • If \(P(c)=0\), then \(x-c\) is a factor.
  • If \(P(c)\neq 0\), then \(x-c\) is not a factor.

Connection to roots and zeros

If \(P(c)=0\), then:

  • \(c\) is a zero or root of the polynomial, and
  • \(x-c\) is a factor.

These statements all mean the same basic thing in different forms:

$$P(c)=0 \quad \Longleftrightarrow \quad x-c \text{ is a factor of } P(x).$$

4. How to use the theorems

To find a remainder:

  1. Identify the divisor in the form \(x-c\).
  2. Determine the value of \(c\).
  3. Evaluate \(P(c)\).
  4. The result is the remainder.

To test whether a binomial is a factor:

  1. Write the binomial in the form \(x-c\).
  2. Evaluate \(P(c)\).
  3. If the result is \(0\), the binomial is a factor.
  4. If the result is not \(0\), it is not a factor.

5. Worked Examples

Example 1: Finding a remainder

Find the remainder when

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

is divided by \(x-2\).

Step 1: The divisor is \(x-2\), so \(c=2\).

Step 2: Evaluate \(P(2)\).

$$P(2)=2(2^2)-3(2)+5$$

$$=2(4)-6+5$$

$$=8-6+5=7$$

Answer: The remainder is 7.

Example 2: Be careful with signs

Find the remainder when

$$P(x)=x^3-4x+1$$

is divided by \(x+3\).

Step 1: Rewrite the divisor:

$$x+3=x-(-3),$$

so \(c=-3\).

Step 2: Evaluate \(P(-3)\).

$$P(-3)=(-3)^3-4(-3)+1$$

$$=-27+12+1=-14$$

Answer: The remainder is -14.

This example shows a very common mistake: for \(x+3\), you must use \(-3\).

Example 3: Using the Factor Theorem

Determine whether \(x-1\) is a factor of

$$P(x)=x^3-6x^2+11x-6.$$

Step 1: Since the divisor is \(x-1\), use \(c=1\).

Step 2: Evaluate \(P(1)\).

$$P(1)=1^3-6(1)^2+11(1)-6$$

$$=1-6+11-6=0$$

Because \(P(1)=0\), the remainder is 0.

Answer: \(x-1\) is a factor of \(P(x)\).

This also tells us that \(x=1\) is a zero of the polynomial.

Example 4: Testing a factor and interpreting the result

Determine whether \(x+2\) is a factor of

$$P(x)=3x^4+x^3-5x+2.$$

Step 1: Rewrite the divisor:

$$x+2=x-(-2),$$

so \(c=-2\).

Step 2: Evaluate \(P(-2)\).

$$P(-2)=3(-2)^4+(-2)^3-5(-2)+2$$

$$=3(16)-8+10+2$$

$$=48-8+10+2=52$$

Because \(P(-2)=52\neq 0\), the remainder is 52.

Answer: \(x+2\) is not a factor of \(P(x)\).

6. Comparing the two theorems

  • Remainder Theorem: tells you the remainder when dividing by \(x-c\).
  • Factor Theorem: tells you whether \(x-c\) divides exactly, meaning the remainder is zero.

You can think of the Factor Theorem as a special case of the Remainder Theorem.

If

$$P(c)=r,$$

then:

  • the remainder is \(r\),
  • and if \(r=0\), then \(x-c\) is a factor.

7. Common mistakes to avoid

  • Sign errors: If the divisor is \(x+5\), then use \(c=-5\).
  • Forgetting exponents: Be careful when substituting negative numbers, especially with powers like \((-2)^3\) and \((-2)^4\).
  • Confusing factor and remainder: If \(P(c)=7\), then the remainder is 7, but \(x-c\) is not a factor.
  • Not using brackets: When substituting a negative number, always place it in parentheses.

8. Quick practice ideas

Try using the theorems on your own with questions like these:

  • Find the remainder when \(x^3+2x^2-7\) is divided by \(x-4\).
  • Determine whether \(x+1\) is a factor of \(2x^3-3x^2-x+2\).
  • Find whether \(x-3\) is a factor of \(x^4-10x^2+9\).

For each one, first identify the correct value of \(c\), then substitute carefully.

9. Summary

The Remainder Theorem says that when a polynomial \(P(x)\) is divided by \(x-c\), the remainder is \(P(c)\). This saves time because you can find the remainder by substitution instead of doing polynomial division.

The Factor Theorem says that \(x-c\) is a factor of \(P(x)\) exactly when \(P(c)=0\). So to test a possible factor, substitute the value of \(c\) into the polynomial. If the result is zero, the binomial is a factor; if not, it is not.

Put what you read to the test

You've worked through The Remainder and Factor Theorems. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

The Rational Root Theorem

The Rational Root Theorem helps us find possible rational solutions of a polynomial equation. It does not tell us the exact roots right away, but it gives us a smart list of values to test instead of guessing randomly.

This theorem is especially useful when you are solving higher-degree polynomial equations such as quadratics, cubics, and quartics. Once you find a rational root, you can divide the polynomial to simplify it and continue solving.

In this lesson, you will learn what the Rational Root Theorem says, how to use it, and how it connects to factoring polynomial functions.

First, recall what a rational root is. A rational root is a solution that can be written as a fraction of integers, such as \(2\), \(-3\), \(\frac{1}{2}\), or \(-\frac{5}{4}\).

Suppose we have a polynomial written in standard form:

$$a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0 = 0$$

Here, \(a_n\) is the leading coefficient, and \(a_0\) is the constant term.

The Rational Root Theorem states: If a polynomial with integer coefficients has a rational root \(\frac{p}{q}\), written in lowest terms, then:

  • \(p\) must be a factor of the constant term \(a_0\)
  • \(q\) must be a factor of the leading coefficient \(a_n\)

This means the possible rational roots are all numbers of the form

$$\pm \frac{\text{factor of constant term}}{\text{factor of leading coefficient}}$$

Important idea: The theorem gives possible rational roots, not guaranteed roots. You still need to test them.

To use the theorem, follow these steps.

  1. Write the polynomial in standard form.
  2. Identify the constant term and leading coefficient.
  3. List all factors of the constant term.
  4. List all factors of the leading coefficient.
  5. Form all possible fractions \(\pm \frac{p}{q}\).
  6. Simplify the list by removing duplicates.
  7. Test the possible roots by substitution or synthetic division.

Let us begin with a simple example where the leading coefficient is \(1\).

Worked Example 1: Find all possible rational roots of

$$f(x) = x^3 - 6x^2 + 11x - 6$$

The constant term is \(-6\), so its factors are

$$\pm 1, \pm 2, \pm 3, \pm 6$$

The leading coefficient is \(1\), so its factors are

$$\pm 1$$

The possible rational roots are

$$\pm \frac{1,2,3,6}{1} = \pm 1, \pm 2, \pm 3, \pm 6$$

Now test these values. Start with \(x=1\):

$$f(1)=1-6+11-6=0$$

So \(x=1\) is a root. That means \((x-1)\) is a factor.

Now divide \(x^3 - 6x^2 + 11x - 6\) by \((x-1)\). Using synthetic division:

$$\begin{array}{r|rrrr} 1 & 1 & -6 & 11 & -6 \\ & & 1 & -5 & 6 \\ \hline & 1 & -5 & 6 & 0 \end{array}$$

The quotient is

$$x^2 - 5x + 6$$

Now factor the quadratic:

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

So the full factorization is

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

The roots are \(1\), \(2\), and \(3\).

This example shows that the theorem helps us create a list, and then testing helps us find the actual roots.

Worked Example 2: Find all possible rational roots of

$$f(x)=2x^3+3x^2-8x+3$$

The constant term is \(3\), so the factors of \(3\) are

$$\pm 1, \pm 3$$

The leading coefficient is \(2\), so the factors of \(2\) are

$$\pm 1, \pm 2$$

Form all possible values of \(\pm \frac{p}{q}\):

$$\pm 1, \pm 3, \pm \frac{1}{2}, \pm \frac{3}{2}$$

These are all the possible rational roots.

Now test them. Try \(x=1\):

$$f(1)=2+3-8+3=0$$

So \(x=1\) is a root, and \((x-1)\) is a factor.

Use synthetic division:

$$\begin{array}{r|rrrr} 1 & 2 & 3 & -8 & 3 \\ & & 2 & 5 & -3 \\ \hline & 2 & 5 & -3 & 0 \end{array}$$

The quotient is

$$2x^2+5x-3$$

Now factor the quadratic:

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

So the polynomial factors as

$$2x^3+3x^2-8x+3=(x-1)(2x-1)(x+3)$$

The roots are

$$x=1, \quad x=\frac{1}{2}, \quad x=-3$$

Notice that one of the rational roots is a fraction. The theorem helped us include that possibility from the beginning.

Worked Example 3: List all possible rational roots, then determine whether the polynomial has a rational root:

$$f(x)=3x^3+2x^2+5x+10$$

The constant term is \(10\), so its factors are

$$\pm 1, \pm 2, \pm 5, \pm 10$$

The leading coefficient is \(3\), so its factors are

$$\pm 1, \pm 3$$

The possible rational roots are

$$\pm 1, \pm 2, \pm 5, \pm 10, \pm \frac{1}{3}, \pm \frac{2}{3}, \pm \frac{5}{3}, \pm \frac{10}{3}$$

Now test some likely values. Try \(x=-\frac{5}{3}\):

$$f\left(-\frac{5}{3}\right)=3\left(-\frac{5}{3}\right)^3+2\left(-\frac{5}{3}\right)^2+5\left(-\frac{5}{3}\right)+10$$

Compute each part:

$$3\left(-\frac{125}{27}\right)=-\frac{125}{9}$$ $$2\left(\frac{25}{9}\right)=\frac{50}{9}$$ $$5\left(-\frac{5}{3}\right)=-\frac{25}{3}=-\frac{75}{9}$$ $$10=\frac{90}{9}$$

Add them:

$$-\frac{125}{9}+\frac{50}{9}-\frac{75}{9}+\frac{90}{9}=-\frac{60}{9}=-\frac{20}{3}$$

So \(-\frac{5}{3}\) is not a root.

Try \(x=-\frac{2}{3}\):

$$f\left(-\frac{2}{3}\right)=3\left(-\frac{2}{3}\right)^3+2\left(-\frac{2}{3}\right)^2+5\left(-\frac{2}{3}\right)+10$$ $$=3\left(-\frac{8}{27}\right)+2\left(\frac{4}{9}\right)-\frac{10}{3}+10$$ $$=-\frac{8}{9}+\frac{8}{9}-\frac{10}{3}+10=0-\frac{10}{3}+10=\frac{20}{3}$$

So \(-\frac{2}{3}\) is also not a root.

Try \(x=-\frac{5}{3}\) was not successful, so let us instead check whether the polynomial can be grouped:

$$3x^3+2x^2+5x+10 = x^2(3x+2)+5( x+2 )$$

That grouping does not match, so try another approach by testing \(x=-\frac{2}{3}\), \(x=-2\), and \(x=-1\):

$$f(-2)=3(-8)+2(4)+5(-2)+10=-24+8-10+10=-16$$ $$f(-1)=3(-1)+2(1)+5(-1)+10=-3+2-5+10=4$$

Not roots.

Try \(x=-\frac{1}{3}\):

$$f\left(-\frac{1}{3}\right)=3\left(-\frac{1}{27}\right)+2\left(\frac{1}{9}\right)-\frac{5}{3}+10$$ $$=-\frac{1}{9}+\frac{2}{9}-\frac{5}{3}+10=\frac{1}{9}-\frac{15}{9}+\frac{90}{9}=\frac{76}{9}$$

Also not a root.

In this case, after testing the possible rational roots, we may find that none work. That means the polynomial has no rational roots. The Rational Root Theorem still helped by narrowing the search.

Important note: If none of the values from the theorem work, the polynomial may still have irrational or complex roots. The theorem only talks about rational roots.

Worked Example 4: List all possible rational roots of

$$f(x)=4x^4-7x^3-8x^2+13x-2$$

The constant term is \(-2\), so the factors of \(2\) are

$$\pm 1, \pm 2$$

The leading coefficient is \(4\), so the factors of \(4\) are

$$\pm 1, \pm 2, \pm 4$$

Now form all possible values of \(\pm \frac{p}{q}\):

$$\pm 1, \pm 2, \pm \frac{1}{2}, \pm \frac{1}{4}, \pm \frac{2}{4}$$

Simplify the list. Since \(\frac{2}{4}=\frac{1}{2}\), it is a duplicate. So the final list is

$$\pm 1, \pm 2, \pm \frac{1}{2}, \pm \frac{1}{4}$$

This example is important because it shows that when making the list, you must remove repeated values after simplifying fractions.

Common mistakes to avoid

  • Forgetting the negative possibilities. If \(1\) is possible, then \(-1\) is also possible.
  • Using multiples instead of factors. You need factors of the constant term and leading coefficient, not random numbers.
  • Not simplifying fractions. For example, \(\frac{2}{4}\) should be simplified to \(\frac{1}{2}\).
  • Thinking every possible root is an actual root. The theorem gives candidates only.
  • Ignoring standard form. Make sure the polynomial is written in descending powers before identifying coefficients.

Why this theorem matters

Higher-degree polynomials can be difficult to solve by inspection. The Rational Root Theorem gives a structured way to begin. It reduces a huge number of guesses to a short, organized list.

Once an actual root is found, you can use synthetic division or polynomial division to lower the degree of the polynomial. Then the rest of the problem becomes easier.

Quick strategy checklist

  1. Find the factors of the constant term.
  2. Find the factors of the leading coefficient.
  3. Build the list \(\pm \frac{p}{q}\).
  4. Simplify and remove duplicates.
  5. Test values from the list.
  6. If one works, divide and keep solving.

Brief Summary

The Rational Root Theorem helps you find all possible rational roots of a polynomial by comparing factors of the constant term and the leading coefficient. Any rational root must have the form \(\pm \frac{p}{q}\), where \(p\) is a factor of the constant term and \(q\) is a factor of the leading coefficient.

After making the list, you test the candidates to see which ones are actual roots. This theorem is a powerful starting tool for factoring and solving higher-degree polynomial equations.

Put what you read to the test

You've worked through The Rational Root Theorem. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Factoring Higher-Degree Polynomials

Factoring Higher-Degree Polynomials means rewriting a polynomial of degree 3 or more as a product of simpler factors. This is an important skill because factoring helps us solve polynomial equations, find x-intercepts, and better understand the shape of a polynomial graph.

In 11th Grade, you will often factor higher-degree polynomials using several main strategies: grouping, special patterns like cubes, quadratic form substitution, and synthetic division. The key is to look carefully at the structure of the polynomial before deciding which method to use.

Before using any special method, always start with one important question: Is there a greatest common factor (GCF)? If every term has a common number or variable factor, factor that out first.

For example, in \(6x^4 - 9x^3 + 3x^2\), each term has a factor of \(3x^2\). So we begin by factoring:

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

Then we can continue factoring the quadratic if possible.

Step 1: Look for factoring by grouping. Grouping is useful when a polynomial has four terms. The idea is to group terms in pairs, factor each pair, and then see whether a common binomial appears.

Here is the general idea:

$$ax^3 + bx^2 + cx + d = (ax^3 + bx^2) + (cx + d)$$

Then factor each group separately. If the same binomial factor appears, factor it out.

Worked Example 1: Factoring by grouping

Factor completely:

$$x^3 + 3x^2 + 2x + 6$$

Step 1: Group the first two terms and the last two terms.

$$ (x^3 + 3x^2) + (2x + 6) $$

Step 2: Factor each group.

$$ x^2(x + 3) + 2(x + 3) $$

Step 3: The common binomial is \((x+3)\). Factor it out.

$$ (x^2 + 2)(x + 3) $$

This is fully factored, since \(x^2+2\) does not factor over the integers.

Step 2: Recognize special patterns. Some higher-degree polynomials can be factored using formulas. Two important ones are the difference of cubes and the sum of cubes.

The formulas are:

$$a^3 - b^3 = (a-b)(a^2 + ab + b^2)$$ $$a^3 + b^3 = (a+b)(a^2 - ab + b^2)$$

Be careful: the signs in the second factor are different for the two formulas.

  • Difference of cubes: first sign minus, second factor all positive
  • Sum of cubes: first sign plus, second factor has a minus in the middle

Worked Example 2: Factoring a sum of cubes

Factor completely:

$$8x^3 + 27$$

Step 1: Rewrite each term as a cube.

$$8x^3 = (2x)^3, \quad 27 = 3^3$$

So this is:

$$ (2x)^3 + 3^3 $$

Step 2: Use the sum of cubes formula.

$$ (2x+3)((2x)^2 - (2x)(3) + 3^2) $$

Step 3: Simplify.

$$ (2x+3)(4x^2 - 6x + 9) $$

This is the complete factorization.

Step 3: Use quadratic form substitution. Sometimes a higher-degree polynomial looks like a quadratic if you treat a power of \(x\) as a single variable.

For example, a polynomial such as \(x^4 - 5x^2 + 4\) is not a quadratic in \(x\), but it is a quadratic in \(x^2\).

If you let \(u = x^2\), then:

$$x^4 - 5x^2 + 4 = u^2 - 5u + 4$$

Now factor as an ordinary quadratic, then substitute back.

Worked Example 3: Factoring using quadratic form

Factor completely:

$$x^4 - 5x^2 + 4$$

Step 1: Substitute \(u = x^2\).

$$u^2 - 5u + 4$$

Step 2: Factor the quadratic.

$$u^2 - 5u + 4 = (u-1)(u-4)$$

Step 3: Replace \(u\) with \(x^2\).

$$ (x^2 - 1)(x^2 - 4) $$

Step 4: Keep factoring, because each factor is a difference of squares.

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

So the complete factorization is:

$$ (x-1)(x+1)(x-2)(x+2) $$

This example shows an important idea: after factoring once, check whether any factors can be factored further.

Step 4: Use synthetic division when you know or can test a root. Synthetic division is a quick way to divide a polynomial by a linear factor of the form \((x-r)\). This is especially useful when a polynomial has degree 3 or higher and does not factor easily by grouping or special patterns.

If \(r\) is a root of a polynomial, then \((x-r)\) is a factor. You may find possible rational roots by testing simple values or using the Rational Root Theorem. For many school problems, the possible roots are small integers such as \(\pm 1\), \(\pm 2\), or \(\pm 3\).

How synthetic division works:

  1. Write the coefficients of the polynomial in order.
  2. Place the tested root on the left.
  3. Bring down the first coefficient.
  4. Multiply and add repeatedly.
  5. If the remainder is 0, then the tested value is a root.

Worked Example 4: Factoring with synthetic division

Factor completely:

$$x^3 - 4x^2 - 7x + 10$$

Step 1: Test possible rational roots. Try \(x=1\):

$$1^3 - 4(1)^2 - 7(1) + 10 = 1 - 4 - 7 + 10 = 0$$

Since \(x=1\) makes the polynomial equal 0, \((x-1)\) is a factor.

Step 2: Use synthetic division with \(1\).

$$\begin{array}{r|rrrr} 1 & 1 & -4 & -7 & 10 \\ & & 1 & -3 & -10 \\ \hline & 1 & -3 & -10 & 0 \end{array}$$

The quotient is:

$$x^2 - 3x - 10$$

Step 3: Factor the quotient.

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

So the complete factorization is:

$$x^3 - 4x^2 - 7x + 10 = (x-1)(x-5)(x+2)$$

A good factoring strategy is to work through these questions in order:

  1. Is there a GCF?
  2. Does it have 4 terms that suggest grouping?
  3. Does it match a special pattern, like cubes or difference of squares?
  4. Does it look like a quadratic form such as \(x^4, x^2, \text{constant}\)?
  5. Can I find a root and use synthetic division?

Common special patterns to remember:

  • Difference of squares: $$a^2 - b^2 = (a-b)(a+b)$$
  • Difference of cubes: $$a^3 - b^3 = (a-b)(a^2 + ab + b^2)$$
  • Sum of cubes: $$a^3 + b^3 = (a+b)(a^2 - ab + b^2)$$

Common mistakes to avoid:

  • Forgetting to factor out the GCF first
  • Stopping too early before factoring completely
  • Mixing up the formulas for sum and difference of cubes
  • Using synthetic division with the wrong sign: if the factor is \((x-r)\), use \(r\)
  • Forgetting missing terms in synthetic division, such as writing \(x^4 + x + 1\) as coefficients \(1,0,0,1,1\)

One more quick check: after factoring, you can multiply the factors back together to see if you get the original polynomial. This is a good way to catch sign errors.

Summary

To factor higher-degree polynomials, start by factoring out any GCF. Then look for the structure of the polynomial: use grouping for four terms, special formulas for sums or differences of cubes, quadratic form substitution when powers repeat in a pattern, and synthetic division when you know or can test a root.

The most important habit is to keep going until the polynomial is completely factored. With practice, you will become faster at recognizing which method fits each problem.

Put what you read to the test

You've worked through Factoring Higher-Degree Polynomials. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Fundamental Theorem of Algebra

Fundamental Theorem of Algebra is one of the most important ideas about polynomial functions. It tells us how many solutions, or roots, a polynomial equation has when we allow answers from the set of complex numbers.

This theorem helps us answer questions like: “How many roots should this polynomial have?” and “Why do some polynomials have answers that are not real numbers?” It also explains why complex roots often come in pairs.

In this lesson, you will learn what the theorem says, how it connects to the degree of a polynomial, and how to use it to understand real and complex roots.

Before we begin, remember these words:

  • A polynomial is an expression like \(x^3-4x+1\) or \(2x^4+3x^2-7\).
  • A root or zero is a value of \(x\) that makes the polynomial equal to 0.
  • The degree of a polynomial is the highest power of \(x\).
  • A real root is a solution on the real number line.
  • A complex root includes numbers with \(i\), where \(i^2=-1\).

The Fundamental Theorem of Algebra states:

Every polynomial of degree \(n\), where \(n \ge 1\), has exactly \(n\) complex roots, counting multiplicity.

This means:

  • A degree 1 polynomial has 1 root.
  • A degree 2 polynomial has 2 roots.
  • A degree 3 polynomial has 3 roots.
  • A degree 4 polynomial has 4 roots.

These roots may be real or complex, but the total number is always equal to the degree, as long as we count repeated roots correctly.

What does “counting multiplicity” mean?

If the same root appears more than once, we count it more than once.

For example, consider

$$ (x-2)^3=0 $$

The only root is \(x=2\), but it appears 3 times. So this polynomial has 3 roots counting multiplicity.

Another example is

$$ (x+1)^2(x-4)=0 $$

Its roots are \(x=-1\) and \(x=4\). But \(-1\) is repeated twice, so the polynomial has 3 roots counting multiplicity: \(-1, -1, 4\).

Why do we need complex numbers?

Some polynomials do not have enough real roots to match their degree. Complex numbers fill in the missing roots.

For example, look at

$$ x^2+1=0 $$

If we solve, we get

$$ x^2=-1 $$ $$ x=\pm i $$

There are no real solutions, but there are 2 complex solutions. Since the polynomial is degree 2, the theorem says there must be 2 complex roots, and there are.

Complex Conjugate Pairs

When a polynomial has real coefficients, any complex roots that are not real must come in conjugate pairs.

A pair of complex conjugates looks like:

$$ a+bi \quad \text{and} \quad a-bi $$

For example:

  • \(3+2i\) and \(3-2i\)
  • \(-1+5i\) and \(-1-5i\)

This happens because when polynomial coefficients are real numbers, the imaginary parts must balance in a way that keeps the coefficients real.

For example, if \(2+i\) is a root of a polynomial with real coefficients, then \(2-i\) must also be a root.

This leads to an important idea:

  • Odd-degree polynomials must have at least one real root.
  • Even-degree polynomials may have no real roots.

Why? Because non-real complex roots come in pairs. If a polynomial has odd degree, the total number of roots is odd. After pairing up any non-real complex roots, at least one root must be left over, and that leftover root must be real.

For instance:

  • A degree 3 polynomial could have 3 real roots, or 1 real root and 2 complex roots.
  • A degree 4 polynomial could have 4 real roots, 2 real and 2 complex roots, or 4 complex roots.

How this connects to factoring

If a polynomial has degree \(n\), then over the complex numbers it can be factored completely into \(n\) linear factors.

For example, if a degree 3 polynomial has roots \(1\), \(-2\), and \(4\), then it can be written as

$$ a(x-1)(x+2)(x-4) $$

for some nonzero constant \(a\).

If some roots are complex, we can still factor it over the complex numbers. For example, if the roots are \(1\), \(2+i\), and \(2-i\), then the polynomial can be written as

$$ a(x-1)(x-(2+i))(x-(2-i)) $$

When we multiply conjugate factors together, we get a quadratic with real coefficients.

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

So a polynomial with real coefficients and roots \(1\), \(2+i\), and \(2-i\) could be written as

$$ a(x-1)(x^2-4x+5) $$

Worked Example 1: Counting total roots from the degree

How many complex roots does the polynomial \(p(x)=3x^5-2x^3+x-7\) have?

Step 1: Identify the degree.

The highest power is \(5\), so the degree is 5.

Step 2: Use the Fundamental Theorem of Algebra.

A degree 5 polynomial has exactly 5 complex roots, counting multiplicity.

Answer: The polynomial has 5 complex roots.

Worked Example 2: Repeated roots

Find the roots of

$$ (x-3)^2(x+1)=0 $$

and state how many roots it has counting multiplicity.

Step 1: Set each factor equal to 0.

$$ x-3=0 \quad \Rightarrow \quad x=3 $$ $$ x+1=0 \quad \Rightarrow \quad x=-1 $$

Step 2: Notice repetition.

The factor \((x-3)^2\) means \(x=3\) is a root twice.

Answer: The roots are \(3, 3, -1\). There are 3 roots counting multiplicity.

Worked Example 3: Missing real roots are complex

Solve the equation

$$ x^4-16=0 $$

and show all roots.

Step 1: Factor the expression.

$$ x^4-16=(x^2-4)(x^2+4) $$ $$ =(x-2)(x+2)(x^2+4) $$

Step 2: Solve each factor.

$$ x-2=0 \Rightarrow x=2 $$ $$ x+2=0 \Rightarrow x=-2 $$ $$ x^2+4=0 \Rightarrow x^2=-4 \Rightarrow x=\pm 2i $$

Answer: The 4 roots are

$$ 2,\ -2,\ 2i,\ -2i $$

This matches the theorem because the polynomial is degree 4, so it has 4 complex roots total.

Worked Example 4: Using the conjugate pair rule

A polynomial has real coefficients. One root is \(5-3i\), and the polynomial is degree 3. Another root is \(2\). What are all of its roots?

Step 1: Use the conjugate pair rule.

If \(5-3i\) is a root and the coefficients are real, then \(5+3i\) must also be a root.

Step 2: Include the given real root.

The other root is \(2\).

Answer: The 3 roots are

$$ 5-3i,\ 5+3i,\ 2 $$

This makes sense because a degree 3 polynomial must have 3 roots counting multiplicity.

Key ideas to remember

  • The degree of a polynomial tells the total number of complex roots.
  • You must count repeated roots according to multiplicity.
  • Some roots may be real, and some may be complex.
  • If the polynomial has real coefficients, non-real complex roots come in conjugate pairs.
  • Odd-degree polynomials always have at least one real root.

Common mistakes

  • Mistake: Counting only real roots.
    Remember: the theorem counts complex roots, not just real ones.
  • Mistake: Forgetting multiplicity.
    A repeated root must be counted more than once.
  • Mistake: Ignoring the conjugate pair rule.
    If coefficients are real and one root is \(a+bi\), then \(a-bi\) must also be a root.
  • Mistake: Thinking every polynomial has all real roots.
    Many polynomials need complex numbers to have the correct total number of roots.

Quick check

  1. How many complex roots does a degree 6 polynomial have?
  2. If \((x+4)^3=0\), what root does it have and what is its multiplicity?
  3. If a polynomial with real coefficients has root \(-2+i\), what other complex root must it have?
  4. Can a degree 5 polynomial with real coefficients have zero real roots? Why or why not?

Answers:

  1. 6 complex roots.
  2. The root is \(-4\), with multiplicity 3.
  3. \(-2-i\).
  4. No. A degree 5 polynomial has an odd number of roots, and non-real complex roots come in pairs, so at least one root must be real.

Summary

The Fundamental Theorem of Algebra says that every polynomial of degree \(n\) has exactly \(n\) complex roots, counting multiplicity. This is why a polynomial may have fewer real roots than its degree suggests: the remaining roots can be complex. For polynomials with real coefficients, non-real complex roots always come in conjugate pairs, which helps us predict missing roots and understand polynomial behavior more completely.

Put what you read to the test

You've worked through Fundamental Theorem of Algebra. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Root Multiplicity and Graph Behavior

Root Multiplicity and Graph Behavior

When you graph a polynomial function, its x-intercepts tell you where the graph meets the x-axis. But there is more information hidden in each root than just its location. The multiplicity of a root helps us predict how the graph behaves at that x-intercept.

This is an important idea in higher-degree polynomial functions because it connects the algebraic form of a polynomial to its graph. If you know the factors of a polynomial, you can often tell whether the graph will cross the x-axis, touch and turn around, or flatten out as it passes through.

In this lesson, you will learn what multiplicity means, how to find it from a factored polynomial, and how it affects graph behavior at each root.

1. What is a root?

A root of a polynomial is a value of \(x\) that makes the polynomial equal to 0. On the graph, roots are the x-values where the graph meets the x-axis.

For example, if

$$f(x)=(x-2)(x+1)$$

then the roots are:

  • \(x=2\)
  • \(x=-1\)

These are also the x-intercepts of the graph.

2. What is multiplicity?

If a linear factor appears more than once, the root has a multiplicity greater than 1. The multiplicity is the exponent on that factor.

For example, in

$$f(x)=(x-3)^2(x+2)^3$$

the root \(x=3\) comes from \((x-3)^2\), so it has multiplicity 2.

The root \(x=-2\) comes from \((x+2)^3\), so it has multiplicity 3.

In general:

  • If \((x-r)^1\) is a factor, then \(r\) is a root with multiplicity 1.
  • If \((x-r)^2\) is a factor, then \(r\) is a root with multiplicity 2.
  • If \((x-r)^k\) is a factor, then \(r\) is a root with multiplicity \(k\).

3. How multiplicity affects graph behavior

The most important idea is whether the multiplicity is odd or even.

Odd multiplicity: the graph crosses the x-axis at the root.

Even multiplicity: the graph touches the x-axis and turns around at the root. It does not pass through.

This gives us a quick rule:

  • Odd multiplicity  crosses the x-axis
  • Even multiplicity  is tangent to the x-axis

Here, tangent to the x-axis means the graph just touches the x-axis at that point and then goes back the way it came.

4. What happens when the multiplicity is larger?

Higher multiplicities make the graph flatter near the root.

  • Multiplicity 1: crosses normally
  • Multiplicity 2: touches and turns around
  • Multiplicity 3: crosses, but flattens near the root
  • Multiplicity 4: touches and turns around, with even more flattening

So the graph behavior depends first on whether the multiplicity is odd or even, and second on how large the multiplicity is.

5. Why does this happen?

Think about simple powers of \(x\):

  • \(y=x\) crosses the x-axis at \(x=0\)
  • \(y=x^2\) touches the x-axis at \(x=0\) and turns around
  • \(y=x^3\) crosses the x-axis, but flattens near 0
  • \(y=x^4\) touches and turns around, with more flattening

When a polynomial has a factor like \((x-r)^k\), the graph near \(x=r\) behaves a lot like the graph of \(y=x^k\) near 0.

That is why odd and even multiplicities create different graph behaviors.

6. How to analyze a polynomial using multiplicity

When a polynomial is written in factored form, you can follow these steps:

  1. Find each linear factor.
  2. Set each factor equal to 0 to find the roots.
  3. Look at the exponent on each factor to find the multiplicity.
  4. Use odd/even rules to predict whether the graph crosses or just touches the x-axis.

Worked Example 1

Determine the roots, multiplicities, and graph behavior of

$$f(x)=(x-4)(x+1)^2$$

Step 1: Find the roots.

  • From \((x-4)\), the root is \(x=4\).
  • From \((x+1)^2\), the root is \(x=-1\).

Step 2: Find the multiplicities.

  • \(x=4\) has multiplicity 1.
  • \(x=-1\) has multiplicity 2.

Step 3: Predict graph behavior.

  • Multiplicity 1 is odd, so the graph crosses the x-axis at \(x=4\).
  • Multiplicity 2 is even, so the graph touches and turns around at \(x=-1\).

Conclusion: The graph is tangent to the x-axis at \((-1,0)\) and crosses at \((4,0)\).

Worked Example 2

Analyze the graph behavior of

$$g(x)=-(x+3)^3(x-2)$$

Step 1: Find the roots.

  • \(x=-3\)
  • \(x=2\)

Step 2: Find the multiplicities.

  • \(x=-3\) has multiplicity 3.
  • \(x=2\) has multiplicity 1.

Step 3: Predict graph behavior.

  • Multiplicity 3 is odd, so the graph crosses the x-axis at \(x=-3\).
  • Because the multiplicity is greater than 1, the graph will flatten near \(x=-3\).
  • Multiplicity 1 at \(x=2\) means the graph crosses normally there.

Important note: The negative sign in front changes the overall orientation of the graph, but it does not change whether the graph crosses or touches at a root.

Worked Example 3

Suppose a polynomial has roots:

  • \(x=-2\) with multiplicity 2
  • \(x=1\) with multiplicity 4
  • \(x=5\) with multiplicity 1

What can you say about the graph?

Analyze each root:

  • At \(x=-2\), multiplicity 2 is even, so the graph touches and turns around.
  • At \(x=1\), multiplicity 4 is even, so the graph touches and turns around again, but it will be flatter than at multiplicity 2.
  • At \(x=5\), multiplicity 1 is odd, so the graph crosses the x-axis.

Conclusion: The graph has three x-intercepts, but it only crosses the x-axis at one of them.

Worked Example 4

Write a polynomial in factored form that has the following behavior:

  • Touches the x-axis at \(x=-4\)
  • Crosses the x-axis at \(x=1\)
  • Crosses the x-axis and flattens at \(x=3\)

Step 1: Match each behavior to a multiplicity.

  • Touches at \(x=-4\)  even multiplicity; use 2
  • Crosses at \(x=1\)  odd multiplicity; use 1
  • Crosses and flattens at \(x=3\)  odd multiplicity greater than 1; use 3

Step 2: Write the factors.

$$f(x)=(x+4)^2(x-1)(x-3)^3$$

This is one correct answer. You could also multiply by any nonzero constant, such as 2 or -5, and the root behaviors would stay the same.

7. Reading multiplicity from a graph

Sometimes you are given a graph and asked to estimate multiplicities.

Use these clues:

  • If the graph crosses the x-axis sharply, the multiplicity is often 1.
  • If the graph touches and turns around, the multiplicity is usually 2 or another even number.
  • If the graph crosses but looks flatter near the x-axis, the multiplicity may be 3 or another odd number greater than 1.

From a graph alone, it may not always be possible to know the exact multiplicity, but you can usually tell whether it is odd or even.

8. Common mistakes to avoid

  • Confusing the root with the factor: If the factor is \((x-2)^3\), the root is \(x=2\), not \(x=-2\).
  • Ignoring the exponent: The exponent tells the multiplicity. It is not just decoration.
  • Thinking every x-intercept crosses: Some roots only touch the x-axis.
  • Forgetting flattening: Larger multiplicities make the graph less steep near the root.

9. Quick comparison table

  • Multiplicity 1: crosses
  • Multiplicity 2: touches and turns around
  • Multiplicity 3: crosses and flattens
  • Multiplicity 4: touches and flattens more

10. Final idea

Root multiplicity is one of the most useful tools for sketching polynomial graphs. Once a polynomial is factored, you can quickly identify its roots and predict what the graph does at each x-intercept.

Always ask two questions at each root:

  1. What is the multiplicity?
  2. Is that multiplicity odd or even?

If it is odd, the graph crosses. If it is even, the graph touches and turns around. If the multiplicity is larger than 1, the graph becomes flatter near the root.

Put what you read to the test

You've worked through Root Multiplicity and Graph Behavior. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

End Behavior of Polynomials

End Behavior of Polynomials

When we graph a polynomial, the middle of the graph may curve up and down in several ways. But the end behavior tells us what happens to the graph far to the left and far to the right.

In other words, end behavior describes what the function does as the input values become very large positive numbers or very large negative numbers. We write this using limits such as \(x \to \infty\) and \(x \to -\infty\).

For polynomial functions, end behavior is determined by just two things:

  • the degree of the polynomial
  • the sign of the leading coefficient

This is called the leading coefficient test.

1. Review: Degree and Leading Coefficient

A polynomial is an expression such as \(f(x)=3x^4-2x^2+7x-1\).

  • The degree is the highest exponent of \(x\). In \(3x^4-2x^2+7x-1\), the degree is \(4\).
  • The leading term is the term with the highest power. Here, it is \(3x^4\).
  • The leading coefficient is the number in front of the leading term. Here, it is \(3\).

Why does the leading term matter so much? Because for very large values of \(x\), the leading term grows much faster than the other terms. That means the leading term controls the end behavior.

For example, in

$$f(x)=2x^5-4x^3+6x-9,$$

the term \(2x^5\) dominates when \(x\) is very large or very negative. So the end behavior of \(f(x)\) is the same as the end behavior of \(2x^5\).

2. The Leading Coefficient Test

There are four basic cases. They depend on whether the degree is even or odd, and whether the leading coefficient is positive or negative.

Case 1: Even degree, positive leading coefficient

  • Both ends go up.
  • As \(x \to \infty\), \(f(x) \to \infty\).
  • As \(x \to -\infty\), \(f(x) \to \infty\).

Example leading terms: \(x^2\), \(4x^4\), \(0.5x^6\)

Case 2: Even degree, negative leading coefficient

  • Both ends go down.
  • As \(x \to \infty\), \(f(x) \to -\infty\).
  • As \(x \to -\infty\), \(f(x) \to -\infty\).

Example leading terms: \(-x^2\), \(-3x^4\), \(-7x^8\)

Case 3: Odd degree, positive leading coefficient

  • Left end goes down, right end goes up.
  • As \(x \to \infty\), \(f(x) \to \infty\).
  • As \(x \to -\infty\), \(f(x) \to -\infty\).

Example leading terms: \(x^3\), \(2x^5\), \(9x^7\)

Case 4: Odd degree, negative leading coefficient

  • Left end goes up, right end goes down.
  • As \(x \to \infty\), \(f(x) \to -\infty\).
  • As \(x \to -\infty\), \(f(x) \to \infty\).

Example leading terms: \(-x^3\), \(-5x^5\), \(-2x^9\)

3. A Quick Memory Trick

  • Even degree means the two ends go in the same direction.
  • Odd degree means the two ends go in opposite directions.
  • Positive leading coefficient means the graph goes up on the right.
  • Negative leading coefficient means the graph goes down on the right.

If you know what happens on the right and whether the ends match or oppose each other, you can quickly determine the full end behavior.

4. Why Lower-Degree Terms Do Not Change End Behavior

Consider the polynomial

$$f(x)=x^4-1000x+3.$$

Near the center of the graph, the term \(-1000x\) may affect the shape. But for very large values of \(x\), the \(x^4\) term becomes much larger than \(-1000x\).

For example, if \(x=100\), then

$$x^4=100^4=100{,}000{,}000,$$

while

$$-1000x=-100{,}000.$$

The \(x^4\) term is much larger, so it determines the end behavior. That is why we focus on the leading term.

5. Worked Examples

Example 1: Simple quadratic

Determine the end behavior of

$$f(x)=3x^2-5x+1.$$

Step 1: Identify the leading term. It is \(3x^2\).

Step 2: Find the degree and sign.

  • Degree: \(2\), which is even
  • Leading coefficient: \(3\), which is positive

Step 3: Use the leading coefficient test.

Even degree and positive leading coefficient means both ends go up.

So:

$$\text{as } x \to \infty, \ f(x) \to \infty$$ $$\text{as } x \to -\infty, \ f(x) \to \infty$$

Example 2: Negative quartic

Determine the end behavior of

$$g(x)=-2x^4+x^3-7.$$

Step 1: The leading term is \(-2x^4\).

Step 2: Degree and sign:

  • Degree: \(4\), which is even
  • Leading coefficient: \(-2\), which is negative

Step 3: Apply the test.

Even degree and negative leading coefficient means both ends go down.

So:

$$\text{as } x \to \infty, \ g(x) \to -\infty$$ $$\text{as } x \to -\infty, \ g(x) \to -\infty$$

Example 3: Positive cubic

Determine the end behavior of

$$h(x)=5x^3-2x^2+8x-1.$$

Step 1: The leading term is \(5x^3\).

Step 2: Degree and sign:

  • Degree: \(3\), which is odd
  • Leading coefficient: \(5\), which is positive

Step 3: Apply the test.

Odd degree and positive leading coefficient means left down, right up.

So:

$$\text{as } x \to \infty, \ h(x) \to \infty$$ $$\text{as } x \to -\infty, \ h(x) \to -\infty$$

Example 4: Polynomial written out of order

Determine the end behavior of

$$p(x)=7-4x^5+2x^2.$$

This example is important because the polynomial is not written in descending powers.

Step 1: Find the term with the highest exponent. That is \(-4x^5\).

Step 2: Degree and sign:

  • Degree: \(5\), which is odd
  • Leading coefficient: \(-4\), which is negative

Step 3: Apply the test.

Odd degree and negative leading coefficient means left up, right down.

So:

$$\text{as } x \to \infty, \ p(x) \to -\infty$$ $$\text{as } x \to -\infty, \ p(x) \to \infty$$

6. How to Write End Behavior Clearly

You may be asked to describe end behavior in words, symbols, or both.

In words:

  • both ends up
  • both ends down
  • left down, right up
  • left up, right down

In symbols:

  • As \(x \to \infty\), \(f(x) \to \infty\)
  • As \(x \to -\infty\), \(f(x) \to -\infty\)

Make sure you match the direction of \(x\) with the correct output behavior of the function.

7. Common Mistakes to Avoid

  • Looking at the constant term. The constant does not determine end behavior.
  • Using the first term written instead of the leading term. Always find the term with the highest power.
  • Mixing up even and odd degrees. Even means same direction; odd means opposite directions.
  • Forgetting the sign of the leading coefficient. Positive means up on the right; negative means down on the right.

8. Step-by-Step Strategy

  1. Find the term with the greatest exponent.
  2. Identify the degree as even or odd.
  3. Identify the leading coefficient as positive or negative.
  4. Use the leading coefficient test to decide the directions of the ends.
  5. Write the answer in words or limit notation.

9. Practice Check

Try these on your own:

  • \(f(x)=x^6+2x-1\)
  • \(g(x)=-3x^2+4x+9\)
  • \(h(x)=8x^7-x^3+2\)
  • \(p(x)=1-6x^9\)

Answers:

  • \(x^6\): even, positive \( rightarrow\) both ends up
  • \(-3x^2\): even, negative \( rightarrow\) both ends down
  • \(8x^7\): odd, positive \( rightarrow\) left down, right up
  • \(-6x^9\): odd, negative \( rightarrow\) left up, right down

Summary

The end behavior of a polynomial depends on its leading term. The degree tells whether the ends go in the same or opposite directions, and the sign of the leading coefficient tells whether the graph rises or falls on the right.

If the degree is even, both ends match. If the degree is odd, the ends go opposite ways. If the leading coefficient is positive, the graph rises to the right; if negative, it falls to the right. Once you know those two facts, you can determine the end behavior of any polynomial.

Put what you read to the test

You've worked through End Behavior of Polynomials. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.

Polynomial Inequalities and Sign Charts

Polynomial Inequalities and Sign Charts

When you solve an equation like \(x^2-9=0\), you are finding the exact values of \(x\) that make the expression equal to zero.

When you solve an inequality like \(x^2-9>0\), you are finding the values of \(x\) that make the expression positive or negative. For higher-degree polynomials, this is often easiest to do with a sign chart.

A sign chart helps you track where a polynomial is positive, negative, or zero. This is especially useful for cubic, quartic, and other higher-degree polynomial inequalities.

In this lesson, you will learn how to:

  • find the critical values of a polynomial inequality,
  • split the number line into intervals,
  • test the sign of the polynomial on each interval,
  • decide which intervals satisfy the inequality.

1. What is a polynomial inequality?

A polynomial inequality compares a polynomial expression to zero using symbols such as:

  • \(>\) greater than
  • \(<\) less than
  • \(\ge\) greater than or equal to
  • \(\le\) less than or equal to

Examples:

  • \(x^3-4x>0\)
  • \(x^4-5x^2+4\le 0\)
  • \((x-2)^2(x+1)<0\)

The goal is not to find just one answer. Instead, the solution is often an interval or a combination of intervals on the number line.

2. The basic idea of sign charts

A polynomial can only change sign at its real zeros, also called critical values in this context.

So the strategy is:

  1. Move everything to one side so the inequality is compared to \(0\).
  2. Factor the polynomial if possible.
  3. Find the real zeros.
  4. Place those zeros on a number line.
  5. These zeros split the number line into intervals.
  6. Test one value from each interval to see whether the polynomial is positive or negative there.
  7. Choose the intervals that match the inequality.

3. Important idea: multiplicity

If a factor appears more than once, its zero has a multiplicity.

For example:

  • \((x-2)(x+1)\) has zeros \(x=2\) and \(x=-1\), each with multiplicity 1.
  • \((x-3)^2(x+4)\) has zero \(x=3\) with multiplicity 2, and zero \(x=-4\) with multiplicity 1.

This matters because:

  • If a zero has odd multiplicity, the sign changes when you pass through it.
  • If a zero has even multiplicity, the sign does not change when you pass through it.

This can make sign charts faster and more accurate.

4. Worked Example 1

Solve:

$$x^3-4x>0$$

Step 1: Factor the polynomial

$$x^3-4x=x(x^2-4)=x(x-2)(x+2)$$

Step 2: Find the zeros

The zeros are:

$$x=-2,\quad x=0,\quad x=2$$

Step 3: Split the number line into intervals

These values divide the number line into:

  • \(( -\infty,-2 )\)
  • \(( -2,0 )\)
  • \(( 0,2 )\)
  • \(( 2,\infty )\)

Step 4: Test each interval

Use one value from each interval.

  • For \(( -\infty,-2 )\), test \(x=-3\): $$(-3)(-5)(-1)<0$$ so the polynomial is negative.
  • For \(( -2,0 )\), test \(x=-1\): $$(-1)(-3)(1)>0$$ so the polynomial is positive.
  • For \(( 0,2 )\), test \(x=1\): $$(1)(-1)(3)<0$$ so the polynomial is negative.
  • For \(( 2,\infty )\), test \(x=3\): $$(3)(1)(5)>0$$ so the polynomial is positive.

Step 5: Choose the intervals where the expression is positive

We want \(x^3-4x>0\), so we choose the positive intervals:

$$(-2,0)\cup(2,\infty)$$

Answer: \(x\in(-2,0)\cup(2,\infty)\)

5. Worked Example 2

Solve:

$$x^4-5x^2+4\le 0$$

Step 1: Factor

This is a quadratic in \(x^2\):

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

Then factor each part:

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

Step 2: Find the zeros

$$x=-2,-1,1,2$$

Step 3: Intervals

  • \(( -\infty,-2 )\)
  • \(( -2,-1 )\)
  • \(( -1,1 )\)
  • \(( 1,2 )\)
  • \(( 2,\infty )\)

Step 4: Test signs

  • Test \(x=-3\): all four factors multiply to a positive value, so sign is \(+\).
  • Test \(x=-\frac{3}{2}\): sign is \(-\).
  • Test \(x=0\): $$(-1)(1)(-2)(2)>0$$ so sign is \(+\).
  • Test \(x=\frac{3}{2}\): sign is \(-\).
  • Test \(x=3\): sign is \(+\).

So the sign pattern is:

$$+\quad -\quad +\quad -\quad +$$

Step 5: Solve the inequality

We want the polynomial to be less than or equal to zero. That means:

  • include intervals where the sign is negative,
  • also include the zeros, because of \(\le\).

So the solution is:

$$[-2,-1]\cup[1,2]$$

Answer: \(x\in[-2,-1]\cup[1,2]\)

6. Worked Example 3: repeated factor

Solve:

$$ (x-1)^2(x+3)<0 $$

Step 1: Find the zeros and multiplicities

  • \(x=1\), multiplicity 2
  • \(x=-3\), multiplicity 1

Step 2: Set up intervals

  • \(( -\infty,-3 )\)
  • \(( -3,1 )\)
  • \(( 1,\infty )\)

Step 3: Analyze signs

The factor \((x-1)^2\) is always nonnegative, and positive except at \(x=1\).

So the sign mainly depends on \((x+3)\), except that the whole expression is zero at \(x=1\) and \(x=-3\).

  • For \(x<-3\), \((x+3)\) is negative, so the product is negative.
  • For \(-3<x<1\), \((x+3)\) is positive, so the product is positive.
  • For \(x>1\), \((x+3)\) is positive, so the product is positive.

Notice what happens at \(x=1\): since the multiplicity is even, the sign does not change there.

Step 4: Choose the negative interval

We want:

$$ (x-1)^2(x+3)<0 $$

The expression is negative only on:

$$(-\infty,-3)$$

We do not include \(x=-3\) because the inequality is strict. We also do not include \(x=1\), where the expression is zero.

Answer: \(x\in(-\infty,-3)\)

7. Worked Example 4: using sign changes efficiently

Solve:

$$ (x+2)(x-1)^3(x-4)\ge 0 $$

Step 1: Zeros and multiplicities

  • \(x=-2\), multiplicity 1
  • \(x=1\), multiplicity 3
  • \(x=4\), multiplicity 1

All of these multiplicities are odd, so the sign changes at each zero.

Step 2: Intervals

  • \(( -\infty,-2 )\)
  • \(( -2,1 )\)
  • \(( 1,4 )\)
  • \(( 4,\infty )\)

Step 3: Find one sign, then alternate

Test a point in the last interval, such as \(x=5\):

$$ (5+2)(5-1)^3(5-4)>0 $$

So the sign on \((4,\infty)\) is positive.

Since the sign changes at each zero, the pattern must be:

$$-\quad +\quad -\quad +$$

That means:

  • \(( -\infty,-2 )\): negative
  • \(( -2,1 )\): positive
  • \(( 1,4 )\): negative
  • \(( 4,\infty )\): positive

Step 4: Solve the inequality

We want the polynomial to be greater than or equal to zero, so include:

  • positive intervals,
  • and the zeros \(-2\), \(1\), and \(4\).

So the solution is:

$$[-2,1]\cup[4,\infty)$$

Answer: \(x\in[-2,1]\cup[4,\infty)\)

8. How to write a sign chart

A simple sign chart for a factored polynomial might look like this:

Zeros: \(a\), \(b\), \(c\)

Intervals: \(( -\infty,a )\), \(( a,b )\), \(( b,c )\), \(( c,\infty )\)

Signs: \(+\), \(-\), \(+\), \(-\)

You can organize your work by listing:

  • the factors,
  • the zeros,
  • the sign of each factor on each interval,
  • the overall sign of the product.

This is especially helpful when there are many factors.

9. Tips for solving polynomial inequalities

  • Always move everything to one side so the inequality is compared to \(0\).
  • Factor completely if possible.
  • Find all real zeros. Only real zeros split the number line.
  • Use parentheses for strict inequalities like \(<\) or \(>\).
  • Use brackets for inclusive inequalities like \(\le\) or \(\ge\), but only at points where the expression is actually zero.
  • Watch repeated factors. Even multiplicity means no sign change; odd multiplicity means sign change.
  • Check your final answer by testing one point from each chosen interval.

10. Common mistakes to avoid

  • Forgetting to compare to zero first. A sign chart works best when one side is zero.
  • Missing a factor. Incomplete factoring leads to wrong critical values.
  • Including zeros in a strict inequality. If the inequality is \(>\) or \(<\), zeros are not included.
  • Assuming the sign always changes at every zero. It does not change at zeros with even multiplicity.
  • Testing poorly chosen points. Pick easy values from each interval.

11. Step-by-step method to remember

  1. Write the inequality in the form \(P(x) \; ? \; 0\).
  2. Factor \(P(x)\) completely.
  3. Find the real zeros.
  4. Mark the zeros on a number line.
  5. Split into intervals.
  6. Use test points or multiplicity rules to determine the sign on each interval.
  7. Select the intervals that satisfy the inequality.
  8. Include endpoints only if the inequality allows equality.

Brief Summary

Polynomial inequalities are solved by finding where the polynomial is positive, negative, or zero. A sign chart makes this easier by using the real zeros to divide the number line into intervals and then checking the sign on each interval.

The most important ideas are to factor completely, identify all real zeros, and pay attention to multiplicity. Odd multiplicity means the sign changes at that zero, while even multiplicity means it does not.

Once you know the sign of the polynomial on each interval, you can choose the intervals that match the inequality and write the solution using interval notation.

Put what you read to the test

You've worked through Polynomial Inequalities and Sign Charts. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.