How do you integrate (ln(x))^2? dx

  • Thread starter Thread starter maxfails
  • Start date Start date
  • Tags Tags
    Dx Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 58K views
maxfails
Messages
10
Reaction score
0
it seems you can't use the property ln x^n = n ln x.

I'm thinking there's integration by parts involved but not sure.
 
Physics news on Phys.org
ln xn = t
x = et
dx = et dt

so initial eqn becomes

[tex]\int t^n e^t dt[/tex]

and now integrate by parts
 
ln xn = t
x = et
dx = et dt

so initial eqn becomes

[tex]\int t^n e^t dt[/tex]

[tex]ln \ x^n = t[/tex]

[tex]e^{ln \ x^n} = e^t[/tex]

[tex]x^n=e^t[/tex]

[tex]\frac{d}{dt} \ (x^n)=\frac{d}{dt} \ (e^t)[/tex]

[tex]0=e^t[/tex]

remember that:

[tex]x=exp \ y \Leftrightarrow y=ln \ x[/tex]

So

[tex]0=e^t \Leftrightarrow t = ln \ 0[/tex]

Since ln 0 is undefined, so t is undefined too...

:confused:
 
maxfails said:
it seems you can't use the property ln x^n = n ln x.

The problem is that this formula is [itex]\ln(x^n)=n\ln(x)[/itex], but you are now interested in [itex](\ln(x))^n[/itex] which is different. You probably knew this, but didn't sound very sure about it.

I'm thinking there's integration by parts involved but not sure.

Well tiny-tim of course answered quite sufficiently already, but I thought I would like to say that personally I like writing recursive formulas such as this:

[tex] (\ln(x))^n = D_x \big(x(\ln(x))^n\big) - n(\ln(x))^{n-1}[/tex]

fundoo, optics.tech, those were quite confusing comments :bugeye:
 
Umm there's a difference between (ln(x))^2 and ln(x^2). The first is what you seem to have, the latter is 2*ln(x).