After The School
Class 12MathematicsChapter 7: Integrals

7.4 Integration by Partial Fractions

Partial fraction decomposition table and worked example.

7.4 Integration by Partial Fractions

When the integrand is a rational function P(x)Q(x)\dfrac{P(x)}{Q(x)} where degP<degQ\deg P < \deg Q, decompose into partial fractions.

Form of Q(x)Q(x)Partial Fraction Decomposition
(xa)(xb)(x - a)(x - b)Axa+Bxb\dfrac{A}{x-a} + \dfrac{B}{x-b}
(xa)2(x - a)^2Axa+B(xa)2\dfrac{A}{x-a} + \dfrac{B}{(x-a)^2}
(xa)(x2+bx+c)(x - a)(x^2 + bx + c)Axa+Bx+Cx2+bx+c\dfrac{A}{x-a} + \dfrac{Bx + C}{x^2+bx+c}

Example

Evaluate 1(x1)(x+2)dx\displaystyle\int \frac{1}{(x-1)(x+2)}\,dx.

Using partial fractions:

1(x1)(x+2)=Ax1+Bx+2\frac{1}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}

Solving: A=13A = \dfrac{1}{3}, B=13B = -\dfrac{1}{3}.

1(x1)(x+2)dx=13lnx113lnx+2+C=13lnx1x+2+C\int \frac{1}{(x-1)(x+2)}\,dx = \frac{1}{3}\ln|x-1| - \frac{1}{3}\ln|x+2| + C = \frac{1}{3}\ln\left|\frac{x-1}{x+2}\right| + C