I need to compute $$ \int_0^1 \frac{x-1}{\ln x}\,dx. $$ Using the fact that $\frac{d(x^y)}{dy} = (\ln x)x^y$,
I can't get any clue.
Can someone give me a tip on how to better approach solving these kinds of problems?
I need to compute $$ \int_0^1 \frac{x-1}{\ln x}\,dx. $$ Using the fact that $\frac{d(x^y)}{dy} = (\ln x)x^y$,
I can't get any clue.
Can someone give me a tip on how to better approach solving these kinds of problems?
Hint: Use Feynman's integration under the integral sign where the parameter is :
$$ \mathcal I(\alpha)=\int_0^1 \frac{x^\alpha-1}{\ln x}\mathrm dx. $$
Hint. You are on the right track, you can write $$\frac{x-1}{\ln x}=\int_{0}^{1}x^y dy$$ and then reverse the integration order.
Obtaining $$\int_0^1\frac{x-1}{\ln x}dx= \int_0^1\frac{1}{y+1}dy=\ln2$$
The method of Differentiation Under the Integral Sign consists in differentiating $I(a)$ with respect to $a$ and then integrate it back with respect to $x$
Spoiler:
$$\begin{align}I(a) = \int_{0}^{1} \frac{x^a -1 }{\ln x} dx &\Rightarrow I'(a) = \int_{0}^{1} \frac{x^a\ln x }{\ln x} dx = \int_{0}^{1} x^a dx \\&\Rightarrow I(a) = \frac{x^{a+1}}{a+1}\Bigg|_{0}^{1}\end{align}$$
and then take $a = 1$.