Solution:
Given, y2=8x and point is (4, 2).
Let y=a and put in above equation.
a2=8x⇒x=8a2
so, the point (8a2,a) lies on the curve.
Let the distance between (8a2,a) and (4, 2) be given by D.
Then,
D2=(8a2−4)2+(a−2)2⇒D2=641(a2−32)2+(a−2)2 ...(i)
Differentiating both sides of (i) w.r.t a,
2D.D′=321(a2−32)(2a)+2(a−2)
We need minimum distance, so put D′=0
0=321(a2−32)(2a)+2(a−2)⇒0=161a(a2−32)+2(a−2)⇒0=a(a2−32)+32(a−2)⇒0=a3−32a+32a−64⇒0=a3−64⇒a=4
Put this value in (i).
D2=641(42−32)2+(4−2)2⇒D2=641(−16)2+(2)2⇒D2=641(256)+4⇒D2=4+4=8⇒D=22 units
Comments