Ellipses and Their Equations
Ellipses and Their Equations
An ellipse is a type of conic section. Geometrically, it is the set of all points in a plane where the sum of the distances to two fixed points (called the foci) is a constant.
The Standard Equation of an Ellipse
The standard form of an ellipse centered at the origin (0,0) depends on whether its longest axis (the major axis) is horizontal or vertical.
Horizontal Major Axis: a2x2+b2y2=1 (Here, a>b>0. The major axis lies on the x-axis.)
Vertical Major Axis: b2x2+a2y2=1 (Here, a>b>0. The major axis lies on the y-axis.)
If the center is translated to a point (h,k), you simply replace x with (x−h) and y with (y−k).
Key Features of an Ellipse
To graph or analyze an ellipse, you need to identify four main features:
- Center: The midpoint of the ellipse, (0,0) or (h,k).
- Vertices: The endpoints of the major (longer) axis. The distance from the center to each vertex is a.
- Co-vertices: The endpoints of the minor (shorter) axis. The distance from the center to each co-vertex is b.
- Foci: Two fixed points located inside the ellipse along the major axis. The distance from the center to each focus is c.
You can find the focal distance c using the fundamental relationship for ellipses: c2=a2−b2
Example Problems
Example 1: Find the foci of the ellipse 25x2+9y2=1
- Identify a2 and b2. Since 25>9, a2=25 and b2=9.
- The larger denominator is under x2, so the major axis is horizontal. The center is (0,0).
- Find c2 using the formula: c2=a2−b2=25−9=16.
- Solve for c: c=4.
- Because the major axis is horizontal, the foci are located c units left and right of the center: (±4,0).
Example 2: Write the equation of an ellipse with vertices (±5,0) and foci (±3,0)
- The vertices and foci lie on the x-axis, meaning the center is (0,0) and the major axis is horizontal.
- The distance to the vertices gives us a: a=5, so a2=25.
- The distance to the foci gives us c: c=3, so c2=9.
- Find b2 using c2=a2−b2: 9=25−b2⟹b2=16
- Write the standard equation by plugging in a2 and b2: 25x2+16y2=1