In the coordinate system, there are two curves in the shape of a circle and a parabola. Their parametric representations are given below:
Circle - Curve 1:
Parabola - Curve 2:
What is the minimum distance between the two curves?
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.
Cheaty solution
Sketch the situation, and you'll see that in the x y -plane, the parabola and circle are really close: ( Δ x ) 2 + ( Δ y ) 2 < < 1 . Therefore the shortest distance will be approximately d 2 = [ ( Δ x ) 2 + ( Δ y ) 2 ] + ( Δ z ) 2 ≈ 0 + 1 = 1 . With the low precision Brilliant requires, "1" is an accepted solution!
Goody solution
Since the circle and parabola lie in parallel planes at distance Δ z = 1 , the problem may be reduced to the shortest distance in the x y -plane.
If the parabola crosses the circle, the shortest distance is obviously zero, or 1 if we include Δ z . A sketch suggests that this is not the case: the parabola lies entirely outside of the circle.
Outside a circle, the shortest distance to the circle is obtained at the shortest distance to its center. Therefore we find the shortest distance between the parabola y = 2 1 + ( x − 2 3 ) 2 and the origin.
At the shortest distance between a point and a curve, the curve has a tangent perpendicular to the connecting line segment. Thus we solve x d x + y d y = 0 . Now for the parabola d y = 2 ( x − 2 3 ) d x , so we must solve x + ( x − 2 3 ) ( 2 1 + ( x − 2 3 ) 2 ) = 0 . This cubic equation may be reduced to the standard form 8 x 3 − 3 6 x 2 + 6 2 x − 3 3 = 0 , but there are no obvious ways to simplify this. Solving numerically, I found x ≈ 0 . 9 3 2 6 4 ; y ≈ 2 1 + ( 0 . 9 3 2 6 4 − 2 3 ) 2 ≈ 0 . 8 2 1 9 ; x 2 + y 2 ≈ 1 . 2 4 3 1 1 distance to origin in x y -plane ; d x y ≈ 0 . 2 4 3 1 1 distance to circle in x y -plane ; d ≈ 0 . 0 2 4 3 1 1 2 + 1 2 ≈ 1 . 0 2 9 1 3 .
(The exact form for x is x = 1 2 1 − 2 3 3 ( 9 2 1 − 2 7 ) 1 + 6 1 3 3 ( 9 2 1 − 2 7 ) , which is not at all helpful in solving this problem.)