Find the value of: $$\lim_{x\to 0}\left\{\dfrac 2{x^3}(\tan x- \sin x )\right\}^{2/x^2 }$$
The bracketed part is in $0/0 $ indeterminate form and the exponent is tending to infinity. So I would like to know the general method of evaluating such limits of $\left(\dfrac{0}{0}\right)^\infty$ form.
Any hints on how to proceed with this question?
Hint:
Determine first the limit of $$\ln\left(\frac 2{x^3}(\tan x- \sin x )\right)^{\tfrac2{x^2}}=\frac 2{x^2}\ln\left(\frac 2{x^3}(\tan x- \sin x )\right)$$ For that, you need to expand $\tan x-\sin x$ at order $5$: $$\tan x-\sin x=x+\frac {x^3}3+\frac{2}{15}x^5+o(x^5)-\Bigl(x-\frac {x^3}6+\frac{x^5}{120}+o(x^5)\Bigr)=\frac {x^3}2+\frac{x^5}{8}+o(x^5),$$ $$\text{so }\qquad\ln\left(\frac 2{x^3}(\tan x- \sin x )\right)=\ln\Bigl(1+\frac{x^2}4+o(x^2)\Bigr)=\frac{x^2}4+o(x^2). $$ $$\text{and finally }\quad\frac 2{x^2}\,\ln\left(\frac 2{x^3}(\tan x- \sin x )\right)= \frac12+o(1)\to\frac12.$$
As a conclusion, the limit of the given expression is $\;\sqrt e$.