Need help solving definite integral

noob314
Messages
18
Reaction score
0
I need help on this one


<br /> \int_0^{100} \sqrt{x}ln{x}dx<br />


I've tried integrating it by parts and ended up with the equation

[(2/3)(x^3/2)(lnx) - (4/9)(x^3/2)] from 0 to 100

However, I can't plug it in because there's no value of ln(0). So, I'm at a loss right now. Any idea on where to go from here?
 
Physics news on Phys.org
x^{\frac{3}{2}}\ln x = x^{\frac{1}{2}}(x\ln x)

Let ~u = \frac{1}{x}. ~~Then ~\lim_{x\rightarrow0}(x\ln x) = \lim_{u\rightarrow+\infty}\frac{\ln\frac{1}{u}}{u}

Or you might try xlnx = ln(xx) and use the limit of xx as x→0+
 
i think the integral is not well defined and you should be considering

\stackrel{lim}{a \rightarrow 0} \int_a^{100} dx.\sqrt{x}.ln(x)
 
Bohrok said:
x^{\frac{3}{2}}\ln x = x^{\frac{1}{2}}(x\ln x)

Let ~u = \frac{1}{x}. ~~Then ~\lim_{x\rightarrow0}(x\ln x) = \lim_{u\rightarrow+\infty}\frac{\ln\frac{1}{u}}{u}

Or you might try xlnx = ln(xx) and use the limit of xx as x→0+

Thanks. That really helped.
 
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