Partial fraction decomposition rewrites a rational function $\dfrac{P(x)}{Q(x)}$ (where degree of $P$ is less than degree of $Q$) as a sum of simpler fractions. This is essential for integration and series work at HL.
| Denominator factor | Partial fraction form |
|---|---|
| $(ax+b)$ — linear | $\dfrac{A}{ax+b}$ |
| $(ax+b)^2$ — repeated linear | $\dfrac{A}{ax+b} + \dfrac{B}{(ax+b)^2}$ |
| $(ax^2+bx+c)$ — irreducible quadratic | $\dfrac{Ax+B}{ax^2+bx+c}$ |
An irreducible quadratic is one that cannot be factored over the reals (discriminant $b^2 - 4ac < 0$). The key technique for finding constants is the cover-up method (substitute the root of each linear factor) or comparing coefficients.
IB HL requires proficiency in four main proof methods. Each serves different types of mathematical claims.
A system of three equations in three unknowns can be solved using Gaussian elimination (row reduction). The augmented matrix is reduced to row echelon form (REF).
$\dfrac{A}{x} + \dfrac{B}{x+1} + \dfrac{C}{x-1}$. Multiply through: $2x^2+x-1 = A(x+1)(x-1)+Bx(x-1)+Cx(x+1)$.
$x=0$: $-1 = -A \Rightarrow A=1$. $x=-1$: $2-1-1=B(-1)(-2) \Rightarrow 0=2B \Rightarrow B=0$. $x=1$: $2+1-1=C(1)(2) \Rightarrow C=1$.
Result: $\dfrac{1}{x} + \dfrac{1}{x-1}$
Base case ($n=1$): $1+2=3$, divisible by 3. ✓
Assume $k^3+2k = 3m$ for some integer $m$.
Step ($n=k+1$): $(k+1)^3+2(k+1) = k^3+3k^2+3k+1+2k+2 = (k^3+2k) + 3k^2+3k+3 = 3m + 3(k^2+k+1)$, which is divisible by 3. $\square$
Row reduce: after elimination, the third row becomes $[0\;0\;0\;|\;k-5]$. For a solution to exist, we need $k=5$, giving infinitely many solutions (one free variable). For $k \ne 5$, the system is inconsistent.