Algebraic Manipulation and Polynomial Theorems

Updated July 2026

Algebraic manipulation of polynomials is a foundational skill for the ESAT, encompassing expansion, factorisation, and long division. This topic focuses on the systematic handling of variables and constants to solve complex equations. By mastering the Factor and Remainder Theorems, students can efficiently identify factors and calculate remainders for polynomials of any degree.

Core concept

The Factor Theorem states that (xa)(x - a) is a factor of a polynomial f(x)f(x) if and only if f(a)=0f(a) = 0, while the Remainder Theorem states that the remainder when f(x)f(x) is divided by (xa)(x - a) is equal to f(a)f(a).

Expanding Brackets and Collecting Like Terms

In the ESAT, you are expected to be able to multiply out brackets and collect like terms efficiently. Collecting like terms refers to the process of grouping all constant terms together, then grouping all xx terms, then all x2x^2 terms, and continuing this for every power of xx present in the expression. This organisation ensures that the final polynomial is in its simplest standard form.

Algebraic Factorisation and Long Division

You should be able to factorise simple algebraic expressions, particularly quadratics and expressions with common factors. For higher degree polynomials, such as cubics, factorisation is often achieved using the Factor Theorem. In addition to factorisation, you must be capable of performing algebraic long division by both linear expressions, such as ax+bax + b, and quadratic expressions, such as ax2+bx+cax^2 + bx + c.

Worked Example: Algebraic Long Division

Consider the division of x4+2x2+3x4x^4 + 2x^2 + 3x - 4 by x+3x + 3. To perform this division, it is highly recommended to include a placeholder for any missing powers of xx. In this case, we include 0x30x^3 to keep the columns aligned correctly.

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

At each stage, division involves only the leading terms, but when we multiply back to find the subtraction value, we use all terms of the divisor. We stop when the remaining value (86) has a lower degree than the divisor (x+3x + 3). Thus, 86 is the remainder. We can express the result as:

x4+2x2+3x4=(x33x2+11x30)(x+3)+86x^4 + 2x^2 + 3x - 4 = (x^3 - 3x^2 + 11x - 30)(x + 3) + 86

This follows the standard division logic where a number like 11 divided by 4 is 2 with a remainder of 3, written as 11=(2×4)+311 = (2 \times 4) + 3.

The Factor Theorem

An algebraic expression is a factor of another if it divides into it exactly, meaning there is no remainder. For example, in the expression (x+2)(x3)(x + 2)(x - 3), both (x+2)(x + 2) and (x3)(x - 3) are factors. Using functional notation, f(x)f(x) represents an algebraic expression. If f(x)=x2+3x+2f(x) = x^2 + 3x + 2, then f(2)=22+3(2)+2=12f(2) = 2^2 + 3(2) + 2 = 12.

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 bidirectional statement. If we find f(a)=0f(a) = 0, then (xa)(x - a) must be a factor. Conversely, if we know (xa)(x - a) is a factor, then f(a)f(a) must equal zero. This theorem links the roots of an equation (where the graph y=f(x)y = f(x) crosses the xx axis) to the algebraic factors.

Example 1: Factorising a Quadratic

Factorise f(x)=x2+3x+2f(x) = x^2 + 3x + 2. If the factors are (xa)(x - a) and (xb)(x - b), then ab=2ab = 2. We test the integer factors of 2: ±1\pm 1 and ±2\pm 2. Since all terms are positive, we try negative values. f(1)=(1)2+3(1)+2=13+2=0f(-1) = (-1)^2 + 3(-1) + 2 = 1 - 3 + 2 = 0. By the Factor Theorem, (x(1))(x - (-1)), or (x+1)(x + 1), is a factor. Through inspection or division, the other factor is (x+2)(x + 2).

Example 2: Factorising a Cubic

Factorise f(x)=x3+x25x+3f(x) = x^3 + x^2 - 5x + 3. We test factors of the constant term 3: 1,1,3,31, -1, 3, -3. f(1)=13+125(1)+3=0f(1) = 1^3 + 1^2 - 5(1) + 3 = 0, so (x1)(x - 1) is a factor. Dividing f(x)f(x) by (x1)(x - 1) gives the quadratic x2+2x3x^2 + 2x - 3. Factorising this quadratic gives (x1)(x+3)(x - 1)(x + 3). Therefore, f(x)=(x1)2(x+3)f(x) = (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 shown by writing f(x)=g(x)(xb)+Rf(x) = g(x)(x - b) + R. Substituting x=bx = b results in f(b)=g(b)(0)+Rf(b) = g(b)(0) + R, so f(b)=Rf(b) = R.

If the divisor is of the form (pxq)(px - q), the remainder is f(q/p)f(q/p). This is because pxq=0px - q = 0 when x=q/px = q/p. For more general cases, such as dividing by a quadratic (x2+bx+c)(x^2 + bx + c), the remainder will be of the form mx+nmx + n. The degree of the remainder is always at least one less than the degree of the divisor.

Key takeaways

  • The Factor Theorem states that f(a)=0f(a) = 0 is equivalent to (xa)(x - a) being a factor of f(x)f(x).
  • The Remainder Theorem provides the remainder RR of the division f(x)÷(xb)f(x) \div (x - b) simply by calculating f(b)f(b).
  • When performing algebraic long division, always include 0xn0x^n placeholders for any missing powers of xx to avoid calculation errors.
  • The degree of a remainder is always strictly less than the degree of the divisor used in the division.
  • For a divisor of the form (pxq)(px - q), the remainder is found by evaluating f(q/p)f(q/p).
Tips

When factorising cubics, always check the factors of the constant term first. If the sum of the coefficients of the polynomial is zero, then (x1)(x - 1) is automatically a factor, as f(1)=0f(1) = 0.

Cautions

A common mistake is using the wrong sign in the Factor or Remainder Theorem. If you are dividing by (x+3)(x + 3), you must substitute x=3x = -3 into the function. If you are dividing by (x3)(x - 3), you substitute x=3x = 3.

Insight

The degree of the quotient g(x)g(x) in the division f(x)=g(x)h(x)+r(x)f(x) = g(x)h(x) + r(x) is always the degree of f(x)f(x) minus the degree of h(x)h(x). This relationship helps you predict the structure of your answer before you even begin the long division process.

Frequently asked questions

Can the Factor Theorem be used for polynomials with non-integer coefficients?

Yes, the Factor Theorem applies to any polynomial f(x)f(x), although for the ESAT, you will typically deal with polynomials that have real coefficients and often integer roots.

What happens if the Remainder Theorem gives a result of zero?

If the Remainder Theorem gives f(a)=0f(a) = 0, it means there is no remainder, and therefore (xa)(x - a) is a factor of f(x)f(x). This shows that the Factor Theorem is actually a specific case of the Remainder Theorem.

How do I find the remainder when dividing by a quadratic?

When dividing f(x)f(x) by a quadratic h(x)h(x), the remainder r(x)r(x) will be linear, mx+nmx + n, or a constant. You can find mm and nn by using the Remainder Theorem on the factors of the quadratic if they exist.

Is it possible to have a repeated factor in a cubic polynomial?

Yes. As seen in the worked example for f(x)=x3+x25x+3f(x) = x^3 + x^2 - 5x + 3, the factor (x1)(x - 1) appeared twice, which is known as a repeated root or repeated factor.

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.