Loading [MathJax]/jax/output/CommonHTML/jax.js

Find the points of intersection of the ellipsoid x2+y2+9z2=25 and the plane x+3y2z=0 that are farthest from the origin. Also find the points that are closest to the origin.

Solution See Figure 23.

Let C be the curve formed by intersecting the ellipsoid and the plane, and let P=(x,y,z) be a point on C. We use the steps for Lagrange multipliers.

Step 1 The function to be optimized is the distance d from P to the origin: d=f(x,y,z)=x2+y2+z2

subject to the constraints g(x,y,z)=x2+y2+9z225=0The point must be on the ellipsoid.h(x,y,z)=x+3y2z=0The point must be on the plane.

Step 2 The functions f, g, and h are each functions of three variables, and each has continuous partial derivatives at every point of some open set containing the smooth curve defined by g(x,y,z)=0 and h(x,y,z)=0.

Step 3 We introduce two Lagrange multipliers and solve the system of equations f(x,y,z)=λ1g(x,y,z)+λ2h(x,y,z), g(x,y,z)=0, and h(x,y,z)=0. {xx2+y2+z2=2λ1x+λ2fx(x,y,z)=λ1gx(x,y,z)+λ2hx(x,y,z)yx2+y2+z2=2λ1y+3λ2fy(x,y,z)=λ1gy(x,y,z)+λ2hy(x,y,z)zx2+y2+z2=18λ1z2λ2fz(x,y,z)=λ1gz(x,y,z)+λ2hz(x,y,z)x2+y2+9z225=0g(x,y,z)=0x+3y2z=0h(x,y,z)=0

Eliminating λ1 and λ2 from the first three equations, we have two possibilities: z=0 or y=3x. Using each of these equations with the constraints

897

x2+y2+9z225=0 and x+3y2z=0 results in the following: z=0:(1510,510,0)5 units from the origin(1510,510,0)5 units from the originy=3x:(5235,15235,25235)8752351.930 units from the origin(5235,15235,25235)875235 1.930 units from the origin

The points (1510,510,0) and (1510,510,0) are farthest from the origin, and the points (5235,15235,25235) and (5235,15235,25235) are closest to the origin. Since the intersection of the ellipsoid and the plane is an ellipse, the points we have found are the endpoints of the major and minor axes of this ellipse.