Troubleshooting a Simple ln Integration Problem

  • Thread starter Thread starter igor123d
  • Start date Start date
  • Tags Tags
    Integration Ln
igor123d
Messages
10
Reaction score
0
I have some stupid trouble with a simple integration. f(x)=ln(x^(1/2))/x

I try using u substitution. u=ln(x^(1/2)) Then du=1/(x^(1/2)*1/(2x^(1/2))dx=dx/(2x)
Then dx should be 2xdu Then plugging back in I should have intg(2u*du) which would give me (ln(x^(1/2))^2; yet the answer my calculator gives me is that answer divided by four; it's like the 2 in the u substitution ends up below xdx, but I don't see how that's possible.

I will greatly appreciate any help.
 
Physics news on Phys.org
igor123d said:
I have some stupid trouble with a simple integration. f(x)=ln(x^(1/2))/x

I try using u substitution. u=ln(x^(1/2)) Then du=1/(x^(1/2)*1/(2x^(1/2))dx=dx/(2x)
Then dx should be 2xdu Then plugging back in I should have intg(2u*du) which would give me (ln(x^(1/2))^2; yet the answer my calculator gives me is that answer divided by four; it's like the 2 in the u substitution ends up below xdx, but I don't see how that's possible.

I will greatly appreciate any help.

The calculator is giving you \frac{1}{4}(lnx)^2 which is the same as your answer. Notice that the calculator gives lnx, not ln(x^(1/2)). It just took the exponent out of the ln.
 
Stupid Calculator! Lol, thanks a lot. I knew there must have been something really idiotic at the bottom, but being a bit OCD I couldn't rest until I found the cause, and I wasted more than an hour with this problem :). Well thanks again, now I can sleep.
 
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