Writing complicated integral in terms of the Gamma function

davidbenari
Messages
466
Reaction score
18

Homework Statement


Write ##\int_{0}^{1}x^2(ln\frac{1}{x})^3 dx## in terms of the gamma function

2. Relevant equation
##\Gamma(p+1)=p\Gamma(p)##

The Attempt at a Solution


Say ##x=e^{-u}## one would eventually obtain the integral

##\int_{-\infty}^{0} u^3 e^{-u} du##

STEPS:
##x=e^{-u}## ##e^{u}=1/x## ##u=ln(1/x)## ##du=xdx##

##\int_{0}^{1}x^2(ln\frac{1}{x})^3 dx=\int_{0}^{-\infty} e^{-u} x u^3 \frac{du}{x}=\int_{-\infty}^{0} u^3 e^{-u} du##

Which wants to look like a gamma function but isn't because of the limits.
 
Last edited:
Physics news on Phys.org
I don't know what went wrong with the substitution (can you show the steps?), but the last integral diverges.
 
  • Like
Likes davidbenari
sure I'll edit to add.
 
I've added it now mfb.
 
davidbenari said:
##du=xdx##
I don't think that is right.
And your integral limits look wrong, too.
x=1 corresponds to u=0, but x=0 corresponds to a different value for u.
 
  • Like
Likes davidbenari
Yeah I've corrected it now. Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top