I've got the problem started but I'm stuck on getting the critical points. So far I got the 4 equations
1) $2(x-1)=-2\lambda x$
2) $2(y-3)=-2\lambda y$
3) $2(z-1)=2\lambda z$
4) $z^2 - x^2 - y^2 =0$
I know i have to use these equations to solve for each unknown but I'm stumped on how to so.
Multiply the fourth equation by $ \lambda^2$ and sub ... gives \begin{eqnarray*} (z-1)^2 -(x-1)^2-(y-3)^2=0 \\ 2x+6y-2z=9. \end{eqnarray*} Now rearrange the first $3$ equations \begin{eqnarray*} x= \frac{1}{1+\lambda} \\ y= \frac{3}{1+\lambda} \\ z= \frac{1}{1-\lambda}. \\ \end{eqnarray*} sub these into $x+3y-z=4$ ... should be a doodle from here ?