P1.2.6 - Algebraic manipulation of polynomials
Polynomial manipulation is the art of changing the form of an expression without changing its value. In this lesson you will expand, collect, factorise, divide by linear expressions, use the factor theorem, and simplify rational expressions. The thread running through all of it is structure: look for the factor, root, or common expression that makes the algebra smaller.
See the structure before expanding
Polynomial
A polynomial in x is a finite sum of terms such as ax^n, where the powers of x are non-negative integers and the coefficients are constants.
For example, 3x^4 - 2x + 7 is a polynomial, but x^{-1} + 4 and sqrt(x) + 2 are not polynomials in this sense.
Algebraic manipulation usually means choosing between two opposite moves:
- expand brackets and collect like terms when a single polynomial form is useful
- factorise when a product form reveals common factors or roots
Worked example: simplify
You could expand everything, but the common factor (x-2) is visible:
If an expanded form is required, multiply out:
Both forms are equivalent. The factorised form is better for seeing zeros; the expanded form is better for collecting terms or comparing coefficients.
See the structure before expanding Continued
The sign before a bracket belongs to every term in that bracket. Many polynomial errors are not "hard maths" errors; they are one missed sign.
Divide by a linear expression
In this specification, polynomial division means division by a linear expression such as (x-3), (x+2), (2x-1), or (3x+4). When a polynomial is divided by a linear expression, the result has the form
If the constant remainder is zero, the divisor is a factor.
Worked example: divide
by (x-3).
Start by matching the leading term. Since 2x^3 / x = 2x^2, the first term of the quotient is 2x^2:
Now 3x^2 / x = 3x, so subtract 3x(x-3)=3x^2-9x:
Finally, -2x / x = -2, and subtract -2(x-3)=-2x+6:
So
The quotient is 2x^2+3x-2 and the remainder is 0.
Divide by a linear expression Continued
If a power is missing, write its coefficient as zero before dividing. For example, treat x^3-7x+6 as x^3+0x^2-7x+6.
Use the factor theorem
The factor theorem links substitution to factorisation.
Factor theorem
For a polynomial f(x), if f(r)=0, then (x-r) is a factor of f(x).
This is really a zero-remainder statement. Dividing by (x-r) gives a constant remainder; if substituting x=r gives zero, that remainder is zero.
For a factor such as (ax-b), first find the value of x that makes the factor zero:
So if f(b/a)=0, then (ax-b) is a factor of f(x). For example, to test whether (3x-2) is a factor, substitute x=2/3, not x=2.
Worked example: given
and given that (x-2) is a factor of g(x), find k.
Since (x-2) is a factor, the factor theorem gives g(2)=0:
Set this equal to zero:
Explain It Back
Use this as a self-explanation check after the section above. It is for diagnosing what you can already explain, not for learning new material from scratch.
Notice the sign: (x+1) means the root is -1. That one sign is a very common source of lost marks.
Factorise cubics using one root
For a cubic, the factor theorem usually gives the first linear factor. Then algebraic division reduces the cubic to a quadratic, which you can factorise by ordinary quadratic methods.
Worked example: factorise
Try small integer values. Since
(x-1) is a factor. Divide x^3+3x^2+0x-4 by (x-1):
Now factorise the quadratic:
Therefore
Here is a second example with fractional roots hidden inside linear factors:
Testing x=-1 gives
so (x+1) is a factor. Dividing gives
Now
so
The factor (3x-2) corresponds to the root x=2/3. Edexcel can expect you to recognise factors of the form (ax-b), not only (x-r).
Factorise cubics using one root Continued
If the quadratic factor does not factorise neatly, leave it as an irreducible quadratic unless the question asks you to solve the equation. The instruction "factorise fully" usually expects all available rational linear factors.
Simplify rational expressions safely
A rational expression is a fraction whose numerator and denominator are polynomials. To simplify it, factorise first, then cancel common factors.
Worked example: simplify
Factorise the numerator and denominator:
Now cancel the common factor (x+2):
The original denominator was zero when x=-2 or x=3, so the simplified expression is equivalent to the original only for
Cancel common factors, not common terms. You may cancel (x+2) from a product, but you may not cancel the x from something like (x+2)/(x+5).
Sometimes a rational expression is top-heavy, meaning the numerator has degree at least as large as the denominator. Then algebraic division may be the cleanest form.
Worked example: simplify
Divide the numerator by x+2:
So
This is not partial fractions; it is just linear algebraic division to rewrite an improper rational expression.
Simplify rational expressions safely Continued
That final restriction matters even though (x-2) has disappeared from the simplified expression. Simplifying changes the form, not the original set of allowed inputs.