Question
Question: The point (0,5) would be closest to the curve \({{x}^{2}}=2y\) at a) \(\left( 2\sqrt{2},0 \right)\...
The point (0,5) would be closest to the curve x2=2y at
a) (22,0)
b) (0,0)
c) (2,2)
d) none of these
Solution
Hint: The point will be closest to the curve when the distance between the curve and the point will be the smallest. Therefore, we can minimise the distance function from the curve to the point to find the solution.
complete step-by-step solution -
We are required to find the point when the point (0,5) will be closest to the curve x2=2y i.e. the distance between the point and the curve will be minimum.
Therefore, we should construct a function for the distance between the point (0,5) and an arbitrary point on the curve.
The distance between two points (a1,b1) and (a2,b2) in Euclidean geometry is given by (a1−a2)2+(b1−b2)2.......(1.1)
Let (x,y) be any point on the given curve i.e. its coordinates satisfy the equation x2=2y......(1.2). Then its distance from the point (0,5) would be given from equation (1.1) as
f(x,y)=(x−0)2+(y−5)2=x2+(y−5)2=2y+(y−5)2....(from equation (1.2))
Now, to find the minimum distance, we should minimise f with respect to y (as f is represented by the single variable y in the above equation). However, we can see that f(x) would be minimum when the term inside the square-root is minimum (as the sum of squares is positive and the square root of a higher number has a higher value). Thus, we can also minimise the function
g(y)=2y+(y−5)2
The conditions of minima of a function f at y=y0 can be stated as:
[dydf]y=y0=0 i.e. its derivative vanishes at y=y0
[dy2d2f]y=y0>0
So, in this case, if the distance function attains a minimum at y=y0, then g(y) will also attend a minimum and thus,
[dydg]y=y0=[dyd(2y+(y−5)2)]y=y0=0⇒[2+2(y−5)]y=y0=0⇒y0−5=−1⇒y0=4
Now, we check the second condition at the obtained point
[dy2d2g]y=4=[dyd(dydg)]y=4=dyd(2+2(y−5))=2>0
Thus the second condition for minima is also satisfied.
Thus, the distance of the function is minimum at the y coordinate 4. However, no option in the question has y coordinate 4, thus the correct option should be none of the above.
Note: The answer could also have been found by minimising the whole function instead of the term inside the square root. However, that would have resulted in more steps and resulted in more calculations without changing the result.