Welcome to the World of Polynomials!

In this chapter, we are diving into Polynomials. Think of polynomials as the "building blocks" of algebra. You have actually been working with them for years—linear equations and quadratics are just specific types of polynomials! By the end of these notes, you’ll be able to add, subtract, multiply, and divide them, and even use a "magic trick" called the Factor Theorem to solve complex equations.

Section Context: This is part of your Pure Mathematics: Algebra studies. It provides the tools you need to understand more complex graphs and functions later on.


1. What Exactly is a Polynomial?

Before we start calculating, let’s make sure we speak the language. A polynomial is an expression made up of variables (usually \(x\)) and coefficients, involving only addition, subtraction, and multiplication. Crucially, the powers (indices) must be positive whole numbers.

Key Terms to Know:

  • Term: A single part of the expression, like \(3x^2\).
  • Coefficient: The number in front of the variable (e.g., in \(5x^3\), the coefficient is 5).
  • Variable: The letter, usually \(x\), which represents an unknown value.
  • Degree: The highest power in the polynomial. A "degree 3" polynomial has an \(x^3\) as its highest power.
  • Constant: A number on its own with no variable attached (e.g., the \(+7\) at the end).

Example: In the polynomial \(f(x) = 2x^3 - 5x + 4\):
The degree is 3. The coefficient of \(x^3\) is 2. The constant is 4.

Quick Review: Which of these is NOT a polynomial?
A) \(3x^2 + 2x\)
B) \(x^2 + \sqrt{x}\)
Answer: B is not a polynomial because \(\sqrt{x}\) is the same as \(x^{1/2}\), and powers must be whole numbers!


2. Adding, Subtracting, and Multiplying

Don't worry if this seems simple—it’s just about being organized! To add or subtract polynomials, we collect like terms. To multiply them, we expand the brackets.

Addition and Subtraction

The Golden Rule: You can only add or subtract terms that have the same power. You can’t add an \(x^2\) to an \(x\). It’s like trying to add 3 apples to 2 oranges; you still just have 3 apples and 2 oranges.

Example: \((x^2 + 3x - 4) + (2x^2 - x + 5)\)
1. Group the \(x^2\) terms: \(1x^2 + 2x^2 = 3x^2\)
2. Group the \(x\) terms: \(3x - x = 2x\)
3. Group the constants: \(-4 + 5 = 1\)
Result: \(3x^2 + 2x + 1\)

Multiplication (Expanding)

When multiplying, every term in the first bracket must meet every term in the second bracket.

Step-by-Step for \((x + 2)(x^2 - 3x + 4)\):
1. Multiply \(x\) by everything: \(x(x^2) + x(-3x) + x(4) = x^3 - 3x^2 + 4x\)
2. Multiply \(2\) by everything: \(2(x^2) + 2(-3x) + 2(4) = 2x^2 - 6x + 8\)
3. Add them together and simplify: \(x^3 - 3x^2 + 2x^2 + 4x - 6x + 8\)
Final Answer: \(x^3 - x^2 - 2x + 8\)

Summary: Always keep your work neat! Use a grid if you find it easier to keep track of the terms.


3. Polynomial Division

In your AS Level syllabus, you need to be able to divide a polynomial by a linear expression like \((x - 3)\) or \((x + 1)\). This is very similar to the long division you did in primary school!

The Process:
1. Divide: Divide the first term of the polynomial by the first term of the divisor.
2. Multiply: Multiply your result by the whole divisor.
3. Subtract: Subtract this from your original polynomial to see what’s left.
4. Repeat: Keep going until you have a constant or zero left.

Common Mistake to Avoid: If a power is "missing" (e.g., \(x^3 + 4x - 1\)), always write it with a zero coefficient so the columns stay lined up: \(x^3 + 0x^2 + 4x - 1\).


4. The Factor Theorem

This is the most powerful tool in this chapter. It helps us find the "roots" (where the graph hits the x-axis) without doing long division every time.

The Rule:
If you have a polynomial \(f(x)\), and you find a number \(a\) such that \(f(a) = 0\), then \((x - a)\) is a factor of the polynomial.

Wait, what?
Let's try an example. If \(f(x) = x^3 - 6x^2 + 11x - 6\).
Try plugging in \(x = 1\):
\(f(1) = (1)^3 - 6(1)^2 + 11(1) - 6 = 1 - 6 + 11 - 6 = 0\).
Because the answer is 0, the Factor Theorem tells us that \((x - 1)\) is a factor.

Memory Aid:
The sign flips! If the root is positive \(a\), the factor is \((x \textbf{ minus } a)\). If the root is negative \(a\), the factor is \((x \textbf{ plus } a)\).

Did you know?
Engineers use polynomials to design the curves of roller coasters. The "roots" tell them exactly where the track will be at ground level!

Key Takeaway: Use the Factor Theorem to "guess and check" small numbers (like 1, -1, 2, -2) to find your first factor, then use division to find the rest.


5. Sketching Polynomial Graphs

You don't need to plot 100 points to draw a polynomial. You just need to know three things:

  1. The Roots: Where \(f(x) = 0\). These are the points where the graph crosses the x-axis.
  2. The y-intercept: Where \(x = 0\). This is always the constant term at the end.
  3. The "Shape" (End Behavior):
    - A positive \(x^3\) starts low and ends high (like a "/" shape).
    - A negative \(x^3\) starts high and ends low (like a "\" shape).

Special Case: Repeated Roots

If a factor is squared, like \((x - 2)^2\), the graph doesn't cross the x-axis at that point. Instead, it just touches the axis and "bounces" back. We call this a tangent to the axis.

Quick Summary for Sketching:
1. Find roots using the Factor Theorem.
2. Mark the roots on the x-axis and the constant on the y-axis.
3. Draw a smooth curve through the points based on the degree of the polynomial.


Chapter Summary Checklist

  • Can you identify the degree and coefficients of a polynomial?
  • Can you add, subtract, and multiply polynomials by collecting like terms?
  • Do you know how to use long division to divide by \((ax + b)\)?
  • Can you apply the Factor Theorem: \(f(a) = 0 \iff (x - a)\) is a factor?
  • Can you solve polynomial equations (up to degree 4) by finding factors?
  • Can you sketch a polynomial graph showing roots, y-intercepts, and the correct shape?

Don't worry if this seems tricky at first! Polynomials are just a step up from quadratics. With a bit of practice on long division, the rest will fall into place.