Study Guide

Algebra

CIE A-Level MathematicsΒ· Pure 3: 1 AlgebraΒ· 5 min read

1. Proper and Improper Rational Functionsβ˜…β˜…β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

Rational Function

f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}

A ratio of two polynomials (numerator) and non-zero (denominator). Classified by the degrees of the two polynomials.

Example:

is improper; is proper

Any improper rational function must first be simplified to a polynomial plus a proper rational function before partial fractions or expansion can be applied. This is done via polynomial long division or algebraic equating of coefficients.

πŸ“ Worked Example

Simplify into a polynomial plus a proper rational function.

  1. 1

    Compare leading terms: . Multiply the denominator by 3:

  2. 2
    3(x2+xβˆ’2)=3x2+3xβˆ’63(x^2 + x - 2) = 3x^2 + 3x - 6
  3. 3

    Subtract this product from the original numerator:

  4. 4
    (3x2+2xβˆ’2)βˆ’(3x2+3xβˆ’6)=βˆ’x+4(3x^2 + 2x - 2) - (3x^2 + 3x - 6) = -x + 4
  5. 5

    Rewrite the original function:

  6. 6
    3x2+2xβˆ’2x2+xβˆ’2=3+βˆ’x+4x2+xβˆ’2\frac{3x^2 + 2x - 2}{x^2 + x - 2} = 3 + \frac{-x + 4}{x^2 + x - 2}

2. Partial Fraction Decompositionβ˜…β˜…β˜…β˜†β˜†β± 20 min

Partial fraction decomposition breaks a proper rational function into a sum of simpler fractions, which is required for integration and series expansion. The form of the decomposition depends entirely on the factors of the denominator:

  • Distinct linear factor : term

  • Repeated linear factor : terms

  • Irreducible quadratic factor : term

πŸ“ Worked Example

Decompose into partial fractions.

  1. 1

    Factorise the denominator:

  2. 2
    x2+xβˆ’2=(x+2)(xβˆ’1)x^2 + x - 2 = (x + 2)(x - 1)
  3. 3

    Set up the partial fraction form for two distinct linear factors:

  4. 4
    βˆ’x+4(x+2)(xβˆ’1)=Ax+2+Bxβˆ’1\frac{-x + 4}{(x + 2)(x - 1)} = \frac{A}{x + 2} + \frac{B}{x - 1}
  5. 5

    Multiply both sides by to eliminate denominators:

  6. 6
    βˆ’x+4=A(xβˆ’1)+B(x+2)-x + 4 = A(x - 1) + B(x + 2)
  7. 7

    Substitute the roots of the denominator to find constants: gives ; gives

  8. 8

    Write the final decomposition:

  9. 9
    βˆ’2x+2+1xβˆ’1\frac{-2}{x + 2} + \frac{1}{x - 1}

Exam tip:

Always verify your answer by combining partial fractions back into a single fraction to confirm it matches the original.

3. Binomial Expansion for Negative and Fractional Powersβ˜…β˜…β˜…β˜…β˜†β± 20 min

πŸ“˜ Definition

General Binomial Expansion

(1+y)n(1 + y)^n

For any real number and , the infinite binomial expansion is:

Example:

Valid for all non-positive-integer , unlike the finite expansion for positive integers

To expand expressions of the form where , first factor out to get the standard form, then apply the general expansion. Always state the range of validity for the expansion.

πŸ“ Worked Example

Find the first three non-zero terms of the expansion of and state its range of validity.

  1. 1

    Rewrite the function to match the standard form: , so ,

  2. 2

    Substitute into the general expansion up to the term:

  3. 3
    (1+y)n=1+ny+n(nβˆ’1)2!y2+...(1 + y)^n = 1 + ny + \frac{n(n-1)}{2!}y^2 + ...
  4. 4
    (1+2x)βˆ’1=1+(βˆ’1)(2x)+(βˆ’1)(βˆ’2)2(2x)2+...=1βˆ’2x+4x2βˆ’...(1 + 2x)^{-1} = 1 + (-1)(2x) + \frac{(-1)(-2)}{2}(2x)^2 + ... = 1 - 2x + 4x^2 - ...
  5. 5

    Calculate the range of validity from :

  6. 6
    ∣2x∣<1β€…β€ŠβŸΉβ€…β€Šβˆ£x∣<12|2x| < 1 \implies |x| < \frac{1}{2}

4. Common Pitfalls

Wrong move:

Skipping polynomial division for improper rational functions before partial fractions

Why:

Partial fraction rules only apply to proper fractions, leading to an incorrect decomposition

Correct move:

Always compare the degrees of numerator and denominator first; divide if

Wrong move:

Only including the highest degree term for repeated linear factors

Why:

Missing lower degree terms changes the overall expression, leading to wrong constants

Correct move:

For , include terms from up to

Wrong move:

Forgetting to factor out the leading constant when expanding

Why:

The standard expansion is only valid for , so all coefficients will be wrong

Correct move:

Factor out first to get before expanding

Wrong move:

Omitting or incorrectly writing the range of validity for binomial expansion

Why:

Examiners consistently award at least one mark for the correct validity, which is required for all non-positive

Correct move:

Always rearrange to get a condition on and write it clearly

5. Quick Reference Cheatsheet

Concept

Rule

Proper rational function

Improper rational function

; divide first

Distinct linear

Term:

Repeated linear

Terms:

Irreducible quadratic

Term:

Binomial expansion

Expansion validity

for all ve integer

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Partial fraction decomposition

  • 2023 Β· 2

    Binomial expansion of rational function

  • 2021 Β· 1

    Improper fraction simplification

Going deeper

What's Next

This module lays the foundation for many core topics in CIE A-Level Pure Mathematics 3. Partial fraction decomposition is a required pre-processing step for integrating rational functions and solving differential equations with separable or linear forms. Binomial expansion of rational functions with negative and fractional powers is used for approximating functions, finding series expansions, and working with infinite sequences. Mastery of these algebraic manipulation skills is essential to access full marks on multi-step questions that combine multiple topics, which are common in P3 exams. Building on these skills will let you tackle more advanced concepts confidently.