Welcome to the World of Polynomials!

In this chapter, we are going to explore polynomials. You have already worked with these in GCSE (like quadratic equations), but now we are going to go a bit deeper. Think of polynomials as the building blocks of algebra—once you know how to pull them apart and put them back together, you can solve much more complex problems. Whether you are aiming for an A* or just trying to get your head around the basics, these notes will guide you step-by-step.

1. What exactly is a Polynomial?

A polynomial is just a fancy name for an expression made up of variables (like \(x\)) and coefficients (numbers), using only addition, subtraction, and multiplication. The powers of \(x\) must be positive whole numbers.

Key Terms to Know:
Quadratic: A polynomial where the highest power is \(x^2\). Its graph is called a parabola (a U-shape or n-shape).
Cubic: A polynomial where the highest power is \(x^3\).
Quartic: A polynomial where the highest power is \(x^4\).
Degree: The highest power of \(x\) in the expression.

Example: \(f(x) = 3x^3 - 2x^2 + 5x - 1\) is a cubic polynomial of degree 3.

Quick Review: Which of these is NOT a polynomial?
1. \(5x^2 - 3\)
2. \(2x + \frac{1}{x}\)
Answer: The second one! Because \(\frac{1}{x}\) is actually \(x^{-1}\), and polynomials can’t have negative powers.

2. Manipulating Polynomials

Before we get to the new stuff, we need to be experts at expanding brackets and collecting like terms. This is just "algebraic tidying."

Step-by-Step: Expanding Triple Brackets
To expand something like \((x + 2)(x - 1)(x + 3)\):
1. Pick two brackets and multiply them first: \((x + 2)(x - 1) = x^2 + x - 2\).
2. Now, multiply that result by the third bracket: \((x^2 + x - 2)(x + 3)\).
3. Multiply every term in the first part by \(x\), then every term by \(3\):
\((x^3 + x^2 - 2x) + (3x^2 + 3x - 6)\).
4. Collect like terms: \(x^3 + 4x^2 + x - 6\).

Summary: Always work methodically. Don't try to multiply all three brackets at once!

3. Algebraic Division

Sometimes we need to divide a large polynomial by a smaller one (like a linear factor). This is very similar to the long division you did in primary school!

Don't worry if this seems tricky at first! The goal is to see how many times the "divisor" fits into the "dividend."

Common Mistake to Avoid: If a power of \(x\) is missing (e.g., \(x^3 + 5x - 2\)), you must write it with a zero placeholder: \(x^3 + 0x^2 + 5x - 2\). This keeps your columns lined up!

The "Divide, Multiply, Subtract, Bring Down" Method:
1. Divide: Look at the first term of your polynomial and the first term of your divisor. Divide them.
2. Multiply: Multiply your answer by the whole divisor.
3. Subtract: Subtract that from your original polynomial.
4. Bring Down: Bring down the next term and repeat until you're finished.

4. The Factor Theorem

This is a superstar tool in your kit. It helps us find factors of a polynomial without having to do long division every time.

The Rule:
If you plug a number \(a\) into a function and the answer is zero (\(f(a) = 0\)), then \((x - a)\) is a factor of that polynomial.

Memory Aid: "The sign flips!"
If \(f(5) = 0\), the factor is \((x - 5)\).
If \(f(-3) = 0\), the factor is \((x + 3)\).

Advanced Version: If \(f(\frac{b}{a}) = 0\), then \((ax - b)\) is a factor.
Example: If \(f(\frac{2}{3}) = 0\), then \((3x - 2)\) is a factor.

Step-by-Step: Finding Factors
To factorise a cubic like \(f(x) = x^3 - 6x^2 + 11x - 6\):
1. Try small numbers for \(x\) (start with \(1, -1, 2, -2\)).
2. Calculate \(f(1)\). If \(1 - 6 + 11 - 6 = 0\), then \((x - 1)\) is a factor!
3. Use algebraic division to divide the cubic by \((x - 1)\).
4. You will get a quadratic. Factorise that quadratic to find the remaining factors.

Key Takeaway: The Factor Theorem is like a "skeleton key." If the result is zero, the key fits the lock!

5. Sketching Polynomial Graphs

In your exam, you might be asked to sketch a graph. A "sketch" isn't a perfect drawing—it just needs the right shape and the correct crossing points.

How to sketch a polynomial of degree up to 4:
1. Find the Roots: Set \(y = 0\) and solve (these are your \(x\)-intercepts).
2. Find the y-intercept: Set \(x = 0\).
3. Check the End Behavior:
- For a positive \(x^3\) (cubic), the graph goes from bottom-left to top-right.
- For a negative \(x^3\), it goes from top-left to bottom-right.
4. Repeated Roots: This is important!
- If you have a factor like \((x - 2)\), the graph crosses the axis at \(2\).
- If you have a squared factor like \((x - 2)^2\), the graph just touches the axis at \(2\) and turns back (like a U-turn).

Did you know? A polynomial of degree \(n\) can have at most \(n-1\) "turning points." So a cubic (degree 3) usually has 2 bumps, and a quartic (degree 4) usually has 3 bumps.

Summary for Sketching:
- Roots = where it hits the \(x\)-axis.
- \(y\)-intercept = where it hits the \(y\)-axis.
- Squared bracket = "Touch and Turn."

6. Solving Equations Graphically

The syllabus says you should be able to use intersection points to solve equations. If you have two graphs, \(y = f(x)\) and \(y = g(x)\), the points where they cross each other are the solutions to the equation \(f(x) = g(x)\).

Example: To solve \(x^3 - x = 2x + 1\), you could sketch \(y = x^3 - x\) and the straight line \(y = 2x + 1\). The \(x\)-coordinates of the points where they meet are your answers.

Encouraging Phrase: You're doing great! Polynomials are just about patterns. Once you see the pattern of the roots and the shapes, it all starts to click.

Final Key Takeaways:
- Expand carefully by doing two brackets at a time.
- Use placeholders (\(0x^2\)) during division.
- Factor Theorem: \(f(a) = 0\) means \((x - a)\) is a factor.
- Graphs: Look for the roots and note if any are "repeated" (the touch-and-turn points).
- Terminology: Remember that "parabola" specifically refers to the curve of a quadratic function.