Use Lagrange multipliers to find the point on the surface $$\frac1x + \frac1y + \frac1z =1$$ which is closest to the origin.
I was wondering if I would start off by using the distance formula, $$d=\sqrt{\left(\frac1x\right)^2+\left(\frac1y\right)^2+\left(\frac1z\right)^2}$$ which would then simplify to, $$d^2=\left(\frac1x\right)^2+\left(\frac1y\right)^2+\left(\frac1z\right)^2$$ I don't know where to go from there, so if someone could help me out, that would be great.
This is not strictly speaking Lagrange multipliers, but the idea is the same. To me, this gives a better view of what is going on.
You want the point to be on the surface, so we only want to look at the variations so that $$ \frac{\delta x}{x^2}+\frac{\delta y}{y^2}+\frac{\delta z}{z^2}=0 $$ Furthermore, we want to minimize $x^2+y^2+z^2$, so we want to find the point on the surface where $$ x\,\delta x+y\,\delta y+z\,\delta z=0 $$ The fundamental theorem of the calculus of variations says that for the all variations orthogonal to $\left(\frac1{x^2},\frac1{y^2},\frac1{z^2}\right)$ to be orthogonal to $(x,y,z)$, there must be a constant so that $$ k\left(\frac1{x^2},\frac1{y^2},\frac1{z^2}\right)=(x,y,z) $$ This implies that $x^3=y^3=z^3=k$. Therefore, the point is $(3,3,3)$.