What is the smallest distance between the origin and a point on the graph of y = 1/2*(x^2 - 8)?
y = 1/2x^2 - 4
Suppose that (x0,y0) is a point on this graph closest to the origin.
Hence:
y0=12(x0)2−4.
Using this information, we need to find
√x20+y20
We can plug in x20 with 2y0+8 (Make sure you see how I got this)
Hence, the distance between the points will be:
√(y20+2y0+8)
Since this distance is to be minimized by how we defined the point (x_0, y_0), we can find the vertex of the that quadratic in y_0. If you complete the square, you will recieve that the parabola reaches its minimum when y0=−1.
Can you solve the problem from here?