Integration....help

Ton T.

New member
Joined
Sep 25, 2005
Messages
4
This problem is somewhat similar to Mr. Ne Ed help, but it's so complicated....please help.

int (+ Infinity to 0) (x tan^(-1) x) / ((1+x^2)^2) dx

How should I break it up into simplier form. Thank you.
 
Note: the bounds are from 0 to +infinty, not from +infinity to 0.

Like you said, this problem is similar to the one posted by Mr. Ne Ed Help, and coincidentally you can use the same method.

Perform integration by parts. Let

. . . . u=tan^(-1)x

and

. . . . dv=x/(1+x^2)^2 dx.
 
Hello, Ton T.!

It is similar to Mr. Ne Ed help's problem, but <u>much</u> more complicated.
. . I found a way . . . maybe someone has a better approach?

int (0 to +Infinity) [x tan<sup>-1</sup>x] / [(1 + x<sup>2</sup>)<sup>2</sup>] dx
.
We do it "by parts", of course.
. . . . . . . . . . . . . . . . . . . . . . . x dx
Let: u = tan<sup>-1</sup>x . . . . . dv = -----------
. . . . . . . . . . . . . . . . . . . . . .(1 + x<sup>2</sup>)<sup>2</sup>

. . . . . . . . . . . dx . . . . . . . . . . . . 1
Then: du = -------- . . . . v = - -----------
. . . . . . . . . 1 + x<sup>2</sup> . . . . . . . . 2(1 + x<sup>2</sup>)

. . . . . . . . . . . .tan<sup>-1</sup>x . . . . 1 . . . . . . . .dx
We have: . - ----------- . + .--- [INT] ------------
. . . . . . . . . . .2(1 + x<sup>2</sup>) . . . 2 . . . . . (1 + x<sup>2</sup>)<sup>2</sup>

This new integral can be solved with a Trig. Substitution: .x = tanθ

[Edit: Too fast for me again, Matt!]
 
Thank you for pointing me the way. I feel really stupid to ask you this, but I am still not see the end of this problem.

. . . . . . . . . . . .tan-1x . . . . 1 . . . . . . . .dx
We have: . - ----------- . + .--- [INT] ------------
. . . . . . . . . . .2(1 + x2) . . . 2 . . . . . (1 + x2)2

Substitute U = tan-1x so du = 1 / (1+x^2)dx still how can I integrate with (1+x^2)2? Sorry I am really bad in math.
 
Ok I get it. use the trig. identity. so if x = tany it would be (I don't how to put the sign you have on the forum)

int 1 / (1+tan^2y)^2 = int 1 / (sec^2y)^2 = int (cos^2y)^2 Then how can I get rid of y?
 
Top