How does one evaluate a function in the form of $$\int \ln^nx\space dx$$ My trusty friend Wolfram Alpha is blabbering about $\Gamma$ functions and I am having trouble following. Is there a method for indefinitely integrating such and expression? Or if there isn't a method how would you tackle the problem?
2026-04-29 17:18:30.1777483110
How to find $\int \ln^nx\space dx$
6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let $$F_n=\int \log^n(x) dx$$ so by integration by parts (we derivate $\log^n(x)$) we have $$F_n=x\log^n(x)-n\int\log^{n-1}(x)dx=x\log^n(x)-nF_{n-1}$$ so we find $F_n$ by induction by the relation:
$$\left\{\begin{array}\\ F_0=x+C\\ F_{n}=x\log^n(x)-nF_{n-1},\quad n\geq 1 \end{array}\right.$$
Added$\ $ We can write a simple procedure with Maple which gives the expression of $F_n$ for every $n$ as follow:
We can prove by induction that $$F_n=x\log^n(x)+\sum_{k=1}^{n-1}(-1)^{n-k}\frac{n!}{k!} x\log^k(x)+(-1)^nx+C$$