Here is an integral I have been struggling with:
$$\int{\frac{1+x^2}{(1-x^2)(\sqrt{1+x^4})}}dx$$
Here is what I have done so far:
First, I make some cancellations
$$\int{\frac{1+x^2}{(1-x^2)(\sqrt{1+x^4})}}dx = \int{\frac{1+x^2}{(1-x^2)(\sqrt{(1+x^2)^2})}}dx= \int{\frac{1+x^2}{(1-x^2)(1+x^2)}}dx$$
Notice that because $(1+x^2)-(1+x^2) = 0$, the top and the bottom $1+x^2$ will cancel, and then we can factor the bottom
$$\int{\frac{1}{1-x^2}}dx = \int{\frac{1}{(1-x)(1+x)}}dx$$
Now I make some simplifications to the equation
$$\int{\frac{dx}{1-x^2}} = \int{\frac{1}{(1-x)}dx\int{\frac{1}{(1+x)}}}dx$$ $$d\int{\frac{x}{1-x^2}} = (-\ln(x)+1)(\ln(x)+1)$$ $$d\int{\frac{x}{1-x^2}} = 1-\ln^2(x)$$ $$d\int{(\frac{x}{1}-\frac{x}{x^2})} = 1-1n^2(x)$$ $$d\int{(x-\frac{1}{x})} = 1-n^2(x)$$ $$d(\frac{1}{2}x^2-\ln(x)) = 1-n^2(x)$$ $$d = \frac{1-n^2(x)}{\frac{1}{2}x^2-\ln(x)}$$ So I solved for $d$, but this isn't one of the multiple choice options...
Any ideas?
Thanks!