Integral Homework: Solving $\int_0^{\infty} \frac{\log (x+1)}{x(x+1)} dx$

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Integral
Click For Summary

Homework Help Overview

The problem involves evaluating the integral \(\int_0^{\infty} \frac{\log (x+1)}{x(x+1)} dx\), which falls under the subject area of calculus, specifically improper integrals and logarithmic functions. Participants are exploring various methods to approach this integral, noting challenges with convergence and divergence.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss converting the logarithm to a series and the difficulties encountered with divergent integrals. Some suggest using integration by parts or changing variables to simplify the integral. Others propose using the dilogarithm function and its properties, while questioning the appropriateness of using tabulated results in the context of homework.

Discussion Status

The discussion is active, with multiple approaches being explored, including series expansions and variable substitutions. Some participants have found certain methods more effective than others, and there is an ongoing exchange of ideas about the best way to handle convergence issues. No explicit consensus has been reached, but several productive directions have been identified.

Contextual Notes

Participants note the potential divergence of the integral and the need for careful handling of convergence. There is also mention of homework constraints that may limit the use of certain advanced functions or results.

Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement


##\displaystyle \int_0^{\infty} \frac{\log (x+1)}{x(x+1)} dx##

Homework Equations

The Attempt at a Solution


I tried to convert the log to a series, but that got be nowhere, since the resulting integral was divergent. Any hints on how to approach this?
 
  • Like
Likes   Reactions: lurflurf
Physics news on Phys.org
Mr Davis 97 said:

Homework Statement


##\displaystyle \int_0^{\infty} \frac{\log (x+1)}{x(x+1)} dx##

Homework Equations

The Attempt at a Solution


I tried to convert the log to a series, but that got be nowhere, since the resulting integral was divergent. Any hints on how to approach this?

The indefinite integral can be expressed in terms of the non-elementary function ##\text{dilog}(\cdot)##, defined as
$$\text{dilog}(w) = \int_1^w \frac{\ln t}{1-t} \, dt $$
Some progress stems from integration by parts, using
$$u = \log(x+1) \;\;\text{and} \;\; dv = \frac{dx}{x(x+1)} $$
 
  • Like
Likes   Reactions: jim mcnamara and lurflurf
hint find for ##k+k^\ast>-2##
##\int_0^\infty \log(x+1)(x+1)^{-k-2} dx##
then use geometric series
$$I=\int_0^\infty \frac{log(x+1)}{x(x+1)}dx\\
=\int_0^\infty \frac{log(x+1)}{[(x+1)-1](x+1)}dx\\
=\int_0^\infty \frac{log(x+1)}{[1-1/(x+1)](x+1)^2}dx\\
=\sum_{k=0}^\infty \int_0^\infty \log(x+1)(x+1)^{-k-2} dx $$
 
Last edited:
Mr Davis 97 said:
I tried to convert the log to a series, but that got be nowhere, since the resulting integral was divergent. Any hints on how to approach this?
Your way is better than mine, but it helps to change variables.
let u=x/(x+1)
##
\int_0^\infty \frac{\log(x+1)}{x(x+1)}dx=\int_0^1 -\log(1-u)\frac{du}{u}
##
now expand in series.
I guess the two ways are similar, my way has an easy integral that looks hard and an easy series expansion that looks easy, your way has an easy integral that looks easy and an easy series expansion that looks hard. That was a fun integral.
 
  • Like
Likes   Reactions: Mr Davis 97
Ray Vickson said:
The indefinite integral can be expressed in terms of the non-elementary function ##\text{dilog}(\cdot)##, defined as
$$\text{dilog}(w) = \int_1^w \frac{\ln t}{1-t} \, dt $$
Some progress stems from integration by parts, using
$$u = \log(x+1) \;\;\text{and} \;\; dv = \frac{dx}{x(x+1)} $$
https://en.wikipedia.org/wiki/Polylogarithm
That is nice. The change of variable t=1/(x+1) puts the given integral in the desired form. If we know in your notation (notation varies) ##\mathrm{dilog}(0)## we are done, otherwise we can use dilog identities or expand the logarithm in series as suggested. I was confused about the integration by parts at first I tried something similar and got stuck. Now I see the change of variable and integration by parts are equivalent. That is pretty weird.
 
Last edited:
lurflurf said:
https://en.wikipedia.org/wiki/Polylogarithm
That is nice. The change of variable t=1/(x+1) puts the given integral in the desired form. If we know in your notation (notation varies) ##\mathrm{dilog}(0)## we are done, otherwise we can use dilog identities or expand the logarithm in series as suggested. I was confused about the integration by parts at first I tried something similar and got stuck. Now I see the change of variable and integration by parts are equivalent. That is pretty weird.

There is a wealth of material about the dilog (and other polylog functions), including values at some special arguments and the like. That allows the proposed definite integral to be performed in terms of known functions and their values, but whether the OP would be permitted to just go ahead and use those tabulated results is, or course, another matter entirely.
 
lurflurf said:
Your way is better than mine, but it helps to change variables.
let u=x/(x+1)
##
\int_0^\infty \frac{\log(x+1)}{x(x+1)}dx=\int_0^1 -\log(1-u)\frac{du}{u}
##
now expand in series.
I guess the two ways are similar, my way has an easy integral that looks hard and an easy series expansion that looks easy, your way has an easy integral that looks easy and an easy series expansion that looks hard. That was a fun integral.
This way allowed me to solve it. Where did you come up with the substitution ##\displaystyle u=\frac{x}{x+1}## though?
 
^As you point out we need to do something about the convergence.
Taking the reciprocal helps this.
Another idea would have been to split the domain and use different series
for each but I wanted to avoid that.
I had expanding log(1-x) in mind, though using log(x) like Ray Vickson did worked also.
##dI=\frac{\log(x+1)}{x(x+1)}dx\\
=-\frac{\log(\frac{1}{x+1})}{x(x+1)}dx\\
=-\frac{\log(1+\frac{1}{x+1}-\frac{x+1}{x+1})}{x(x+1)}dx\\
=-\frac{\log(1-\frac{x}{x+1})}{\frac{x}{x+1}(x+1)^2}(x+1)^2d\left(\frac{x}{x+1}\right)##
 
You could also use the substitution ##x = e^u-1## and then expand the integrand in powers of ##e^{-u}##.
 

Similar threads

Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
3K
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K