
Yefim S. answered 04/10/20
Math Tutor with Experience
Square of distance D(x,y) from point (x, y) to point (0, -1) is D(x,y) = x2 + (y + 1)2. We have to find max of this function subject to the consrain: f(x,y) = x2 + 16y2- 16 = 0. We create Lagrange function H(x, y,λ) = D(x,y) +λf(x); H(x,y,λ) = x2 + y2 + 2y + 1 + λ(x2 + 16y2 - 16)
∂H/∂x = 2x + 2λx = 0 (1)
∂H/∂y = 2y + 2 + 32λy = 0 (2)
∂H/∂λ = x2 + 16y2 - 16 = 0 (3)
From (1) x = 0 or λ = -1.
If x = 0 then from (3) 16y2 - 16 = 0, 16y2 = 16, y2 = 1, y = ± 1;
If λ = - 1 then from (2) we have 2y + 2 - 32y = 0, y = 1/15
Then from (3) x2 + 16(1/15)2 = 16; x2 = 16(1 - 1/225); x2 = 16(224/225); x = ±16(14)1/2/15
We get 2 points: (±16(14)1/2/15, 1/15)