Prove the following integral converges: $$\int_0^\infty \frac{e^{\frac{-1}{x}}-1}{x^{\frac{2}{3}}}dx$$
My attempt:
First, we prove the convergence of $\int_0^1 \frac{e^{\frac{-1}{x}}-1}{x^{\frac{2}{3}}}dx$
In this interval: $e^{\frac{-1}{x}}-1<0,$ therefore we can use the Limit Comparison Test with $-x^{\frac{2}{3}}$ which converges and we conclude the convergence of the integral.
I'm not sure how to deal with $\int_1^\infty \frac{e^{\frac{-1}{x}}-1}{x^{\frac{2}{3}}}dx$
I tried splitting the integral, but $\int_1^\infty \frac{1}{x^{\frac{2}{3}}}dx$ diverges, so I got stuck.
Any help appreciated.
Using,
$$e^{x} > x+1$$
For all $x \neq 0$, we have $e^{-1/x}>(-1/x)+1$. Hence for $x>0$,
$$\frac{e^{-1/x}-1}{x^{2/3}}>-\frac{1}{x^{5/3}}$$
At the same time $e^{-1/x}<1$ for $x>0$. So we have that for $x>0$,
$$0>\frac{e^{-1/x}-1}{x^{2/3}}=f(x)>-\frac{1}{x^{5/3}}$$
By convergence of $\int_{1}^{\infty} \frac{1}{x^{5/3}} dx$ the comparison test for integrals ensures the convergence of $\int_{1}^{\infty} f(x) dx$.