Algebra (Pure 3)
| English | Chinese | Pinyin |
|---|---|---|
| partial fractions | 部分分式 | bù fèn fēn shì |
| rational function | 有理函数 | yǒu lǐ hán shù |
| factorise | 因式分解 | yīn shì fēn jiě |
| repeated factor | 重复因式 | chóng fù yīn shì |
| irreducible quadratic | 不可约二次式 | bù kě yuē èr cì shì |
| binomial expansion | 二项展开式 | èr xiàng zhǎn kāi shì |
Splitting the unsplitable
- You can't integrate $\dfrac{1}{x^2 - 1}$ directly. But split it into $\dfrac{1}{2(x-1)} - \dfrac{1}{2(x+1)}$ and each piece is a simple logarithm.
- Partial fractions 部分分式 turn hard rational functions 有理函数 into easy pieces — essential for integration and series expansion.
Partial fractions
- A fraction with a factorised 因式分解 bottom splits into simpler fractions:
- This makes a rational function easy to integrate or expand.
Worked example. $\dfrac{x+4}{(x+1)(x-2)} = \dfrac{A}{x+1} + \dfrac{B}{x-2}$. Multiply through: $x+4 = A(x-2) + B(x+1)$. Set $x = -1$: $3 = -3A \Rightarrow A = -1$. Set $x = 2$: $6 = 3B \Rightarrow B = 2$. Result: $\dfrac{2}{x-2} - \dfrac{1}{x+1}$.

The scalar product measures how much of b points along a: |b| cos theta
Reciprocal curves
y = a/(x − b) + c
Partial fractions split a hard fraction into simple reciprocal pieces — each with a vertical and a horizontal asymptote.
Writing (x+4)/((x+1)(x−2)) = A/(x+1) + B/(x−2), substitute x = 2 to find B.
At x = 2: 2 + 4 = B(2 + 1), so 6 = 3B, giving B = 2.
Partial fractions make a rational function easier to integrate.
Each simple fraction integrates to a logarithm, so splitting first makes integration easy.
Repeated and quadratic factors
- Repeated factor 重复因式 $(cx+d)^2$: needs $\dfrac{B}{cx+d} + \dfrac{C}{(cx+d)^2}$.
- Irreducible quadratic 不可约二次式 $(x^2 + a^2)$: needs $\dfrac{Bx + C}{x^2 + a^2}$.
Don't forget the repeated factor term. $\dfrac{1}{x(x+1)^2} = \dfrac{A}{x} + \dfrac{B}{x+1} + \dfrac{C}{(x+1)^2}$. Missing the $\dfrac{C}{(x+1)^2}$ term is a common error.

Holiday figure
For 1/(x(x+1)²), the partial fraction form includes:
A repeated factor (x+1)² needs both B/(x+1) and C/(x+1)² terms.
Binomial expansion 二项展开式 for rational powers
- Works for fractional/negative $n$ when $|x| < 1$:
- e.g. $(1+x)^{1/2} = 1 + \tfrac12 x - \tfrac18 x^2 + \cdots$
The binomial expansion (1+x)ⁿ for a fractional or negative n is valid only when:
For non-positive-integer powers the series converges only for |x| < 1.
In the expansion of (1+x)^(1/2), the coefficient of x² is n(n-1)/2! where n=1/2. Find it.
(1/2)(1/2 - 1)/2 = (1/2)(-1/2)/2 = -1/8 = -0.125.
Worked example — integrating with partial fractions
- $\displaystyle\int \frac{x+4}{(x+1)(x-2)}\,dx = \int\left(\frac{2}{x-2} - \frac{1}{x+1}\right)dx = 2\ln|x-2| - \ln|x+1| + C$.
allow_no_figure: Algebraic technique (partial fractions decomposition) — the visual content is the algebraic manipulation itself, not a diagram.
- Use the factor theorem and remainder theorem: dividing a polynomial gives a quotient and a remainder.
∫ 2/(x-2) dx = 2 ln|x-2| + C. At x = 3, what is 2 ln|x-2| (to 2 dp)?
2 ln|3-2| = 2 ln(1) = 2 × 0 = 0.
You've got it
- partial fractions split a rational function for integrating/expanding
- match the form to the bottom (repeated factor → an extra $\dfrac{C}{(cx+d)^2}$ term)
- the binomial works for rational $n$ when $|x| < 1$