$\lim_{x\to 0+}(\csc x)^{\sin^{2}x}$
Without using L'Hospital's rule, I've managed to get do:
Let $y=(\csc x)^{\sin^{2}x}$ now by taking $\ln$ of both sides I got
$\lim_{x\to 0+}y$=$\lim_{x\to 0+}\sin^{2}x\ln(\csc x)$. Now by using the limit rules of a product if $\lim_{x\to 0+}\sin^{2}x=T$ and the $\lim_{x\to 0+}\ln(\csc x)=H$ then $\lim_{x\to 0+}(\csc x)^{\sin^{2}x}=TH$
$\lim_{x\to 0+}\sin^{2}x=0$ by algebra of limits, so the overall limit should either be indeterminate form or $0$ since $0.H=0$ if H is a non-indeterminate form
Knowing this I used the epsilon-delta definition to prove $\lim_{x\to 0+}\ln(\csc x)=0$
Let $\epsilon$>$0$ such that
$|\ln(\csc x)-0|<\epsilon$. I can ensure that $\ln(\csc x)<\epsilon$ by requiring $x<\sin^{-1}$ $\frac{1}{e^{\epsilon}}$. Thus:
I let $\delta=$ $\sin^{-1}$ $\frac{1}{e^{\epsilon}}$. And I think the conditions of the definition were satisfied. There the $\lim_{x\to 0+}\ln(\csc x)=0$
Thus $\lim_{x\to 0+}(\csc x)^{\sin^{2}x}=0$
My question is where have I gone wrong because the answer is 1, but I cannot find my own fault.
Thank you in advance,.
Let's see where you went wrong. We know that $$\lim_{x\to 0^+}sin(x)=0$$ $$\Longrightarrow \lim_{x\to 0^+}cosec(x)=+\infty$$ $$(\because sin(x)>0 \forall x\in(0,π))$$ $$\Longrightarrow \lim_{x\to 0^+}ln(cosec(x))=+\infty$$ And you claimed that to be $0$.
Now, coming to the question, let the required limit be $y$. $$\Longrightarrow y=\lim_{x\to 0^+}(cosec(x))^{sin^2(x)}$$ $$\Longrightarrow ln(y)=\lim_{x\to 0^+}(sin^2(x))ln(cosec(x))$$ As $x\to 0^+,cosec(x)\to \infty$. Hence, $$\Longrightarrow ln(y)=\lim_{u\to \infty}\frac{ln(u)}{u^2}$$ $$\Longrightarrow ln(y)=\lim_{u\to\infty}\frac{ln(u)}{u}×\lim_{u\to\infty}\frac{1}{u}$$ both of which limits are clearly $0$. $$\Longrightarrow ln(y)=0×0=0$$ $$\Longrightarrow y=1$$ which is the required answer.
Hope it helps