4

I've been struggling with this one for a while, but couldn't do it. $$\int{\frac{1}{x^4\arctan(x)+x^3+x^2\arctan(x)+x}}dx$$ What I tried was factoring like so: $$I = \int{\frac{1}{(x^2+1)(x+x^2\arctan(x))}}dx$$then substitute $u=\arctan(x)$, which leads to: $$I=\int{\frac{1}{\tan(u)+u\cdot\tan^2(u)}}du$$which I've tried to solve using trigonometric identities, or even substituting $t = \ln(\tan(u))$, without success.

NotADeveloper
  • 731
  • 1
  • 4
  • 10

1 Answers1

4

Your method so far is good, and is what I would have done too. The trick now is to write: $$\int \frac{1}{\tan(u)+u\cdot \tan^2(u)}~du=\int \frac{\cot^2(u)}{u+\cot(u)}~du=\int \frac{\csc^2(u)-1}{u+\cot(u)}~du$$ Where we have used the well-known identity $\cot^2 (\theta) \equiv \csc^2 (\theta)-1$. Now substitute $s=u+\cot(u)$ and thus $ds=1-\csc^2(u)~du$, and you will obtain: $$\int \frac{\csc^2(u)-1}{u+\cot(u)}~du=-\int \frac{1}{s}~ds$$ Which is easy to evaluate.