A question from a past examination paper reads as follows:
Use the method of Lagrange multipliers to find the extreme points of the function $$f(x,y,z) = x^{2}+y^{2}+z^{2}$$ subject to the constraint $$(x-3)^{2}+(y-2)^{2}+(z-1)^{2}=1$$
I have managed to get to the point where I am left with a system of equations from solving $\frac{\partial f}{\partial x}$ , $\frac{\partial f}{\partial y}$ and $\frac{\partial f}{\partial z}$, but unfortunately I can't seem to solve for $\lambda$.
I have tried multiple approaches to no avail and I am still left with $$ \begin{cases} x = \lambda (x-3) \\ y = \lambda (y-2) \\ z = \lambda (z-1) \\ \end{cases} $$ Taking a step back to look at this problem it seems really simple and I feel I should be able to crack out an answer effortlessly but alas, the easiest of problems seem to be the most difficult.
I would appreciate it if someone could tell me how I could approach this.
Cheers.
From \begin{align*} x &= \lambda(x-3)\\ y &= \lambda(y-2) \\ z &= \lambda(z-1) \end{align*} we see that $z \neq 1$ and $\lambda = z/(z-1)$ whence $y(z-1) = z(y-2)$ which gives $y = 2z$. Likewise $x(z-1) = z(x-3)$ or $x = 3z$. Plugging these into the constraint equation $$(x-3)^2 + (y-2)^2 + (z-1)^2 = 1$$ gives $14(z-1)^2 = 1$ or $z = 1 \pm \frac{1}{\sqrt{14}}$. From this you get $x$ and $y$ easily.
As has been pointed out in another answer, the more natural approach here is a geometric one: draw a line from the origin to the point $(3,2,1)$ and find the point on the line which lies on the sphere of radius $1$ centered at $(3,2,1)$.