Question
Question: The shortest distance between the point(1.5, 0) and the curve \(\mathrm y=\sqrt{\mathrm x}\)....
The shortest distance between the point(1.5, 0) and the curve y=x.
Solution
Hint: To solve this, we will assume a point on the curve in parametric form and then find its distance from the point(1.5, 0). To find the shortest distance, we will differentiate the distance and equate it to 0, so that we get the minima.
Complete step-by-step answer:
Let y = t, so according to the equation x=t2.
Let a point P(t2, t) be a point on the curve. The distance between the point P and (1.5, 0) is-
\mathrm D=\sqrt{\left({\mathrm x}_2-{\mathrm x}_1\right)^2+\left({\mathrm y}_2-{\mathrm y}_1\right)^2}\\\\\mathrm D=\sqrt{\left(\mathrm t^2-\dfrac32\right)^2+\left(\mathrm t-0\right)^2}\\\\\\\\\\\
When D is minimum, D2 = k is also minimum. So we will differentiate k with respect to t-
dtdk=2(t2−23)(2t)+2t=0\2t(2t2−23+1)=0\2t(2t2−21)=0t=0,±21
Substituting t=0 in D-
D=(0−23)2+0D=23
Substituting t=½ in D-
D=(21−23)2+(21)2\D=1+41=25
Substituting t= -½ in D-
D=(−21−23)2+(−21)2D=4+41=49=23
Clearly, the shortest distance between the point and the curve is-
D=25units
This is the required answer.
Note: Instead of checking every possible value of t to find the shortest distance, one can differentiate k again to find the value of t. Also, one common mistake is that students assume that the shortest distance is at t=0, which is incorrect.