Do I have to use L'hoptial's rule? How can this be used in this instance?
Asked
Active
Viewed 329 times
2 Answers
6
Let $x = \sin y$. Now, $x \to 0 \Rightarrow y \to 0$, giving us the following limit:
$$ \lim\limits_{y \to 0} \frac{\arcsin (\sin y)}{\sin y} = \lim\limits_{y \to 0} \frac{y}{\sin y} = \frac{1}{\lim\limits_{y \to 0} \frac{\sin y}{y}} = 1 $$
d125q
- 2,370
- 17
- 19
-
What if it was $x \to \infty$? – RobChem Dec 12 '14 at 11:32
5
we have $$\lim_{x\to0}\frac{\arcsin x}{x}$$ making $u=\arcsin x,x=\sin u,x\mapsto0= u\mapsto0$ $$\lim_{x\to0}\frac{\arcsin x}{x}=\lim_{u\to 0}\frac{u}{\sin u}=\lim_{u\to 0}\frac{1}{\frac{\sin u}{u}}=\frac{1}{\displaystyle\lim_{u\to0}\frac{\sin u}{u}}=1$$ you can use l'hospital since its a limit of type 0/0 wich gives $$\lim_{x\to 0}\frac{\arcsin x}{x}= \lim_{x\to 0}\frac{1}{\sqrt{1-x^2}}=1$$
cand
- 2,266
-
-
@RobChem I believe arcsin may is only defined on [-1,1],so allowing $x\rightarrow\infty$ is incorrect – Tony Ma Jan 31 '18 at 12:15