๐ŸŽฏ
Zeros of Polynomials & Multiplicity
When a zero repeats, the graph behaves differently
Zeros of Polynomial Functions
If p(a) = 0, then a is a zero (root) of p(x).
If a is a real number and x = a is a zero of p, then (x โˆ’ a) is a linear factor of p.
The multiplicity of a zero is the degree of its factor (x โˆ’ a). So if (x โˆ’ a)โฟ appears in p(x), then x = a has multiplicity n.
ใ€ฐ๏ธ
Odd Multiplicity
Graph passes through the x-axis at this zero. The function changes sign here. (Multiplicity 1, 3, 5, โ€ฆ)
โ†ฉ๏ธ
Even Multiplicity
Graph is tangent to (bounces off) the x-axis at this zero. The function does NOT change sign here. (Multiplicity 2, 4, 6, โ€ฆ)
๐Ÿ“Œ

Example: y = โˆ’.01(x+4)(x+1)ยณ(xโˆ’3)ยฒ

x = โˆ’4: multiplicity 1 (odd) โ†’ graph passes through.
x = โˆ’1: multiplicity 3 (odd) โ†’ graph passes through (but with a flatter S-curve).
x = 3: multiplicity 2 (even) โ†’ graph bounces off the x-axis (tangent to x-axis).
Listed: x = โˆ’4, x = โˆ’1 (mult. 3), x = 3 (mult. 2)

๐Ÿ”ข
Complex Roots & Conjugate Pairs
Imaginary roots always come in pairs โ€” you'll never see them on the graph
โœจ

Complex Roots

Some polynomials have roots involving an imaginary number. Since imaginary numbers don't exist on the real number line, you will never see them on the graph. For example, f(x) = xยฒ + 1 has zeros x = ยฑi (complex), and its graph never touches the x-axis.

Key Understanding: Conjugate Pairs
All imaginary roots come in conjugate pairs. If a + bi is a root of f(x), then a โˆ’ bi is also a root.
The conjugate of a + bi is a โˆ’ bi (flip the sign of the imaginary part only).
๐Ÿ“Œ Example 1 โ€” Find the conjugate of each complex number.
Complex NumberIts ConjugateRule
4iโˆ’4iFlip sign of imaginary part (a=0, b=4)
โˆ’iiFlip sign: โˆ’1ยทi โ†’ +1ยทi
2 โˆ’ 3i2 + 3iKeep real part (2), flip imaginary (โˆ’3โ†’+3)
โˆ’4 + 2iโˆ’4 โˆ’ 2iKeep real part (โˆ’4), flip imaginary (+2โ†’โˆ’2)
Fundamental Theorem of Algebra
A polynomial of degree n has exactly n complex zeros when counting multiplicities.
๐Ÿ“Œ Example 2 โ€” Graph of f has zeros at x = โˆ’1 (bounces โ€” even multiplicity 2) and x = 3 (crosses). It is known that x = iโˆš3 is also a zero. What is the least possible degree?
1
Real zeros from graph: x = โˆ’1 (mult. 2) and x = 3 (mult. 1) โ†’ contributes 3 zeros.
2
Complex zero given: x = iโˆš3 โ†’ its conjugate x = โˆ’iโˆš3 must also be a zero โ†’ 2 more zeros.
3
Total known zeros: x = โˆ’1 (ร—2), x = 3, x = iโˆš3, x = โˆ’iโˆš3 โ†’ at least 5 zeros.
Degree n โ‰ฅ 5 โ€” at least 5 zeros โ†’ least possible degree is 5
๐Ÿ“Š
Polynomial Inequalities from a Graph
f(x) > 0 means ABOVE x-axis ยท f(x) < 0 means BELOW x-axis
Key Reminder
When we write f(x), we are referring to the y-value on the graph.
f(x) > 0 โ†’ graph is above the x-axis โ†’ write x-values where the graph is above it.
f(x) < 0 โ†’ graph is below the x-axis โ†’ write x-values where the graph is below it.
f(x) = 0 โ†’ graph is on the x-axis โ†’ the zeros of f.
๐Ÿ“Œ Reading inequalities from the graph of f(x) โ€” zeros at x = โˆ’3, โˆ’1, 3:
a) Where is f(x) = 0?
x = โˆ’3, โˆ’1, 3
b) Where is f(x) > 0? (above x-axis)
โˆ’3 < x < โˆ’1 and x > 3
c) Where is f(x) โ‰ค 0? (on or below)
x โ‰ค โˆ’3 and โˆ’1 โ‰ค x โ‰ค 3
โž•โž–
Solving Polynomial Inequalities โ€” Sign Chart
4-step method using test values in each interval
๐Ÿ“‹ 4 Steps for Solving Nonlinear (Polynomial) Inequalities
1
Solve f(x) = 0 to find the zeros (the boundary points).
2
Create a sign chart โ€” place the zeros on a number line to divide it into intervals.
3
Test a value from each interval in the original expression. Record the sign (+/โˆ’).
4
Interpret the sign chart to answer the inequality. Write in interval notation and check endpoints (include for โ‰ค or โ‰ฅ, exclude for < or >).
๐Ÿ“Œ Example 3 โ€” Solve (x โˆ’ 3)(x + 1)(x + 4) > 0
(x โˆ’ 3)(x + 1)(x + 4) > 0
1
Zeros: x = โˆ’4, x = โˆ’1, x = 3 (all multiplicity 1 โ€” sign changes at each).
2&3
Sign chart โ€” test a value in each region:
x<โˆ’4
โˆ’
|
x=โˆ’4
0
|
โˆ’4<x<โˆ’1
+
|
x=โˆ’1
0
|
โˆ’1<x<3
โˆ’
|
x=3
0
|
x>3
+
4
Want > 0 (positive). The positive intervals are (โˆ’4,โˆ’1) and (3,โˆž). Strict inequality โ†’ open endpoints.
Answer: (โˆ’4, โˆ’1) โˆช (3, โˆž) โ†’ โˆ’4 < x < โˆ’1 and x > 3
๐Ÿ“Œ Example 4 โ€” Solve (x + 2)ยฒ(x โˆ’ 5) โ‰ค 0
(x + 2)ยฒ(x โˆ’ 5) โ‰ค 0
1
Zeros: x = โˆ’2 (mult. 2 โ€” even, sign does NOT change here), x = 5 (mult. 1 โ€” sign changes).
2&3
Sign chart:
x<โˆ’2
โˆ’
|
x=โˆ’2
0
|
โˆ’2<x<5
โˆ’
|
x=5
0
|
x>5
+
4
Want โ‰ค 0 (negative or zero). Negative regions: (โˆ’โˆž,โˆ’2) and (โˆ’2,5). At x=โˆ’2: equals 0 โœ“. At x=5: equals 0 โœ“. Include both endpoints.
Answer: (โˆ’โˆž, 5] โ†’ x โ‰ค 5
โš ๏ธ

Even multiplicity zeros don't change sign!

In Example 4, (x+2)ยฒ is always โ‰ฅ 0. The sign of the whole expression only flips at x = 5. So the expression is negative on both sides of x = โˆ’2 โ€” the sign stays negative. This is why the answer is the simple x โ‰ค 5, not a union of intervals.

๐Ÿ”ข
Finding Degree from a Table โ€” Example 5
Successive differences โ€” the number of rounds needed = the degree
๐Ÿ”‘

Successive Differences Method

Given a table with equal-width input intervals, subtract consecutive outputs to get 1st differences. If those aren't constant, subtract again for 2nd differences. Keep going until the differences are constant. The round number where differences become constant = the degree of the polynomial.

a) f(x) Degree 2
xf(x)1st Diff2nd Diff
1โˆ’2
3โˆ’3โˆ’1
5โˆ’1+2+3
74+5+3
912+8+3
Degree 2 โ€” 2nd differences are constant (+3). One more round needed than for linear.
b) g(x) Degree 3
xg(x)1st2nd3rd
0โˆ’2
30+2
610+10+8
927+17+7โˆ’1
1250+23+6โˆ’1
Degree 3 โ€” 3rd differences are constant (โˆ’1). Three rounds needed.
๐Ÿ”„
Even and Odd Functions
Symmetry about the y-axis (even) or origin (odd)
Even and Odd Functions โ€” Symmetry
๐Ÿ“ Even Functions
Symmetric over the y-axis. Left and right sides mirror each other.
Test: f(โˆ’x) = f(x) for all x.
Example: f(x) = xโด โˆ’ 8xยฒ + 1
f(โˆ’x) = f(x) โœ“
๐ŸŒ€ Odd Functions
Symmetric about the origin. Rotate 180ยฐ โ€” looks the same.
Test: f(โˆ’x) = โˆ’f(x) for all x.
Example: g(x) = xยณ โˆ’ 9x
f(โˆ’x) = โˆ’f(x) โœ“
๐Ÿ”‘

Quick Test Method

Plug in x = โˆ’1 (or any convenient value) and x = 1. If f(โˆ’1) = f(1) โ†’ even. If f(โˆ’1) = โˆ’f(1) โ†’ odd. If neither holds โ†’ neither. (Always verify with algebraic substitution for full credit.)

๐Ÿ“Œ Example 6 โ€” Determine if each polynomial is even, odd, or neither.
h(x) = 2xโด โˆ’ xยฒ + 5
h(โˆ’1) = 2(1) โˆ’ 1 + 5 = 6
h(1) = 2(1) โˆ’ 1 + 5 = 6
h(โˆ’1) = h(1) โ†’ f(โˆ’x) = f(x)
Even Function
k(x) = xยณ + 3x โˆ’ 1
k(โˆ’1) = โˆ’1 โˆ’ 3 โˆ’ 1 = โˆ’5
k(1) = 1 + 3 โˆ’ 1 = 3
โˆ’5 โ‰  3, โˆ’5 โ‰  โˆ’3 โ†’ neither
Neither
Graph c) โ€” from graph
f(โˆ’1) = 3
f(1) = โˆ’3
f(โˆ’1) = โˆ’f(1) โ†’ f(โˆ’x) = โˆ’f(x)
Odd Function
Graph d) โ€” from graph
f(โˆ’1) = 1
f(1) = โˆ’3
1 โ‰  โˆ’3, 1 โ‰  โˆ’(โˆ’3) = 3 โ†’ neither
Neither
โšก
Quick Reference
Screenshot and save this!
๐Ÿ”‘ Key Rules
Odd mult โ†’ passes through x-axis
Even mult โ†’ bounces (tangent to x-axis)
Imaginary roots come in conjugate pairs
Degree n โ†’ exactly n complex zeros
f(โˆ’x)=f(x) โ†’ even ยท f(โˆ’x)=โˆ’f(x) โ†’ odd
Successive diffs constant at round n โ†’ degree n
โš ๏ธ Common Mistakes
โŒ Forgetting to include conjugate pair
If iโˆš3 is a zero, then โˆ’iโˆš3 is ALSO a zero. Always add conjugate pairs when counting zeros for degree questions.
โŒ Even multiplicity changes sign
Even multiplicity โ†’ graph BOUNCES. The expression does NOT change sign at that zero. Sign stays the same on both sides.
โŒ Using โ‰ค with strict inequality answer
Check endpoints! For โ‰ค or โ‰ฅ, include zeros (closed brackets). For < or >, exclude zeros (open brackets).
โŒ Testing even/odd with just one value
Algebraically substitute f(โˆ’x) and simplify. A single test point can give misleading results โ€” use the definition.
๐Ÿง  Ready to Practice? Take the Quiz โ†’