Shortest Distance From Circle to Parabola

Geometry Level 4

In the x y z xyz coordinate system, there are two curves in the shape of a circle and a parabola. Their parametric representations are given below:

Circle - Curve 1: x 1 = cos ( θ ) y 1 = sin ( θ ) z 1 = 0 0 θ 2 π x_1 = \cos(\theta) \\ y_1 = \sin(\theta) \\ z_1 = 0 \\ 0 \leq \theta \leq 2 \pi

Parabola - Curve 2: < x 2 < + y 2 = 1 2 + ( x 2 3 2 ) 2 z 2 = 1 -\infty < x_2 < +\infty \\ y_2 = \frac{1}{2} + \Big(x_2 - \frac{3}{2} \Big)^2 \\ z_2 = 1

What is the minimum distance between the two curves?


The answer is 1.029.

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.

1 solution

Arjen Vreugdenhil
Jan 11, 2018

Cheaty solution

Sketch the situation, and you'll see that in the x y xy -plane, the parabola and circle are really close: ( Δ x ) 2 + ( Δ y ) 2 < < 1 (\Delta x)^2 + (\Delta y)^2 << 1 . Therefore the shortest distance will be approximately d 2 = [ ( Δ x ) 2 + ( Δ y ) 2 ] + ( Δ z ) 2 0 + 1 = 1. d^2 = \sqrt{\left[(\Delta x)^2 + (\Delta y)^2\right] + (\Delta z)^2} \approx \sqrt{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 \Delta z = 1 , the problem may be reduced to the shortest distance in the x y xy -plane.

If the parabola crosses the circle, the shortest distance is obviously zero, or 1 if we include Δ z \Delta 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 = 1 2 + ( x 3 2 ) 2 y = \tfrac12 + (x - \tfrac32)^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. x\:dx + y\:dy = 0. Now for the parabola d y = 2 ( x 3 2 ) d x dy = 2(x - \tfrac32)\:dx , so we must solve x + ( x 3 2 ) ( 1 2 + ( x 3 2 ) 2 ) = 0. x + (x - \tfrac32)(\tfrac12 + (x - \tfrac32)^2) = 0. This cubic equation may be reduced to the standard form 8 x 3 36 x 2 + 62 x 33 = 0 , 8x^3 - 36 x^2 + 62 x - 33 = 0, but there are no obvious ways to simplify this. Solving numerically, I found x 0.93264 ; y 1 2 + ( 0.93264 3 2 ) 2 0.8219 ; x 2 + y 2 1.24311 distance to origin in x y -plane ; d x y 0.24311 distance to circle in x y -plane ; d 0.02431 1 2 + 1 2 1.02913 . x \approx 0.93264; \\ y \approx \tfrac12 + (0.93264 - \tfrac32)^2 \approx 0.8219; \\ \sqrt{x^2 + y^2} \approx 1.24311\ \ \text{distance to origin in}\ xy\text{-plane}; \\ d_{xy} \approx 0.24311\ \ \text{distance to circle in}\ xy\text{-plane}; \\ d \approx \sqrt{0.024311^2 + 1^2} \approx \boxed{1.02913}.

(The exact form for x x is x = 1 1 2 2 1 3 ( 921 27 ) 3 + 1 6 3 ( 921 27 ) 3 , x = 1\frac12 - 2\sqrt[3]{\frac 1{3(\sqrt{921} - 27)}} + \frac16\sqrt[3]{3(\sqrt{921} - 27)}, which is not at all helpful in solving this problem.)

That's funny. It's 2.9 percent away from 1, and the margin is 3 percent.

Steven Chase - 3 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...