Find the point(s) on the surface z2=xy+1 which are closest to the point (7, 11, 0).
The distance of any point on the surface from the point (7, 11, 0) is
D(x,y) = { [ x -7]2 + [ y -11 ]2 + [ z -0 ]2 } 1/2
D(x,y) = { [ x -7]2 + [ y -11 ]2 + z 2 } 1/2
D(x,y) = { [ x -7]2 + [ y -11 ]2 + z 2 } 1/2
D(x,y) = { [ x -7]2 + [ y -11 ]2 + x y +1 } 1/2
To minimize D suffices to minimize
d (x ,y ) = [ x -7]2 + [ y -11 ]2 + x y +1
∂ d / ∂ x =2 x + y - 14
∂ d / d y = 2 y +x - 22
Solving the system 2 x + y - 14 = 0 and 2 y +x - 22 = 0 we get for x = 2 and for y = 10
The Hessian being 3 > 0 and dxx and dyy positive makes sure that the points
( 2 , 10, √21 ) and ( 2 , 10, -√21 ) are the points of interest