Pesky integral involving exponentials

  • Thread starter Thread starter T-7
  • Start date Start date
  • Tags Tags
    Integral
T-7
Messages
62
Reaction score
0
Hi,

I am trying to see how, in my textbook,

\frac{1}{3}\int_{0}^{\infty}x^3 ln(1-e^{-x}) dx<br /> = \frac{1}{3}\left[ x^3 ln(1-e^{-x}) \right]_{0}^{\infty} - \frac{1}{3}\int_{0}^{\infty} \frac{x^3 dx}{e^x - 1} <br /> = - \frac{\pi^4}{45}

The integration by parts is clear enough, it's clear that first term of the middle expression evaluates at zero, and I recognise the standard integral that has been used to resolve the remaining integral... but how has exponent of e in the second integral suddenly gone from negative to being positive, without any change in the limits etc?

I would have written:

\frac{1}{3}\int_{0}^{\infty}x^3 ln(1-e^{-x}) dx<br /> = \frac{1}{3}\left[ x^3 ln(1-e^{-x}) \right]_{0}^{\infty} - \frac{1}{3}\int_{0}^{\infty} \frac{x^3 dx}{1 - e^{-x}} = \frac{1}{3}\int_{0}^{\infty} \frac{x^3 dx}{e^{-x} - 1}

I'm sure it's obvious, but I'm not seeing it just now.

Cheers!
 
Last edited:
Physics news on Phys.org
Hopefully this is what you are asking:

if you think of integration by parts as being f g' = f g - \int g f, then they are letting ln (1-e^-x) be the f in this case.

Taking the derivative gives 1/1 - e^-x(-e^-x)(-1) by the chain rule. The two negatives cancel out to give

1/1 - e^-x(e^-x).

Bring e^-x = 1/e^x so your f' will be 1/e^x (1 - e^-x)

Multiply through to get f' = 1/e^x - 1
 
VeeEight said:
Hopefully this is what you are asking:

if you think of integration by parts as being f g' = f g - \int g f, then they are letting ln (1-e^-x) be the f in this case.

Taking the derivative gives 1/1 - e^-x(-e^-x)(-1) by the chain rule. The two negatives cancel out to give

1/1 - e^-x(e^-x).

Bring e^-x = 1/e^x so your f' will be 1/e^x (1 - e^-x)

Multiply through to get f' = 1/e^x - 1

Of course. I just wasn't handling the log properly when I differentiated it (!).

Cheers.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top