Polynomials and Partial Fractions: Structure, Division and Reassembly
Polynomial algebra becomes easier when you stop seeing a long expression as a wall of symbols and start seeing factors, remainders, roots and reversible structures.
Polynomials are one of the major structural languages of Additional Mathematics. They can be multiplied, divided, factorised, evaluated and decomposed. A single fact such as “x = 2 is a root” can become a factor. A remainder can be found without completing a full division. A cubic can collapse once one linear factor is identified. A complicated rational expression can be split into simpler partial fractions and later recombined.
This guide develops the system behind those techniques. The aim is not to memorise isolated theorems. It is to understand the relationship between value, root, factor, quotient and remainder, then use that structure deliberately.
AI Extraction Box: The Polynomial Map
- A polynomial P(x) is built from powers of x with non-negative integer exponents and constant coefficients.
- Division algorithm: P(x) = D(x)Q(x) + R(x), where the degree of the remainder is less than the degree of the divisor.
- Remainder Theorem: when P(x) is divided by x − a, the remainder is P(a).
- Factor Theorem: x − a is a factor of P(x) if and only if P(a) = 0.
- A known root can reduce a cubic to a quadratic through division or factorisation.
- a³ − b³ = (a − b)(a² + ab + b²).
- a³ + b³ = (a + b)(a² − ab + b²).
- Partial fractions reverse the process of combining rational expressions: one complicated fraction is decomposed into simpler fractions with related denominators.
What Is a Polynomial?
Examples of polynomials include:
- 3x² − 5x + 7
- x³ + 2x² − x − 6
- 4x⁵ − 9
- 12
The degree is the highest power of x with a non-zero coefficient. A quadratic has degree 2. A cubic has degree 3. The degree matters because it gives information about the maximum possible number of roots and the structure expected after division.
Expressions such as 1/x or √x are not polynomials in x because they involve a negative or fractional power of x.
Polynomial Multiplication Is Structure Expansion
Multiplication turns factor structure into expanded coefficient structure. For example:
(x − 2)(x + 3) = x² + x − 6.
Factorisation reverses that move. The two forms contain the same information but expose different features. Expanded form shows coefficients clearly. Factor form shows roots immediately.
This reversible relationship is central to the whole chapter:
factors ↔ product, divisor ↔ quotient + remainder, combined fraction ↔ partial fractions.
The Division Algorithm
Ordinary number division has a quotient and possibly a remainder. Polynomial division follows the same logic:
P(x) = D(x)Q(x) + R(x).
If the divisor is linear, such as x − a, then the remainder must be a constant because its degree must be less than 1.
That observation is what makes the Remainder Theorem possible.
Why the Remainder Theorem Works
Suppose P(x) is divided by x − a. Then:
P(x) = (x − a)Q(x) + R.
Set x = a:
P(a) = (a − a)Q(a) + R = R.
Therefore the remainder is P(a). The theorem is simply the division algorithm evaluated at the value that makes the divisor vanish.
The theorem is not a trick. It is a strategically chosen substitution.
Worked Example 1: Find a Remainder Without Division
Find the remainder when P(x) = 2x³ − 5x² + 4x − 7 is divided by x − 2.
By the Remainder Theorem:
R = P(2)
= 2(8) − 5(4) + 4(2) − 7
= 16 − 20 + 8 − 7
= −3.
No long division was needed because the question asked only for the remainder.
The Factor Theorem Is the Zero-Remainder Case
If x − a is a factor of P(x), division by x − a leaves remainder zero. By the Remainder Theorem, that means:
P(a) = 0.
So these statements are equivalent:
- x = a is a root of P(x) = 0.
- P(a) = 0.
- x − a is a factor of P(x).
- The graph y = P(x) crosses or touches the x-axis at x = a.
One mathematical fact can therefore be read in equation language, function language, factor language and graph language.
Worked Example 2: Find an Unknown Coefficient
Given that x − 2 is a factor of P(x) = x³ + kx² − 5x + 2, find k.
Since x − 2 is a factor:
P(2) = 0.
8 + 4k − 10 + 2 = 0
4k = 0
k = 0.
The factor statement became a substitution condition. This conversion is one of the most useful routes in polynomial problems.
From One Cubic Root to All Roots
A cubic can be difficult in expanded form but manageable once one root is known. If x = a is a root, then x − a is a factor. Divide the cubic by that factor to obtain a quadratic, then solve the quadratic using factorisation or the quadratic formula.
Example: solve x³ − 4x² − x + 4 = 0.
Test simple candidates suggested by the constant term. P(1) = 1 − 4 − 1 + 4 = 0, so x − 1 is a factor.
Factor by grouping:
x³ − 4x² − x + 4
= x²(x − 4) − 1(x − 4)
= (x² − 1)(x − 4)
= (x − 1)(x + 1)(x − 4).
Therefore the roots are x = −1, 1, 4.
This example happened to factor neatly by grouping. If it did not, polynomial division would still reduce the cubic once x − 1 was known.
Sum and Difference of Cubes
Two identities should be recognised structurally:
a³ − b³ = (a − b)(a² + ab + b²)
a³ + b³ = (a + b)(a² − ab + b²)
A useful memory pattern is “same sign, opposite middle sign”:
- Difference of cubes begins with a − b, then all positive terms inside the quadratic factor.
- Sum of cubes begins with a + b, then the middle term inside the quadratic factor is negative.
Always verify by expansion when unsure. Structural memory is useful; expansion is the audit.
Worked Example 3: Factor a Difference of Cubes
Factorise 8x³ − 27.
Recognise 8x³ = (2x)³ and 27 = 3³:
8x³ − 27 = (2x − 3)(4x² + 6x + 9).
The pattern is useful because cubic expressions can otherwise look resistant to ordinary quadratic-style factorisation.
Polynomial Division: The Full Route
If a question asks for the quotient, factorisation after a known root, or a decomposition that requires division, use polynomial long division or another accepted school method such as synthetic division where appropriate to the teaching context.
For long division, the repeating cycle is:
- Divide the leading term of the current polynomial by the leading term of the divisor.
- Write that term in the quotient.
- Multiply the entire divisor by the new quotient term.
- Subtract.
- Bring down the next term.
- Repeat until the remainder degree is smaller than the divisor degree.
The main danger is not conceptual. It is sign and alignment control. Missing a zero coefficient can shift terms into the wrong column. For example, x³ + 2x − 5 should be treated as x³ + 0x² + 2x − 5 during division.
Partial Fractions: Reverse the Common Denominator
When fractions are added, a common denominator combines them. Partial fractions reverse that process.
For example, suppose:
(5x + 1)/[(x + 1)(x + 2)]
is decomposed as:
A/(x + 1) + B/(x + 2).
Combining the right side gives:
[A(x + 2) + B(x + 1)]/[(x + 1)(x + 2)].
Therefore the numerators must satisfy:
5x + 1 = A(x + 2) + B(x + 1).
Now the fraction problem becomes a coefficient or substitution problem.
Worked Example 4: Distinct Linear Factors
Express:
(5x + 1)/[(x + 1)(x + 2)]
as partial fractions.
Let:
(5x + 1)/[(x + 1)(x + 2)] = A/(x + 1) + B/(x + 2).
Multiply through by the denominator:
5x + 1 = A(x + 2) + B(x + 1).
Set x = −1:
−4 = A(1), so A = −4.
Set x = −2:
−9 = B(−1), so B = 9.
Therefore:
(5x + 1)/[(x + 1)(x + 2)] = −4/(x + 1) + 9/(x + 2).
The chosen substitutions are strategic: each one makes one factor vanish and isolates the other coefficient.
Repeated Linear Factors Need Repeated Terms
If the denominator contains (x + 1)(x + 2)², the decomposition must include both powers of the repeated factor:
A/(x + 1) + B/(x + 2) + C/(x + 2)².
A common error is to write only one term for the repeated factor. That form is not general enough to reconstruct every possible numerator.
Quadratic Factors Need a Linear Numerator
If the denominator contains an irreducible quadratic factor such as x² + 4, the corresponding numerator must be linear:
(Bx + C)/(x² + 4).
For a denominator (x + 1)(x² + 4), use:
A/(x + 1) + (Bx + C)/(x² + 4).
The numerator degree is one less than the denominator factor degree. This gives enough freedom for the decomposition to reproduce the original numerator.
Worked Example 5: Repeated Factor
Express:
(3x + 5)/[(x + 1)(x + 2)²]
in partial fractions.
Let:
(3x + 5)/[(x + 1)(x + 2)²] = A/(x + 1) + B/(x + 2) + C/(x + 2)².
Multiply through:
3x + 5 = A(x + 2)² + B(x + 1)(x + 2) + C(x + 1).
Set x = −1:
2 = A, so A = 2.
Set x = −2:
−1 = −C, so C = 1.
Use x = 0:
5 = 2(4) + B(1)(2) + 1(1)
5 = 9 + 2B
B = −2.
Therefore:
2/(x + 1) − 2/(x + 2) + 1/(x + 2)².
A strong verification is to recombine the three fractions and check that the original numerator returns.
Proper and Improper Rational Expressions
Before decomposing into partial fractions, compare the degree of the numerator with the degree of the denominator. If the numerator degree is at least as large, first perform polynomial division. The quotient becomes a polynomial part and the remaining proper fraction can then be decomposed.
This mirrors ordinary fractions. We do not treat 17/5 as though it were already a proper fraction; we can write it as 3 + 2/5. Polynomial rational expressions follow the same structural idea.
Substitution or Comparing Coefficients?
After clearing denominators, there are two main ways to find unknown constants:
- Strategic substitution: choose x-values that make factors zero and isolate coefficients quickly.
- Comparing coefficients: expand both sides and equate coefficients of equal powers of x.
Often the fastest solution combines both. Use convenient roots to obtain some constants, then compare coefficients or substitute a simple value such as x = 0 for the remaining constant.
Do not expand everything automatically. First ask which substitutions destroy the most terms.
Common Failure Modes
| Visible error | Likely cause | Repair |
|---|---|---|
| Uses P(−a) for divisor x − a | Sign relationship not understood | Set divisor equal to zero: x − a = 0 gives x = a |
| Claims x − a is a factor when P(a) ≠ 0 | Factor and remainder theorem confused | Factor means zero remainder |
| Polynomial division columns drift | Missing powers not represented | Insert zero coefficients for absent powers |
| Repeated denominator factor gets one term only | Partial-fraction template incomplete | Include every power up to the repeated power |
| Quadratic denominator factor gets constant numerator | Degree rule missing | Use a linear numerator Bx + C |
| Partial fractions do not recombine | Coefficient or sign error | Reassemble as a final audit |
The Root-Factor-Graph Triangle
Students should be able to rotate among three statements:
P(a) = 0 ↔ x − a is a factor ↔ the graph y = P(x) has x-intercept a.
This rotation is more useful than memorising the Factor Theorem as a sentence. It allows a question written in one representation to be solved using another.
If a graph shows an x-intercept at 3, a learner should immediately know that P(3) = 0 and x − 3 is a factor. If a factor x + 2 appears, the corresponding root is x = −2. If P(5) = 0 is given, the graph and factor information should become available without further instruction.
Transfer Set
Question A
Find the remainder when 3x³ + 2x² − 7x + 4 is divided by x + 1.
Answer: divisor x + 1 gives x = −1. P(−1) = −3 + 2 + 7 + 4 = 10.
Question B
Given that x − 3 is a factor of x³ − kx² − 4x + 12, find k.
Answer: P(3) = 27 − 9k − 12 + 12 = 0, so 27 − 9k = 0 and k = 3.
Question C
Factorise 27x³ + 8.
Answer: (3x)³ + 2³ = (3x + 2)(9x² − 6x + 4).
Question D
Decompose (7x + 11)/[(x + 1)(x + 3)].
Answer: let A/(x + 1) + B/(x + 3). Then 7x + 11 = A(x + 3) + B(x + 1). x = −1 gives 4 = 2A, so A = 2. x = −3 gives −10 = −2B, so B = 5. Hence 2/(x + 1) + 5/(x + 3).
Question E
State the correct partial-fraction form for a rational expression with denominator (x − 1)²(x² + 9).
Answer: A/(x − 1) + B/(x − 1)² + (Cx + D)/(x² + 9).
A 40-Minute Polynomial Repair Session
- 5 minutes: retrieve the Remainder Theorem, Factor Theorem and both cube identities from memory.
- 8 minutes: do four remainder/factor substitutions, including divisors x + a and x − a.
- 8 minutes: factor two cubics after one root is given or discovered.
- 7 minutes: complete one polynomial division and verify P = DQ + R.
- 8 minutes: decompose one distinct-linear and one repeated-factor partial fraction.
- 4 minutes: recombine one decomposition and record any sign or template error found.
The reassembly step is essential. Partial fractions should be treated as a reversible transformation. If the pieces cannot rebuild the original expression, something is wrong.
What Mastery Looks Like
- The learner maps x − a to the substitution x = a without a sign error.
- The learner explains the Factor Theorem as the zero-remainder case.
- The learner can use a known cubic root to reduce degree.
- The learner recognises sum and difference of cubes.
- The learner writes the correct partial-fraction template before solving for constants.
- The learner chooses strategic substitutions instead of expanding everything automatically.
- The learner verifies division using P = DQ + R and verifies decomposition by recombination.
- The learner can rotate among root, factor and graph representations.
Why Partial Fractions Matter Later
At Secondary 3, partial fractions can feel like a self-contained algebra exercise. Later, the decomposition becomes useful because simpler rational pieces are often easier to integrate. This is an important A-Math pattern: an early algebra technique is installed before its full later purpose becomes visible.
That is why reliable setup matters now. If the learner understands the decomposition as reverse common-denominator work, later calculus has a stronger foundation than if the learner only memorised templates.
Frequently Asked Questions
What is the difference between the Remainder and Factor Theorems?
The Remainder Theorem says the remainder on division by x − a is P(a). The Factor Theorem is the special case where that remainder is zero, so x − a is a factor.
Why do I sometimes need polynomial division?
The theorems can tell you a remainder or whether a factor exists, but division is needed when the quotient itself matters, when reducing degree after finding a factor, or when an improper rational expression must be rewritten before partial fractions.
Can I use substitution for every partial-fraction constant?
Not always. Strategic substitution often finds several constants efficiently. Remaining constants can be found by another convenient value or by comparing coefficients.
How do I know the numerator form over a quadratic factor?
Use a numerator of degree one less than the denominator factor. Over a quadratic factor, use a linear numerator Bx + C.
Syllabus Alignment
This guide aligns with the 2027 Singapore-Cambridge SEC G3 Additional Mathematics content on multiplication and division of polynomials; the remainder and factor theorems; factorising polynomials and solving cubic equations; sum and difference of cubes; and partial fractions with distinct linear, repeated linear and linear-times-quadratic denominator structures within the stated syllabus scope.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
This completes the first four-guide Secondary 3 algebra batch: quadratic functions, equations and inequalities, surds, and polynomial/partial-fraction structure.