Determine which points on the surface z² = xy + 1 are nearest to the origin of the plane.
$ xy + 1 \ge 0$ therefore the points nearest to O(0,0,0) are $z = 0, y = \frac{-1}{x}$ and $x\rightarrow0$.
Is this mathematically correct?
Is there a way to prove this using concepts from multivariable calculus?
the distance to the origin is given by $$d=\sqrt{x^2+y^2+z^2}=\sqrt{x^2+y^2+xy+1}$$ this is a function in $x,y$,differentiate with respect to $x,y$