Show that the sum of the x and y intercepts of any tangent line to the curve $x^{1/2} + y^{1/2} = 4$ is equal to 16
So far I have found the derivative, $-\frac{\sqrt{y}}{ \sqrt{x}}$, but am having trouble as to how I would found the point of tangency as as that is what I would think you do next?
$x^{\frac12}+y^{\frac12}=4 \Rightarrow \frac{dy}{dx}=-\sqrt{\frac{y}{x}}$.
Now, the equation of a straight line that passes through a point $(x_1,y_1)$ on the curve is given by $$y-y_1=-\sqrt{\frac{y_1}{x_1}}(x-x_1)$$
The $y$ intercept, $y_0$ occurs at $x=0$. Thus,
$$\begin{align} y_0-y_1 & = -\sqrt{\frac{y_1}{x_1}}(0-x_1) \Rightarrow y_0 = y_1+\sqrt{x_1y_1} \end{align}$$
Similarly, the $x$ intercept occurs at $y=0$. Thus,
$$\begin{align} 0-y_1 & = -\sqrt{\frac{y_1}{x_1}}(x_0-x_1) \Rightarrow x_0 = x_1+\sqrt{x_1y_1} \end{align}$$
Adding the intercepts, we find
$$\begin{align} x_0+y_0 & =x_1+2\sqrt{x_1y_1}+y_1 \\ &=(\sqrt{x_1}+\sqrt{y_1})^2 \\ & = (4)^2 \\ & = 16 \end{align}$$
as was to be shown!