I want to prove the following equation: $$ \int_0^1 \frac{1}{x^\delta} \,dx \text{ convergent }\Leftrightarrow \ \delta <1 $$
$"\Rightarrow":$
I know that $\frac{1}{x^\delta}$ is not defined for $x=0$. Thus I need to take $a \in (0,1] $ and calculate $$ \int_a^1 \frac{1}{x^\delta} \,dx $$
But how do I continue from this point on? Should I calculate the antiderivative and if yes, how? I can't figure it out because $\delta$ can be any number.
$"\Leftarrow":$
I don't have any idea how to prove this direction.
by definition of improper integral you get \begin{align*} \int_0^1\frac1{x^{\delta}}\,dx &=\lim_{a\to0^+}\int_a^1\frac1{x^{\delta}}\,dx\\ &=\lim_{a\to0^+}\left(\frac{x^{-\delta+1}}{-\delta+1}\right|_a^1\\ &=\frac1{1-\delta}\lim_{a\to0^+}\left(1-\frac1{a^{\delta-1}}\right) \end{align*} which is finite iff $\delta-1<0$