I have this exercise, and I get the right result. But while I think the first part is ok, the second part is from a formal stand point pretty hairy. So here the first part (I left some step out, but they should be for the most of you obvious):
$$\int_1^\infty \frac{1}{x+x^3} \,dx = \int_1^\infty \frac{1}{x(1+x^2)} \,dx= \int_1^\infty \frac{1}{x}-\frac{x}{(1+x^2)} \,dx= \left[\ln(x)\right]_1^\infty - \left[\frac{1}{2} ln(1+u)\right]_1^\infty$$
In the following second part, at least when I start to do arithmetic manipulation with $\infty$, it's not formal anymore.
$$ \left[\ln(x)\right]_1^\infty - \left[\frac{1}{2} ln(1-u)\right]_1^\infty = \ln(\infty)-ln(1)-\frac{1}{2} \ln(1-\infty)+\frac{1}{2}\ln(2) = \infty -\frac{1}{2} \infty +\frac{1}{2}\ln(2) = \frac{\ln 2}{2}$$
So it would be great if someone could show me a formal way to solve this integral.