Information about Ellipse
"Elliptical" redirects here. For the exercise machine, see Elliptical trainer.
In mathematics, an ellipse (from the Greek ἔλλειψις, literally absence) is the locus of points on a plane where the sum of the distances from any point on the curve to two fixed points is constant. The two fixed points are called foci (plural of focus). An alternate definition would be that an ellipse is the path traced out by a point whose distance from a fixed point, called focus, maintains a constant ratio less than one with its distance from a straight line not passing through the focus, called the directrix.
Overview
An ellipse is a type of conic section: if a conical surface is cut with a plane which does not intersect the cone's base, the intersection of the cone and plane is an ellipse. For a short elementary proof of this, see Dandelin spheres.Algebraically, an ellipse is a curve in the Cartesian plane defined by an equation of the form
, where all of the coefficients are real, and where more than one solution, defining a pair of points (x, y) on the ellipse, exists.
An ellipse can be drawn with two pins, a loop of string, and a pencil. The pins are placed at the foci and the pins and pencil are enclosed inside the string. The pencil is placed on the paper inside the string, so the string is taut. The string will form a triangle. If the pencil is moved around so that the string stays taut, the sum of the distances from the pencil to the pins will remain constant, satisfying the definition of an ellipse.
The line segment AB, that passes through the foci and terminates on the ellipse, is called the major axis. The major axis is the longest segment that can be obtained by joining two points on the ellipse. The line segment CD, which passes through the center (halfway between the foci), perpendicular to the major axis, and terminates on the ellipse, is called the minor axis. The semimajor axis (denoted by a in the figure) is one half the major axis: the line segment from the center, through a focus, and to the edge of the ellipse. Likewise, the semiminor axis (denoted by b in the figure) is one half the minor axis.
If the two foci coincide, then the ellipse is a circle; in other words, a circle is a special case of an ellipse, one where the eccentricity is zero.
An ellipse centered at the origin can be viewed as the image of the unit circle under a linear map associated with a symmetric matrix
,
being a diagonal matrix with the eigenvalues of
, both of which are real positive, along the main diagonal, and
being a real unitary matrix having as columns the eigenvectors of
. Then the axes of the ellipse will lie along the eigenvectors of
, and the eigenvalues are the lengths of the semimajor and semiminor axes.
An ellipse can be produced by multiplying the x coordinates of all points on a circle by a constant, without changing the y coordinates. This is equivalent to stretching the circle out in the x-direction.
Eccentricity
The shape of an ellipse can be expressed by a number called the eccentricity of the ellipse, conventionally denoted
. The eccentricity is a non-negative number less than 1 and greater than or equal to 0. It is the value of the constant ratio of the distance of a point on an ellipse from a focus to that from the corresponding directrix. An eccentricity of 0 implies that the two foci occupy the same point and that the ellipse is a circle.
For an ellipse with semimajor axis a and semiminor axis b, the eccentricity is
.
If c equals the distance from the center to either focus, then
.
Equations
An ellipse with a semimajor axis a and semiminor axis b, centered at the point
and having its major axis parallel to the x-axis may be specified by the equation
.
This ellipse can be expressed parametrically as
may be restricted to the interval
.
If
= 0 and
= 0 (i.e., if the center is the origin (0,0)), then we can express this ellipse in polar coordinates by the
equation
is the eccentricity of the ellipse.
With one focus at the origin, the ellipse's polar equation is
.
A Gauss-mapped form:
.
Semi-latus rectum and polar coordinates
The semi-latus rectum of an ellipse, usually denoted
(lowercase L), is the distance from a focus of the ellipse to the ellipse itself, measured along a line perpendicular to the major axis. It is related to
and
(the ellipse's semi-axes) by the formula
or, if using the eccentricity,
.
In polar coordinates, an ellipse with one focus at the origin and the other on the negative x-axis is given by the equation
An ellipse can also be thought of as a projection of a circle: a circle on a plane at angle φ to the horizontal projected vertically onto a horizontal plane gives an ellipse of eccentricity sin φ, provided φ is not 90°.
Area
The area enclosed by an ellipse is πab. Where a = the semimajor axis/2 and b = semiminor axes/2.Circumference
The circumference of an ellipse is
,
where the function E is the complete elliptic integral of the second kind.
The exact infinite series is:
Or:
A good approximation is Ramanujan's:
which can also be written as:
For the special case where the minor axis is half the major axis, we get:
(better approximation).
More generally, the arc length of a portion of the circumference, as a function of the angle subtended, is given by an incomplete elliptic integral. The inverse function, the angle subtended as a function of the arc length, is given by the elliptic functions.
Stretching and projection
An ellipse may be uniformly stretched along any axis, in or out of the plane of the ellipse, and it will still be an ellipse. The stretched ellipse will have different properties (perhaps changed eccentricity and semi-major axis length, for instance), but it will still be an ellipse (or a degenerate ellipse: a circle or a line). Similarly, any oblique projection onto a plane results in a conic section. If the projection is a closed curve on the plane, then the curve is an ellipse or a degenerate ellipse.Reflection property
Assume an elliptic mirror with a light source at one of the foci. Then all rays are reflected to a single point — the second focus. Since no other curve has such a property, it can be used as an alternative definition of an ellipse. In a circle, all light would be reflected back to the center since all tangents are orthogonal to the radius.Sound waves are reflected in a similar way, so in a large elliptical room a person standing at one focus can hear a person standing at another focus remarkably well. Such a room is called a whisper chamber. Examples are the National Statuary Hall Collection at the U.S. Capitol (where John Quincy Adams is said to have used this property for eavesdropping on political matters), at an exhibit on sound at the Museum of Science and Industry in Chicago, in front of the University of Illinois at Urbana-Champaign Foellinger Auditorium, and also at a side chamber of the Palace of Charles V, in the Alhambra.
Ellipses in physics
In the 17th century, Johannes Kepler explained that the orbits along which the planets travel around the Sun are ellipses in his first law of planetary motion. Later, Isaac Newton explained this as a corollary of his law of universal gravitation.More generally, in the gravitational two-body problem, if the two bodies are bound to each other (i.e., the total energy is negative), their orbits are similar ellipses with the common barycenter being one of the foci of each ellipse. Interestingly, the orbit of either body in the reference frame of the other is also an ellipse, with the other body at one focus.
The general solution for a harmonic oscillator in two or more dimensions is also an ellipse, but this time with the origin of the force located at the center of the ellipse.
Ellipses in computer graphics
Drawing an ellipse is a common graphics primitive in standard display libraries, such as the Macintosh QuickDraw API and the Windows Graphics Device Interface (GDI). Often such libraries are limited and can only draw an ellipse with either the major axis or the minor axis horizontal. Jack Bresenham at IBM is most famous for the invention of 2D drawing primitives, including line and circle drawing, using only fast integer operations such as addition and branch on carry bit. An efficient generalization to draw ellipses was invented in 1984 by Jerry Van Aken (IEEE CG&A, Sept. 1984).Sample JavaScript code to calculate the points of an ellipse.
>
/**
* This functions returns an array containing 36 points to draw an
* ellipse.
*
* @param x {double} X coordinate
* @param y {double} Y coordinate
* @param a {double} Semimajor axis
* @param b {double} Semiminor axis
* @param angle {double} Angle of the ellipse
*/
function calculateEllipse(x, y, a, b, angle, steps) {
if (steps == null)
steps = 36;
var points = [];
var beta = -angle / 180 * Math.PI;
var sinbeta = Math.sin(beta);
var cosbeta = Math.cos(beta);
for (var i = 0; i < 360; i += 360 / steps) {
var alpha = i / 180 * Math.PI;
var sinalpha = Math.sin(alpha);
var cosalpha = Math.cos(alpha);
var X = x + (a * cosalpha * cosbeta - b * sinalpha * sinbeta);
var Y = y + (a * cosalpha * sinbeta + b * sinalpha * cosbeta);
points.push(new OpenLayers.Geometry.Point(X, Y));
}
return points;
}
See also
- Ellipsoid, a higher dimensional analog of an ellipse
- Spheroid, the ellipsoids obtained by rotating an ellipse about its major or minor axis.
- Super ellipse, a generalization of an ellipse that can look more rectangular
- Hyperbola
- Parabola
- Orbit
- Oval (geometry)
- True, eccentric, and mean anomalies
- Matrix representation of conic sections
- Kepler's Laws of Planetary Motion
- Ellipse/Proofs
References
External links
- Apollonius' Derivation of the Ellipse at Convergence
- Ellipse & Hyperbola Construction - An interactive sketch showing how to trace the curves of the ellipse and hyperbola. (Requires Java.)
- Ellipse Construction - Another interactive sketch, this time showing a different method of tracing the ellipse. (Requires Java.)
- Ellipse on MathWorld - More on Ellipse
- The Shape and History of The Ellipse in Washington, D.C. by Clark Kimberling
- Collection of animated ellipse demonstrations. Ellipse, axes, semi-axes, area, perimeter, tangent, foci.
- Woodworking videos showing how to work with ellipses in wood.
An elliptical trainer (also cross trainer or simply elliptical) is a stationary exercise machine used to simulate walking or running without causing excessive pressure to the joints, hence decreasing the risk of impact injuries.
..... Click the link for more information.
..... Click the link for more information.
Mathematics (colloquially, maths or math) is the body of knowledge centered on such concepts as quantity, structure, space, and change, and also the academic discipline that studies them. Benjamin Peirce called it "the science that draws necessary conclusions".
..... Click the link for more information.
..... Click the link for more information.
Greek}}}
Writing system: Greek alphabet
Official status
Official language of: Greece
Cyprus
European Union
recognised as minority language in parts of:
European Union
Italy
Turkey
Regulated by:
..... Click the link for more information.
Writing system: Greek alphabet
Official status
Official language of: Greece
Cyprus
European Union
recognised as minority language in parts of:
European Union
Italy
Turkey
Regulated by:
..... Click the link for more information.
locus (Latin for "place", plural loci) is a collection of points which share a property. The term 'locus' is usually used of a condition which defines a continuous figure or figures, that is, a curve.
..... Click the link for more information.
..... Click the link for more information.
Distance is a numerical description of how far apart objects are at any given moment in time. In physics or everyday discussion, distance may refer to a physical length, a period of time, or an estimation based on other criteria (e.g. "two counties over").
..... Click the link for more information.
..... Click the link for more information.
In geometry, the foci (singular focus) are a pair of special points used in describing conic sections. The four types of conic sections are the circle, parabola, ellipse, and hyperbola.
..... Click the link for more information.
..... Click the link for more information.
conic section (or just conic) is a curve that can be formed by intersecting a cone (more precisely, a right circular conical surface) with a plane. The conic sections were named and studied as long ago as 200 BC, when Apollonius of Perga undertook a systematic study of their
..... Click the link for more information.
..... Click the link for more information.
In geometry, a (general) conical surface is the unbounded surface formed by the union of all the straight lines that pass through a fixed point — the apex or vertex — and any point of some fixed space curve — the directrix
..... Click the link for more information.
..... Click the link for more information.
Dandelin spheres characterized thus:
This concept is named in honor of Germinal Pierre Dandelin.
..... Click the link for more information.
- Each Dandelin sphere touches, but does not cross, both the plane and the cone.
This concept is named in honor of Germinal Pierre Dandelin.
..... Click the link for more information.
Analytic geometry, also called coordinate geometry and earlier referred to as Cartesian geometry or analytical geometry, is the study of geometry using the principles of algebra.
..... Click the link for more information.
..... Click the link for more information.
In mathematics, the concept of a curve tries to capture the intuitive idea of a geometrical one-dimensional and continuous object. A simple example is the circle.
..... Click the link for more information.
..... Click the link for more information.
Cartesian coordinate system (also called rectangular coordinate system) is used to determine each point uniquely in a plane through two numbers, usually called the x-coordinate and the y-coordinate of the point.
..... Click the link for more information.
..... Click the link for more information.
A triangle is one of the basic shapes of geometry: a polygon with three corners or and three sides or edges which are straight line segments.
In Euclidean geometry any three non-collinear points determine a triangle and a unique plane, i.e.
..... Click the link for more information.
In Euclidean geometry any three non-collinear points determine a triangle and a unique plane, i.e.
..... Click the link for more information.
line segment is a part of a line that is bounded by two end points, which have a finite length, and contains every point on the line between its end points. Examples of line segments include the sides of a triangle or square.
..... Click the link for more information.
..... Click the link for more information.
perpendicular (or orthogonal) to each other if they form congruent adjacent angles. The term may be used as a noun or adjective. Thus, referring to Figure 1, the line AB is the perpendicular to CD through the point B.
..... Click the link for more information.
..... Click the link for more information.
semi-major axis (also semimajor axis) is used to describe the dimensions of ellipses and hyperbolae.
..... Click the link for more information.
Ellipse
The major axis of an ellipse is its longest diameter, a line that runs through the centre and both foci, its ends being at the widest points of the shape...... Click the link for more information.
In geometry, the semi-minor axis (also semiminor axis) is a line segment associated with most conic sections (that is, with ellipses and hyperbolas). One end of the segment is the center of the conic section, and it is at right angles with the semi-major axis.
..... Click the link for more information.
..... Click the link for more information.
circle is the set of all points in a plane at a fixed distance, called the radius, from a given point, the centre.
Circles are simple closed curves which divide the plane into an interior and exterior.
..... Click the link for more information.
Circles are simple closed curves which divide the plane into an interior and exterior.
..... Click the link for more information.
eccentricity, denoted e or , is a parameter associated with every conic section. It can be thought of as a measure of how much the conic section deviates from being circular.
In particular,
..... Click the link for more information.
In particular,
- The eccentricity of a circle is zero.
..... Click the link for more information.
origin of a Euclidean space is a special point, usually denoted by the letter O, used as a fixed point of reference for the geometry of the surrounding space. In a Cartesian coordinate system, the origin is the point where the axes of the system intersect.
..... Click the link for more information.
..... Click the link for more information.
unit circle is a circle with a unit radius, i.e., a circle whose radius is 1. Frequently, especially in trigonometry, "the" unit circle is the circle of radius 1 centered at the origin (0, 0) in the Cartesian coordinate system in the Euclidean plane.
..... Click the link for more information.
..... Click the link for more information.
In linear algebra, a symmetric matrix is a square matrix, A, that is equal to its transpose
The entries of a symmetric matrix are symmetric with respect to the main diagonal (top left to bottom right).
..... Click the link for more information.
The entries of a symmetric matrix are symmetric with respect to the main diagonal (top left to bottom right).
..... Click the link for more information.
In linear algebra, a diagonal matrix is a square matrix in which the entries outside the main diagonal are all zero. The diagonal entries themselves may or may not be zero.
..... Click the link for more information.
..... Click the link for more information.
eigenvector of the transformation and the blue vector is not. Since the red vector was neither stretched nor compressed, its eigenvalue is 1. All vectors with the same vertical direction - i.e., parallel to this vector - are also eigenvectors, with the same eigenvalue.
..... Click the link for more information.
..... Click the link for more information.
In mathematics, a unitary matrix is an n by n complex matrix U satisfying the condition
..... Click the link for more information.
..... Click the link for more information.
eigenvector of the transformation and the blue vector is not. Since the red vector was neither stretched nor compressed, its eigenvalue is 1. All vectors with the same vertical direction - i.e., parallel to this vector - are also eigenvectors, with the same eigenvalue.
..... Click the link for more information.
..... Click the link for more information.
eccentricity, denoted e or , is a parameter associated with every conic section. It can be thought of as a measure of how much the conic section deviates from being circular.
In particular,
..... Click the link for more information.
In particular,
- The eccentricity of a circle is zero.
..... Click the link for more information.
A negative number is a number that is less than zero, such as −3. A positive number is a number that is greater than zero, such as 3. Zero itself is neither positive nor negative.
..... Click the link for more information.
..... Click the link for more information.
circle is the set of all points in a plane at a fixed distance, called the radius, from a given point, the centre.
Circles are simple closed curves which divide the plane into an interior and exterior.
..... Click the link for more information.
Circles are simple closed curves which divide the plane into an interior and exterior.
..... Click the link for more information.
This article or section is in need of attention from an expert on the subject.
Please help recruit one or [ improve this article] yourself. See the talk page for details.
..... Click the link for more information.
Please help recruit one or [ improve this article] yourself. See the talk page for details.
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus












