Integrating Natural Log Function using Integration by Parts Method

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
3 replies · 24K views
jrmed13
Messages
14
Reaction score
0
Integrating Natural Log Function using "Integration by Parts" Method

Homework Statement


The problem says to integrate ln(2x+1)dx


Homework Equations


I used u=ln(2x+1); du = 2dx/(2x+1); dv=dx; v=x


The Attempt at a Solution


So, I integrated it using that (above) 'dictionary' and I got the expression xln(2x+1) - integral of (2x/2x+1)

I could substitute again and say that u=(1/(2x+1)); dv=2xdx, but that process would never end!
And, if I use u=(2x), then various parts of the equation would cancel and I would be left with integral of (ln(2x+1)) = integral of (ln(2x+1))...
I know that the answer should be 0.5(2x+1)ln(2x+1) - x +C, but I can't seem to get it!
 
Physics news on Phys.org


[tex]\int\ln{(2x+1)}dx=x\ln{(2x+1)}-\int\frac{2x}{2x+1}dx[/tex]

If you add 1 and subtract 1, you can attain your denominator.

[tex]\int\frac{2x+1-1}{2x+1}dx[/tex]

Now break it up, and go from there.
 


THANK YOU SO MUCH! (I got the answer :D)
 


This is the general rule that can be proved for any type of antideravitve of the the natural log function by use of integration by parts.
[itex]\int ln{(u)} du = u * (-1 + ln{(u)}) + C[/itex]