I think I can evaluate it with a substitution but not sure about the passages.
Asked
Active
Viewed 284 times
-1
-
1I'm not feeling the inspiration either. – copper.hat Nov 12 '15 at 19:09
-
yes, I can't do it. Otherwise, I would not ask here. – Always learning Nov 12 '15 at 19:11
-
Are you supposed to use geometry? – copper.hat Nov 12 '15 at 19:11
-
no, don't think so... – Always learning Nov 12 '15 at 19:12
-
2Let $u=\arcsin(x^2)$ – randomgirl Nov 12 '15 at 19:16
1 Answers
2
In THIS ANSWER, I showed using standard, non-calculus-based tools that the arcsine function satisfies the inequalities
$$x\le \arcsin x\le \frac{x}{\sqrt{1-x^2}}$$
Therefore, we have
$$x^2 \le \arcsin(x^2)\le \frac{x^2}{\sqrt{1-x^4}}$$
whereupon dividing both sides by $x^2$ yields
$$1 \le \frac{\arcsin(x^2)}{x^2}\le \frac{1}{\sqrt{1-x^4}}$$
Now applying the squeeze theorem, we obtain
$$\lim_{x\to 0}\frac{\arcsin(x^2)}{x^2}=1$$
Alternatively, we could have enforced the substitution $x^2=\sin y$. Therefore
$$\frac{\arcsin(x^2)}{x^2}=\frac{y}{\sin y}$$
and since $\lim_{x\to 0}y=0$, we have
$$\lim_{x\to 0}\frac{\arcsin(x^2)}{x^2}=\lim_{y\to 0}\frac{y}{\sin y}=1$$

Mark Viola
- 179,405
-
thank you! It is interesting, really! But I think I should proceed in another, simpler, way. There should be another way just using algebraic manipulation! – Always learning Nov 12 '15 at 19:15
-
-
-