This is from Tenenbaum & Pollard's "Ordinary Differential Equations" book, chapter 1, Exercise 2, problem # 15:
I don't know why we can't apply the method of implicit differentiation to the relation:
$$\sqrt{x^2 -y^2} + \arccos{(\frac{x}{y})} = 0 \quad (1)$$
For this relation there is as function $y=g(x) = x$ isn't?
but for relation:
$$\sqrt{x^2 -y^2} + \arcsin{(\frac{x}{y})} = 0 \quad (2)$$
but for second I know we can't because for $y = x$: $$\arcsin(\frac{x}{x}) = \frac{\pi}{2}$$ and for y = -x $$\arcsin(\frac{x}{-x}) = -\frac{\pi}{2}$$ and equation (2) isn't true. But I why we can't apply method of implicit differentiation for the (1) relation?