I was trying to solve the following problem of several variables calculus given in my class.I am stuck in a particular case of the problem.Please help me to solve the problem.Thnx in advance.
Find the shortest distance from $(0,b)$ to the parabola $x^2-16y=0$ using Langrange multiplier method.
What I done so far:
To minimise $f(x,y)=x^2+(y-b)^2$ subject to $g(x,y)=0$ where $g(x,y)=x^2-16y$ I formed $F(x,y)= x^2+(y-b)^2+\lambda (x^2-16y)$ and thus solving for stationary points using $$F_x=2x(\lambda+1)=0,F_y=2(y-b)-16\lambda=0,x^2-16y=0$$ I got $(0,0)$ is a staionary point and when $\lambda=1$ staionary points are $(\pm4\sqrt{b-8},b-8)$ provided $b\ge8$
In this case ($b\ge8$) minimum value of $f$ can easily checked by putting those points in $f(x,y)$
My problem is that what will happen if $b< 8$ ?How should I deal with this case? I am totally stuck here. Please help me. Thnx again.
Compute the various distances, You will find that when $b\gt 8$ there are two nearest points, symmetric about the $y$-axis. When $b\le 8$, the nearest point is the origin.