Improper Integrals Problem

80 Views Asked by At

Find the value of

$$\int_0^1(x \ln x)^3dx $$

Taking a substitute $x=e^{-y}$ i get the value as $$-3\over128$$

Does it look good ?

1

There are 1 best solutions below

0
On BEST ANSWER

Mathematica returns your answer too:

In:= Integrate[(x Log[x])^3,{x,0,1}]

Out=-3/128