I am trying to comprehend what is happening in this integration problem. I have tried substituting for both $U = {-1 \over x}$ and $U = x²$ but I am not ending up with the correct result on both cases. This is the worked example:
$$\int e^{-1 \over x}{dx\over x²} = \int e^{-1 \over x}d{-1 \over x} = e^{-1 \over x} +C$$
Can anyone help me finding the correct substitution method? Thanks in advance!
The correct substitution is $u=-\frac{1}{x}$ given that $du=\frac{1}{x^2}$, so the integral is just $\int e^u du=e^u+C$.