Equidistant curve of an ellipse

In summary, the question was whether the new curve, which is equidistant all the way around the outside of an ellipse, is also an ellipse. After exploring the definition of "equidistant" and using examples and diagrams, it was concluded that this curve is not always an ellipse, except in the case of a circle. Therefore, the new curve is not necessarily an ellipse, but rather a unique curve that is equidistant from the original ellipse.
  • #1
EebamXela
16
0
Draw an ellipse. Then draw a curve that is equidistant all the way around the outside of the ellipse. Is that new curve also an ellipse?

I've drawn it out and I can show examples where it's obviously not an ellipse, but I can't come up with a good non-visual explanation. I thought that maybe the new curve is also an ellipse that has the same foci as the smaller one, but that's also not the case.

I've attached a Geogebra file to show what I mean.

Can anyone help?

thanks.
 

Attachments

  • EquidistantCurve.zip
    4.8 KB · Views: 255
Physics news on Phys.org
  • #2
How do you define "equidistant"?

Here's the definition I assume you are using:

If C is a curve, and E is an ellipse, then C is "equidistant from E" if there is some positive real number r such that for all x in C, inf{|x-y| : y in E} = r.

This is actually an interesting question.

There is a minimum curve which is "inside" all other equidistant curves to E, and I assume this is what you are asking about. This is the curve C such that each point in C has a perpendicular distance of r from the ellipse E. In other words, each point x in C is distance r from some point y on E, and the tangent to y is perpendicular to the line between x and y. I think it's not to hard to show this curve is unique. Moreover, if any point is inside it, it must be closer than r to some point, so C is minimal, in some sense.

Now, let E be parametrized by the equation f(t) = (a*cost, b*sint).
Then f'(t) = (-a*sint, b*cost) -- this is the tangent vector at each point of E.

We are going about the ellipse E counterclockwise, so if we rotate this tangent vector by pi/2 clockwise, we will get a perpendicular vector to the tangent vector that points out of the ellipse.

We can simply use a rotation matrix: http://en.wikipedia.org/wiki/Rotation_matrix

In this case, theta will be -pi/2 (as we want to rotate clockwise, not counter clockwise). Our matrix will be:

[ cos(-pi/2) -sin(-pi/2)]
[ sin(-pi/2) cos(-pi/2)]

=

[0 1]
[-1 0]

When applied to our tangent vector, we get:
(b*cost,a*sint).

Of course, we need to scale it to be of length r. Let the function s be s(t) = r/sqrt((b*cost)^2 + (a*sint)^2). Note s is real-valued, not vector-valued.

Then our curve C is parametrized by:

g(t) = f(t) + (s(t)*b*cost, s(t)*a*sint)

Fully expanded, we have:

g(t) = [ a*cost + b*cost*r/sqrt((b*cost)^2 + (a*sint)^2), b*sint + a*sint*r/sqrt((b*cost)^2 + (a*sint)^2) ]

So, what you question boils down to is: does g(t) describe an ellipse?

Have fun!
 
  • #3
OK, here are some diagrams:

attachment.php?attachmentid=30663&stc=1&d=1292381006.png


On the left is an ellipse centered about the origin. If we parametrize it, then for each point on the ellipse, we have a tangent vector (in red). This is just a non-zero vector which lies in the tangent line to the ellipse. In blue, we have constructed segments of length r perpendicular to the red vectors, pointing away from the inside of the ellipse.

On the right, the curve in blue is the resulting curve. This is the curve parametrized by g(t), and is "equidistant" of distance r from the ellipse.

It's actually now obvious that this curve is NOT an ellipse, unless the original ellipse happened to be a circle. Here's why:

Suppose you take a very wide, very thin ellipse, which is very close to just being a line. Then near the rightmost and leftmost points of the ellipse, a curve which is equidistant from the ellipse will look like a semicircle. However, near the middle of the curve, it's almost completely flat:

attachment.php?attachmentid=30664&stc=1&d=1292381006.png


Clearly this could not be an ellipse!
 

Attachments

  • ellipse1.png
    ellipse1.png
    12.2 KB · Views: 1,177
  • ellipse2.png
    ellipse2.png
    2.4 KB · Views: 934
  • #4
EebamXela said:
Draw an ellipse. Then draw a curve that is equidistant all the way around the outside of the ellipse. Is that new curve also an ellipse?

I've drawn it out and I can show examples where it's obviously not an ellipse, but I can't come up with a good non-visual explanation. I thought that maybe the new curve is also an ellipse that has the same foci as the smaller one, but that's also not the case.

I've attached a Geogebra file to show what I mean.

Can anyone help?

thanks.

i think this is right but ...

center the ellipse at the origin with its major and minor axes lying on the x and y coordinate axes. the four points along the major and minor axis that are equidistant to the axes along the normal direction uniquely determine an ellipse with the same allignment. but this ellipse is not equidistant along the normal direction as is easily seen from the trammel of archimedes.

see the wikipedia article
 
  • #5
Hi, using the EquidistantCurve file from EebamXela I built an ellipse which has the same axes as the curve that is equidistant around the outside of the original ellipse to visualize the differences.
 

Attachments

  • EquidistantCurvevsellipse.zip
    8.7 KB · Views: 238

What is an equidistant curve of an ellipse?

The equidistant curve of an ellipse is a curve that is equidistant from all points on the ellipse. This means that the distance from any point on the curve to the nearest point on the ellipse is the same.

How is the equidistant curve of an ellipse different from the ellipse itself?

The equidistant curve of an ellipse is different from the ellipse itself because it is a curve that is created by connecting points that are equidistant from the ellipse, while the ellipse is a closed shape with a specific size and shape.

What is the equation for the equidistant curve of an ellipse?

The equation for the equidistant curve of an ellipse is (x^2 / a^2) + (y^2 / b^2) = 1, where a and b are the semi-major and semi-minor axes of the ellipse, respectively.

What is the significance of the equidistant curve of an ellipse?

The equidistant curve of an ellipse has several applications in mathematics and engineering. It is used in the construction of bridges, roads, and buildings to create smooth curves, and is also used in the design of satellite orbits and celestial mechanics.

How is the equidistant curve of an ellipse related to the focus of the ellipse?

The equidistant curve of an ellipse is directly related to the focus of the ellipse. In fact, the focus of the ellipse is the center point of the equidistant curve. This means that all points on the curve are equidistant from the focus of the ellipse.

Similar threads

Replies
9
Views
819
Replies
8
Views
4K
  • General Math
Replies
1
Views
902
  • Differential Geometry
Replies
4
Views
2K
Replies
4
Views
10K
  • Differential Geometry
Replies
4
Views
3K
  • Differential Geometry
Replies
8
Views
3K
Replies
2
Views
833
  • Differential Geometry
Replies
18
Views
10K
Replies
49
Views
2K
Back
Top