Integrating Natural Log Function using Integration by Parts Method

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


\int\ln{(2x+1)}dx=x\ln{(2x+1)}-\int\frac{2x}{2x+1}dx

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

\int\frac{2x+1-1}{2x+1}dx

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.
\int ln{(u)} du = u * (-1 + ln{(u)}) + C
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top