Writing Equations of Ellipses

Site: Saylor Academy
Course: MA001: College Algebra
Book: Writing Equations of Ellipses
Printed by: Guest user
Date: Tuesday, May 7, 2024, 6:27 AM

Description

First, we will focus on ellipses and the components that make up the equation for an ellipse. You will learn how to write the equation of an ellipse given different components of the ellipse.

The Ellipse

Learning Objectives

In this section, you will:

  • Write equations of ellipses in standard form.
  • Graph ellipses centered at the origin.
  • Graph ellipses not centered at the origin.
  • Solve applied problems involving ellipses.


Figure 1 The National Statuary Hall in Washington, D.C.

Can you imagine standing at one end of a large room and still being able to hear a whisper from a person standing at the other end? The National Statuary Hall in Washington, D.C., shown in Figure 1, is such a room. It is an oval-shaped room called a whispering chamber because the shape makes it possible for sound to travel along the walls. In this section, we will investigate the shape of this room and its real-world applications, including how far apart two people in Statuary Hall can stand and still hear each other whisper.


Source: Rice University, https://openstax.org/books/college-algebra/pages/8-1-the-ellipse
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.

Writing Equations of Ellipses in Standard Form

A conic section, or conic, is a shape resulting from intersecting a right circular cone with a plane. The angle at which the plane intersects the cone determines the shape, as shown in Figure 2.


Figure 2

Conic sections can also be described by a set of points in the coordinate plane. Later in this chapter, we will see that the graph of any quadratic equation in two variables is a conic section. The signs of the equations and the coefficients of the variable terms determine the shape. This section focuses on the four variations of the standard form of the equation for the ellipse. An ellipse is the set of all points (x,y) in a plane such that the sum of their distances from two fixed points is a constant. Each fixed point is called a focus (plural: foci).

We can draw an ellipse using a piece of cardboard, two thumbtacks, a pencil, and string. Place the thumbtacks in the cardboard to form the foci of the ellipse. Cut a piece of string longer than the distance between the two thumbtacks (the length of the string represents the constant in the definition). Tack each end of the string to the cardboard, and trace a curve with a pencil held taut against the string. The result is an ellipse. See Figure 3.


Every ellipse has two axes of symmetry. The longer axis is called the major axis, and the shorter axis is called the minor axis. Each endpoint of the major axis is the vertex of the ellipse (plural: vertices), and each endpoint of the minor axis is a co-vertex of the ellipse. The center of an ellipse is the midpoint of both the major and minor axes. The axes are perpendicular at the center. The foci always lie on the major axis, and the sum of the distances from the foci to any point on the ellipse (the constant sum) is greater than the distance between the foci. See Figure 4.


Figure 4

In this section, we restrict ellipses to those that are positioned vertically or horizontally in the coordinate plane. That is, the axes will either lie on or be parallel to the x- and y-axes. Later in the chapter, we will see ellipses that are rotated in the coordinate plane.

To work with horizontal and vertical ellipses in the coordinate plane, we consider two cases: those that are centered at the origin and those that are centered at a point other than the origin. First we will learn to derive the equations of ellipses, and then we will learn how to write the equations of ellipses in standard form. Later we will use what we learn to draw the graphs.


Deriving the Equation of an Ellipse Centered at the Origin

To derive the equation of an ellipse centered at the origin, we begin with the foci (−c,0) and (c,0). The ellipse is the set of all points (x,y) such that the sum of the distances from (x,y) to the foci is constant, as shown in Figure 5.


Figure 5

If (a, 0) is a vertex of the ellipse, the distance from (-c, 0) to (a, 0) is a-(-c)=a+c. The distance from (c, 0) to (a, 0) is a-c. The sum of the distances from the foci to the vertex is

(a+c)+(a-c)=2 a

If (x, y) is a point on the ellipse, then we can define the following variables:

\begin{aligned}
&d_{1}=\text { the distance from }(-c, 0) \text { to }(x, y) \\
&d_{2}=\text { the distance from }(c, 0) \text { to }(x, y)
\end{aligned}

By the definition of an ellipse, d_{1}+d_{2} is constant for any point (x, y) on the ellipse. We know that the sum of these distances is 2 a for the vertex (a, 0). It follows that d_{1}+d_{2}=2 a for any point on the ellipse. We will begin the derivation by applying the distance formula. The rest of the derivation is algebraic.

\begin{array}{ll}
d_{1}+d_{2}=\sqrt{(x-(-c))^{2}+(y-0)^{2}}+\sqrt{(x-c)^{2}+(y-0)^{2}}=2 a & \text { Distance formula } \\
\sqrt{(x+c)^{2}+y^{2}}+\sqrt{(x-c)^{2}+y^{2}}=2 a & \text { Simplify expressions. } \\
\sqrt{(x+c)^{2}+y^{2}}=2 a-\sqrt{(x-c)^{2}+y^{2}} & \text { Move radical to opposite side. } \\
(x+c)^{2}+y^{2}=\left[2 a-\sqrt{(x-c)^{2}+y^{2}}\right]^{2} & \text { Square both sides. } \\
x^{2}+2 c x+c^{2}+y^{2}=4 a^{2}-4 a \sqrt{(x-c)^{2}+y^{2}}+(x-c)^{2}+y^{2} & \text { Expand the squares. } \\
x^{2}+2 c x+c^{2}+y^{2}=4 a^{2}-4 a \sqrt{(x-c)^{2}+y^{2}}+x^{2}-2 c x+c^{2}+y^{2} & \text { Expand remaining squares. } \\
2 c x=4 a^{2}-4 a \sqrt{(x-c)^{2}+y^{2}}-2 c x & \text { Combine like terms. } \\
4 c x-4 a^{2}=-4 a \sqrt{(x-c)^{2}+y^{2}} & \text { Isolate the radical. } \\
c x-a^{2}=-a \sqrt{(x-c)^{2}+y^{2}} & \text { Divide by 4. } \\
{\left[c x-a^{2}\right]^{2}=a^{2}\left[\sqrt{(x-c)^{2}+y^{2}}\right]^{2}} & \text { Square both sides. } \\
c^{2} x^{2}-2 a^{2} c x+a^{4}=a^{2}\left(x^{2}-2 c x+c^{2}+y^{2}\right) & \text { Expand the squares. } \\
c^{2} x^{2}-2 a^{2} c x+a^{4}=a^{2} x^{2}-2 a^{2} c x+a^{2} c^{2}+a^{2} y^{2} & \text { Distribute } a^{2} . \\
a^{2} x^{2}-c^{2} x^{2}+a^{2} y^{2}=a^{4}-a^{2} c^{2} & \text { Rewrite. } \\
x^{2}\left(a^{2}-c^{2}\right)+a^{2} y^{2}=a^{2}\left(a^{2}-c^{2}\right) & \text { Factor common terms. } \\
x^{2} b^{2}+a^{2} y^{2}=a^{2} b^{2} & \text { set } b^{2} = a^2 - c^2 . \\
\frac{x^{2} b^{2}}{a^{2} b^{2}}+\frac{a^{2} y^{2}}{a^{2} b^{2}}=\frac{a^{2} b^{2}}{a^{2} b^{2}} & \text { Divide both sides by } a^{2} b^{2} . . \\
\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1 & \text { Simplify. }
\end{array}

Thus, the standard equation of an ellipse is \frac{x^2}{a^2} + \frac{y^2}{b^2}=1. This equation defines an ellipse centered at the origin. If a > b, the ellipse is stretched further in the horizontal direction, and if b > a, the ellipse is stretched further in the vertical direction.


Writing Equations of Ellipses Centered at the Origin in Standard Form

Standard forms of equations tell us about key features of graphs. Take a moment to recall some of the standard forms of equations we’ve worked with in the past: linear, quadratic, cubic, exponential, logarithmic, and so on. By learning to interpret standard forms of equations, we are bridging the relationship between algebraic and geometric representations of mathematical phenomena.

The key features of the ellipse are its center, verticesco-verticesfoci, and lengths and positions of the major and minor axes. Just as with other equations, we can identify all of these features just by looking at the standard form of the equation. There are four variations of the standard form of the ellipse. These variations are categorized first by the location of the center (the origin or not the origin), and then by the position (horizontal or vertical). Each is presented along with a description of how the parts of the equation relate to the graph. Interpreting these parts allows us to form a mental picture of the ellipse.


STANDARD FORMS OF THE EQUATION OF AN ELLIPSE WITH CENTER (0,0)

The standard form of the equation of an ellipse with center (0,0) and major axis on the x-axis is

\frac{x^2}{a^2} + \frac{y^2}{b^2}=1

where

  • a > b
  • the length of the major axis is 2a
  • the coordinates of the vertices are (±a,0)
  • the length of the minor axis is 2b
  • the coordinates of the co-vertices are (0,±b)
  • the coordinates of the foci are (±c,0), where c^2=a^2−b^2. See Figure 6 a

The standard form of the equation of an ellipse with center (0,0) and major axis on the y-axis is

\frac{x^2}{y^2} + \frac{b^2}{a^2}=1

where

  • a > b
  • the length of the major axis is 2a
  • the coordinates of the vertices are (0,±a)
  • the length of the minor axis is 2b
  • the coordinates of the co-vertices are (±b,0)
  • the coordinates of the foci are (0,±c), where c^2=a^2−b^2. See Figure 6 b

Note that the vertices, co-vertices, and foci are related by the equation c^2=a^2−b^2. When we are given the coordinates of the foci and vertices of an ellipse, we can use this relationship to find the equation of the ellipse in standard form.


Figure 6 (a) Horizontal ellipse with center (0,0) (b) Vertical ellipse with center (0,0)


HOW TO

Given the vertices and foci of an ellipse centered at the origin, write its equation in standard form.

  1. Determine whether the major axis lies on the x - or y-axis.
    1. If the given coordinates of the vertices and foci have the form (\pm a, 0) and (\pm c, 0) respectively, then the major axis is the x-axis. Use the standard form \frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1.
    2. If the given coordinates of the vertices and foci have the form (0, \pm a) and (0, \pm c), respectively, then the major axis is the y-axis. Use the standard form \frac{x^{2}}{b^{2}}+\frac{y^{2}}{a^{2}}=1.
  2. Use the equation c^{2}=a^{2}-b^{2}, along with the given coordinates of the vertices and foci, to solve for b^{2}.
  3. Substitute the values for a^{2} and b^{2} into the standard form of the equation determined in Step 1.


EXAMPLE 1

Writing the Equation of an Ellipse Centered at the Origin in Standard Form

What is the standard form equation of the ellipse that has vertices (±8,0) and foci (±5,0)?


Solution

The foci are on the x-axis, so the major axis is the x-axis. Thus, the equation will have the form

\frac{x^2}{y^2} + \frac{a^2}{b^2}=1

The vertices are (±8,0), so a=8 and a^2=64.

The foci are (±5,0), so c=5 and c^2=25.

We know that the vertices and foci are related by the equation c^2=a^2−b^2. Solving for b^2, we have:

\begin{array}{ll}
c^{2}=a^{2}-b^{2} & \\
25=64-b^{2} & \text { Substitute for } c^{2} \text { and } a^{2} \\
b^{2}=39 & \text { Solve for } b^{2}
\end{array}

Now we need only substitute a^{2}=64 and b^{2}=39 into the standard form of the equation. The equation of the ellipse is \frac{x^{2}}{64}+\frac{y^{2}}{39}=1.


TRY IT #1

What is the standard form equation of the ellipse that has vertices (0,±4) and foci (0,± \sqrt{15})?


Q&A

Can we write the equation of an ellipse centered at the origin given coordinates of just one focus and vertex?

Yes. Ellipses are symmetrical, so the coordinates of the vertices of an ellipse centered around the origin will always have the form (±a,0) or (0,±a). Similarly, the coordinates of the foci will always have the form (±c,0) or (0,±c). Knowing this, we can use a and c from the given points, along with the equation c^2=a^2−b^2, to find b^2.


Writing Equations of Ellipses Not Centered at the Origin

Like the graphs of other equations, the graph of an ellipse can be translated. If an ellipse is translated h units horizontally and k units vertically, the center of the ellipse will be (h,k). This translation results in the standard form of the equation we saw previously, with x replaced by (x−h) and y replaced by (y−k).


STANDARD FORMS OF THE EQUATION OF AN ELLIPSE WITH CENTER (H, K)

The standard form of the equation of an ellipse with center (h,k) and major axis parallel to the x-axis is

\frac{(x-h)^{2}}{a^{2}}+\frac{(y-k)^{2}}{b^{2}}=1

Where

  • a > b
  • the length of the major axis is 2 a
  • the coordinates of the vertices are (h ± a, k)
  • the length of the minor axis is 2 b
  • the coordinates of the co-vertices are (h, k \pm b)
  • the coordinates of the foci are (h \pm c, k), where c^{2}=a^{2}-b^{2}. See Figure 7 a

The standard form of the equation of an ellipse with center (h, k ) and major axis parallel to the y-axis is

\frac{(x-h)^{2}}{b^{2}}+\frac{(y-k)^{2}}{a^{2}}=1

Where

  • a > b
  • the length of the major axis is 2 a
  • the coordinates of the vertices are (h, k ± a)
  • the length of the minor axis is 2 b
  • the coordinates of the co-vertices are  (h±b,k)
  • the coordinates of the foci are (h,k±c), where c^2=a^2−b^2. See Figure 7b
Just as with ellipses centered at the origin, ellipses that are centered at a point (h,k) have vertices, co-vertices, and foci that are related by the equation c^2=a^2−b^2. We can use this relationship along with the midpoint and distance formulas to find the equation of the ellipse in standard form when the vertices and foci are given.


Figure 7 (a) Horizontal ellipse with center (h,k) (b) Vertical ellipse with center (h,k)


HOW TO

Given the vertices and foci of an ellipse not centered at the origin, write its equation in standard form.

  1. Determine whether the major axis is parallel to the x - or y-axis.
    1. If the y-coordinates of the given vertices and foci are the same, then the major axis is parallel to the x-axis. Use the standard form \frac{(x-h)^{2}}{a^{2}}+\frac{(y-h)^{2}}{b^{2}}=1.
    2. If the x-coordinates of the given vertices and foci are the same, then the major axis is parallel to the y-axis. Use the standard form \frac{(x-h)^{2}}{b^{2}}+\frac{(y-k)^{2}}{a^{2}}=1.
  2. Identify the center of the ellipse (h, k) using the midpoint formula and the given coordinates for the vertices.
  3. Find a^{2} by solving for the length of the major axis, 2 a, which is the distance between the given vertices.
  4. Find c^{2} using h and k, found in Step 2, along with the given coordinates for the foci.
  5. Solve for b^{2} using the equation c^{2}=a^{2}-b^{2}.
  6. Substitute the values for h, k, a^{2}, and b^{2} into the standard form of the equation determined in Step 1.


EXAMPLE 2

Writing the Equation of an Ellipse Centered at a Point Other Than the Origin

What is the standard form equation of the ellipse that has vertices (−2,−8) and (−2,2) and foci (−2,−7) and (−2,1)?


Solution

The x-coordinates of the vertices and foci are the same, so the major axis is parallel to the y-axis. Thus, the equation of the ellipse will have the form

\frac{(x-h)^{2}}{b^{2}}+\frac{(y-k)^{2}}{a^{2}}=1

First, we identify the center, (h, k). The center is halfway between the vertices, (-2,-8) and (-2,2). Applying the midpoint formula, we have:

\begin{aligned}
(h, k) &=\left(\frac{-2+(-2)}{2}, \frac{-8+2}{2}\right) \\
&=(-2,-3)
\end{aligned}

Next, we find a^{2}. The length of the major axis, 2 a, is bounded by the vertices. We solve for a by finding the distance between the y-coordinates of the vertices.

\begin{gathered}
2 a=2-(-8) \\
2 a=10 \\
a=5
\end{gathered}

So a^{2}=25.

Now we find c^{2}. The foci are given by (h, k \pm c). So, (h, k-c)=(-2,-7) and (h, k+c)=(-2,1). We substitute k=-3 using either of these points to solve for c.

\begin{gathered}
k+c=1 \\
-3+c=1 \\
c=4
\end{gathered}

So c^{2}=16.

Next, we solve for b^{2} using the equation c^{2}=a^{2}-b^{2}.

\begin{gathered}
c^{2}=a^{2}-b^{2} \\
16=25-b^{2} \\
b^{2}=9
\end{gathered}

Finally, we substitute the values found for h, k, a^{2}, and b^{2} into the standard form equation for an ellipse:

\frac{(x+2)^{2}}{9}+\frac{(y+3)^{2}}{25}=1


TRY IT #2

What is the standard form equation of the ellipse that has vertices (−3,3) and (5,3) and foci (1−2 \sqrt3, 3) and (1+2 \sqrt3,3)?

Ex: Find the Equation of an Ellipse Given the Center, Focus, and Vertex (Vertical)


Source: Mathispower4u, https://youtu.be/_cxQwMQTQ6s
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.