I solved the following limit using L'Hospital's rule, but can't seem to solve it without using L'Hospital's. $$\lim_{x\to\infty} \frac{e^{-1/x^2}-1}{2\arctan x-\pi}$$
I would like a hint as to how to get started.
I was also wondering how to approach inverse trigonometric functions in general when they appear in limits, since I didn't understand any solutions to this type of problem that I looked up.
As $\arctan y+\operatorname{arccot} y=\dfrac\pi2$
Set $1/x=h$ and use Are $\mathrm{arccot}(x)$ and $\arctan(1/x)$ the same function? to get
$$-1/2\cdot\lim_{h\to0^+}\frac{e^{-h^2}-1}{\dfrac\pi2-\arctan 1/h}$$ $$=-1/2\cdot\lim_{h\to0^+}\frac{e^{-h^2}-1}{\arctan h}$$
$$=1/2\cdot\lim_{h\to0^+}\frac{e^{-h^2}-1}{-h^2}\cdot\lim_{h\to0^+}\dfrac h{\arctan h}\cdot\lim_{h\to0^+} h=?$$