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 ?
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 ?
Copyright © 2021 JogjaFile Inc.
Mathematica returns your answer too:
In:= Integrate[(x Log[x])^3,{x,0,1}]Out=-3/128