How do you integrate int (x)/((x^2-4)(x-3) dx using partial fractions?
1 Answer
Explanation:
We want to evaluate the integral:
int x/((x^2-4)(x-3)) \ dx
We can factorise the integrand:
x/((x^2-4)(x-3)) = x/((x-2)(x+2)(x-3))
And so the integrand will have a partial fraction decomposition of the form:
x/((x-2)(x+2)(x-3)) -= A/(x-2) + B/(x+2) + C/(x-3)
Leading to:
x -= A(x+2)(x-3) + B(x-2)(x-3) + C(x-2)(x+2)
Subs
Subs
Subs
So the partial fraction decomposition of the integrand is:
x/((x-2)(x+2)(x-3)) -= (-1/2)/(x-2) + (-1/10)/(x+2) + (3/5)/(x-3)
So the integral becomes:
int x/((x^2-4)(x-3)) \ dx = int \ (-1/2)/(x-2) - (1/10)/(x+2) + (3/5)/(x-3) \ dx
" " = -1/2ln |x-2| - 1/10ln|x+2| + 3/5ln|x-3| + C