0

I am trying to evaluate the following limit:

$$\lim \limits_{x' \to x} \frac{\sin^{-1} (y / \sqrt{x'^2 + y^2}) - \sin^{-1} (y / \sqrt{x^2 + y^2})}{x' - x}$$

I'm not sure how to get rid of the $x' - x$. I can't use L'Hopital's, by the way. I tried using $\sin^{-1}z = z + O(z^3)$, but this didn't work out.

MT_
  • 19,603
  • 9
  • 40
  • 81

1 Answers1

1

Note that it is the definition of derivative of $f(x) = \sin^{-1}\left(\frac{y}{\sqrt{x^2+y^2}}\right)$ at $x$. Use the Chain Rule.

DeepSea
  • 77,651
  • Yea, I know. I'm finding the derivative using the limit. Sorry if this was unclear. – MT_ Nov 12 '14 at 04:53