PDA

View Full Version : Integral of Natural Log Part II


wubie
Feb5-04, 10:42 PM
Hi,

I am still having trouble with taking the integral of the following:

integral of ln(x+1) dx

I am trying to do it by parts but I end up getting stuck. I had no problem doing:

integral of ln x dx

But I can't seem to get

integral of ln (x+1) dx


Let u = ln (x+1) then du = 1/ (x+1)

Let dv = dx then v = x.

So then

integral of ln (x+1) dx =

ln(x+1)*x - integral of x/(x+1) dx

I then though that I would integrate the last part by parts again.

Let u = x then du = dx

Let dv = 1/(x+1) then v = ln(x+1)

So then

integral of x/(x+1) dx =

x*ln(x+1) - integral of ln(x+1) dx.

So far I now have

integral of ln (x+1) dx =

ln(x+1)*x - [x*ln(x+1) - integral of ln(x+1) dx]

But then all I end up getting is

integral of ln (x+1) dx = integral of ln (x+1) dx

So I am back to where I started. What am I doing incorrectly?

Any help is appreciated. Thankyou.

stoffer
Feb5-04, 11:50 PM
you know the integral of ln[x] and now u want integral of ln[x+1]?
Is it just me or do I hear x+1 begging to be substituted??

wubie
Feb6-04, 12:07 AM
!@#$!@#$!@#$!@#$%!@#$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

What is wrong with me tonight? I can't see anything. >8(

Thanks stoffer.

Cheers.

stoffer
Feb6-04, 12:09 AM
no prob. we all have our moments

NateTG
Feb6-04, 01:37 PM
\int \ln(x+1) dx
let u=x+1
then du=1 dx
so you have
\int \ln(u) du
which is:
now you can apply the formula I gave you in the other thread so you get:
u \ln u - u = (x+1) \ln (x+1) - (x+1)

FYI derivation of the formula:

\int \ln(x) dx = \int \ln(x) * 1 dx
now by parts we have:
u=\ln(x)
dv=1dx
so
du=\frac{1}{x} dx
v=x
so
\int 1 * \ln(x) dx=\int u dv = uv+C_1-\int v du =
x \ln x +C_1- \int x* \frac{1}{x} dx=x \ln x +C_1- \int 1dx = x \ln x +C_1- x+C_2=
x \ln x -x +C