Question
Question: What is the shortest distance of the point (0,c) from the parabola \(y={{x}^{2}}\) where \(0\le c\le...
What is the shortest distance of the point (0,c) from the parabola y=x2 where 0≤c≤5.
(a) cif0≤c≤21
(b) cif3≤c≤5
(c) c−41if21≤c≤5,cif0≤c≤21
(d) c
Solution
Hint: In this question, we will write equation of shortest distance using distance formula, which is given as : the distance between the points (x1,y1) and (x2,y2) is given as D=(x1−x2)2+(y1−y2)2. Then we will minimise it using the concept of application of differentiation.
Complete step-by-step answer:
In the given question, we have parabola, y=x2.
We are to find the shortest distance of point (0.c) from parabola, where 0≤c≤5.
Let us consider the point, where the line segment of shortest distance from (o,c) meets parabola to be (a,b).
Let the shortest distance be D. The diagrammatic representation can be given as:
We know, the distance between the points (x1,y1) and (x2,y2) is given as D=(x1−x2)2+(y1−y2)2 .
Thus, using the formula of distance between two point, we can write,
D=(a−0)2+(b−c)2⇒D=a2+(b−c)2.............(i)
Since, point (a,b) lies on the parabola, it will satisfy the equation of parabola. Therefore,
b=a2
Using this value of b in (i), we get,
D=a2+(a2−c)2
Squaring this equation on both sides, we get,
D2=a2+(a2−c)2
⇒D2=a2+(a2)2−2a2.c+c2
⇒D2=a2+a4−2a2c+c2
⇒D2=a4+a2(1−2c)+c2...........(ii)
For the shortest distance, we need to minimise d. For which, we first need to find the critical point of equation (ii). Let us differentiate D with respect to a, so we get,
2DdadD=4a3+2a(1−2c)
⇒dadD=2D4a3+2a(1−2c)............(iii)
To find critical point, we equate dadD with 0, so we get,
dadD=0
⇒2D4a3+2a(1−2c)=0
Multiplying 2D on both sides of the equation, we get,
4a3+2a(1−2c)=0⇒2a(2a2+1−2c)=0
Therefore, either 2a = 0 or a2+1−2c=0
⇒a=0or2a2=2c−1
Taking root, we get,
a=0ora=±22c−1
Here, for 0≤c≤21 value under root of a=±22c−1 will be negative, which will make a imaginary.
Therefore a=0. Now, double differentiating D, from equation (iii), we get,
2(DadD)2+2da2d2D=12a2+2(1−2c)
For, 0≤c≤21 and a=0.
da2d2D will be positive.
Hence, a is a point of minima for D.
b=a2=02=0
Hence the point on parabola of shortest distance from (0,c) is (0,0), when 0≤c≤21.
D=02+c2
=c, When 0≤c≤21
Now, when 21≤c≤5, for a=0 da2d2D will be negative, hence not a point of minima.
But, for 21≤c≤5 and a=±22c−1, da2d2D will be positive, so it will be point of minima.
So, here b=a2=22c−1
So, point on parabola for shortest distance from (0,c) is (±22c−1,22c−1) when 21≤c≤5.
So, here D=a4+a2(1−2c)+c2
=(22c−1)2+22c−1(1−2c)+c2
=44c2−4c+1+2(2c−1)(1−2c)+c2
Taking LCM and solving, we get,
D=44c2−4c+1+4c−8c−2+4c+4c2
=44c−1=c−41
Hence, shortest distance is c−41 if 21≤c≤5 and c is 0≤c≤21.
Therefore, (c) is the correct option.
Note: While doing calculations, take care of the signs. Sign mistakes are very common and students can end up in getting the wrong answer. So, students should be very careful and should avoid sign mistakes.