Improper integration change of variables

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Gregg
Messages
452
Reaction score
0

Homework Statement



show

[tex]\int _1^{\infty }\frac{1}{x^2}\text{Log}[x]dx=-\int_0^1 \text{Log}[x] \, dx[/tex]

similarly show

[tex]\int _0^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx = 0[/tex]


The Attempt at a Solution



For the first part a substitution 1/x works.

The second part I cannot do, I thought about

[tex]\int _0^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx=\int _1^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx+\int _0^1\frac{1}{x^2+1}\text{Log}[x]dx[/tex]

and then trying to maybe show

[tex]\int _1^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx=-\int _0^1\frac{1}{x^2+1}\text{Log}[x]dx[/tex]

but for now I am not sure what to do.
 
Physics news on Phys.org
Try substituting u=1/x in one of your final two integrals.
 
[tex]\int _1^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx=\int _1^0\frac{1}{u^2+1}\text{Log}<u>du </u>[/tex]

[tex]\int _1^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx+\int _0^1\frac{1}{x^2+1}\text{Log}[x]dx=\int _0^{\infty }\frac{1}{x^2+1}\text{Log}[x]dx=0[/tex]

thanks!