I found this explanation in my math textbook and haven't found this method in any online tutorials. Here are the first few lines of finding the derivative of $\sin^{-1} (x)$ using First Principles:
Let $y = \sin^{-1} (x)$. Then, $x = \sin (y)$ and so $x + \delta x = \sin (y + \delta y)$
As $\delta x$ -> $0$, $\delta y$ -> $0$
Now, $\delta x = \sin (y + \delta y) - \sin y$
∴ $1 = {\sin(y + \delta y) - \sin y}/\delta x$
or, $1 = { \sin(y + \delta y) - \sin y / \delta x }$ $\delta y/\delta x$
and the limits on both sides are taken and lived happily ever after.
My Question: In the last step, where does the $\delta y/\delta x$ come from?
Any help is greatly appreciated.