Is there some way, how to solve this problem? $$ \int \ln^n(x) dx \text{, where } n \in \mathbb{N} $$ I really don't know, what to do with $n$.
2026-05-14 20:10:38.1778789438
Integrate a power of logarithm
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Use integration by part: $$\begin{align} \int \ln^n(x)dx=\int(x)'\ln^n(x)dx \\ =x\ln^{n}(x)+\int x (\ln^{n}(x))dx \\ =x\ln^{n}(x)+\int x \frac{1}{x}n \ln^{n-1}(x)dx\\ =x\ln^{n}(x)+n\int \ln^{n-1}(x)dx \end{align}$$