Facebook Pixel
Mathos AI logo

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)(0,0) depends on whether its longest axis (the major axis) is horizontal or vertical.

Horizontal Major Axis: x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 (Here, a>b>0a > b > 0. The major axis lies on the x-axis.)

Vertical Major Axis: x2b2+y2a2=1\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1 (Here, a>b>0a > b > 0. The major axis lies on the y-axis.)

If the center is translated to a point (h,k)(h, k), you simply replace xx with (xh)(x-h) and yy with (yk)(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)(0,0) or (h,k)(h,k).
  • Vertices: The endpoints of the major (longer) axis. The distance from the center to each vertex is aa.
  • Co-vertices: The endpoints of the minor (shorter) axis. The distance from the center to each co-vertex is bb.
  • Foci: Two fixed points located inside the ellipse along the major axis. The distance from the center to each focus is cc.

You can find the focal distance cc using the fundamental relationship for ellipses: c2=a2b2c^2 = a^2 - b^2

Example Problems

Example 1: Find the foci of the ellipse x225+y29=1\frac{x^2}{25} + \frac{y^2}{9} = 1

  1. Identify a2a^2 and b2b^2. Since 25>925 > 9, a2=25a^2 = 25 and b2=9b^2 = 9.
  2. The larger denominator is under x2x^2, so the major axis is horizontal. The center is (0,0)(0,0).
  3. Find c2c^2 using the formula: c2=a2b2=259=16c^2 = a^2 - b^2 = 25 - 9 = 16.
  4. Solve for cc: c=4c = 4.
  5. Because the major axis is horizontal, the foci are located cc units left and right of the center: (±4,0)(\pm 4, 0).

Example 2: Write the equation of an ellipse with vertices (±5,0)(\pm 5, 0) and foci (±3,0)(\pm 3, 0)

  1. The vertices and foci lie on the x-axis, meaning the center is (0,0)(0,0) and the major axis is horizontal.
  2. The distance to the vertices gives us aa: a=5a = 5, so a2=25a^2 = 25.
  3. The distance to the foci gives us cc: c=3c = 3, so c2=9c^2 = 9.
  4. Find b2b^2 using c2=a2b2c^2 = a^2 - b^2: 9=25b2    b2=169 = 25 - b^2 \implies b^2 = 16
  5. Write the standard equation by plugging in a2a^2 and b2b^2: x225+y216=1\frac{x^2}{25} + \frac{y^2}{16} = 1