please learn to use latex, did you mean to integrate this: \frac{1}{x^2(1-x)(1-x^2)}?
(click on it to see how i wrote it...)
#3
teng125
416
0
ya,this is what i mean
#4
fargoth
318
6
try splitting the exprassion: \frac{1}{x^2(1-x)^2(1+x)}=\frac{1}{x^2(1-x)^2}-\frac{1}{x(1-x)^2(1+x)}
for example... you can keep simplifying it.
#5
fargoth
318
6
its easy to get rid of x (put 1+x-x), the generic way to simplify is \frac{1}{(1+x)(1-x^2)}=\frac{A}{1+x}+\frac{Bx+C}{1-x^2}
and A B and C for them to sattisfy the equation.
#6
Tx
Simplify the bottom to,
1/ x^2(x-1)^2(x+1)
Then:
1 = Ax/x^2 + Cx+D/(x-1)^2 + E/(x+1)
1= Ax(x-1)^2(x+1) + (Cx+D)x^2(x+1) + E(x-1)^2x^2
Collect like terms and solve for A -> E and then integrate.