Find $\int \frac{4x}{x^4-1} dx$ using partial fractions: $\frac{4x}{x^4-1}=\frac{4x}{(x^2+1)(x^2-1)}=\frac{4x}{(x^2+1)(x+1)(x-1)}=\frac{A}{x+1}+\frac{B}{x-1}+\frac{Cx+D}{x^2+1}$ we see that therefore $A=1, B=1, C=-2, D=0$ which gives us the following indefinite integral: $\int \frac{1}{x+1}+\frac{1}{x-1}+\frac{-2x}{x^2+1} dx$ The first two terms I come up with $\ln |x+1|+\ln |x-1|$ And for the final term I u-substitute: $u=x^2, -du=-2xdx$ therefore the last integral becomes $-\int \frac{du}{u+1}$ which is $-\ln |u+1|$ All told I have $$\int \frac{4x}{x^4-1} dx=\ln |x+1|+\ln |x-1|-\ln |x^2+1| +c$$ No? (Apologies now for errors in typesetting)
Asked
Active
Viewed 38 times
0
1 Answers
1
Assume $x^2=p$ and you get $x^4-1=p^2-1$ and $2x\cdot dx=dp$. Thus your integral is equivalent to $2\int \frac{1}{p^2-1} \cdot dp$
Vidyanshu Mishra
- 10,143
$$2\int \frac{1}{u^2 - 1} du$$
which will be a much simpler partial fraction decomposition. – OneGapLater Oct 18 '17 at 21:48