The smallest distance between the origin and a point on the graph of $y=\frac{1}{2}x^2-9$ can be expressed as $a$. Find $a^2$.
I searched up how to calculate the distance between a parabola and the origin. Many of the results talked about "Lagrange Multipliers". However, I do not understand this concept. Does anyone know any other way to solve?
Here is the graph pf the function
It is apparent that the minimum distance from the origin occurs about $x=\pm4$.
Here is the graph of the distance of the points on the parabola as a function of $x$
It is even more convincing that the minimum distance occurs very close to $\pm4$.
Let's calculate the distance as a function of $x$. At an $x$ the coordinates of a point on the graph are $(x,\frac12x^2-9)$. That is, the distance form the origin is
$$\sqrt{x^2+\left(\frac12x^2-9\right)^2}.$$ If we are after the minimum, we do do not have to take the square root. So, we want to minimize $$x^2+\left(\frac12x^2-9\right)^2=\frac14x^4-8x^2+81$$ whose derivative is
$$x^3-16x^2=x(x^2-16).$$
The solutions of the equation $x^3-16x^2=x(x^2-16)=0$ are $0,\pm 4$ as we suspected.
The minimum distance is then $\sqrt{17}.$