Solving Integrals Using Substitution

Lancelot59
Messages
640
Reaction score
1
I'm attempting to solve the following problem:

\int_{0}^{\infty} {\frac{x arctan(x)}{(1+x^{2})^{2}}dx}

I started with a substitution:

u=arctan(x), du=\frac{1}{(1+x^{2})}dx

This seemed like the right thing to do, but after trying to put it together in several different ways I got nowhere. I looked at what WolframAlpha had to say. It got this after doing the same substitution:

\int_{}^{} {u sin(u)cos(u)du}

I've gone at this for over half an hour now and I've gotten nowhere. Some insight into how this step was made would be appreciated.
 
Physics news on Phys.org
What will happen if you make u=(1+x^2)^2?
 
I got this:

\int_{}^{} {\frac{arctan(x)}{u*4\sqrt{u}du}
which can be:
\int_{}^{} {\frac{arctan(x)}{4u^{\frac{3}{2}}}du}

It's not incredibly helpful. I see no way of dealing with that arctangent.
 
If u = arctan(x), what does x equal?
 
Lancelot59 said:
I'm attempting to solve the following problem:

\int_{0}^{\infty} {\frac{x arctan(x)}{(1+x^{2})^{2}}dx}

I started with a substitution:

u=arctan(x), du=\frac{1}{(1+x^{2})}dx
There is still a factor of x in the numerator that is unaccounted for, so this substitution isn't feasible.
Lancelot59 said:
This seemed like the right thing to do, but after trying to put it together in several different ways I got nowhere. I looked at what WolframAlpha had to say. It got this after doing the same substitution:

\int_{}^{} {u sin(u)cos(u)du}

I've gone at this for over half an hour now and I've gotten nowhere. Some insight into how this step was made would be appreciated.

Use integration by parts, with u = arctan(x) and dv = xdx/((1 + x^2)^2). The resulting integral can be evaluated using a trig substitution.

The original integral is improper because of the infinity as one of the limits of integration, so you will need to take a limit at some point. One way to go about this is to evaluate this integral:
\int_0^b \frac{x~arctan(x)~dx}{(1 + x^2)^2}

Your result of this integral will involve b, so take the limit as b goes to infinity to get your final answer.
 
I'll try that solution out. I usually solve the indefinite integral first, then work out the proper solution for the definite integral with the limit.
-\frac{arctan(x)}{2(1+x^{2})}+\frac{1}{2}\int_{}^{} {(\frac{1}{(1+x^{2})})^{2}dx}

I don't see a trig substitution working for that integral. I'll keep working at it.
 
Last edited:
Lancelot59 said:
I'll try that solution out. I usually solve the indefinite integral first, then work out the proper solution for the definite integral with the limit.
-\frac{arctan(x)}{2(1+x^{2})}+\frac{1}{2}\int_{}^{} {(\frac{1}{(1+x^{2})})^{2}dx}

I don't see a trig substitution working for that integral. I'll keep working at it.

\int_{}^{}(\frac{1}{(1+x^{2})^2}dx

Substitute x = tanθ, the dx = sec^2(θ)dθ

Integration becomes

\int_{}^{}cos^2(\theta)d(\theta)

Substitute cos^2(\theta)= \frac{1}{2}(1 + cos2(\theta))

Now solve the integration.
 
Last edited:
Yup, I managed to get it. Thanks for the help.
 
Back
Top