Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths AQA
  3. Revision guides

1.5.6 Polynomials and rational expressions

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.

Definition

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.

Example

Expanding a product of polynomials

Expand and simplify (2x−3)(x2+4x−5)(2x-3)(x^2+4x-5)(2x−3)(x2+4x−5).

  1. Multiply 2x2x2x by every term in the second bracket:
2x(x2+4x−5)=2x3+8x2−10x. 2x(x^2+4x-5)=2x^3+8x^2-10x. 2x(x2+4x−5)=2x3+8x2−10x.
  1. Multiply −3-3−3 by every term in the second bracket:
−3(x2+4x−5)=−3x2−12x+15. -3(x^2+4x-5)=-3x^2-12x+15. −3(x2+4x−5)=−3x2−12x+15.
  1. Add the results and collect like terms:
(2x−3)(x2+4x−5)=2x3+8x2−10x−3x2−12x+15=2x3+5x2−22x+15. \begin{aligned} (2x-3)(x^2+4x-5) &=2x^3+8x^2-10x-3x^2-12x+15\\ &=2x^3+5x^2-22x+15. \end{aligned} (2x−3)(x2+4x−5)​=2x3+8x2−10x−3x2−12x+15=2x3+5x2−22x+15.​
Common Mistake

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.

Example

Factorising a quadratic

Factorise 6x2+x−26x^2+x-26x2+x−2.

  1. 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.

  2. Split the middle term using these numbers:

6x2+x−2=6x2+4x−3x−2. 6x^2+x-2=6x^2+4x-3x-2. 6x2+x−2=6x2+4x−3x−2.
  1. Factorise the two pairs:
6x2+4x−3x−2=2x(3x+2)−1(3x+2)=(2x−1)(3x+2). \begin{aligned} 6x^2+4x-3x-2 &=2x(3x+2)-1(3x+2)\\ &=(2x-1)(3x+2). \end{aligned} 6x2+4x−3x−2​=2x(3x+2)−1(3x+2)=(2x−1)(3x+2).​
Tip

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.

Example

Dividing by a linear expression

Divide 2x3+3x2−11x−62x^3+3x^2-11x-62x3+3x2−11x−6 by x+3x+3x+3.

  1. Divide the leading terms: 2x3÷x=2x22x^3\div x=2x^22x3÷x=2x2. Multiply back and subtract:
(2x3+3x2)−(2x3+6x2)=−3x2. \begin{aligned} &(2x^3+3x^2)-(2x^3+6x^2)\\ &=-3x^2. \end{aligned} ​(2x3+3x2)−(2x3+6x2)=−3x2.​

Bring down the next term to obtain −3x2−11x-3x^2-11x−3x2−11x.

  1. Divide again: −3x2÷x=−3x-3x^2\div x=-3x−3x2÷x=−3x. Multiply x+3x+3x+3 by −3x-3x−3x, then subtract:
(−3x2−11x)−(−3x2−9x)=−2x. (-3x^2-11x)-(-3x^2-9x)=-2x. (−3x2−11x)−(−3x2−9x)=−2x.

Bring down the constant to obtain −2x−6-2x-6−2x−6.

  1. 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,
2x3+3x2−11x−6x+3=2x2−3x−2. \frac{2x^3+3x^2-11x-6}{x+3}=2x^2-3x-2. x+32x3+3x2−11x−6​=2x2−3x−2.
Key Idea

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.

Definition

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).

Example

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.

  1. Possible integer values to test come from the factors of the constant term 6. Testing x=1x=1x=1 gives
f(1)=1−2−5+6=0, f(1)=1-2-5+6=0, f(1)=1−2−5+6=0,

so x−1x-1x−1 is a factor.

  1. Divide f(x)f(x)f(x) by x−1x-1x−1. Polynomial division gives
f(x)=(x−1)(x2−x−6). f(x)=(x-1)(x^2-x-6). f(x)=(x−1)(x2−x−6).
  1. Factorise the quadratic:
x2−x−6=(x−3)(x+2). x^2-x-6=(x-3)(x+2). x2−x−6=(x−3)(x+2).

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).
Tip

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

Definition

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.

Example

Simplifying a rational expression

Simplify x2−9x2+x−6\frac{x^2-9}{x^2+x-6}x2+x−6x2−9​.

  1. Factorise both polynomials:
x2−9x2+x−6=(x−3)(x+3)(x+3)(x−2). \frac{x^2-9}{x^2+x-6} =\frac{(x-3)(x+3)}{(x+3)(x-2)}. x2+x−6x2−9​=(x+3)(x−2)(x−3)(x+3)​.
  1. Cancel the common factor x+3x+3x+3:
x2−9x2+x−6=x−3x−2. \frac{x^2-9}{x^2+x-6}=\frac{x-3}{x-2}. x2+x−6x2−9​=x−2x−3​.
  1. 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.
Common Mistake

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.

Example

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.

  1. 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.

  2. Divide again: x÷x=1x\div x=1x÷x=1. Subtract x+2x+2x+2, leaving the remainder −3-3−3.

  3. Combine the quotient and remainder:

2x2+5x−1x+2=2x+1−3x+2,x≠−2. \frac{2x^2+5x-1}{x+2}=2x+1-\frac{3}{x+2},\qquad x\neq-2. x+22x2+5x−1​=2x+1−x+23​,x=−2.
Key Idea

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.

Exam technique

In the exam

  1. Put polynomials in descending powers, and account for any missing powers before dividing.
  2. Factorise fully before cancelling, and cancel only complete factors.
  3. When using the factor theorem, match signs carefully: the factor x−ax-ax−a corresponds to testing f(a)f(a)f(a).
  4. State values excluded by the original denominator, even when the corresponding factor cancels.
  5. Check factorisations by expanding and divisions by multiplying the divisor and quotient, then adding the remainder.
Self review

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?

How was this guide?

Teach Genie

Review 1.5.6 Polynomials and rational expressions by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.5.6 Polynomials and rational expressions Revision Guide

  1. A Level
  2. /Maths
  3. /1.5.6 Polynomials and rational expressions