Introduction to Polynomial Functions

Welcome to the world of higher-level polynomials! You are already familiar with linear functions \( (y = mx + c) \) and quadratic functions \( (y = ax^2 + bx + c) \). In this chapter, we go beyond power 2. We will look at "cubic" (power 3), "quartic" (power 4), and even higher-degree functions. Polynomials are the "building blocks" of algebra because they are smooth, continuous, and behave in very predictable ways.

Why does this matter? Engineers use polynomials to design the curves of rollercoasters, and economists use them to model complex market trends. In your IB exams, mastering these theorems will allow you to solve complicated equations that might otherwise seem impossible!

1. What is a Polynomial?

A polynomial function \(P(x)\) is an expression consisting of variables and coefficients, using only addition, subtraction, and non-negative integer exponents. The general form is:

\(P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0\)

Key terms to remember:

  • Degree: The highest power of \(x\) (the \(n\) value).
  • Leading Coefficient: The number \(a_n\) in front of the highest power.
  • Constant Term: The number \(a_0\) at the end with no \(x\) attached.
  • Roots/Zeros: The values of \(x\) that make \(P(x) = 0\). Graphically, these are the x-intercepts.

Quick Review: A function like \(f(x) = 3x^3 - 2x + 5\) is a polynomial of degree 3. However, \(g(x) = 2x^{1/2}\) is not a polynomial because the exponent is not an integer.

2. The Remainder Theorem

Imagine you are asked to divide a massive polynomial by \((x - 2)\) to find the remainder. You could use long division, but that takes forever! The Remainder Theorem provides a shortcut.

The Theorem: When a polynomial \(P(x)\) is divided by \((x - c)\), the remainder is simply \(P(c)\).

Step-by-Step Example:

Find the remainder when \(P(x) = x^3 - 4x^2 + 2x + 5\) is divided by \((x - 3)\).

  1. Identify \(c\). Here, the divisor is \((x - 3)\), so \(c = 3\).
  2. Plug \(c\) into the function: \(P(3) = (3)^3 - 4(3)^2 + 2(3) + 5\).
  3. Calculate: \(P(3) = 27 - 36 + 6 + 5 = 2\).
  4. Conclusion: The remainder is \(2\).

Key Takeaway: If you need the remainder, don't divide—just evaluate the function at that point!

3. The Factor Theorem

This is a special case of the Remainder Theorem. It is one of the most powerful tools for solving high-degree equations.

The Theorem: \((x - c)\) is a factor of \(P(x)\) if and only if \(P(c) = 0\).

This means if you plug a number into a polynomial and get zero, you have just found a way to "break down" that polynomial into smaller parts.

Common Mistake to Avoid:

Watch your signs! If the factor is \((x + 2)\), you must test \(P(-2)\). If the factor is \((x - 5)\), you test \(P(5)\).

Did you know? If you are trying to find factors manually, always start by testing the factors of the constant term (\(a_0\)). This is called the Rational Root Theorem logic, and it saves a lot of guessing!

4. Graphs of Polynomials

Polynomial graphs are always smooth curves (no sharp corners). Their behavior is determined by their degree and the leading coefficient.

  • Odd Degree (1, 3, 5...): The ends go in opposite directions (one up, one down).
  • Even Degree (2, 4, 6...): The ends go in the same direction (both up or both down).
  • Zeros and "Bounces":
    • If \((x - c)\) is a factor, the graph crosses the x-axis at \(c\).
    • If \((x - c)^2\) is a factor, the graph touches the axis and bounces back (like a parabola).
    • If \((x - c)^3\) is a factor, the graph flattens out as it crosses (an inflection point).

Note: For more complex shapes involving denominators, see the chapter on Rational Functions (HL).

5. Sum and Product of Roots (Vieta's Formulas)

Sometimes the IB will ask you about the roots of an equation without actually asking you to find what the roots are. This is where Vieta's Formulas come in handy.

For a polynomial \(a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 = 0\) with roots \(r_1, r_2, \dots, r_n\):

For a Quadratic: \(ax^2 + bx + c = 0\)

Sum of roots: \(r_1 + r_2 = -\frac{b}{a}\)

Product of roots: \(r_1 r_2 = \frac{c}{a}\)

For a Cubic: \(ax^3 + bx^2 + cx + d = 0\)

Sum of roots: \(r_1 + r_2 + r_3 = -\frac{b}{a}\)

Sum of roots taken two at a time: \(r_1 r_2 + r_1 r_3 + r_2 r_3 = \frac{c}{a}\)

Product of roots: \(r_1 r_2 r_3 = -\frac{d}{a}\)

The Pattern: The denominator is always the leading coefficient \(a\). The numerators follow the coefficients (\(b, c, d...\)) and the signs alternate starting with a negative.

Memory Trick: Think "Negative-Sum, Positive-Pairwise, Negative-Product" for a cubic.

6. Fundamental Theorem of Algebra (Context for HL)

In the Higher Level course, you should remember that a polynomial of degree \(n\) will have exactly \(n\) roots (counting repeats and complex roots). If the coefficients of the polynomial are real, any complex roots must come in conjugate pairs (e.g., if \(2 + i\) is a root, \(2 - i\) must also be a root).

Cross-reference: For more on complex roots, refer to the Complex Numbers (AHL 1.14) section.

Summary Checklist

Key Takeaways:

  • To find a remainder when dividing by \((x - c)\), just calculate \(P(c)\).
  • If \(P(c) = 0\), then \((x - c)\) is a factor. Use this to factorize and solve equations.
  • Use Vieta’s formulas (\(-b/a\) and so on) to find the sum and product of roots quickly.
  • Always check the degree of the polynomial to know how many roots you are looking for.
  • When sketching, look at the multiplicity of the roots to see if the graph crosses or bounces at the x-axis.

Don't worry if these formulas look intimidating! With a bit of practice, you'll start to see the patterns in the signs and coefficients. Good luck!