-1

please help me with this integral, I can't figure out how to solve it from the manual.

$$ 4\pi\int_1^e \frac{\ln(x)}{x} \, \mathrm{d}x $$

2 Answers2

2

$$4\pi\int_1^e(\ln x)(\ln'x)\,dx=4\pi\int_1^e \frac12(\ln^2 x)'\,dx=2\pi(\ln^2 e-\ln^2 1)=2\pi$$

user2345215
  • 16,422
0

$4\pi \cdot \int_{1}^e lnx \cdot (lnx)' dx = 4\pi \int_{1}^e \dfrac{lnx}{x} dx = \dfrac{1}{2} \cdot 4\pi \cdot ((lnx)^2)|_{x = 1}^{e} = 2\pi$

DeepSea
  • 77,651
  • i don't get it, how do you integrate lnx/x ?? where did the 1/2 came from – Mihai101 Apr 04 '14 at 19:34
  • He used a u-substitution to get the integral to be of the form $\int u du = \frac{1}{2} u^2$ by the power-rule for integration. – Grid Apr 04 '14 at 19:46