from a handpicked tutor in LIVE 1-to-1 classes
Find the points on the surface y2 = 4 + xz that are closest to the origin
Solution:
The distance between an arbitrary point on the surface and the origin is
d(x, y, z) = √x2 + y2 + z2
Here we have to minimize x2 + y2 + z2 to y2 = 4 + xz, it's easy to show that √f(x) and f(x) share the same critical points.
We can consider augmented distance function, D(x,y,z) = √x2 + y2 + z2
Using Lagrange multipliers,
L(x, y, z, λ) = x2 + y2 + z2 + λ(y2 - 4 - xz)
We have partial derivatives
Lx = 2x - λz
Ly = 2y + 2yλ
Lz = 2z - λx
Lλ = y2 - 4 - xz
Set each partial derivative to zero to find critical points.
Ly = 0
⇒ 2y + 2yλ = 0
y = 0 and λ = -1
Put λ = -1 in Lₓ and Lz
Lx = 0
⇒ 2x - λz = 0
⇒ 2x + z = 0 --- (1)
Lz = 0
⇒ 2z - λx = 0
⇒ 2z + x = 0 --- (2)
Solving (1) and (2)
We get, x = 0 and z = 0
Put the values of x and z in y2 = 4 + xz
This means y2 = 4
⇒ y = ±2
Therefore, the points on the surface closest to the origin are (0, ±2, 0).
Find the points on the surface y2 = 4 + xz that are closest to the origin
Summary:
The points on the surface y2 = 4 + xz that are closest to the origin are (0, ±2, 0).
visual curriculum