To integrate x ln x, you need to understand the process for integrating ln x - it's basically the same thing. It's clear that you don't understand integration by parts yet, since your u and dv do not match your du and v respectively.
Note that du is (du/dx) dx and v = ∫dv (but without the constant).
So if u = x and dv = ln x dx, then du = dx and v = ∫ln x dx = x ln x - x (we'll show this in a minute).
So, consider ∫ln x dx. We integrate by parts, choosing:
u = ln x, dv = 1 dx
and so du = (d/dx ln x) dx = (1/x) dx, v = ∫1 dx = x.
So we get
∫ln x dx = ∫u dv = uv - ∫v du
= (ln x) (x) - ∫x (1/x) dx
= x ln x - ∫1 dx
= x ln x - x + c.
Now we have this, we use the same trick to integrate x ln x:
∫x ln x dx: let u = ln x, dv = x dx
Then du = 1/x dx, v = x^2/2
so we have
∫x ln x dx = (x^2/2) ln x - ∫(x^2/2)(1/x) dx
= (x^2 ln x) / 2 - ∫(x/2) dx
= (x^2 ln x) / 2 - x^2 / 4 + c.
2007-10-29 17:45:23
·
answer #1
·
answered by Scarlet Manuka 7
·
0⤊
0⤋
What you initially wrote in the question part is almost right...
u = lnx ... dv = x dx
du = dx/x .... v = 1/2*x^2
uv - int v*du
1/2x^2*lnx - 1/2 int (x^2/x *dx)
1/2x^2*lnx - 1/2 int (x dx)
1/2*x^2*lnx - 1/4*x^2 +c
you decided to chose u as lnx and dv as x dx, because u is most likely a power of x and dv is usually the other thing...
2007-10-30 00:40:50
·
answer #2
·
answered by sayamiam 6
·
0⤊
0⤋
let
u = lnx
du = dx/x
and
v = x dx
dv = x²/2
so:
int(udv) = uv - int(vdu)
=x ln(x) - int(x²/2 * dx/x)
= x ln(x) - (1/2) int(x dx)
= x ln(x) - (1/4) x² + C
In general if you have x * f(x), were f(x) could be sin(x), exp(x), you would pick u to be x, when f(x) is ln(x), you pick u=ln(x) becuase the derivative of ln(x) is just 1/x.
Also, in your work you have dv = lnx dx v = 1/x
recal that int(1/x) = ln x and int(ln x) = xlnx - x
you can prove that if you let u = ln x and dv = dx, another speical case.
you pick dv = dx if you are trying to integrate ln(x), arctan(x), arcsin(x) ...
2007-10-30 00:37:29
·
answer #3
·
answered by Mαtt 6
·
1⤊
0⤋
its just useful to memorize the derivative of ln x it comes up too often
use parts
u = lnx dv=x ( this way is better because you dont know the integral of ln x )
du=1/x v=x^2/2
then use the formula
u*v - S v du
the S is integral
good luck
2007-10-30 00:40:59
·
answer #4
·
answered by sawwwaa 2
·
0⤊
2⤋
du = dx. So,
uv- int(1/x dx)
2007-10-30 00:34:15
·
answer #5
·
answered by e2theitheta 2
·
0⤊
2⤋