Salick Academy

Algebraic Operations and Polynomials

40 min readNo calculatorNeeds: factorising quadratics, simultaneous equations
By the end of this topic you should be able to
  • Divide one polynomial by another
  • Apply the remainder theorem
  • Apply the factor theorem
  • Factorise a cubic polynomial and solve a cubic equation
  • Find unknown coefficients using the remainder and factor theorems
  • Simplify algebraic fractions

Dividing one polynomial by another

Dividing f(x)f(x) by (xa)(x - a) works exactly like long division with numbers. You get a quotient and a remainder, and the remainder is always of lower degree than the divisor — so dividing by a linear expression always leaves a constant.

f(x)=(xa)Q(x)+Rf(x) = (x-a)\,Q(x) + R

That identity is the whole of this topic. Everything below is a consequence of it.

The remainder theorem

Put x=ax = a into the identity above. The (xa)(x-a) term becomes zero and takes Q(x)Q(x) with it, whatever Q(x)Q(x) happens to be, leaving:

So you never have to carry out the division to find a remainder. Substitute and you have it.

For a divisor of the form (axb)(ax - b), the value that makes it zero is x=bax = \dfrac{b}{a}, so the remainder is f ⁣(ba)f\!\left(\dfrac{b}{a}\right).

The factor theorem

If the remainder happens to be zero, the division was exact — which is what "factor" means.

This is the remainder theorem with R=0R = 0; it is not a separate idea. It gives you a way to test a candidate factor in one line, and a way to hunt for one.

To find a factor of a cubic, try small values: x=±1,±2,±3x = \pm 1, \pm 2, \pm 3, and so on. You only need to test factors of the constant term, because if (xa)(x - a) divides f(x)f(x) exactly then aa must divide the constant term.

Factorising a cubic

  1. Find one root by trial, using the factor theorem. That gives you one linear factor.
  2. Divide the cubic by that factor to get a quadratic.
  3. Factorise the quadratic in the usual way.

For f(x)=x34x2+x+6f(x) = x^3 - 4x^2 + x + 6: testing x=1x = -1 gives 141+6=0-1 - 4 - 1 + 6 = 0, so (x+1)(x+1) is a factor. Dividing leaves x25x+6x^2 - 5x + 6, which factorises to (x2)(x3)(x-2)(x-3). So

x34x2+x+6=(x+1)(x2)(x3)x^3 - 4x^2 + x + 6 = (x+1)(x-2)(x-3)

and the equation f(x)=0f(x) = 0 has roots x=1x = -1, x=2x = 2 and x=3x = 3.

Finding unknown coefficients

If a polynomial contains unknown letters and you are told something about a factor or a remainder, each piece of information gives you one equation.

  • "(xa)(x - a) is a factor" gives f(a)=0f(a) = 0.
  • "the remainder on division by (xa)(x - a) is RR" gives f(a)=Rf(a) = R.

Two unknowns need two such statements, and you solve the pair simultaneously.

Algebraic fractions

Factorise the top, factorise the bottom, cancel any bracket that appears in both.

2x2+5x3x29=(2x1)(x+3)(x3)(x+3)=2x1x3\frac{2x^2 + 5x - 3}{x^2 - 9} = \frac{(2x-1)(x+3)}{(x-3)(x+3)} = \frac{2x-1}{x-3}

Strictly, the cancelled expression is equal to the original everywhere except where the cancelled bracket is zero, since the original is undefined there. CSEC rarely asks you to state it, but if a question says "state the values of xx for which the expression is undefined", it is asking about exactly those points.