What you'll learn
- How to expand, collect and factorise polynomial expressions.
- How to divide one polynomial by a linear expression.
- How the factor theorem helps you find factors of polynomials.
- How to simplify rational expressions safely, including by algebraic division.
Polynomial language
A term is a part of an expression separated from the others by addition or subtraction. For example, 4x3−2x+74x^3-2x+74x3−2x+7 has the terms 4x34x^34x3, −2x-2x−2x and 7.
The numerical multiplier of a term is its coefficient, so the coefficient of x3x^3x3 above is 4. The constant term is the term without a variable, which is 7.
Polynomial
A polynomial in xxx is a finite sum of terms of the form axnax^naxn, where aaa is a constant and nnn is a non-negative integer.
For example, 3x4−2x2+x−53x^4-2x^2+x-53x4−2x2+x−5 is a polynomial. Expressions involving x−1x^{-1}x−1, x\sqrt{x}x or a variable in a denominator are not polynomials.
The degree of a non-zero polynomial is its highest power of the variable. Therefore, 3x4−2x2+x−53x^4-2x^2+x-53x4−2x2+x−5 has degree 4.
Two terms are like terms when they contain exactly the same variable raised to the same power. Only like terms can be collected.
Expanding and collecting terms
To expand brackets, multiply every term in one factor by every term in the other factor. You then collect any like terms.
Expanding a product of polynomials
Expand and simplify (2x−3)(x2+4x−5)(2x-3)(x^2+4x-5)(2x−3)(x2+4x−5).
- Multiply 2x2x2x by every term in the second bracket:
- Multiply −3-3−3 by every term in the second bracket:
- Add the results and collect like terms:
Missing a term
When expanding, a negative multiplier must change the sign of every term in the bracket. Writing the polynomial in descending powers also makes missing terms easier to spot.
Factorising polynomials
To factorise an expression means to rewrite it as a product of factors.
Always check first for a common factor shared by every term. For example,
6x3−9x2=3x2(2x−3). 6x^3-9x^2=3x^2(2x-3). 6x3−9x2=3x2(2x−3).You should also recognise standard quadratic patterns:
x2+(a+b)x+ab=(x+a)(x+b),a2−b2=(a−b)(a+b). \begin{aligned} x^2+(a+b)x+ab&=(x+a)(x+b),\\ a^2-b^2&=(a-b)(a+b). \end{aligned} x2+(a+b)x+aba2−b2=(x+a)(x+b),=(a−b)(a+b).For a quadratic ax2+bx+cax^2+bx+cax2+bx+c with a≠1a\neq1a=1, you need factors whose products produce both ax2ax^2ax2 and ccc, while the two middle terms combine to give bxbxbx.
Factorising a quadratic
Factorise 6x2+x−26x^2+x-26x2+x−2.
-
Multiply the coefficient of x2x^2x2 by the constant: 6(−2)=−126(-2)=-126(−2)=−12. Find two numbers with product −12-12−12 and sum 1: these are 4 and −3-3−3.
-
Split the middle term using these numbers:
- Factorise the two pairs:
Check by expanding
After factorising, multiply your factors back out. This quickly detects incorrect signs or coefficients.
Polynomial division
Polynomial division rewrites a polynomial as
dividend=(divisor)(quotient)+remainder. \text{dividend}=(\text{divisor})(\text{quotient})+\text{remainder}. dividend=(divisor)(quotient)+remainder.The dividend is the polynomial being divided, the divisor is what you divide by, the quotient is the result, and the remainder is what is left over.
When dividing by a linear expression such as x−ax-ax−a, the remainder is a constant.
Dividing by a linear expression
Divide 2x3+3x2−11x−62x^3+3x^2-11x-62x3+3x2−11x−6 by x+3x+3x+3.
- Divide the leading terms: 2x3÷x=2x22x^3\div x=2x^22x3÷x=2x2. Multiply back and subtract:
Bring down the next term to obtain −3x2−11x-3x^2-11x−3x2−11x.
- Divide again: −3x2÷x=−3x-3x^2\div x=-3x−3x2÷x=−3x. Multiply x+3x+3x+3 by −3x-3x−3x, then subtract:
Bring down the constant to obtain −2x−6-2x-6−2x−6.
- Divide once more: −2x÷x=−2-2x\div x=-2−2x÷x=−2. Since −2(x+3)=−2x−6-2(x+3)=-2x-6−2(x+3)=−2x−6, the remainder is zero. Therefore,
Keeping powers aligned
Write polynomials in descending powers before dividing. If a power is missing, include a zero term mentally or in your layout, such as x3+0x2−4x+1x^3+0x^2-4x+1x3+0x2−4x+1.
The factor theorem
Suppose f(x)f(x)f(x) is a polynomial.
Factor theorem
The linear expression x−ax-ax−a is a factor of f(x)f(x)f(x) if and only if f(a)=0f(a)=0f(a)=0.
This works because division by x−ax-ax−a leaves the remainder f(a)f(a)f(a). Therefore, obtaining zero shows that the division is exact.
Be careful with signs: to test whether x+2x+2x+2 is a factor, write it as x−(−2)x-(-2)x−(−2) and calculate f(−2)f(-2)f(−2).
Factorising a cubic using the factor theorem
Factorise f(x)=x3−2x2−5x+6f(x)=x^3-2x^2-5x+6f(x)=x3−2x2−5x+6 fully.
- Possible integer values to test come from the factors of the constant term 6. Testing x=1x=1x=1 gives
so x−1x-1x−1 is a factor.
- Divide f(x)f(x)f(x) by x−1x-1x−1. Polynomial division gives
- Factorise the quadratic:
Hence,
f(x)=(x−1)(x−3)(x+2). f(x)=(x-1)(x-3)(x+2). f(x)=(x−1)(x−3)(x+2).Choosing values to test
For a polynomial with integer coefficients and leading coefficient 1, integer roots must be factors of the constant term. This narrows the search, although you must still verify each candidate by substitution.
Rational expressions
Rational expression
A rational expression is a fraction whose numerator and denominator are polynomials, such as x2−9x2+x−6\frac{x^2-9}{x^2+x-6}x2+x−6x2−9.
A rational expression is undefined whenever its original denominator equals zero. These excluded values must remain excluded even if a factor later cancels.
Simplifying by factorising
You may cancel a common factor from the numerator and denominator. You cannot cancel individual terms joined by addition or subtraction.
Simplifying a rational expression
Simplify x2−9x2+x−6\frac{x^2-9}{x^2+x-6}x2+x−6x2−9.
- Factorise both polynomials:
- Cancel the common factor x+3x+3x+3:
- Use the original denominator to identify excluded values. Since (x+3)(x−2)≠0(x+3)(x-2)\neq0(x+3)(x−2)=0, the restrictions are x≠−3x\neq-3x=−3 and x≠2x\neq2x=2.
Cancelling terms instead of factors
In x+3x\frac{x+3}{x}xx+3, the xxx cannot be cancelled because x+3x+3x+3 is a sum, not a product containing an xxx factor.
Algebraic division of rational expressions
A rational expression is improper when the degree of its numerator is at least as large as the degree of its denominator. Divide to rewrite it as a polynomial plus a proper rational expression.
Rewriting an improper rational expression
Express 2x2+5x−1x+2\frac{2x^2+5x-1}{x+2}x+22x2+5x−1 as a polynomial plus a proper fraction.
-
Divide the leading terms: 2x2÷x=2x2x^2\div x=2x2x2÷x=2x. Subtract 2x(x+2)=2x2+4x2x(x+2)=2x^2+4x2x(x+2)=2x2+4x from the numerator, leaving x−1x-1x−1.
-
Divide again: x÷x=1x\div x=1x÷x=1. Subtract x+2x+2x+2, leaving the remainder −3-3−3.
-
Combine the quotient and remainder:
Division identity
Your final result can always be checked using
numerator=(denominator)(quotient)+remainder. \text{numerator}=(\text{denominator})(\text{quotient})+\text{remainder}. numerator=(denominator)(quotient)+remainder.The remainder must have lower degree than the denominator.
In the exam
- Put polynomials in descending powers, and account for any missing powers before dividing.
- Factorise fully before cancelling, and cancel only complete factors.
- When using the factor theorem, match signs carefully: the factor x−ax-ax−a corresponds to testing f(a)f(a)f(a).
- State values excluded by the original denominator, even when the corresponding factor cancels.
- Check factorisations by expanding and divisions by multiplying the divisor and quotient, then adding the remainder.
Check yourself
- Can you factorise 2x3−5x2−18x+452x^3-5x^2-18x+452x3−5x2−18x+45 fully?
- How would you test whether x+3x+3x+3 is a factor of a polynomial f(x)f(x)f(x)?
- Can you simplify x2−4x2−x−6\frac{x^2-4}{x^2-x-6}x2−x−6x2−4 and state every excluded value?