I have to use $\sin^{-1}(z) = -i\log(i(z + \sqrt{z^2 - 1}))$ to compute the derivative of $\sin^{-1}(z)$, $\frac{d}{dz}\sin^{-1}(z)$.
Here is my process: $$\sin^{-1}(z) = -i\log(i(z + \sqrt{z^2 -1}))$$ $$\sin(-i\log(i(z + \sqrt{z^2 - 1}))) = z$$ Differentiating both sides... $$\cos(-i\log(i(z + \sqrt{z^2 - 1}))) \cdot \left( 1 + \frac{1}{2}(z^2 - 1)^{-\frac{1}{2}} (2z)\right ) = 1$$ $$1 + \frac{z}{\sqrt{z^2 - 1}} = \frac{1}{ \cos(-i\log(i(z + \sqrt{z^2 - 1})))}$$ Since we are told that $\arcsin(z) = -i\log(i(z + \sqrt{z^2 - 1}))$, then we have the following: $$1 + \frac{z}{\sqrt{z^2 - 1}} = \frac{1}{ \sqrt{1 - z^2}} $$
Is there anything wrong with this?