2 / | | 1 | --------- dx | p | x*log (x) | / 0
Integral(1/(x*log(x)^p), (x, 0, 2))
/ // -log(x) \ | ||--------------------- for p != 1| | 1 || p p | | --------- dx = C + |<- log (x) + p*log (x) | | p || | | x*log (x) || log(log(x)) otherwise | | \\ / /
2 / | | -p | log (x) | -------- dx | x | / 0
=
2 / | | -p | log (x) | -------- dx | x | / 0
Integral(log(x)^(-p)/x, (x, 0, 2))
Use the examples entering the upper and lower limits of integration.