hi wori (again),
integrate sin(lnx):
let u = lnx ---> du = dx/x ---> x = e^u
so, Int[sin(lnx)dx] =
Int[(e^u)sin(u)du]
now, integrate by parts:
let w = sin(u) ---> dw = cos(u)du; and, let dz = (e^u)du ---> z = e^u
therefore, Int[(e^u)sin(u)du] =
sin(u)(e^u) - Int[(e^u)cos(u)du]
consider Int[(e^u)cos(u)du], and apply integration by parts again:
let m = cos(u) ---> dm = -sin(u)du; and, let dn = (e^u)du ---> n = e^u
therefore, Int[(e^u)cos(u)du] =
cos(u)(e^u) + Int[(e^u)sin(u)du]
and now substitute this back:
Int[(e^u)sin(u)du] = sin(u)(e^u) - [cos(u)(e^u) + Int[(e^u)sin(u)du]]
---> Int[(e^u)sin(u)du] = (1/2)(e^u)(sinu - cosu); where u = lnx originally.
Hence,
Int[sin(lnx)dx] = (1/2)[xsin(lnx) - xcos(lnx)] + c
hope this helps
{i suspect, however, that there is an easier way than this... so you might have to wait for
FinalFantasy, who's usually the expert on integration around here.}
Edit: lol, FinalFantasy already got there before me... should have guessed ; hehe... next time, i'll type faster Final! (and no more double spacing !!!)