3

I need some advice on how to evaluate it. $$\int\limits_\frac{1}{e}^1 \frac{dx}{x\sqrt{\ln{(x)}}} $$ Thanks!

doraemonpaul
  • 16,178
  • 3
  • 31
  • 75
Ofir Attia
  • 3,136

2 Answers2

2

Here's a hint: $$ \int_{1/e}^1 \frac{1}{\sqrt{\ln x}} {\huge(}\frac{dx}{x}{\huge)}. $$ What that is hinting at is what you need to learn in order to understand substitutions. It's all about the chain rule. The part in the gigantic parentheses becomes $du$.

  • I understand, but still my problem is the know when to change the limits, I get : $$\int^1_\frac{1}{e} \frac{dt}{\sqrt{t}}$$ – Ofir Attia May 22 '13 at 17:23
  • You have $t = \ln x$. When $x = 1/e$, then $t=\ln(1/e)=-1$. When $x=1$, then $t=\ln 1 = 0$. So you have $\displaystyle\int_{-1}^0 \frac{dt}{\sqrt{t}}$. Since you're talking about square roots of negative numbers, you have a question of how to make sense of those. One branch, maybe. – Michael Hardy May 22 '13 at 20:54
1

To recap all that happened in the comments section:

Based on the initial problem of$$\int\limits_\frac{1}{e}^1 \frac{dx}{x\sqrt{\ln{(x)}}}$$

We perform a u-substitution with $u=\ln{x}$ and $du=\frac{dx}{x}$. Also, the bounds are converted to $\ln\frac{1}{e}=-1$ and $\ln{1}=0$. So we have:

$$\int\limits_{-1}^{0} \frac{du}{\sqrt{u}}=2\sqrt{u}\big|_{-1}^{0}=0-2i=-2i$$

And that's the solution!