A polynomial in one variable x is an expression of the form anxn+an−1xn−1+⋯+a1x+a0Where n∈N0an,an−1,…,a0∈RAnd an=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) of degree n is written in standard form (descending powers of x):
F(x)=anxn+an−1xn−1+⋯+a1x+a0,an=0
an is the leading coefficient.
a0 is the constant term.
The degree of f(x) is the highest power of x 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) and g(x) are identical (written f(x)≡g(x)) if and only if the coefficients of Corresponding powers of x are equal.
When a polynomial f(x) is divided by (x−c)The remainder is f(c).
Proof. By the division algorithm, f(x)=(x−c)⋅q(x)+r where r is a constant (since degr<deg(x−c)=1). Substituting x=c: f(c)=0⋅q(c)+r=r.
For a divisor of the form (ax−b)Set x=ab to obtain the remainder f(ab).
Example: Remainder theoremFind the remainder when $f(x) = 3x^4 - 2x^3 + x - 5$ is divided by $(x - 2)$.
By the Remainder Theorem, the remainder is f(2):
F(2)=3(16)−2(8)+2−5=48−16+2−5=29Example: Remainder with a non-monic linear divisorFind the remainder when $f(x) = 2x^3 - 5x + 3$ is divided by $(2x + 1)$.
Set 2x+1=0⟹x=−21. The remainder is:
F(−21)=2(−21)3−5(−21)+3=−41+25+3=421
Factor Theorem
(x−c) is a factor of f(x) if and only if f(c)=0.
This follows directly from the Remainder Theorem: if the remainder f(c)=0Then f(x)=(x−c)⋅q(x)So (x−c) divides f(x) exactly.
Corollary.(ax−b) is a factor of f(x) if and only if f(ab)=0.
Example: Factor theoremShow that $(x - 3)$ is a factor of $f(x) = x^3 - 4x^2 + x + 6$ and hence factorize $f(x)$ completely.
f(3)=27−36+3+6=0So (x−3) is a factor.
By division (or by comparing coefficients), f(x)=(x−3)(x2−x−2)=(x−3)(x−2)(x+1).
Example: Finding an unknown constantIf $(x + 2)$ is a factor of $f(x) = x^3 + ax^2 - 3x + 10$Find $a$.
By the Factor Theorem, f(−2)=0:
(−2)3+a(−2)2−3(−2)+10=0⟹−8+4a+6+10=0⟹4a+8=0⟹a=−2
Factorization of Polynomials
Common Techniques
HCF (highest common factor)Factor out the greatest common factor from all terms. 6x3−9x2+12x=3x(2x2−3x+4)Grouping$$ X^3 + 2x^2 - 3x - 6 = x^2(x+2) - 3(x+2) = (x^2 - 3)(x+2) $$Difference of squares$$ A^2 - b^2 = (a+b)(a-b) $$ 4x2−25=(2x+5)(2x−5)9x4−16y2=(3x2+4y)(3x2−4y)Sum and difference of cubes$$ A^3 + b^3 = (a+b)(a^2 - ab + b^2) $$ A3−b3=(a−b)(a2+ab+b2)8x3+27=(2x+3)(4x2−6x+9)125x3−8=(5x−2)(25x2+10x+4)Quadratic trinomialsFor $ax^2 + bx + c$Find two numbers $p$ and $q$ such that $pq = ac$ and $p + q = b$. 6x2−7x+2=6x2−4x−3x+2=2x(3x−2)−1(3x−2)=(2x−1)(3x−2)
If the discriminant Δ=b2−4ac<0The quadratic cannot be factorized over 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.
Factorize f(x) into linear (and possibly irreducible quadratic) factors.
Set each factor equal to zero and solve.
ExampleSolve $x^3 - 3x^2 - 4x + 12 = 0$.
Factorizing by grouping: x2(x−3)−4(x−3)=(x2−4)(x−3)=(x−2)(x+2)(x−3)=0.
Solutions: x=2,−2,3.
Vieta’s Formulas (Quadratic)
For a quadratic equation ax2+bx+c=0 with roots α and β:
α+β=−ab,αβ=ac
These relationships between roots and coefficients are essential for DSE problems involving root Manipulation.
Example: Finding a new equation from rootsIf $\alpha$ and $\beta$ are roots of $2x^2 - 5x + 1 = 0$Find the equation whose roots are $\alpha^2$ and $\beta^2$.
From Vieta: α+β=25, αβ=21.
Sum of new roots:
α2+β2=(α+β)2−2αβ=425−1=421
Product of new roots:
α2β2=(αβ)2=41
The required equation is x2−421x+41=0Or equivalently 4x2−21x+1=0.
Example: Symmetric expressions in rootsIf $\alpha$ and $\beta$ are roots of $x^2 - 6x + 4 = 0$Find the value of $\dfrac{1}{\alpha} + \dfrac{1}{\beta}$. α1+β1=αβα+β=46=23Extension: Vieta's formulas for cubic equationsFor $ax^3 + bx^2 + cx + d = 0$ with roots $\alpha, \beta, \gamma$: α+β+γ=−ab,αβ+βγ+γα=ac,αβγ=−adWrap-up Questions1. **Question:** Expand $(1 + 2x)^6$ and find the coefficient of $x^4$. ### DetailsAnswerUsing the binomial theorem: (1+2x)6=k=0∑6(k6)(2x)k
The coefficient of x4 corresponds to k=4:
(46)⋅24=15⋅16=240
The full expansion is 1+12x+60x2+160x3+240x4+192x5+64x6.
Question: Find the constant term in the expansion of (x2+x1)9.
AnswerThe general term is $T_{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: 18−3r=0⟹r=6.
(69)=(39)=84
The constant term is 84.
Question: When f(x)=2x3+ax2+bx−6 is divided by (x−1)The remainder is −4. When divided by (x+2)The remainder is 30. Find a and b.
AnswerBy the Remainder Theorem:
f(1)=2+a+b−6=−4⟹a+b=0(i)
f(−2)=−16+4a−2b−6=30⟹4a−2b=52⟹2a−b=26(ii)
Adding (i) and (ii): 3a=26⟹a=326.
From (i): b=−326.
Question: Given that (x−3) and (x+1) are factors of f(x)=x3+ax2+bx+c Find a, bAnd c. Hence factorize f(x) completely.
AnswerBy the Factor Theorem:
f(3)=27+9a+3b+c=0(i)
f(−1)=−1+a−b+c=0(ii)
Since (x−3)(x+1)=x2−2x−3 is a factor, write f(x)=(x2−2x−3)(x−d) for some Constant d.
Expanding: f(x)=x3−(d+2)x2+(2d−3)x+3d.
Comparing with f(x)=x3+ax2+bx+c:
a=−(d+2)
b=2d−3
c=3d
Also f(3)=0 gives 27+9a+3b+c=0.
Using f(−1)=0: −1+a−b+c=0.
Subtracting (ii) from (i): 28+8a+4b=0⟹7+2a+b=0(iii).
From (ii): a−b+c=1.
Substituting a = -(d+2)$$b = 2d-3$$c = 3d into (i):
27+9(−d−2)+3(2d−3)+3d=27−9d−18+6d−9+3d=0
This simplifies to 0=0Which is consistent. From (ii):
−1−d−2+3−2d+3d=0⟹0=0
We need one more condition. Since the leading coefficient is 1 and f(x)=(x−3)(x+1)(x−d)We Must have the constant term c=3d. But f(x) has constant term c. Comparing: c=3d. We have One free parameter, so let us use f(0)=c=3dBut we need another constraint.
Let us equate the x2 coefficient: a=−(d+2). The x coefficient: b=2d−3. Substituting Into (iii): 7+2(−d−2)+(2d−3)=7−2d−4+2d−3=0. Again automatically satisfied.
Without additional information, d is undetermined. However, since (x−3) and (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, α+β+γ=−aAnd αβγ=−c. With α=3,β=−1:
3+(−1)+γ=−a⟹2+γ=−a3⋅(−1)⋅γ=−c⟹−3γ=−c⟹c=3γ
There are infinitely many cubics with (x−3) and (x+1) as factors. Assuming the problem intends a Monic cubic (which it is, with leading coefficient 1), we write f(x)=(x−3)(x+1)(x−d) where d is the third root. Since no further condition is given, the general answer is:
a = -(d+2)$$b = 2d - 3$$c = 3dAnd f(x)=(x−3)(x+1)(x−d) for any real d.
:::tip Diagnostic Test Ready to test your understanding of Polynomials? The 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 for instructions on self-marking and building a personal test matrix.
DSE Exam Technique
Showing Working
For polynomial problems in DSE Paper 1:
When using the remainder theorem, write “By the Remainder Theorem, the remainder is f(c)” before computing.
When using the factor theorem, show that f(c)=0 before stating that (x−c) is a factor.
For polynomial division, show the division layout or state the quotient and remainder explicitly.
When finding unknown constants, set up a system of equations and solve step by step.
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.
DSE Practice 1. When f(x)=x3+ax2+bx+c is divided by (x−1)The remainder is 4. When divided by (x+1)The remainder is −2. When divided by (x−2)The remainder is 14. Find a, bAnd c.
Solution
f(1)=1+a+b+c=4⟹a+b+c=3(i)
f(−1)=−1+a−b+c=−2⟹a−b+c=−1(ii)
f(2)=8+4a+2b+c=14⟹4a+2b+c=6(iii)
(i) - (ii): 2b=4⟹b=2.
(iii) - (i): 3a+b=3⟹3a+2=3⟹a=31.
From (i): 31+2+c=3⟹c=32.
DSE Practice 2. Find the coefficient of x3 in the expansion of (1+2x−x2)5.
Solution
We need to find all ways to get x3 from expanding (1+2x−x2)5 using the multinomial theorem.
The general term from choosing a ones, b copies of 2xAnd c copies of −x2 where a+b+c=5:
DSE Practice 5. Prove that for positive integers n≥2, nn>2n−1⋅n!.
Solution
By the AM-GM inequality applied to the n numbers 1,2,3,…,n:
n1+2+⋯+n≥(1⋅2⋯n)1/n
2nn(n+1)≥(n!)1/n
2n+1≥(n!)1/n
(2n+1)n≥n!
We need to show nn>2n−1⋅n!I.e., nn/n!>2n−1I.e., n!nn>2n−1.
Note n!nn=n⋅(n−1)⋯1n⋅n⋯n=∏k=1n−1n−kn.
Each factor n−kn≥n−1n>1 for n≥2 and k≥1.
n−1n⋅n−2n⋯1n>2⋅2⋯2=2n−1 when n≥3 (since n−kn≥2 when n−k≤n/2).
For n=2: 4>2⋅2=4? No, 4=4. For n=3: 27>4⋅6=24. Yes.
The inequality holds strictly for n≥3. For n=2Equality holds.
Common Pitfalls
Forgetting the remainder theorem condition. The Remainder Theorem states f(a) is the remainder when dividing by (x−a), but only when the divisor is of the form x−c.
Missing the factor theorem converse.f(c)=0 implies (x−c) is a factor, but students sometimes assume (x+c) is a factor when f(−c)=0.
Arithmetic errors in polynomial long division. A single sign error propagates through all subsequent steps.
Misreading the question, particularly with ‘hence’ vs ‘hence or otherwise’ — the former requires using previous work.
Remainder Theorem: remainder when f(x) is divided by (x−a) equals f(a).
Factor Theorem: (x−a) is a factor of f(x) if and only if f(a)=0.
For polynomial equations, if one root is known, use polynomial division or synthetic division to reduce the degree.
Vieta’s formulas relate coefficients to sums and products of roots for any degree polynomial.
Worked Examples
Example 1: Factor theorem application
Problem. Given that (x−2) is a factor of f(x)=x3−3x2+ax+6, find a and factorise f(x) completely.
Solution. By the Factor Theorem, f(2)=0: 8−12+2a+6=0⟹2a+2=0⟹a=−1
So f(x)=x3−3x2−x+6. Dividing by (x−2):
x3−3x2−x+6=(x−2)(x2−x−3)
The quadratic x2−x−3=0 has Δ=1+12=13, so: f(x)=(x−2)(x−21+13)(x−21−13)
■
Example 2: Remainder theorem
Problem. When f(x)=2x3+px2−5x+3 is divided by (x−1) the remainder is 4. Find p.
Solution. By the Remainder Theorem: f(1)=4. 2(1)3+p(1)2−5(1)+3=4⟹2+p−5+3=4⟹p=4
■
Confusing the domain and range of functions, or not considering restrictions (e.g., denominator cannot be zero).
Dropping negative signs during algebraic manipulation — substitute back to verify your answer.
The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.