Welcome to the World of Polynomials!
In this chapter, we are going to explore polynomials. You have actually been working with polynomials for years—linear equations and quadratics are just specific types of polynomials! Think of polynomials as the "Lego bricks" of mathematics; you can build incredibly complex shapes and models just by adding, subtracting, and multiplying these simple algebraic expressions.
Whether you are calculating the trajectory of a rocket or modeling the growth of a business, polynomials are the language you use. Don't worry if algebra sometimes feels like a different language; we will break it down step-by-step.
1. What Exactly is a Polynomial?
A polynomial is an expression consisting of variables (usually \(x\)) and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer exponents.
Key Vocabulary:
- Term: A single part of the polynomial, like \(3x^2\) or \(-5\).
- Coefficient: The number in front of the variable (e.g., in \(7x^3\), 7 is the coefficient).
- Degree: The highest power of \(x\) in the expression. A cubic has a degree of 3.
- Constant: A term with no variable (a plain number).
Example: In the polynomial \(f(x) = 2x^3 - 5x^2 + x - 9\), the degree is 3, the leading coefficient is 2, and the constant term is -9.
Quick Review: Polynomials never have \(x\) in the denominator (like \(\frac{1}{x}\)) and never have fractional or negative powers (like \(\sqrt{x}\) or \(x^{-2}\)).
2. Adding, Subtracting, and Multiplying
The good news is that you already know how to do most of this! It all comes down to collecting like terms and expanding brackets.
Adding and Subtracting
Think of this like sorting fruit. You can add apples to apples ( \(x^2\) to \(x^2\) ) but you can't add an apple to an orange ( \(x^2\) to \(x\) ).
Common Mistake: When subtracting one polynomial from another, remember to distribute the negative sign to every term inside the second set of brackets!
Multiplying
When multiplying, every term in the first bracket must meet every term in the second bracket. For larger polynomials, a grid method is often much safer than trying to draw lots of "claws" or lines, as it ensures you don't miss a single combination.
Key Takeaway: Always simplify your final answer by grouping the terms with the same powers together.
3. Polynomial Division
The syllabus requires you to be able to divide a polynomial by a linear expression (something like \(x - 3\) or \(x + 5\)).
The Process: This is very similar to the long division you did in primary school! Here is the "Divide, Multiply, Subtract, Bring Down" rhythm:
- Divide: Look at the first term of your polynomial and the first term of your divisor (e.g., the \(x\) in \(x-2\)). How many times does it go in?
- Multiply: Multiply your answer by the entire divisor.
- Subtract: Subtract that result from your polynomial. (Be extra careful with double negatives here!)
- Bring Down: Bring down the next term and repeat.
Did you know? If you divide a polynomial and the remainder is zero, it means your divisor is a factor of the polynomial. It's like finding out that 4 goes into 12 perfectly!
4. The Factor Theorem
This is one of the most powerful tools in your A Level toolkit. It allows you to check if a linear expression is a factor without doing the full long division.
The Rule: If you have a polynomial \(f(x)\), then \((x - a)\) is a factor if and only if \(f(a) = 0\).
How to use it:
- To check if \((x - 2)\) is a factor, "plug in" \(x = 2\). If the answer is \(0\), it's a factor!
- To check if \((x + 3)\) is a factor, "plug in" \(x = -3\). If the answer is \(0\), it's a factor!
Memory Aid: "Change the sign, plug it in, look for zero to begin." If you want to check \((x + 5)\), you use -5.
Example: Show that \((x - 1)\) is a factor of \(f(x) = x^3 + 2x^2 - x - 2\).
\(f(1) = (1)^3 + 2(1)^2 - (1) - 2\)
\(f(1) = 1 + 2 - 1 - 2 = 0\)
Since \(f(1) = 0\), \((x - 1)\) is definitely a factor!
Key Takeaway: The Factor Theorem is the fastest way to start factorizing cubics or quartics (degree 4). Once you find one factor, you can use long division to find the rest.
5. Sketching Polynomial Graphs
Visualizing polynomials helps you "see" the algebra. When sketching, you need to identify three main things:
1. The Roots (x-intercepts)
These are the values where \(f(x) = 0\). If you have factors like \((x-1)(x+2)(x-3)\), your graph will cross the x-axis at \(1, -2,\) and \(3\).
2. The y-intercept
Set \(x = 0\) to see where the graph crosses the vertical axis. This is always just the constant term at the end of the polynomial.
3. The Shape (End Behavior)
- Positive \(x^3\) (Cubic): Starts low (bottom left), ends high (top right). Looks like a "snake" going up.
- Negative \(x^3\) (Cubic): Starts high (top left), ends low (bottom right).
- Positive \(x^4\) (Quartic): Generally a "W" shape.
- Negative \(x^4\) (Quartic): Generally an "M" shape.
The "Repeated Root" Trick
If a factor is squared, like \((x - 2)^2\), the graph doesn't cross the axis at \(2\). Instead, it just touches the axis and turns back (like a parabolic bounce). We call this a tangent to the axis.
Summary:
- Single root: Crosses the axis.
- Squared root: Touches the axis and turns.
- Cubed root: Flattens out as it crosses (a point of inflection).
6. Common Pitfalls to Avoid
Don't worry if this seems tricky at first; even top mathematicians make these mistakes! Keep an eye out for:
- The "Sign Trap": When using the Factor Theorem for \((x + a)\), you must substitute \(-a\). It’s always the opposite sign!
- Missing Terms in Division: If you are dividing \(x^3 + 5x - 2\) by \((x - 1)\), notice there is no \(x^2\) term. You must write it as \(x^3 + 0x^2 + 5x - 2\) before starting your division, or the columns won't line up.
- Bracket Expansion: Square the bracket first before multiplying by anything else outside. \(3(x+1)^2\) is not the same as \((3x+3)^2\).
Key Takeaway: Polynomials are predictable. They follow strict rules. Master the Factor Theorem and long division, and you have unlocked the door to most Pure Mathematics questions!