yeah it should work, I'm going to try and post some steps here so you guys can correct me if i make a mistake.
t = root x
dt = 1/2root x dx
when I replace dt for dx my integral would now look like:
e^t (2 root x) dt then I need to replace root x for t
e^t (2t) dt
Integration by Parts = uv - (integral of )vdu
u = 2t dv = e^t dt
du = 2dt v = e^t
2t (e^t) - 2e^t
2e^t ( t - 1)
Substituting:
2e^root x ( rootx-1)
Please post some comments/corrections
