Study Guide

Polynomial functions and complex zeros

AP PrecalculusΒ· Unit 1 Β· Polynomial & Rational FunctionsΒ· 14 min read

1. Zeros, Linear Factors, and Multiplicityβ˜…β˜…β˜†β˜†β˜†β± 4 min

A zero of a polynomial function is an input that makes the output . The same number is called a root of the equation β€” two names for one idea. Zeros may be real or non-real complex numbers.

πŸ“˜ Definition

Zero and linear factor

p(a)=0β€…β€ŠβŸΊβ€…β€Š(xβˆ’a)∣p(x)p(a)=0 \iff (x-a) \mid p(x)

If is a complex number and , then is a zero of . If is a real number, then is a linear factor of if and only if is a zero of .

A factor can appear more than once, and that repetition is recorded by the multiplicity.

πŸ“˜ Definition

Multiplicity

deg⁑p=nβ€…β€ŠβŸΉβ€…β€Šn complex zeros, counted with multiplicity\deg p = n \;\Longrightarrow\; n \text{ complex zeros, counted with multiplicity}

If the linear factor is repeated times in the factorisation, the corresponding zero has multiplicity . Counting multiplicities, a polynomial function of degree has exactly complex zeros.

πŸ“ Worked Example

List all complex zeros of , with their multiplicities, and check the count against the degree.

  1. 1

    Read the zeros off the factors. From : the zero , appearing once, so multiplicity .

  2. 2

    From : the zero , with multiplicity .

  3. 3

    From : solve , giving the non-real zeros and , each of multiplicity .

  4. 4

    Now the count. Multiplying the factors gives degree , and the zeros counted with multiplicity are β€” exactly , as the degree requires.

  5. 5

    Answer: (multiplicity 1), (multiplicity 2), and (each multiplicity 1); five complex zeros for a degree-5 polynomial.

2. Real Zeros: x-Intercepts and Polynomial Inequalitiesβ˜…β˜…β˜†β˜†β˜†β± 3 min

Only the real zeros are visible on the graph, and each one puts the curve on the -axis.

πŸ“˜ Definition

Real zeros on the graph

p(a)=0, a∈Rβ€…β€ŠβŸΉβ€…β€Š(a, 0) on the graphp(a)=0,\ a \in \mathbb{R} \;\Longrightarrow\; (a,\,0) \text{ on the graph}

If is a real zero of , then the graph of has an -intercept at the point . Consequently the real zeros are the endpoints of the intervals on which or .

The reason the second half follows: a polynomial can only change sign by passing through , so between consecutive real zeros the output keeps one sign throughout. That turns solving an inequality into testing one point per interval.

πŸ“ Worked Example

For , solve .

  1. 1

    The real zeros are and (the factor is never zero for real , since ). They cut the number line into , and .

  2. 2

    Test one value in each interval. At : . At : . At : .

  3. 3

    So is negative only on , and it equals at the zeros themselves, which the sign includes.

  4. 4

    Answer: for , together with the single point .

3. Non-Real Zeros Come in Conjugate Pairsβ˜…β˜…β˜†β˜†β˜†β± 3 min

Non-real zeros never appear alone in a polynomial with real coefficients.

πŸ“˜ Definition

Conjugate pairs

p(a+bi)=0β€…β€ŠβŸΉβ€…β€Šp(aβˆ’bi)=0p(a+bi)=0 \;\Longrightarrow\; p(a-bi)=0

If is a non-real zero of a polynomial function , then its conjugate is also a zero of .

This is why our running example contains : the pair and multiplies back to a real quadratic, . Every conjugate pair collapses into one real quadratic factor in the same way.

πŸ“ Worked Example

A polynomial function of degree with real coefficients has zeros and . Find its third zero and write as a product of factors with real coefficients.

  1. 1

    Non-real zeros come in pairs, so the conjugate must also be a zero. That is three zeros for a degree-3 polynomial β€” the full set.

  2. 2

    Combine the conjugate pair into a real quadratic:

  3. 3
    (xβˆ’(1βˆ’3i))(xβˆ’(1+3i))=(xβˆ’1)2βˆ’(3i)2=x2βˆ’2x+1+9=x2βˆ’2x+10\bigl(x-(1-3i)\bigr)\bigl(x-(1+3i)\bigr) = (x-1)^2 - (3i)^2 = x^2-2x+1+9 = x^2-2x+10
  4. 4

    Answer: the third zero is , and for some nonzero real constant .

A polynomial has odd degree when its highest power is an odd number β€” degree , , , and so on. That single fact, together with conjugate pairs, forces something about its real zeros.

4. Even Multiplicity: Tangent Instead of Crossingβ˜…β˜…β˜…β˜†β˜†β± 3 min

Multiplicity does more than balance the count β€” it decides what the graph does at that intercept.

πŸ“˜ Definition

Even multiplicity

even multiplicity at aβ€…β€ŠβŸΉβ€…β€Šgraph tangent to the x-axis at (a,0)\text{even multiplicity at } a \;\Longrightarrow\; \text{graph tangent to the } x\text{-axis at } (a,0)

If the real zero has even multiplicity, then the signs of the output values are the same for input values near on both sides. For these polynomial functions the graph is tangent to the -axis at β€” it touches and turns back rather than crossing.

πŸ“ Worked Example

For , decide at each real zero whether the graph crosses the -axis or is tangent to it.

  1. 1

    At the factor is β€” multiplicity , which is odd. Check the signs: and , opposite signs, so the graph crosses there.

  2. 2

    At the factor is β€” multiplicity , which is even. Check the signs: and , both positive.

  3. 3

    Same sign on both sides means the graph comes down to the axis at and goes back up without passing through: it is tangent to the -axis.

  4. 4

    Answer: crosses at ; tangent at .

5. Finding the Degree from Successive Differencesβ˜…β˜…β˜…β˜†β˜†β± 3 min

If you are handed a table of values rather than a formula, the degree is still recoverable β€” by differencing, the same technique that showed a quadratic's rates form a linear pattern in Topic 1.3.

πŸ“˜ Definition

Successive differences

nth differences constantβ€…β€ŠβŸΉβ€…β€Šdeg⁑p=nn\text{th differences constant} \;\Longrightarrow\; \deg p = n

Take output values over equal-interval input values and difference them repeatedly. The degree of the polynomial function is the least value for which the successive th differences are constant.

This is not a rule to memorise β€” you can see why it works. Subtracting neighbouring values of a general quadratic gives : the term appears in both and cancels exactly, leaving something one degree lower. The same top-term cancellation happens at every degree, so each round of differencing drops the degree by one. A degree- polynomial therefore descends , reaching a constant (a degree- row) after exactly rounds β€” which is why the first constant row tells you the degree.

πŸ“ Worked Example

A polynomial function has these values at equally spaced inputs. Find its degree.

  1. 1

    First differences: , , , β€” that is , not constant.

  2. 2

    Second differences: , , β€” that is , still not constant.

  3. 3

    Third differences: , β€” constant at .

  4. 4

    The third differences are the first ones to be constant, so the least such is .

  5. 5

    Answer: has degree . (The values come from .)

6. Even and Odd Polynomial Functionsβ˜…β˜…β˜†β˜†β˜†β± 3 min

The last question this topic asks about a polynomial is whether it has a symmetry. There are two named cases, each with a graphical description and an algebraic test.

The quickest way to feel the difference is to feed in a pair of opposite inputs and compare outputs. For : and β€” the same. For : but β€” opposite. Those two behaviours are exactly what the names below describe.

πŸ“˜ Definition

Even function

f(βˆ’x)=f(x)f(-x)=f(x)

An even function is graphically symmetric over the line (the -axis) and analytically satisfies . If is even, then with and is an even function.

πŸ“˜ Definition

Odd function

f(βˆ’x)=βˆ’f(x)f(-x)=-f(x)

An odd function is graphically symmetric about the point (a half-turn about the origin) and analytically satisfies . If is odd, then with and is an odd function.

πŸ“ Worked Example

Decide whether each function is even, odd, or neither: (a) , (b) , (c) .

  1. 1

    (a) Replace by : . Every exponent is even, so nothing changes sign β€” is even.

  2. 2

    (b) . Every exponent is odd, so every term flips sign β€” is odd.

  3. 3

    (c) . This is neither nor , because the exponents are mixed β€” is neither.

  4. 4

    Answer: (a) even, (b) odd, (c) neither.

βœ“ Quick check

Test your understanding with this multiple-choice question:

  1. A polynomial function with real coefficients has degree , a zero of multiplicity at , and a zero at . Which statement must be true?

    • has four distinct zeros

    • The graph of is tangent to the -axis at

    • The graph of crosses the -axis at

    • is an even function

    Reveal answer
    1 β€”

    The zero at has even multiplicity, so the outputs keep the same sign on both sides and the graph is tangent to the axis there. The zeros are β€” only three distinct values, and the conjugate is forced by . Nothing here makes even.

7. Common Pitfalls

Wrong move:

Counting only the distinct zeros of a polynomial.

Why:

The degree counts zeros with multiplicity. For the distinct zeros number four, but the degree is and the zero must be counted twice.

Correct move:

List every zero as many times as its factor is repeated, then check the total equals the degree.

Wrong move:

Assuming the graph crosses the -axis at every real zero.

Why:

Even multiplicity keeps the output sign the same on both sides, so the graph is tangent to the axis and turns back instead of passing through.

Correct move:

Read the multiplicity of each real zero first: odd β†’ crosses, even β†’ tangent.

Wrong move:

Giving a non-real zero without its conjugate.

Why:

For real coefficients, non-real zeros occur in pairs. Reporting as a zero but not leaves the polynomial with the wrong number of zeros.

Correct move:

Pair every non-real zero with its conjugate, and combine the pair into a real quadratic when factoring over the reals.

Wrong move:

Differencing a table whose inputs are not equally spaced.

Why:

The successive-differences test for the degree assumes equal input steps; with irregular spacing the differences carry no information about the degree.

Correct move:

Check the -values step by a constant amount first, then difference the outputs until a row is constant.

Wrong move:

Calling any polynomial with an even degree an even function.

Why:

Degree and parity are different things. has even degree but , so it is neither even nor odd.

Correct move:

Test against and , or check that the exponents present are all even (even function) or all odd (odd function).

8. Quick Reference Cheatsheet

Concept

Statement

Key Notes

Zero / root

Same idea, two names; may be real or non-real

Linear factor

For real : is a factor is a zero

Works in both directions

Multiplicity

repeated times

Zero counted times

Zero count

Degree exactly complex zeros

Counted with multiplicity

Real zero on the graph

-intercept at

Real zeros bound the intervals for /

Conjugate pairs

a zero a zero

So odd degree forces at least one real zero

Odd multiplicity

Sign changes across the zero

Graph crosses the -axis

Even multiplicity

Sign stays the same across the zero

Graph is tangent to the -axis

Degree from a table

Least with constant th differences

Inputs must be equally spaced

Even function

Symmetric over ; with even

Odd function

Symmetric about ; with odd

What's Next

You can now read a polynomial's zeros in full β€” how many there are, which are visible on the graph, which arrive in pairs, and where the curve crosses versus touches β€” plus recover the degree from a table and test for symmetry. Topic 1.6, Polynomial Functions and End Behavior, turns to what happens at the far ends of the graph, where the leading term takes over.

  • β†’