1

What is the approach I should have? How can I calculate this integral? I put it into Mathematica in order to get a step by step solution, but Mathematica does not give a step by step explanation. The Wolfram solution incorporates a Gamma function but I don't know it.

Do I need to know this Gamma function to proceed?

$$\int_1^n\frac{1}{(\ln x)^p}dx$$

Thank you.

Charlie
  • 1,492

2 Answers2

1

You do need Gamma function after substitution $t=\ln x$ and even more. Mathematica gives a reslt but in trems of special functions. $$ \log ^{-p}(n) \left(p \Gamma (-p) (-\log (n))^p-\log (n) E_p(-\log (n))\right) $$ Here $E_p$ is an exponential integral function.

Norbert
  • 56,803
1

I think the issue here is that you need special functions to be able to express this integral in closed form, and without them you cannot. The reason for this is that some integrals cannot be expressed solely in terms of elementary functions.