jimen113
- 66
- 0
Homework Statement
use the method of partial fractions on \int \frac{36}{(x-2)(x-1)^2(x+1)^2} dx
2. Homework Equations
3. The Attempt at a Solution
\frac{A}{(x-2)} + \frac{B}{(x-1)} + \frac{C}{(x-1)^2} + \frac{D}{(x+1)} + \frac{E}{(x+1)^2}
I took the 36 out of the integral. Then
A(x-1) (x-1)^2 (x+1) (x+1)^2 + B(x-2) (x-1)^2 (x+1) (x+1)^2 + C (x-2)(x-1) (x+1) (x+1)^2 + D(x-2) (x-1) (x-1)^2 (x+1)^2 + E (x-2)(x-1) (x-1)^2 (x+1) =1
In the first fraction (A) (all terms cancel)
I tried to plug in x=
1, -1, 0, 2, -2, into (A(x-1) (x-1)^2 (x+1) (x+1)^2 + B(x-2) (x-1)^2 (x+1) (x+1)^2 + C (x-2)(x-1) (x+1) (x+1)^2 + D(x-2) (x-1) (x-1)^2 (x+1)^2 + E (x-2)(x-1) (x-1)^2 (x+1) =1)
so...
when x=1 I ended up with B(-2) +C(-4)=1 (I know this is probably simple algebra or I'm definitely screwing up somewhere
Any help is appreciated