Introduction: Welcome to the World of Polynomials!

Welcome! In this chapter, we are diving into Polynomials. This is a vital part of the "Pure Mathematics: Algebra and Functions" section. You’ve already met some polynomials before—like linear equations and quadratics—but now we are going to look at bigger ones (cubics, quartics, and beyond) and learn some clever tricks to break them down.

Think of a polynomial like a Lego set. A large, complex model can be broken down into smaller, simpler bricks. In math, those "bricks" are linear factors. Learning how to manipulate these allows us to solve complex equations and understand the shapes of complicated curves. Don’t worry if it looks a bit "alphabet-heavy" at first; once you see the patterns, it becomes much more manageable!


1. What Exactly is a Polynomial?

A polynomial is an expression made up of variables and coefficients, involving only addition, subtraction, and multiplication. Most importantly, the powers (exponents) of the variables must be non-negative integers (0, 1, 2, 3...).

Quick Review:

  • \( 3x^2 + 2x - 5 \) is a polynomial (Degree 2, called a quadratic).
  • \( x^3 - x + 10 \) is a polynomial (Degree 3, called a cubic).
  • \( 2x^{-1} \) is NOT a polynomial because the power is negative.
  • \( \sqrt{x} \) (which is \( x^{1/2} \)) is NOT a polynomial because the power is a fraction.

The Degree of a polynomial is the highest power of \( x \) in the expression. The Leading Coefficient is the number in front of that highest power.

Key Takeaway: Polynomials are the "smooth" functions of the math world. They don't have gaps or sharp corners, and their powers are always whole numbers like 0, 1, 2, etc.


2. Algebraic Manipulation: Expanding and Collecting

Before we can break polynomials apart, we need to be comfortable putting them together. This involves expanding brackets and collecting like terms.

Expanding Brackets

When multiplying a polynomial by another, every term in the first set of brackets must visit every term in the second set. Analogy: Imagine a party where everyone in Room A must shake hands with everyone in Room B.

Step-by-Step Example: Expand \( (x + 2)(x^2 - 3x + 5) \)

  1. Multiply \( x \) by everything in the second bracket: \( x(x^2) = x^3 \), \( x(-3x) = -3x^2 \), \( x(5) = 5x \).
  2. Multiply \( 2 \) by everything in the second bracket: \( 2(x^2) = 2x^2 \), \( 2(-3x) = -6x \), \( 2(5) = 10 \).
  3. Write it all out: \( x^3 - 3x^2 + 5x + 2x^2 - 6x + 10 \).
  4. Collect Like Terms (combine the \( x^2 \) and the \( x \)): \( x^3 - x^2 - x + 10 \).

Common Mistake: Forgetting to multiply the signs correctly! Remember: A negative times a negative is a positive.

Key Takeaway: Always be systematic. Use the "Grid Method" if you find it easier to keep track of your multiplications!


3. Algebraic Long Division

Sometimes you need to divide a large polynomial by a smaller linear one, like \( (x - 2) \). We use a method very similar to the long division you learned in primary school.

The Cycle of Division:

  1. Divide: Divide the first term of the dividend by the first term of the divisor.
  2. Multiply: Multiply that result by the whole divisor.
  3. Subtract: Subtract that from your current polynomial.
  4. Bring Down: Bring down the next term and repeat.

Did you know? If you divide a polynomial and the remainder is 0, it means the thing you divided by is a factor (it fits perfectly!).

Quick Review Box: If \( f(x) \div (x-a) \) gives a quotient \( Q(x) \) and a remainder \( R \), we can write: \( f(x) = (x-a)Q(x) + R \)


4. The Factor Theorem

The Factor Theorem is a massive time-saver! It helps us find factors without doing full long division every time.

The Rule:

  • If you plug a number \( a \) into a polynomial and \( f(a) = 0 \), then \( (x - a) \) is a factor of \( f(x) \).
  • Conversely, if \( (ax - b) \) is a factor, then \( f(\frac{b}{a}) = 0 \).

Example: Is \( (x - 1) \) a factor of \( f(x) = x^3 + 2x^2 - x - 2 \)?
Plug in \( x = 1 \):
\( f(1) = (1)^3 + 2(1)^2 - (1) - 2 \)
\( f(1) = 1 + 2 - 1 - 2 = 0 \)
Yes! Since the result is 0, \( (x - 1) \) is a factor.

Memory Aid: "Zero is the Hero." If the result is zero, you've found a factor!

Key Takeaway: To factorise a cubic (degree 3), use the Factor Theorem to find one linear factor, then use algebraic division or inspection to find the remaining quadratic part.


5. Simplifying Rational Expressions

A rational expression is just a fraction where the top and bottom are polynomials. To simplify them, we factorise everything first and then cancel out common factors.

Step-by-Step: Simplify \( \frac{x^2 - 9}{x^2 + 4x + 3} \)

  1. Factorise the top: This is a "difference of two squares": \( (x - 3)(x + 3) \).
  2. Factorise the bottom: Find numbers that multiply to 3 and add to 4: \( (x + 1)(x + 3) \).
  3. The expression is now: \( \frac{(x - 3)(x + 3)}{(x + 1)(x + 3)} \).
  4. Cancel the \( (x + 3) \) from top and bottom.
  5. Final Answer: \( \frac{x - 3}{x + 1} \).

Common Mistake: Cancelling terms that are being added. You can only cancel factors (things being multiplied). For example, you cannot cancel the \( x \)'s in \( \frac{x+5}{x+2} \)!


6. Sketching Polynomial Curves

OCR expects you to be able to sketch polynomials up to degree 4. You don't need to plot every point; you just need the general shape and key intercepts.

Finding the Intercepts
  • y-intercept: Set \( x = 0 \).
  • x-intercepts (Roots): Set \( y = 0 \) (factorise the polynomial to find these).
Repeated Roots (The "Bounce" vs. The "Cross")
  • If a factor is linear, like \( (x - 2) \), the graph crosses the x-axis at 2.
  • If a factor is squared, like \( (x - 2)^2 \), the graph touches the x-axis and turns back (it "bounces") at 2. This is a stationary point.
End Behavior

Look at the leading term (the highest power of \( x \)):

  • Positive \( x^3 \): Starts low (bottom left), ends high (top right).
  • Negative \( x^3 \): Starts high (top left), ends low (bottom right).
  • Positive \( x^4 \): Shaped like a "W" (starts high, ends high).
  • Negative \( x^4 \): Shaped like an "M" (starts low, ends low).

Key Takeaway: When sketching, always label your intercepts clearly. A "sketch" doesn't have to be to scale, but it must show the correct behavior at the roots!


Final Summary Checklist

Before you move on, make sure you can:

  • Identify the degree and leading coefficient of a polynomial.
  • Expand brackets and collect like terms accurately.
  • Perform algebraic long division to find a quotient and remainder.
  • Use the Factor Theorem to check if \( (x-a) \) is a factor.
  • Factorise cubics completely using a mix of the Factor Theorem and division.
  • Simplify rational expressions by factorising and cancelling.
  • Sketch cubics and quartics, showing roots and correct end behavior.

Don't worry if this seems tricky at first—polynomials are all about practice and spotting patterns. You've got this!