Define a polynomial function.
A function that can be written as f(x) = a_n x^n + a_(n-1) x^(n-1) + … + a_1 x + a_0 where n is a whole number and a_n ≠ 0.
What is the degree of a polynomial?
The highest exponent of x in the polynomial.
What does the leading coefficient tell you?
Combined with degree, it determines end behaviour (up/down direction of the graph’s ends).
Describe the end behaviour of an even-degree polynomial with positive leading coefficient.
Both ends rise (up-up).
Describe the end behaviour of an even-degree polynomial with negative leading coefficient.
Both ends fall (down-down).
Describe the end behaviour of an odd-degree polynomial with positive leading coefficient.
Left end down, right end up.
Describe the end behaviour of an odd-degree polynomial with negative leading coefficient.
Left end up, right end down.
What is the Factor Theorem?
If f(c) = 0, then (x - c) is a factor of f(x).
What is the Remainder Theorem?
The remainder when f(x) is divided by (x - c) is f(c).
Find the remainder when f(x) = x^3 - 4x + 1 is divided by x - 2.
Use Remainder Theorem: f(2) = 2^3 - 4(2) + 1 = 8 - 8 + 1 = 1 → Remainder = 1.
Explain multiplicity of a root.
Multiplicity is the number of times a root is repeated. Odd multiplicity crosses the x-axis, even multiplicity just touches (bounces).
Give an example of a polynomial with a double root at x = 3 and a single root at x = -1.
f(x) = a(x - 3)^2(x + 1).
Describe the graph near a triple root.
Crosses the x-axis but flattens (inflection) near the root.
Explain synthetic (or long) division.
A method of dividing a polynomial by a linear binomial to find quotient and remainder.
Describe how to find possible rational roots using the Rational Root Theorem.
Possible roots = ±(factors of constant term) ÷ (factors of leading coefficient).
Sketch the graph of f(x) = (x - 1)(x + 2)(x - 4).
Roots at x = 1, -2, 4; degree 3 so end behaviour down-left, up-right; crosses x-axis at each root.
Determine the equation of a cubic passing through (0, -8) with roots -1, 2, 4.
f(x) = a(x+1)(x-2)(x-4). Substitute (0,-8): -8 = a(1)(-2)(-4) → -8 = 8a → a = -1. So f(x) = -(x+1)(x-2)(x-4).
Describe how the y-intercept of a polynomial can be found.
Substitute x = 0 into f(x).
What is the maximum number of turning points a polynomial of degree n can have?
At most n - 1 turning points.
Describe how transformations affect polynomial functions.
Vertical stretch/compression by factor a, reflection over x-axis if a < 0, horizontal/vertical shifts by h and k.
Give an example of a quartic function with all real roots.
f(x) = (x-1)(x-2)(x+3)(x+4).
Give an example of a quartic function with no real roots.
f(x) = x^4 + 4x^2 + 4 (discriminant < 0 for quadratic in x^2).
State how to write a polynomial in mapping notation.
x → a(x - r_1)^(m_1)(x - r_2)^(m_2)… where r_i are roots and m_i are multiplicities.
Describe how polynomial graphs behave as x → ±∞ based on degree and leading coefficient.
Even degree → ends in same direction; odd degree → ends in opposite directions; sign of leading coefficient controls up/down.