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
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.
| Complex Number | Its Conjugate | Rule |
|---|---|---|
| 4i | โ4i | Flip sign of imaginary part (a=0, b=4) |
| โi | i | Flip sign: โ1ยทi โ +1ยทi |
| 2 โ 3i | 2 + 3i | Keep real part (2), flip imaginary (โ3โ+3) |
| โ4 + 2i | โ4 โ 2i | Keep real part (โ4), flip imaginary (+2โโ2) |
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.
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.
| x | f(x) | 1st Diff | 2nd Diff |
|---|---|---|---|
| 1 | โ2 | ||
| 3 | โ3 | โ1 | |
| 5 | โ1 | +2 | +3 |
| 7 | 4 | +5 | +3 |
| 9 | 12 | +8 | +3 |
| x | g(x) | 1st | 2nd | 3rd |
|---|---|---|---|---|
| 0 | โ2 | |||
| 3 | 0 | +2 | ||
| 6 | 10 | +10 | +8 | |
| 9 | 27 | +17 | +7 | โ1 |
| 12 | 50 | +23 | +6 | โ1 |
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.)
h(1) = 2(1) โ 1 + 5 = 6
h(โ1) = h(1) โ f(โx) = f(x)
k(1) = 1 + 3 โ 1 = 3
โ5 โ 3, โ5 โ โ3 โ neither
f(1) = โ3
f(โ1) = โf(1) โ f(โx) = โf(x)
f(1) = โ3
1 โ โ3, 1 โ โ(โ3) = 3 โ neither