Skip to main content

Polynomials

A polynomial in one variable xx is an expression of the form anxn+an1xn1++a1x+a0a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, where n{N}0n \in \mathbb{'\{'}N{'\}'}_0, an,an1,,a0{R}a_n, a_{n-1}, \ldots, a_0 \in \mathbb{'\{'}R{'\}'}, and an0a_n \neq 0. Polynomials and their manipulation form a core part of the DSE compulsory mathematics syllabus, with applications ranging from algebraic identities to combinatorial coefficient extraction.

Polynomial Basics

Definition and Terminology

A polynomial f(x)f(x) of degree nn is written in standard form (descending powers of xx):

f(x)=anxn+an1xn1++a1x+a0,an0f(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, \quad a_n \neq 0
  • ana_n is the leading coefficient.
  • a0a_0 is the constant term.
  • The degree of f(x)f(x) is the highest power of xx with a non-zero coefficient.
  • A polynomial of degree 0 is a non-zero constant; the zero polynomial has undefined degree.

Polynomial Identities

A polynomial identity is an equality that holds for all values of the variable. Two polynomials f(x)f(x) and g(x)g(x) are identical (written f(x)g(x)f(x) \equiv g(x)) if and only if the coefficients of corresponding powers of xx are equal.

Key identities at DSE level
  • (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2
  • (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2
  • (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2
  • (a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3
  • (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3
  • a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a+b)(a^2 - ab + b^2)
  • a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2)
  • a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a+b+c)(a^2 + b^2 + c^2 - ab - bc - ca)
Details

Example: Using the method of undetermined coefficients Find constants AA, BB, CC such that x2+4x+6A(x1)2+B(x1)+Cx^2 + 4x + 6 \equiv A(x-1)^2 + B(x-1) + C.

Expanding the right-hand side:

A(x22x+1)+BxB+C=Ax2+(2A+B)x+(AB+C)A(x^2 - 2x + 1) + Bx - B + C = Ax^2 + (-2A + B)x + (A - B + C)

Equating coefficients:

  • x2x^2: A=1A = 1
  • xx: 2A+B=4    B=6-2A + B = 4 \implies B = 6
  • constant: AB+C=6    16+C=6    C=11A - B + C = 6 \implies 1 - 6 + C = 6 \implies C = 11

Therefore x2+4x+6(x1)2+6(x1)+11x^2 + 4x + 6 \equiv (x-1)^2 + 6(x-1) + 11.


Binomial Theorem

Statement

For any positive integer nn,

(a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

where the binomial coefficient is

(nk)=nCk=n!k!(nk)!\binom{n}{k} = {}_n C_k = \frac{n!}{k!(n-k)!}

This is known as the Binomial Theorem. See also combinatorial notation.

Pascal's Triangle

The binomial coefficients (nk)\binom{n}{k} for successive values of nn form Pascal's triangle:

\begin{array}{c@{\hspace{12pt}}c@{\hspace{12pt}}c@{\hspace{12pt}}c@{\hspace{12pt}}c@{\hspace{12pt}}c} & & & & 1 & \\ & & & 1 & & 1 \\ & & 1 & & 2 & & 1 \\ & 1 & & 3 & & 3 & & 1 \\ 1 & & 4 & & 6 & & 4 & & 1 \end{array}

Each entry is the sum of the two entries directly above it, reflecting the recurrence relation (nk)=(n1k1)+(n1k)\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}.

Properties of Binomial Coefficients

  1. Symmetry: (nk)=(nnk)\displaystyle \binom{n}{k} = \binom{n}{n-k}

  2. Recurrence (Pascal's identity): (nk)=(n1k1)+(n1k)\displaystyle \binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}

  3. Sum of coefficients: Setting a=b=1a = b = 1 in the binomial theorem,

k=0n(nk)=2n\sum_{k=0}^{n} \binom{n}{k} = 2^n
  1. Alternating sum: Setting a=1,b=1a = 1, b = -1,
k=0n(1)k(nk)=0\sum_{k=0}^{n} (-1)^k \binom{n}{k} = 0

Expanding (1+x)n(1+x)^n

The expansion of (1+x)n(1+x)^n is a frequently tested form:

(1+x)n=(n0)+(n1)x+(n2)x2++(nn)xn(1 + x)^n = \binom{n}{0} + \binom{n}{1}x + \binom{n}{2}x^2 + \cdots + \binom{n}{n}x^n

The general term (the (r+1)(r+1)-th term) is:

Tr+1=(nr)xr,r=0,1,2,,nT_{r+1} = \binom{n}{r} x^r, \quad r = 0, 1, 2, \ldots, n

Expanding (a+bx)n(a + bx)^n

For (a+bx)n(a + bx)^n, the general term is:

Tr+1=(nr)anr(bx)r=(nr)anrbrxrT_{r+1} = \binom{n}{r} a^{n-r} (bx)^r = \binom{n}{r} a^{n-r} b^r x^r

To find the coefficient of xkx^k, set r=kr = k and evaluate:

[coefficientofxk]=(nk)ankbk[\mathrm{coefficient of } x^k] = \binom{n}{k} a^{n-k} b^k
Details

Example: Finding a specific coefficient Find the coefficient of x3x^3 in the expansion of (23x)7(2 - 3x)^7.

The general term is Tr+1=(7r)27r(3x)rT_{r+1} = \binom{7}{r} 2^{7-r}(-3x)^r.

For the x3x^3 term, set r=3r = 3:

(73)24(3)3=3516(27)=15120\binom{7}{3} \cdot 2^4 \cdot (-3)^3 = 35 \cdot 16 \cdot (-27) = -15\,120

The coefficient of x3x^3 is 15120-15\,120.

Details

Example: Finding the constant term Find the constant term in the expansion of (x+2x)6\left(x + \dfrac{2}{x}\right)^6.

The general term is Tr+1=(6r)x6r(2x)r=(6r)2rx62rT_{r+1} = \binom{6}{r} x^{6-r} \left(\dfrac{2}{x}\right)^r = \binom{6}{r} \cdot 2^r \cdot x^{6-2r}.

For the constant term, 62r=0    r=36 - 2r = 0 \implies r = 3:

(63)23=208=160\binom{6}{3} \cdot 2^3 = 20 \cdot 8 = 160

The constant term is 160160.

Details

Example: Finding the middle term Find the middle term in the expansion of (1+x2)10\left(1 + \dfrac{x}{2}\right)^{10}.

Since n=10n = 10 (even), there is one middle term at position n2+1=6\dfrac{n}{2} + 1 = 6, i.e. r=5r = 5:

T6=(105)(x2)5=252x532=638x5T_6 = \binom{10}{5} \left(\frac{x}{2}\right)^5 = 252 \cdot \frac{x^5}{32} = \frac{63}{8} x^5

Polynomial Division

Long Division

Given two polynomials f(x)f(x) (dividend) and g(x)g(x) (divisor) with degg(x)1\deg g(x) \geq 1, polynomial long division yields a quotient q(x)q(x) and a remainder r(x)r(x) such that

f(x)=g(x)q(x)+r(x)f(x) = g(x) \cdot q(x) + r(x)

where degr(x)<degg(x)\deg r(x) < \deg g(x) or r(x)=0r(x) = 0.

Details

Example: Long division Divide f(x)=2x3+3x25x+7f(x) = 2x^3 + 3x^2 - 5x + 7 by g(x)=x2x+2g(x) = x^2 - x + 2.

x2x+22x3+3x25x+72x2x32x2+4x\cline222x35x29x+72x35x25x+10\cline222x35x24x3\begin{array}{r|l} x^2 - x + 2 & 2x^3 + 3x^2 - 5x + 7 \\ \hline & 2x \\ & 2x^3 - 2x^2 + 4x \\ \cline{2-2} & \phantom{2x^3{}} 5x^2 - 9x + 7 \\ & \phantom{2x^3{}} 5x^2 - 5x + 10 \\ & \cline{2-2} & \phantom{2x^3{}} \phantom{5x^2{}} -4x - 3 \end{array}

Quotient: q(x)=2x+5q(x) = 2x + 5, Remainder: r(x)=4x3r(x) = -4x - 3.

Verification: (x2x+2)(2x+5)+(4x3)=2x3+3x25x+7(x^2 - x + 2)(2x + 5) + (-4x - 3) = 2x^3 + 3x^2 - 5x + 7.

Remainder Theorem

When a polynomial f(x)f(x) is divided by (xc)(x - c), the remainder is f(c)f(c).

Proof. By the division algorithm, f(x)=(xc)q(x)+rf(x) = (x-c) \cdot q(x) + r where rr is a constant (since degr<deg(xc)=1\deg r < \deg(x-c) = 1). Substituting x=cx = c: f(c)=0q(c)+r=rf(c) = 0 \cdot q(c) + r = r.

For a divisor of the form (axb)(ax - b), set x=bax = \dfrac{b}{a} to obtain the remainder f ⁣(ba)f\!\left(\dfrac{b}{a}\right).

Details

Example: Remainder theorem Find the remainder when f(x)=3x42x3+x5f(x) = 3x^4 - 2x^3 + x - 5 is divided by (x2)(x - 2).

By the Remainder Theorem, the remainder is f(2)f(2):

f(2)=3(16)2(8)+25=4816+25=29f(2) = 3(16) - 2(8) + 2 - 5 = 48 - 16 + 2 - 5 = 29
Details

Example: Remainder with a non-monic linear divisor Find the remainder when f(x)=2x35x+3f(x) = 2x^3 - 5x + 3 is divided by (2x+1)(2x + 1).

Set 2x+1=0    x=122x + 1 = 0 \implies x = -\dfrac{1}{2}. The remainder is:

f ⁣(12)=2(12)35(12)+3=14+52+3=214f\!\left(-\frac{1}{2}\right) = 2\left(-\frac{1}{2}\right)^3 - 5\left(-\frac{1}{2}\right) + 3 = -\frac{1}{4} + \frac{5}{2} + 3 = \frac{21}{4}

Factor Theorem

(xc)(x - c) is a factor of f(x)f(x) if and only if f(c)=0f(c) = 0.

This follows directly from the Remainder Theorem: if the remainder f(c)=0f(c) = 0, then f(x)=(xc)q(x)f(x) = (x-c) \cdot q(x), so (xc)(x-c) divides f(x)f(x) exactly.

Corollary. (axb)(ax - b) is a factor of f(x)f(x) if and only if f ⁣(ba)=0f\!\left(\dfrac{b}{a}\right) = 0.

Details

Example: Factor theorem Show that (x3)(x - 3) is a factor of f(x)=x34x2+x+6f(x) = x^3 - 4x^2 + x + 6 and hence factorize f(x)f(x) completely.

f(3)=2736+3+6=0f(3) = 27 - 36 + 3 + 6 = 0, so (x3)(x - 3) is a factor.

By division (or by comparing coefficients), f(x)=(x3)(x2x2)=(x3)(x2)(x+1)f(x) = (x - 3)(x^2 - x - 2) = (x-3)(x-2)(x+1).

Details

Example: Finding an unknown constant If (x+2)(x + 2) is a factor of f(x)=x3+ax23x+10f(x) = x^3 + ax^2 - 3x + 10, find aa.

By the Factor Theorem, f(2)=0f(-2) = 0:

(2)3+a(2)23(2)+10=0    8+4a+6+10=0    4a+8=0    a=2(-2)^3 + a(-2)^2 - 3(-2) + 10 = 0 \implies -8 + 4a + 6 + 10 = 0 \implies 4a + 8 = 0 \implies a = -2

Factorization of Polynomials

Common Techniques

Details

HCF (highest common factor) Factor out the greatest common factor from all terms.

6x39x2+12x=3x(2x23x+4)6x^3 - 9x^2 + 12x = 3x(2x^2 - 3x + 4)
Grouping
x3+2x23x6=x2(x+2)3(x+2)=(x23)(x+2)x^3 + 2x^2 - 3x - 6 = x^2(x+2) - 3(x+2) = (x^2 - 3)(x+2)
Difference of squares
a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)4x225=(2x+5)(2x5)4x^2 - 25 = (2x+5)(2x-5)9x416y2=(3x2+4y)(3x24y)9x^4 - 16y^2 = (3x^2 + 4y)(3x^2 - 4y)
Sum and difference of cubes
a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a+b)(a^2 - ab + b^2)a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2)8x3+27=(2x+3)(4x26x+9)8x^3 + 27 = (2x+3)(4x^2 - 6x + 9)125x38=(5x2)(25x2+10x+4)125x^3 - 8 = (5x-2)(25x^2 + 10x + 4)
Details

Quadratic trinomials For ax2+bx+cax^2 + bx + c, find two numbers pp and qq such that pq=acpq = ac and p+q=bp + q = b.

6x27x+2=6x24x3x+2=2x(3x2)1(3x2)=(2x1)(3x2)6x^2 - 7x + 2 = 6x^2 - 4x - 3x + 2 = 2x(3x - 2) - 1(3x - 2) = (2x - 1)(3x - 2)

If the discriminant Δ=b24ac<0\Delta = b^2 - 4ac < 0, the quadratic cannot be factorized over {R}\mathbb{'\{'}R{'\}'}.

Factorization by the Factor Theorem

For polynomials of degree 3 or higher, use the Factor Theorem to find linear factors by testing integer roots (factors of the constant term), then factorize the resulting quotient.

Details

Example: Complete factorization Factorize f(x)=2x3+x213x+6f(x) = 2x^3 + x^2 - 13x + 6 completely.

Test integer factors of 66: try x=1x = 1.

f(1)=2+113+6=40f(1) = 2 + 1 - 13 + 6 = -4 \neq 0

Try x=2x = 2:

f(2)=16+426+6=0f(2) = 16 + 4 - 26 + 6 = 0, so (x2)(x-2) is a factor.

Dividing: f(x)=(x2)(2x2+5x3)=(x2)(2x1)(x+3)f(x) = (x-2)(2x^2 + 5x - 3) = (x-2)(2x-1)(x+3).


Equations

Solving Polynomial Equations

To solve f(x)=0f(x) = 0:

  1. Factorize f(x)f(x) into linear (and possibly irreducible quadratic) factors.
  2. Set each factor equal to zero and solve.
Details

Example Solve x33x24x+12=0x^3 - 3x^2 - 4x + 12 = 0.

Factorizing by grouping: x2(x3)4(x3)=(x24)(x3)=(x2)(x+2)(x3)=0x^2(x-3) - 4(x-3) = (x^2 - 4)(x-3) = (x-2)(x+2)(x-3) = 0.

Solutions: x=2,2,3x = 2, -2, 3.

Vieta's Formulas (Quadratic)

For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with roots α\alpha and β\beta:

α+β=ba,αβ=ca\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}

These relationships between roots and coefficients are essential for DSE problems involving root manipulation.

Details

Example: Finding a new equation from roots If α\alpha and β\beta are roots of 2x25x+1=02x^2 - 5x + 1 = 0, find the equation whose roots are α2\alpha^2 and β2\beta^2.

From Vieta: α+β=52\alpha + \beta = \dfrac{5}{2}, αβ=12\alpha\beta = \dfrac{1}{2}.

Sum of new roots:

α2+β2=(α+β)22αβ=2541=214\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{25}{4} - 1 = \frac{21}{4}

Product of new roots:

α2β2=(αβ)2=14\alpha^2 \beta^2 = (\alpha\beta)^2 = \frac{1}{4}

The required equation is x2214x+14=0x^2 - \dfrac{21}{4}x + \dfrac{1}{4} = 0, or equivalently 4x221x+1=04x^2 - 21x + 1 = 0.

Details

Example: Symmetric expressions in roots If α\alpha and β\beta are roots of x26x+4=0x^2 - 6x + 4 = 0, find the value of 1α+1β\dfrac{1}{\alpha} + \dfrac{1}{\beta}.

1α+1β=α+βαβ=64=32\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{6}{4} = \frac{3}{2}
Details

Extension: Vieta's formulas for cubic equations For ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0 with roots α,β,γ\alpha, \beta, \gamma:

α+β+γ=ba,αβ+βγ+γα=ca,αβγ=da\alpha + \beta + \gamma = -\frac{b}{a}, \quad \alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}, \quad \alpha\beta\gamma = -\frac{d}{a}

Wrap-up Questions
  1. Question: Expand (1+2x)6(1 + 2x)^6 and find the coefficient of x4x^4.
Details

Answer Using the binomial theorem:

(1+2x)6=k=06(6k)(2x)k(1 + 2x)^6 = \sum_{k=0}^{6} \binom{6}{k}(2x)^k

The coefficient of x4x^4 corresponds to k=4k = 4:

(64)24=1516=240\binom{6}{4} \cdot 2^4 = 15 \cdot 16 = 240

The full expansion is 1+12x+60x2+160x3+240x4+192x5+64x61 + 12x + 60x^2 + 160x^3 + 240x^4 + 192x^5 + 64x^6.

  1. Question: Find the constant term in the expansion of (x2+1x)9\left(x^2 + \dfrac{1}{x}\right)^9.
Details

Answer The general term is Tr+1=(9r)(x2)9r(1x)r=(9r)x183rT_{r+1} = \binom{9}{r} (x^2)^{9-r} \cdot \left(\dfrac{1}{x}\right)^r = \binom{9}{r} x^{18 - 3r}.

For the constant term: 183r=0    r=618 - 3r = 0 \implies r = 6.

(96)=(93)=84\binom{9}{6} = \binom{9}{3} = 84

The constant term is 8484.

  1. Question: When f(x)=2x3+ax2+bx6f(x) = 2x^3 + ax^2 + bx - 6 is divided by (x1)(x-1), the remainder is 4-4. When divided by (x+2)(x+2), the remainder is 3030. Find aa and bb.
Details

Answer By the Remainder Theorem:

  • f(1)=2+a+b6=4    a+b=0(i)f(1) = 2 + a + b - 6 = -4 \implies a + b = 0 \quad \mathrm{(i)}
  • f(2)=16+4a2b6=30    4a2b=52    2ab=26(ii)f(-2) = -16 + 4a - 2b - 6 = 30 \implies 4a - 2b = 52 \implies 2a - b = 26 \quad \mathrm{(ii)}

Adding (i) and (ii): 3a=26    a=2633a = 26 \implies a = \dfrac{26}{3}.

From (i): b=263b = -\dfrac{26}{3}.

  1. Question: Given that (x3)(x - 3) and (x+1)(x + 1) are factors of f(x)=x3+ax2+bx+cf(x) = x^3 + ax^2 + bx + c, find aa, bb, and cc. Hence factorize f(x)f(x) completely.
Details

Answer By the Factor Theorem:

  • f(3)=27+9a+3b+c=0(i)f(3) = 27 + 9a + 3b + c = 0 \quad \mathrm{(i)}
  • f(1)=1+ab+c=0(ii)f(-1) = -1 + a - b + c = 0 \quad \mathrm{(ii)}

Since (x3)(x+1)=x22x3(x-3)(x+1) = x^2 - 2x - 3 is a factor, write f(x)=(x22x3)(xd)f(x) = (x^2 - 2x - 3)(x - d) for some constant dd.

Expanding: f(x)=x3(d+2)x2+(2d3)x+3df(x) = x^3 - (d+2)x^2 + (2d - 3)x + 3d.

Comparing with f(x)=x3+ax2+bx+cf(x) = x^3 + ax^2 + bx + c:

  • a=(d+2)a = -(d+2)
  • b=2d3b = 2d - 3
  • c=3dc = 3d

Also f(3)=0f(3) = 0 gives 27+9a+3b+c=027 + 9a + 3b + c = 0.

Using f(1)=0f(-1) = 0: 1+ab+c=0-1 + a - b + c = 0.

Subtracting (ii) from (i): 28+8a+4b=0    7+2a+b=0(iii)28 + 8a + 4b = 0 \implies 7 + 2a + b = 0 \quad \mathrm{(iii)}.

From (ii): ab+c=1a - b + c = 1.

Substituting a=(d+2)a = -(d+2), b=2d3b = 2d-3, c=3dc = 3d into (i):

27+9(d2)+3(2d3)+3d=279d18+6d9+3d=027 + 9(-d-2) + 3(2d-3) + 3d = 27 - 9d - 18 + 6d - 9 + 3d = 0

This simplifies to 0=00 = 0, which is consistent. From (ii):

1d2+32d+3d=0    0=0-1 - d - 2 + 3 - 2d + 3d = 0 \implies 0 = 0

We need one more condition. Since the leading coefficient is 11 and f(x)=(x3)(x+1)(xd)f(x) = (x-3)(x+1)(x - d), we must have the constant term c=3dc = 3d. But f(x)f(x) has constant term cc. Comparing: c=3dc = 3d. We have one free parameter, so let us use f(0)=c=3df(0) = c = 3d, but we need another constraint.

Let us equate the x2x^2 coefficient: a=(d+2)a = -(d+2). The xx coefficient: b=2d3b = 2d - 3. Substituting into (iii): 7+2(d2)+(2d3)=72d4+2d3=07 + 2(-d-2) + (2d-3) = 7 - 2d - 4 + 2d - 3 = 0. Again automatically satisfied.

Without additional information, dd is undetermined. However, since (x3)(x-3) and (x+1)(x+1) are the only stated factors, and the problem asks us to factorize completely, we observe that a cubic with two known linear factors has a third linear factor. By Vieta, α+β+γ=a\alpha + \beta + \gamma = -a, and αβγ=c\alpha\beta\gamma = -c. With α=3,β=1\alpha = 3, \beta = -1:

3+(1)+γ=a    2+γ=a3 + (-1) + \gamma = -a \implies 2 + \gamma = -a3(1)γ=c    3γ=c    c=3γ3 \cdot (-1) \cdot \gamma = -c \implies -3\gamma = -c \implies c = 3\gamma

There are infinitely many cubics with (x3)(x-3) and (x+1)(x+1) as factors. Assuming the problem intends a monic cubic (which it is, with leading coefficient 11), we write f(x)=(x3)(x+1)(xd)f(x) = (x-3)(x+1)(x - d) where dd is the third root. Since no further condition is given, the general answer is:

a=(d+2)a = -(d+2), b=2d3b = 2d - 3, c=3dc = 3d, and f(x)=(x3)(x+1)(xd)f(x) = (x-3)(x+1)(x-d) for any real dd.

  1. Question: Factorize x45x2+4x^4 - 5x^2 + 4 completely.
Details

Answer Let u=x2u = x^2:

u25u+4=(u1)(u4)=(x21)(x24)=(x1)(x+1)(x2)(x+2)u^2 - 5u + 4 = (u-1)(u-4) = (x^2 - 1)(x^2 - 4) = (x-1)(x+1)(x-2)(x+2)
  1. Question: If α\alpha and β\beta are roots of 3x28x+2=03x^2 - 8x + 2 = 0, find the value of α3+β3\alpha^3 + \beta^3 without solving the equation.
Details

Answer From Vieta: α+β=83\alpha + \beta = \dfrac{8}{3}, αβ=23\alpha\beta = \dfrac{2}{3}.

α3+β3=(α+β)33αβ(α+β)=(83)332383\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = \left(\frac{8}{3}\right)^3 - 3 \cdot \frac{2}{3} \cdot \frac{8}{3}=51227489=5122714427=36827= \frac{512}{27} - \frac{48}{9} = \frac{512}{27} - \frac{144}{27} = \frac{368}{27}
  1. Question: Expand (13x)5(1 - 3x)^5 in ascending powers of xx up to and including the term in x3x^3. Use the expansion to find an approximate value of (0.97)5(0.97)^5.
Answer
(13x)5=(50)+(51)(3x)+(52)(3x)2+(53)(3x)3+(1-3x)^5 = \binom{5}{0} + \binom{5}{1}(-3x) + \binom{5}{2}(-3x)^2 + \binom{5}{3}(-3x)^3 + \cdots=115x+90x2270x3+= 1 - 15x + 90x^2 - 270x^3 + \cdots

Set 13x=0.97    x=0.011 - 3x = 0.97 \implies x = 0.01:

(0.97)5115(0.01)+90(0.0001)270(0.000001)=10.15+0.0090.00027=0.85873(0.97)^5 \approx 1 - 15(0.01) + 90(0.0001) - 270(0.000001) = 1 - 0.15 + 0.009 - 0.00027 = 0.85873
  1. Question: The remainder when f(x)=x3+px2+qx+6f(x) = x^3 + px^2 + qx + 6 is divided by (x1)(x-1) is 1212. The remainder when f(x)f(x) is divided by (x+1)(x+1) is 1818. Find pp and qq.
Answer
  • f(1)=1+p+q+6=12    p+q=5(i)f(1) = 1 + p + q + 6 = 12 \implies p + q = 5 \quad \mathrm{(i)}
  • f(1)=1+pq+6=18    pq=13(ii)f(-1) = -1 + p - q + 6 = 18 \implies p - q = 13 \quad \mathrm{(ii)}

Adding: 2p=18    p=92p = 18 \implies p = 9.

From (i): q=4q = -4.

  1. Question: Prove that (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r} using the definition of binomial coefficients.
Answer
(nnr)=n!(nr)![n(nr)]!=n!(nr)!r!=(nr)\binom{n}{n-r} = \frac{n!}{(n-r)!\,[n-(n-r)]!} = \frac{n!}{(n-r)!\,r!} = \binom{n}{r}
  1. Question: Find the coefficient of x5x^5 in the expansion of (1+x)8(1x)6(1 + x)^8(1 - x)^6.
Details

Answer Expand each factor using the binomial theorem and collect the x5x^5 terms.

From (1+x)8(1+x)^8, the terms contributing to x5x^5 are xkx^k where k5k \leq 5; from (1x)6(1-x)^6, the term (x)5k(-x)^{5-k}.

The coefficient of x5x^5 is:

k=05(8k)(1)5k(65k)\sum_{k=0}^{5} \binom{8}{k}(-1)^{5-k}\binom{6}{5-k}

Evaluating each term:

  • k=0k=0: (80)(1)5(65)=1(1)6=6\binom{8}{0}(-1)^5\binom{6}{5} = 1 \cdot (-1) \cdot 6 = -6
  • k=1k=1: (81)(1)4(64)=8115=120\binom{8}{1}(-1)^4\binom{6}{4} = 8 \cdot 1 \cdot 15 = 120
  • k=2k=2: (82)(1)3(63)=28(1)20=560\binom{8}{2}(-1)^3\binom{6}{3} = 28 \cdot (-1) \cdot 20 = -560
  • k=3k=3: (83)(1)2(62)=56115=840\binom{8}{3}(-1)^2\binom{6}{2} = 56 \cdot 1 \cdot 15 = 840
  • k=4k=4: (84)(1)1(61)=70(1)6=420\binom{8}{4}(-1)^1\binom{6}{1} = 70 \cdot (-1) \cdot 6 = -420
  • k=5k=5: (85)(1)0(60)=5611=56\binom{8}{5}(-1)^0\binom{6}{0} = 56 \cdot 1 \cdot 1 = 56

Sum: 6+120560+840420+56=30-6 + 120 - 560 + 840 - 420 + 56 = 30.

The coefficient of x5x^5 is 3030.

  1. Question: Let α\alpha and β\beta be the roots of x27x+3=0x^2 - 7x + 3 = 0. Form a quadratic equation whose roots are 1α\dfrac{1}{\alpha} and 1β\dfrac{1}{\beta}.
Details

Answer From Vieta: α+β=7\alpha + \beta = 7, αβ=3\alpha\beta = 3.

Sum of new roots: 1α+1β=α+βαβ=73\dfrac{1}{\alpha} + \dfrac{1}{\beta} = \dfrac{\alpha + \beta}{\alpha\beta} = \dfrac{7}{3}.

Product of new roots: 1α1β=13\dfrac{1}{\alpha} \cdot \dfrac{1}{\beta} = \dfrac{1}{3}.

The equation is x273x+13=0x^2 - \dfrac{7}{3}x + \dfrac{1}{3} = 0, or 3x27x+1=03x^2 - 7x + 1 = 0.

  1. Question: Factorize f(x)=x33x2+4f(x) = x^3 - 3x^2 + 4 completely.
Details

Answer Test integer factors of 44: try x=1x = -1.

f(1)=13+4=0f(-1) = -1 - 3 + 4 = 0, so (x+1)(x+1) is a factor.

Dividing: f(x)=(x+1)(x24x+4)=(x+1)(x2)2f(x) = (x+1)(x^2 - 4x + 4) = (x+1)(x-2)^2.


tip

Diagnostic Test Ready to test your understanding of Polynomials? The diagnostic test contains the hardest questions within the DSE specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Polynomials with other DSE mathematics topics to test synthesis under exam conditions.

See Diagnostic Guide for instructions on self-marking and building a personal test matrix.


DSE Exam Technique

Showing Working

For polynomial problems in DSE Paper 1:

  1. When using the remainder theorem, write "By the Remainder Theorem, the remainder is f(c)f(c)" before computing.
  2. When using the factor theorem, show that f(c)=0f(c) = 0 before stating that (xc)(x - c) is a factor.
  3. For polynomial division, show the division layout or state the quotient and remainder explicitly.
  4. When finding unknown constants, set up a system of equations and solve step by step.
  5. For binomial expansion, write the general term formula before substituting.

Significant Figures

Binomial coefficients and factorials are exact integers. Polynomial roots involving square roots should be left in exact form.

Common DSE Question Types

  1. Remainder theorem with unknown constants.
  2. Factor theorem to factorise cubics and quartics.
  3. Binomial expansion (specific coefficient, constant term, approximation).
  4. Vieta's formulas for root manipulation.
  5. Polynomial identities (equating coefficients).

Additional Worked Examples

Worked Example 13: Cubic with given conditions

The polynomial f(x)=x3+ax2+bx12f(x) = x^3 + ax^2 + bx - 12 is divisible by (x3)(x - 3) and f(1)=18f(1) = -18. Find aa, bb, and factorise f(x)f(x) completely.

Solution

f(3)=0f(3) = 0: 27+9a+3b12=0    9a+3b=15    3a+b=5(i)27 + 9a + 3b - 12 = 0 \implies 9a + 3b = -15 \implies 3a + b = -5 \quad \text{(i)}.

f(1)=18f(1) = -18: 1+a+b12=18    a+b=7(ii)1 + a + b - 12 = -18 \implies a + b = -7 \quad \text{(ii)}.

(ii) from (i): 2a=2    a=12a = 2 \implies a = 1. From (ii): b=8b = -8.

f(x)=x3+x28x12f(x) = x^3 + x^2 - 8x - 12.

Since (x3)(x - 3) is a factor: f(x)=(x3)(x2+4x+4)=(x3)(x+2)2f(x) = (x - 3)(x^2 + 4x + 4) = (x - 3)(x + 2)^2.

Worked Example 14: Sum of coefficients

Find the sum of all coefficients of (2x3)5(2x - 3)^5.

Solution

The sum of coefficients equals f(1)f(1) where f(x)=(2x3)5f(x) = (2x - 3)^5.

f(1)=(23)5=(1)5=1f(1) = (2 - 3)^5 = (-1)^5 = -1

Worked Example 15: Remainder when divided by a quadratic

Find the remainder when f(x)=x4+2x3x2+3f(x) = x^4 + 2x^3 - x^2 + 3 is divided by x2x+1x^2 - x + 1.

Solution

Since the divisor is degree 2, the remainder has degree at most 1: r(x)=ax+br(x) = ax + b.

The roots of x2x+1=0x^2 - x + 1 = 0 are ω\omega and ω2\omega^2 (complex cube roots of unity, ω3=1\omega^3 = 1).

By the remainder theorem for quadratic divisors:

f(ω)=aω+bandf(ω2)=aω2+bf(\omega) = a\omega + b \quad \text{and} \quad f(\omega^2) = a\omega^2 + b

Since ω2+ω+1=0\omega^2 + \omega + 1 = 0 (i.e., ω2=ω1\omega^2 = -\omega - 1) and ω3=1\omega^3 = 1:

f(ω)=ω4+2ω3ω2+3=ω+2(ω1)+3=ω+2+ω+1+3=2ω+6f(\omega) = \omega^4 + 2\omega^3 - \omega^2 + 3 = \omega + 2 - (-\omega - 1) + 3 = \omega + 2 + \omega + 1 + 3 = 2\omega + 6.

f(ω2)=ω8+2ω6ω4+3=ω2+2ω+3=(ω1)+2ω+3=2ω+4f(\omega^2) = \omega^8 + 2\omega^6 - \omega^4 + 3 = \omega^2 + 2 - \omega + 3 = (-\omega - 1) + 2 - \omega + 3 = -2\omega + 4.

From aω+b=2ω+6a\omega + b = 2\omega + 6: a=2a = 2, b=6b = 6.

Check: aω2+b=2(ω1)+6=2ω+4a\omega^2 + b = 2(-\omega - 1) + 6 = -2\omega + 4. Consistent.

Remainder: 2x+62x + 6.

Worked Example 16: Vieta for cubic equations

If α\alpha, β\beta, γ\gamma are roots of x32x2+3x4=0x^3 - 2x^2 + 3x - 4 = 0, find α2+β2+γ2\alpha^2 + \beta^2 + \gamma^2.

Solution

From Vieta: α+β+γ=2\alpha + \beta + \gamma = 2, αβ+βγ+γα=3\alpha\beta + \beta\gamma + \gamma\alpha = 3, αβγ=4\alpha\beta\gamma = 4.

(α+β+γ)2=α2+β2+γ2+2(αβ+βγ+γα)(\alpha + \beta + \gamma)^2 = \alpha^2 + \beta^2 + \gamma^2 + 2(\alpha\beta + \beta\gamma + \gamma\alpha)

4=α2+β2+γ2+6    α2+β2+γ2=24 = \alpha^2 + \beta^2 + \gamma^2 + 6 \implies \alpha^2 + \beta^2 + \gamma^2 = -2

Worked Example 17: Binomial coefficient ratio

If (n3)=3(n12)\binom{n}{3} = 3\binom{n-1}{2}, find nn.

Solution

n!3!(n3)!=3(n1)!2!(n3)!\frac{n!}{3!(n-3)!} = 3 \cdot \frac{(n-1)!}{2!(n-3)!}

n6=32    n=9\frac{n}{6} = \frac{3}{2} \implies n = 9


DSE Exam-Style Questions

DSE Practice 1. When f(x)=x3+ax2+bx+cf(x) = x^3 + ax^2 + bx + c is divided by (x1)(x - 1), the remainder is 44. When divided by (x+1)(x + 1), the remainder is 2-2. When divided by (x2)(x - 2), the remainder is 1414. Find aa, bb, and cc.

Solution

f(1)=1+a+b+c=4    a+b+c=3(i)f(1) = 1 + a + b + c = 4 \implies a + b + c = 3 \quad \text{(i)}

f(1)=1+ab+c=2    ab+c=1(ii)f(-1) = -1 + a - b + c = -2 \implies a - b + c = -1 \quad \text{(ii)}

f(2)=8+4a+2b+c=14    4a+2b+c=6(iii)f(2) = 8 + 4a + 2b + c = 14 \implies 4a + 2b + c = 6 \quad \text{(iii)}

(i) - (ii): 2b=4    b=22b = 4 \implies b = 2.

(iii) - (i): 3a+b=3    3a+2=3    a=133a + b = 3 \implies 3a + 2 = 3 \implies a = \dfrac{1}{3}.

From (i): 13+2+c=3    c=23\dfrac{1}{3} + 2 + c = 3 \implies c = \dfrac{2}{3}.

DSE Practice 2. Find the coefficient of x3x^3 in the expansion of (1+2xx2)5(1 + 2x - x^2)^5.

Solution

We need to find all ways to get x3x^3 from expanding (1+2xx2)5(1 + 2x - x^2)^5 using the multinomial theorem.

The general term from choosing aa ones, bb copies of 2x2x, and cc copies of x2-x^2 where a+b+c=5a + b + c = 5:

5!a!b!c!1a(2x)b(x2)c=5!a!b!c!2b(1)cxb+2c\frac{5!}{a!\,b!\,c!} \cdot 1^a \cdot (2x)^b \cdot (-x^2)^c = \frac{5!}{a!\,b!\,c!} \cdot 2^b \cdot (-1)^c \cdot x^{b + 2c}

For x3x^3: b+2c=3b + 2c = 3 with a+b+c=5a + b + c = 5, a,b,c0a, b, c \geq 0.

Case c=0c = 0: b=3b = 3, a=2a = 2. Coefficient: 1202!3!8=108=80\dfrac{120}{2! \cdot 3!} \cdot 8 = 10 \cdot 8 = 80.

Case c=1c = 1: b=1b = 1, a=3a = 3. Coefficient: 1203!1!1!2(1)=20(2)=40\dfrac{120}{3! \cdot 1! \cdot 1!} \cdot 2 \cdot (-1) = 20 \cdot (-2) = -40.

Total coefficient of x3x^3: 80+(40)=4080 + (-40) = 40.

DSE Practice 3. If (x+1)(x + 1) and (x2)(x - 2) are factors of f(x)=2x3+ax2+bx6f(x) = 2x^3 + ax^2 + bx - 6, find aa and bb. Hence find the third factor.

Solution

f(1)=2+ab6=0    ab=8(i)f(-1) = -2 + a - b - 6 = 0 \implies a - b = 8 \quad \text{(i)}

f(2)=16+4a+2b6=0    4a+2b=10    2a+b=5(ii)f(2) = 16 + 4a + 2b - 6 = 0 \implies 4a + 2b = -10 \implies 2a + b = -5 \quad \text{(ii)}

(i) + (ii): 3a=3    a=13a = 3 \implies a = 1. From (i): b=7b = -7.

f(x)=2x3+x27x6=(x+1)(x2)(2x+3)f(x) = 2x^3 + x^2 - 7x - 6 = (x + 1)(x - 2)(2x + 3).

Verification: (x+1)(x2)=x2x2(x + 1)(x - 2) = x^2 - x - 2. (x2x2)(2x+3)=2x3+3x22x23x4x6=2x3+x27x6(x^2 - x - 2)(2x + 3) = 2x^3 + 3x^2 - 2x^2 - 3x - 4x - 6 = 2x^3 + x^2 - 7x - 6. Correct.

Third factor: (2x+3)(2x + 3).

DSE Practice 4. Expand (1+x)10(1 + x)^{10} and use the expansion to find the value of (1.01)10(1.01)^{10} correct to 5 decimal places.

Solution

(1+x)10=k=010(10k)xk=1+10x+45x2+120x3+210x4+252x5+(1 + x)^{10} = \sum_{k=0}^{10} \binom{10}{k} x^k = 1 + 10x + 45x^2 + 120x^3 + 210x^4 + 252x^5 + \cdots

Set x=0.01x = 0.01:

(1.01)101+10(0.01)+45(0.0001)+120(0.000001)+210(0.00000001)(1.01)^{10} \approx 1 + 10(0.01) + 45(0.0001) + 120(0.000001) + 210(0.00000001)

=1+0.1+0.0045+0.00012+0.0000021=1.1046221= 1 + 0.1 + 0.0045 + 0.00012 + 0.0000021 = 1.1046221

To 5 decimal places: 1.104621.10462.

DSE Practice 5. Prove that for positive integers n2n \geq 2, nn>2n1n!n^n > 2^{n-1} \cdot n!.

Solution

By the AM-GM inequality applied to the nn numbers 1,2,3,,n1, 2, 3, \ldots, n:

1+2++nn(12n)1/n\frac{1 + 2 + \cdots + n}{n} \geq (1 \cdot 2 \cdots n)^{1/n}

n(n+1)2n(n!)1/n\frac{n(n+1)}{2n} \geq (n!)^{1/n}

n+12(n!)1/n\frac{n+1}{2} \geq (n!)^{1/n}

(n+12)nn!\left(\frac{n+1}{2}\right)^n \geq n!

We need to show nn>2n1n!n^n > 2^{n-1} \cdot n!, i.e., nn/n!>2n1n^n / n! > 2^{n-1}, i.e., nnn!>2n1\dfrac{n^n}{n!} > 2^{n-1}.

Note nnn!=nnnn(n1)1=k=1n1nnk\dfrac{n^n}{n!} = \dfrac{n \cdot n \cdots n}{n \cdot (n-1) \cdots 1} = \prod_{k=1}^{n-1} \dfrac{n}{n - k}.

Each factor nnknn1>1\dfrac{n}{n - k} \geq \dfrac{n}{n - 1} > 1 for n2n \geq 2 and k1k \geq 1.

nn1nn2n1>222=2n1\dfrac{n}{n-1} \cdot \dfrac{n}{n-2} \cdots \dfrac{n}{1} > 2 \cdot 2 \cdots 2 = 2^{n-1} when n3n \geq 3 (since nnk2\dfrac{n}{n-k} \geq 2 when nkn/2n - k \leq n/2).

For n=2n = 2: 4>22=44 > 2 \cdot 2 = 4? No, 4=44 = 4. For n=3n = 3: 27>46=2427 > 4 \cdot 6 = 24. Yes.

The inequality holds strictly for n3n \geq 3. For n=2n = 2, equality holds.