| Find the point on the graph of z = x2
+ y2 closest to the point (5,5,0).
d =
[(x-5)2 + (y-5)2 + (z - 0)2]1/2
d(x,y) =
[(x-5)2 + (y-5)2 + (x2+y2)2]1/2
d2
= f(x,y) = (x-5)2 + (y-5)2 + (x2+y2)2
Solve
the system below.
fx
= 2(x-5) + 2(x2+y2)(2x) = 0
fy
= 2(y-5) + 2(x2+y2)(2y) = 0
y(x-5) + y(x2+y2)(2x) = 0
x(y-5) + x(x2+y2)(2y) = 0
Subtraction
produces -5y + 5x = 0 which yields
x = y
Back
substitution produces
x - 5 + 2x(2x2) = 0
4x3 + x - 5 = 0
The
solutions are
x = 1, x
= -1/2 - i and x = -1/2 + 1
For x=1,
y=1, and z=2.
The point
on the graph of z = x2 + y2 closest to the point
(5,5,0) is (1,1,2). d(1,1) = 6
The graph
at the right is the graph of d(x,y). Click on the graph to see it
rotate.
|