Polynomial Study Guide

A concise reference for factoring, division, roots, and end behavior

1. Synthetic Division (Fast Polynomial Division)

When to use it:

How it works:

  1. Write the root (opposite sign of the factor) on the left.
  2. Write all coefficients, including zeros for missing terms.
  3. Bring the first coefficient straight down.
  4. Multiply the bottom value by the root.
  5. Add vertically.
  6. Continue until the end.

Example: factor $(x + 4)$ → root is $-4$

Remember: Use the opposite sign of what appears in the factor!

A remainder of 0 means the factor is real.

2. Factoring Polynomials Using Synthetic Division

Steps:

  1. Use the known factor to perform synthetic division.
  2. The bottom row (excluding remainder) becomes the coefficient list of the quotient (one degree lower).
  3. Factor the resulting quadratic (or repeat synthetic division).
  4. Write the full factorization as a product of linear factors.

If synthetic division gives:

$$[1, 3, -2, 0]$$

Then the quotient is:

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

Which may further factor into $(x + 4)(x - 1)$ or similar.

3. Using Roots to Find Linear Factors

A polynomial's linear factors come from its zeros:

Quick evaluation test:

To check whether $(x - a)$ is a factor, plug $a$ into the polynomial:

💡 Pro Tip: This trick is crucial for multiple-choice factor identification.

4. Finding Constant Terms from Factored Form

To find the constant term of a polynomial written in factored form:

  1. Plug in $x = 0$
  2. Multiply the constants from each factor
  3. Apply any numerical coefficient outside the factors

Example:

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

Constant term:

$$-5(0 - 2)(0 - 3)(0 + 7) = -5(-2)(-3)(7)$$

5. Solving Equations in Factored Form

When an equation is of the form $(\text{expression}) = \text{number}$, move everything to one side so it equals 0.

Example: $(x - 2)(x - 4) = 8$

Step 1: Bring 8 over

$$(x - 2)(x - 4) - 8 = 0$$

Step 2: Expand

$$x^2 - 6x + 8 - 8 = 0$$

Step 3: Factor

$$x(x - 6) = 0$$

Step 4: Solve each factor

$$x = 0, \quad x = 6$$

6. End Behavior of Polynomial Functions

End behavior depends ONLY on:

Degree Leading Coefficient Left End Right End
Odd Positive Down ↓ Up ↑
Odd Negative Up ↑ Down ↓
Even Positive Up ↑ Up ↑
Even Negative Down ↓ Down ↓

📊 Example from a graph: If the graph falls left and rises right → odd degree, positive leading coefficient.

7. Graphing a Polynomial from Factored Form

When the polynomial is factored:

$$P(x) = a(x - r_1)(x - r_2)(x - r_3)\dots$$

You immediately know:

Example to graph: $(x + 4)(x + 1)(x - 2)$

Intercepts:

$$x = -4, \quad x = -1, \quad x = 2$$

Behavior:

  • Left → down ↓
  • Right → up ↑

Sketch accordingly.

8. Common Mistakes to Avoid

  • Forgetting a zero coefficient when a term is missing
  • Incorrect sign when adding during synthetic division
  • Assuming a factor is correct without verifying with the root
  • Mixing up $(x - a)$ and $(x + a)$

✅ Remember: Always double-check your work by plugging roots back into the original polynomial!