Find the minimum distance between the curve and .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The curve y 2 = 4 x is a parabola symmetrical about the x -axis while x 2 + y 2 − 1 2 x + 3 1 = 0 ⟹ ( x − 6 ) 2 + y 2 = 5 is a circle of radius 5 and centered at C ( 6 , 0 ) . The the distance between a point P ( x , y ) on the parabola and the circle is the length P C minus the radius of circle 5 or
d = ( x − 6 ) 2 + ( y − 0 ) 2 − 5 = ( x − 6 ) 2 + y 2 − 5 = x 2 − 1 2 x + 3 6 + 4 x − 5 = x 2 − 8 x + 3 6 − 5 = ( x − 4 ) 2 + 2 0 − 5
Therefore, d is minimum when x − 4 = 0 . That is min ( d ) = 2 0 − 5 = 5 ≈ 2 . 2 3 6 .