Integrating Ln $(x)^p$: Step-by-Step Guide

  • Context:
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Integrating Ln
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Dustinsfl
Messages
2,217
Reaction score
5
$$
\int (\ln x)^pdx, \quad p > 0
$$
How do I go about integrating this?
 
Physics news on Phys.org
Is $p$ an integer? If so, then you could do $u=\ln(x)$, which leads to
$$\int u^{p}e^{u}\,du,$$
which succumbs to by-parts as many times as you need. I'd recommend tabular integration in that case. If $p$ can be real, you get something a bit more nasty, with the incomplete Gamma function in there. I don't know how you get that result. I'd have to study a bit.
 
Ackbach said:
Is $p$ an integer? If so, then you could do $u=\ln(x)$, which leads to
$$\int u^{p}e^{u}\,du,$$
which succumbs to by-parts as many times as you need. I'd recommend tabular integration in that case. If $p$ can be real, you get something a bit more nasty, with the incomplete Gamma function in there. I don't know how you get that result. I'd have to study a bit.

p is a real number.