Writing complicated integral in terms of the Gamma function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
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:
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   Reactions: 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   Reactions: davidbenari
Yeah I've corrected it now. Thanks!