P2.2 - Algebra and functions

Syllabus
2019
Topic
P2.2
Level
AS

Learning objectives

Divide a polynomial to expose remainders and factors

Dividing a polynomial f(x)f(x) by a linear expression gives a quotient Q(x)Q(x) and constant remainder RR. One identity connects the calculation to both the Remainder and Factor Theorems.

f(x)=(ax+b)Q(x)+Rf(x)=(ax+b)Q(x)+R

Divisor Input that makes it zero Remainder / factor test
xcx-c cc remainder f(c)f(c); factor iff f(c)=0f(c)=0
axbax-b b/ab/a remainder f(b/a)f(b/a); factor iff f(b/a)=0f(b/a)=0
ax+bax+b b/a-b/a remainder f(b/a)f(-b/a); factor iff f(b/a)=0f(-b/a)=0

For long division, order descending powers and insert zero coefficients for missing terms. Divide the leading terms, multiply the whole divisor by the new quotient term, subtract, and repeat until the remainder is constant. Verify with dividend = divisor × quotient + remainder.

For f(x)=2x3+x27x+2f(x)=2x^3+x^2-7x+2, division by x2x-2 gives f(x)=(x2)(2x2+5x+3)+8.f(x)=(x-2)(2x^2+5x+3)+8. The theorem check agrees: f(2)=16+414+2=8f(2)=16+4-14+2=8, so x2x-2 is not a factor.

For g(x)=2x33x28x+12g(x)=2x^3-3x^2-8x+12, g(2)=0g(2)=0, so x2x-2 is a factor. Division gives 2x2+x6=(2x3)(x+2)2x^2+x-6=(2x-3)(x+2); hence g(x)=(x2)(2x3)(x+2).g(x)=(x-2)(2x-3)(x+2).

Use the zero of the entire divisor: for axbax-b it is b/ab/a, not bb. A zero remainder proves a factor; a non-zero remainder does not. This P2 scope requires division only by linear expressions ax±bax\pm b.