If the integrand is in the form of an algebraic fraction & the integral cannot be evaluated by simple methods, the fraction requires to be expressed in partial fractions before integration takes place.
We decompose fractions into partial fractions like this due it makes certain integrals much easier to do, & it is applied in the Laplace transform, which we meet later.
Evaluate ∫ (x2 + 1) / (x2 -5x + 6) dx.
The integration by partial fractions is not a proper rational function on dividing
(x2 + 1) by (x2 - 5x + 6), we get
(x2 + 1) / (x2 - 5x + 6) =1 + (5x - 5) / (x2 -5x + 6) =1 + (5x -5) / (x - 2) (x - 3)
Now, let (5x - 5) / ( x - 2)(x - 3) = A / ( x -2) + B / ( x -3)
=> (5x - 5) / (x - 2) (x -3) = A(x -3) + B(x -2) / (x -2) (x -3)
Placing x =2 on both sides of (i), we get A = -5
Placing x =3 on both sides of (i), we get B =10
( x2 + 1) / (x2 - 5x +6) =1 - 5 / (x -2) + 10 / (x -3)
=> ∫ (x2 + 1) / (x2 -5x + 6)dx = ∫ dx - 5 ∫ dx / (x - 2) + 10 ∫ dx / (x -3)
= x -5 log | x -2 | + 10 log | x -3 | + C