40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Algebraic Manipulation of Polynomials for the TMUA

Updated August 2025

Master the essential techniques for manipulating polynomials, including expanding brackets and performing long division. This section covers the Factor and Remainder Theorems, which allow you to factorise complex expressions and determine remainders efficiently. These skills are fundamental for solving higher order equations in both TMUA and ESAT assessments.

Core concept

Polynomial manipulation involves using the distributive law to expand brackets and the Factor Theorem (f(a)=0    (xa)f(a) = 0 \iff (x - a) is a factor) or Remainder Theorem (remainder is f(b)f(b) when dividing by (xb)(x - b)) to simplify and solve algebraic expressions.

In the TMUA and ESAT, you must be proficient in multiplying out brackets and collecting like terms. Collecting like terms refers to the process of grouping all constants together, all xx terms together, all x2x^2 terms together, and so on for every power present in the expression.

Algebraic Division

You are expected to perform algebraic long division by both linear expressions, such as (ax+b)(ax + b), and quadratic expressions, such as (ax2+bx+c)(ax^2 + bx + c). When dividing, it is a good idea to include placeholders for missing powers of xx. For instance, if dividing a quartic that has no x3x^3 term, include 0x30x^3 in your working to maintain column alignment and avoid errors.

Worked Example: Polynomial Long Division

Consider x4+2x2+3x4x^4 + 2x^2 + 3x - 4 divided by x+3x + 3. We write this out with a placeholder for the x3x^3 term:

x3x^33x2-3x^2+11x+11x30-30
x+3x + 3x4x^4+0x3+0x^3+2x2+2x^2+3x+3x4-4
x4x^4+3x3+3x^3
0x40x^43x3-3x^3+2x2+2x^2+3x+3x4-4
3x3-3x^39x2-9x^2
0x30x^3+11x2+11x^2+3x+3x4-4
+11x2+11x^2+33x+33x
0x20x^230x-30x4-4
30x-30x90-90
0x0x8686

The division shows that x4+2x2+3x4=(x33x2+11x30)(x+3)+86x^4 + 2x^2 + 3x - 4 = (x^3 - 3x^2 + 11x - 30)(x + 3) + 86. The quotient is x33x2+11x30x^3 - 3x^2 + 11x - 30 and the remainder is 8686. This fits the general division form where 1111 divided by 44 is 22 remainder 33, written as 11=2×4+311 = 2 \times 4 + 3.

The Factor Theorem

A factor in algebra is an expression that divides into another exactly, without any remainder. The Factor Theorem states: if f(x)f(x) is a polynomial in xx, then f(a)=0f(a) = 0 if and only if (xa)(x - a) is a factor of f(x)f(x). This is a powerful tool for factorising cubics and higher order polynomials by testing values of aa.

Worked Example: Factorising a Quadratic

To factorise f(x)=x2+3x+2f(x) = x^2 + 3x + 2, we seek factors (xa)(x - a) and (xb)(x - b) where ab=2ab = 2. We test integer factors of 22, such as 1,1,2,21, -1, 2, -2.

Testing a=1a = -1: f(1)=(1)2+3(1)+2=13+2=0f(-1) = (-1)^2 + 3(-1) + 2 = 1 - 3 + 2 = 0. Since f(1)=0f(-1) = 0, the Factor Theorem tells us that (x(1))(x - (-1)), which is (x+1)(x + 1), is a factor. By inspection or division, the other factor is (x+2)(x + 2).

Worked Example: Factorising a Cubic

Factorise f(x)=x3+x25x+3f(x) = x^3 + x^2 - 5x + 3. The constant term is 33, so we test factors of 33: 1,1,3,31, -1, 3, -3.

Testing x=1x = 1: f(1)=13+125(1)+3=0f(1) = 1^3 + 1^2 - 5(1) + 3 = 0. Thus, (x1)(x - 1) is a factor.

Performing long division or factorising by inspection: x3+x25x+3=(x1)(x2+2x3)x^3 + x^2 - 5x + 3 = (x - 1)(x^2 + 2x - 3).

The quadratic x2+2x3x^2 + 2x - 3 factorises further to (x1)(x+3)(x - 1)(x + 3). Thus, the full factorisation is (x1)(x1)(x+3)(x - 1)(x - 1)(x + 3), or (x1)2(x+3)(x - 1)^2(x + 3).

The Remainder Theorem

The Remainder Theorem states that when a polynomial f(x)f(x) is divided by (xb)(x - b), the remainder is f(b)f(b). This can be seen by writing the division as f(x)=g(x)(xb)+Rf(x) = g(x)(x - b) + R. When x=bx = b is substituted, the term g(b)(bb)g(b)(b - b) becomes zero, leaving f(b)=Rf(b) = R.

This principle extends to divisors of the form (pxq)(px - q). In this case, the remainder is f(q/p)f(q/p). For example, if you divide a polynomial by (2x+3)(2x + 3), you find the remainder by calculating f(3/2)f(-3/2).

When dividing by a quadratic ax2+bx+cax^2 + bx + c, the remainder will be a linear expression mx+nmx + n. In general, the degree of the remainder is always at least one less than the degree of the divisor. If the remainder is zero, the divisor is a factor, showing that the Factor Theorem is a special case of the Remainder Theorem.

Key takeaways

  • The Factor Theorem states f(a)=0f(a) = 0 if and only if (xa)(x - a) is a factor of the polynomial.
  • The Remainder Theorem allows you to calculate the remainder of f(x)÷(xb)f(x) \div (x - b) by simply evaluating f(b)f(b).
  • Algebraic division by a quadratic divisor ax2+bx+cax^2 + bx + c results in a remainder that is at most linear (mx+nmx + n).
  • When performing long division, always use placeholders like 0xn0x^n for missing terms to avoid calculation errors.
Tips

When factorising a polynomial f(x)f(x) where the constant term is kk, always test the factors of kk first. For example, if the constant is 66, test ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6. This trial and error method is often the fastest way to find your first factor in a TMUA question.

Cautions

A common mistake is using the wrong sign in the Remainder Theorem. If the divisor is (x+3)(x + 3), you must evaluate f(3)f(-3), not f(3)f(3). Always remember to solve (divisor)=0(divisor) = 0 to find the value to substitute into f(x)f(x).

Insight

The relationship between the degree of a polynomial and its remainder is fixed. If you divide a polynomial of degree nn by one of degree mm, the quotient will have degree nmn - m and the remainder will have a maximum degree of m1m - 1.

Worked Examples

Example 1
When (3x2+8x3)(3x^2 + 8x - 3) is multiplied by (px1)(px - 1) and the resulting product is divided by
(x+1)(x + 1), the remainder is 2424.
What is the value of
pp?
A:-4
B:2
C:4
D:87\frac{8}{7}
E:114\frac{11}{4}

Practice Questions

Practice Question 1
Consider the following attempt to prove this true theorem:

Theorem:
a3+b3=c3a^3 + b^3 = c^3 has no solutions with a,ba, b and cc positive integers.

Attempted proof:
Suppose that there are positive integers
a,ba, b and cc such that a3+b3=c3a^3 + b^3 = c^3.
I We have
a3=c3b3a^3 = c^3 – b^3.
II Hence
a3=(cb)(c2+cb+b2)a^3 = (c - b)(c^2 + cb + b^2).
III It follows that
a=cba = c − b and a2=c2+cb+b2a^2 = c^2 + cb + b^2, since a<a2a < a^2 and cb<c2+cb+b2c - b < c^2 + cb + b^2.
IV Eliminating
aa, we have (cb)2=c2+cb+b2(c - b)^2 = c^2 + cb + b^2.
V Multiplying out, we have
c22cb+b2=c2+cb+b2c^2 – 2cb + b^2 = c^2 + cb + b^2.
VI Hence
3cb=03cb = 0 so one of bb and cc is zero.
But this is a contradiction to the original assumption that all of
a,ba, b and cc are positive. It follows that the equation has no solutions.

Comment on this proof by choosing one of the following options:
A:The proof is correct
B:The proof is incorrect and the first mistake occurs on line I.
C:The proof is incorrect and the first mistake occurs on line II.
D:The proof is incorrect and the first mistake occurs on line III.
E:The proof is incorrect and the first mistake occurs on line IV.
F:The proof is incorrect and the first mistake occurs on line V.
G:The proof is incorrect and the first mistake occurs on line VI.

Frequently asked questions

Does the Factor Theorem work for polynomials with non-integer roots?

Yes, the theorem applies to any real value aa. If f(a)=0f(a) = 0, then (xa)(x - a) is a factor, regardless of whether aa is an integer, fraction, or irrational number.

What happens if I divide by (2x1)(2x - 1) instead of (xa)(x - a)?

The Remainder Theorem still applies. The remainder is found by setting the divisor to zero: 2x1=0    x=1/22x - 1 = 0 \implies x = 1/2. Thus, the remainder is f(1/2)f(1/2).

Can a cubic polynomial have more than three linear factors?

No. The degree of a polynomial determines the maximum number of linear factors. A cubic (degree 3) can have at most three real linear factors, some of which may be repeated.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.