Conics

Ellipses

Learning Objectives

By the end of this section, you will be able to:

  • Graph an ellipse with center at the origin
  • Find the equation of an ellipse with center at the origin
  • Graph an ellipse with center not at the origin
  • Solve application with ellipses

Before you get started, take this readiness quiz.

  1. Graph y={\left(x-1\right)}^{2}-2 using transformations.
    If you missed this problem, review (Figure).
  2. Complete the square: {x}^{2}-8x=8.
    If you missed this problem, review (Figure).
  3. Write in standard form. y=2{x}^{2}-12x+14
    If you missed this problem, review (Figure).

Graph an Ellipse with Center at the Origin

The next conic section we will look at is an ellipse. We define an ellipse as all points in a plane where the sum of the distances from two fixed points is constant. Each of the given points is called a focus of the ellipse.

Ellipse

An ellipse is all points in a plane where the sum of the distances from two fixed points is constant. Each of the fixed points is called a focus of the ellipse.

This figure shows a double cone intersected by a plane to form an ellipse.

We can draw an ellipse by taking some fixed length of flexible string and attaching the ends to two thumbtacks. We use a pen to pull the string taut and rotate it around the two thumbtacks. The figure that results is an ellipse.

This figure shows a pen attached to two strings, the other ends of which are attached to two thumbtacks. The strings are pulled taut and the pen is rotated to draw an ellipse. The thumbtacks are labeled F subscript 1 and F subscript 2.

A line drawn through the foci intersect the ellipse in two points. Each point is called a vertex of the ellipse. The segment connecting the vertices is called the major axis. The midpoint of the segment is called the center of the ellipse. A segment perpendicular to the major axis that passes through the center and intersects the ellipse in two points is called the minor axis.

This figure shows two ellipses. In each, two points within the ellipse are labeled foci. A line drawn through the foci intersects the ellipse in two points. Each point is labeled a vertex. In The figure on the left, the segment connecting the vertices is called the major axis. A segment perpendicular to the major axis that passes through its midpoint and intersects the ellipse in two points is labeled minor axis. The major axis is longer than the minor axis. In The figure on the right, the segment through the foci, connecting the vertices is shorter and is labeled minor axis. Its midpoint is labeled center.

We mentioned earlier that our goal is to connect the geometry of a conic with algebra. Placing the ellipse on a rectangular coordinate system gives us that opportunity. In the figure, we placed the ellipse so the foci \left(\left(\text{−}c,0\right),\left(c,0\right)\right) are on the x-axis and the center is the origin.

The figure on the left shows an ellipse with its center at the origin of the coordinate axes and its foci at points minus (c, 0) and (c, 0). A segment connects (negative c, 0) to a point (x, y) on the ellipse. The segment is labeled d subscript 1. Another segment, labeled d subscript 2 connects (c, 0) to (x, y). The figure on the right shows an ellipse with center at the origin, foci (negative c, 0) and (c, 0) and vertices (negative a, 0) and (a, 0). The point where the ellipse intersects the y axis is labeled (0, b). The segments connecting (0, 0) to (c, 0), (c, 0) to (0, b) and (0, b) to (0, 0) form a tight angled triangle with sides c, a and b respectively. The equation is a squared equals b squared plus c squared.

The definition states the sum of the distance from the foci to a point \left(x,y\right) is constant. So {d}_{1}+{d}_{2} is a constant that we will call 2a so, {d}_{1}+{d}_{2}=2a. We will use the distance formula to lead us to an algebraic formula for an ellipse.

\begin{array}{cccc}\begin{array}{}\\ \\ \\ \\ \\ \text{Use the distance formula to find}\phantom{\rule{0.2em}{0ex}}{d}_{1},{d}_{2}.\hfill \end{array}\hfill & & & \hfill \begin{array}{ccccc}\hfill {d}_{1}\hfill & +\hfill & \hfill {d}_{2}\hfill & =\hfill & 2a\hfill \\ \\ \\ \sqrt{{\left(x-\left(\text{−}c\right)\right)}^{2}+{\left(y-0\right)}^{2}}\hfill & +\hfill & \sqrt{{\left(x-c\right)}^{2}+{\left(y-0\right)}^{2}}\hfill & =\hfill & 2a\hfill \end{array}\hfill \\ \\ \\ \begin{array}{c}\text{After eliminating radicals and simplifying,}\hfill \\ \text{we get:}\hfill \end{array}\hfill & & & \hfill \frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{a}^{2}-{c}^{2}}\phantom{\rule{0.5em}{0ex}}=\phantom{\rule{0.5em}{0ex}}1\phantom{\rule{0.6em}{0ex}}\\ \begin{array}{c}\text{To simplify the equation of the ellipse, we}\hfill \\ \text{let}\phantom{\rule{0.2em}{0ex}}{a}^{2}-{c}^{2}={b}^{2}.\hfill \end{array}\hfill & & & \\ \begin{array}{c}\text{So, the equation of an ellipse centered at the}\hfill \\ \text{origin in standard form is:}\hfill \end{array}\hfill & & & \hfill \frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}\phantom{\rule{0.5em}{0ex}}=\phantom{\rule{0.5em}{0ex}}1\phantom{\rule{0.6em}{0ex}}\end{array}

To graph the ellipse, it will be helpful to know the intercepts. We will find the x-intercepts and y-intercepts using the formula.

\begin{array}{cccc}\begin{array}{cccc}& & & \phantom{\rule{0.5em}{0ex}}{\text{y}}\mathbf{\text{-intercepts}}\hfill \\ \begin{array}{c}\text{Let}\phantom{\rule{0.2em}{0ex}}x=0.\hfill \\ \\ \\ \\ \\ \\ \end{array}\hfill & & & \begin{array}{ccc}\hfill \frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}& =\hfill & 1\hfill \\ \hfill \frac{{0}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}& =\hfill & 1\hfill \\ \hfill \frac{{y}^{2}}{{b}^{2}}& =\hfill & 1\hfill \\ \hfill {y}^{2}& =\hfill & {b}^{2}\hfill \\ \hfill y& =\hfill & ±b\hfill \end{array}\hfill \end{array}\hfill & & & \begin{array}{cccc}& & & \phantom{\rule{0.5em}{0ex}}{\text{x}}\mathbf{\text{-intercepts}}\hfill \\ \begin{array}{c}\text{Let}\phantom{\rule{0.2em}{0ex}}y=0.\hfill \\ \\ \\ \\ \\ \\ \end{array}\hfill & & & \begin{array}{ccc}\hfill \frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}& =\hfill & 1\hfill \\ \hfill \frac{{x}^{2}}{{a}^{2}}+\frac{{0}^{2}}{{b}^{2}}& =\hfill & 1\hfill \\ \hfill \frac{{x}^{2}}{{a}^{2}}& =\hfill & 1\hfill \\ \hfill {x}^{2}& =\hfill & {a}^{2}\hfill \\ \hfill x& =\hfill & ±a\hfill \end{array}\hfill \end{array}\hfill \\ \text{The}\phantom{\rule{0.2em}{0ex}}y\text{-intercepts are}\phantom{\rule{0.2em}{0ex}}\left(0,b\right)\phantom{\rule{0.2em}{0ex}}\text{and}\phantom{\rule{0.2em}{0ex}}\left(0,\text{−}b\right).\hfill & & & \text{The}\phantom{\rule{0.2em}{0ex}}x\text{-intercepts are}\phantom{\rule{0.2em}{0ex}}\left(a,0\right)\phantom{\rule{0.2em}{0ex}}\text{and}\phantom{\rule{0.2em}{0ex}}\left(\text{−}a,0\right).\hfill \end{array}
Standard Form of the Equation an Ellipse with Center \left(0,\text{​}\text{​}0\right)

The standard form of the equation of an ellipse with center \left(0,\text{​}\text{​}0\right), is

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

The x-intercepts are \left(a,0\right) and \left(\text{−}a,0\right).

The y-intercepts are \left(0,b\right) and \left(0,\text{−}b\right).

Two figures show ellipses with their centers on the origin of the coordinate axes. They intersect the x axis at points (negative a, 0) and (a, 0) and the y axis at points (0, b) and (0, negative b). In the figure on the left the major axis of the ellipse is along the x axis and in the figure on the right, it is along the y axis.

Notice that when the major axis is horizontal, the value of a will be greater than the value of b and when the major axis is vertical, the value of b will be greater than the value of a. We will use this information to graph an ellipse that is centered at the origin.

Ellipse with Center \left(0,0\right)
\frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}=1 a>b b>a
Major axis on the x– axis. on the y-axis.
x-intercepts \left(\text{−}a,0\right),\left(a,0\right)
y-intercepts \left(0,\text{−}b\right),\left(0,b\right)
How to Graph an Ellipse with Center (0, 0)

Graph: \frac{{x}^{2}}{4}+\frac{{y}^{2}}{9}=1.

Step 1. Write the equation in standard form. It is in standard form x squared upon 6 plus y squared upon 9 equals 1.Step 2. Determine whether the major axis is horizontal or vertical. Since 9 is greater than 4 and 9 is in the y squared term, the major axis is vertical.Step 3. Find the endpoints of the major axis. The endpoints will be the y-intercepts. Since b squared is 9, b is plus or minus 3. The endpoints of the major axis are (0, 3) and (0, negative 3).Step 4. Find the endpoints of the minor axis. The endpoints will be the x-intercepts. Since a squared is 4, a is plus or minus 2. The endpoints of the minor axis are (2, 0) and (negative 2, 0).Step 5. Sketch the ellipse using the x and y intercepts. The graph shows an ellipse with center at (0, 0) and foci at (0, 3), (0, negative 3), (negative 2, 0), and (2, 0).

Graph: \frac{{x}^{2}}{4}+\frac{{y}^{2}}{16}=1.

This graph shows an ellipse with x intercepts (negative 2, 0) and (2, 0) and y intercepts (0, 4) and (0, negative 4).

Graph: \frac{{x}^{2}}{9}+\frac{{y}^{2}}{16}=1.

This graph shows an ellipse with x intercepts (negative 3, 0) and (3, 0) and y intercepts (0, 4) and (0, negative 4).

We summarize the steps for reference.

How to Graph an Ellipse with Center \left(0,0\right).
  1. Write the equation in standard form.
  2. Determine whether the major axis is horizontal or vertical.
  3. Find the endpoints of the major axis.
  4. Find the endpoints of the minor axis
  5. Sketch the ellipse.

Sometimes our equation will first need to be put in standard form.

Graph {x}^{2}+4{y}^{2}=16.

We recognize this as the equation of an
ellipse since both the x and y terms are
squared and have different coefficients.
\phantom{\rule{0.9em}{0ex}}{x}^{2}+4{y}^{2}=16
To get the equation in standard form, divide
both sides by 16 so that the equation is equal
to 1.
\phantom{\rule{0.61em}{0ex}}\frac{{x}^{2}}{16}+\frac{4{y}^{2}}{16}=\frac{16}{16}
Simplify. \phantom{\rule{0.67em}{0ex}}\frac{{x}^{2}}{16}+\frac{{y}^{2}}{4}=1
The equation is in standard form.
The ellipse is centered at the origin.
The center is \left(0,0\right).
Since 16>4 and 16 is in the {x}^{2} term,
the major axis is horizontal.
  {a}^{2}=16,a=±4
  {b}^{2}=4,\phantom{\rule{0.55em}{0ex}}b=±2
The vertices are \left(4,0\right),\left(-4,0\right).
The endpoints of the minor axis are
\left(0,2\right),\left(0,-2\right).
Sketch the parabola. .

Graph 9{x}^{2}+16{y}^{2}=144.

This graph shows an ellipse with x intercepts (negative 4, 0) and (4, 0) and y intercepts (0, 3) and (0, negative 3).

Graph 16{x}^{2}+25{y}^{2}=400.

This graph shows an ellipse with x intercepts (negative 5, 0) and (5, 0) and y intercepts (0, 4) and (0, negative 4).

Find the Equation of an Ellipse with Center at the Origin

If we are given the graph of an ellipse, we can find the equation of the ellipse.

Find the equation of the ellipse shown.

This graph shows an ellipse with x intercepts (negative 4, 0) and (4, 0) and y intercepts (0, 3) and (0, negative 3).

\begin{array}{cccccc}\begin{array}{c}\text{We recognize this as an ellipse that is}\hfill \\ \text{centered at the origin.}\hfill \end{array}\hfill & & & & & \hfill \frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}=1\\ \begin{array}{c}\text{Since the major axis is horizontal and the}\hfill \\ \text{distance from the center to the vertex is 4, we}\hfill \\ \text{know}\phantom{\rule{0.2em}{0ex}}a=4\phantom{\rule{0.2em}{0ex}}\text{and so}\phantom{\rule{0.2em}{0ex}}{a}^{2}=16.\hfill \end{array}\hfill & & & & & \hfill \frac{{x}^{2}}{16}+\frac{{y}^{2}}{{b}^{2}}=1\\ \begin{array}{c}\text{The minor axis is vertical and the distance}\hfill \\ \text{from the center to the ellipse is 3, we know}\hfill \\ b=3\phantom{\rule{0.2em}{0ex}}\text{and so}\phantom{\rule{0.2em}{0ex}}{b}^{2}=9.\hfill \end{array}\hfill & & & & & \hfill \frac{{x}^{2}}{16}+\frac{{y}^{2}}{9}=1\end{array}

Find the equation of the ellipse shown.

This graph shows an ellipse with x intercepts (negative 2, 0) and (2, 0) and y intercepts (0, 5) and (0, negative 5).

\frac{{x}^{2}}{4}+\frac{{y}^{2}}{25}=1

Find the equation of the ellipse shown.

This graph shows an ellipse with x intercepts (negative 3, 0) and (3, 0) and y intercepts (0, 2) and (0, negative 2).

\frac{{x}^{2}}{9}+\frac{{y}^{2}}{4}=1

Graph an Ellipse with Center Not at the Origin

The ellipses we have looked at so far have all been centered at the origin. We will now look at ellipses whose center is \left(h,k\right).

The equation is \frac{{\left(x-h\right)}^{2}}{{a}^{2}}+\frac{{\left(y-k\right)}^{2}}{{b}^{2}}=1 and when a>b, the major axis is horizontal so the distance from the center to the vertex is a. When b>a, the major axis is vertical so the distance from the center to the vertex is b.

Standard Form of the Equation an Ellipse with Center \left(h,k\right)

The standard form of the equation of an ellipse with center \left(h,k\right), is

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

When a>b, the major axis is horizontal so the distance from the center to the vertex is a.

When b>a, the major axis is vertical so the distance from the center to the vertex is b.

Graph: \frac{{\left(x-3\right)}^{2}}{9}+\frac{{\left(y-1\right)}^{2}}{4}=1.

The equation is in standard form,
\frac{{\left(x-h\right)}^{2}}{{a}^{2}}+\frac{{\left(y-k\right)}^{2}}{{b}^{2}}=1.
\frac{{\left(x-3\right)}^{2}}{9}+\frac{{\left(y-1\right)}^{2}}{4}=1
The ellipse is centered at \left(h,k\right). The center is \left(3,1\right).
Since 9>4 and 9 is in the {x}^{2} term,
the major axis is horizontal.
  {a}^{2}=9,\phantom{\rule{0.25em}{0ex}}a=±3
  {b}^{2}=4,\phantom{\rule{0.25em}{0ex}}b=±2
The distance from the center to the vertices is 3.
The distance from the center to the endpoints of the
minor axis is 2.
Sketch the ellipse. .

Graph: \frac{{\left(x+3\right)}^{2}}{4}+\frac{{\left(y-5\right)}^{2}}{16}=1.

This graph shows an ellipse with center at (negative 3, 5), vertices at (negative 3, 9) and (negative 3, 1) and endpoints of minor axis at (negative 5, 5) and (negative 1, 5).

Graph: \frac{{\left(x-1\right)}^{2}}{25}+\frac{{\left(y+3\right)}^{2}}{16}=1.

This graph shows an ellipse with center at 1, negative 3, vertices at (negative 4, negative 3) and (6, negative 3) and endpoints of minor axis at 1, 1) and (negative 1, negative 7).

If we look at the equations of \frac{{x}^{2}}{9}+\frac{{y}^{2}}{4}=1 and \frac{{\left(x-3\right)}^{2}}{9}+\frac{{\left(y-1\right)}^{2}}{4}=1, we see that they are both ellipses with a=3 and b=2. So they will have the same size and shape. They are different in that they do not have the same center.

The equation in the first figure is x squared upon 9 plus y squared upon 4 equals 1. Here, a is 3 and b is 2. The ellipse is graphed with center at (0, 0). The equation on the right is open parentheses x minus 3 close parentheses squared upon 9 plus open parentheses y minus 1 close parentheses squared upon 4 equals 1. Here, too, a is 3 and b is 2, but the center is (3, 1). The ellipse is shown on the same graph along with the first ellipse. The center is shown to have moved 3 units right and 1 unit up.

Notice in the graph above that we could have graphed \frac{{\left(x-3\right)}^{2}}{9}+\frac{{\left(y-1\right)}^{2}}{4}=1 by translations. We moved the original ellipse to the right 3 units and then up 1 unit.

This graph shows an ellipse translated from center (0, 0) to center (3, 1). The center has moved 3 units right and 1 unit up. The original ellipse has vertices at (negative 3, 0) and (3, 0) and endpoint of minor axis at (negative 2, 0) and (2, 0). The translated ellipse has vertices at (0, 1) and (6, 1) and endpoints of minor axis at (3, negative 1) and (3, 3).

In the next example we will use the translation method to graph the ellipse.

Graph \frac{{\left(x+4\right)}^{2}}{16}+\frac{{\left(y-6\right)}^{2}}{9}=1 by translation.

This ellipse will have the same size and shape as \frac{{x}^{2}}{16}+\frac{{y}^{2}}{9}=1 whose center is \left(0,0\right). We graph this ellipse first.

The center is \left(0,0\right). Center \left(0,0\right)
Since 16>9, the major axis is horizontal.
  {a}^{2}=16,a=±4
  {b}^{2}=9,\phantom{\rule{0.5em}{0ex}}b=±3
The vertices are \left(4,0\right),\left(-4,0\right).
The endpoints of the minor axis are
\left(0,3\right),\left(0,-3\right).
Sketch the ellipse. .
The original equation is in standard form,
\frac{{\left(x-h\right)}^{2}}{{a}^{2}}+\frac{{\left(y-k\right)}^{2}}{{b}^{2}}=1.
\frac{{\left(x-\left(-4\right)\right)}^{2}}{16}+\frac{{\left(y-6\right)}^{2}}{9}=1
The ellipse is centered at \left(h,k\right). The center is \left(-4,6\right).
We translate the graph of \frac{{x}^{2}}{16}+\frac{{y}^{2}}{9}=1 four
units to the left and then up 6 units.
Verify that the center is \left(-4,6\right).
The new ellipse is the ellipse whose equation
is
\frac{{\left(x+4\right)}^{2}}{16}+\frac{{\left(y-6\right)}^{2}}{9}=1.
.

Graph \frac{{\left(x-5\right)}^{2}}{9}+\frac{{\left(y+4\right)}^{2}}{4}=1 by translation.

This graph shows an ellipse with center (5, negative 4), vertices (2, negative 4) and (8, negative 4) and endpoints of minor axis (5, negative 2) and (5, negative 6).

Graph \frac{{\left(x+6\right)}^{2}}{16}+\frac{{\left(y+2\right)}^{2}}{25}=1 by translation.

This graph shows an ellipse with center (negative 6, negative 2), vertices (negative 6, 3) and (negative 6, negative 7) and endpoints of minor axis (negative 10, negative 2), and (negative 2, negative 2).

When an equation has both an {x}^{2} and a {y}^{2} with different coefficients, we verify that it is an ellipsis by putting it in standard form. We will then be able to graph the equation.

Write the equation {x}^{2}+4{y}^{2}-4x+24y+24=0 in standard form and graph.

We put the equation in standard form by completing the squares in both x and y.

{x}^{2}+4{y}^{2}-4x+24y+24=0
Rewrite grouping the x terms and y terms. .
Make the coefficients of {x}^{2} and {y}^{2} equal 1. .
Complete the squares. .
Write as binomial squares. .
Divide both sides by 16 to get 1 on the right. .
Simplify. .
The equation is in standard form,
\frac{{\left(x-h\right)}^{2}}{{a}^{2}}+\frac{{\left(y-k\right)}^{2}}{{b}^{2}}=1
.
The ellipse is centered at \left(h,k\right). The center is \left(2,-3\right).
Since 16>4 and 16 is in the {x}^{2} term,
the major axis is horizontal.
  {a}^{2}=16,a=±4
  {b}^{2}=4,\phantom{\rule{0.5em}{0ex}}b=±2
The distance from the center to the vertices is 4.
The distance from the center to the endpoints of
the minor axis is 2.
Sketch the ellipse. .

Write the equation 6{x}^{2}+4{y}^{2}+12x-32y+34=0 in standard form and graph.

\frac{{\left(x+1\right)}^{2}}{6}+\frac{{\left(y-4\right)}^{2}}{9}=1

This graph shows an ellipse with center (negative 1, 4), vertices minus (1, 1) and (negative 1, 7) and endpoints of minor axis approximately (negative 3.5, 4) and (approximately 1.5, 4).

Write the equation 4{x}^{2}+{y}^{2}-16x-6y+9=0 in standard form and graph.

\frac{{\left(x-2\right)}^{2}}{4}+\frac{{\left(y-3\right)}^{2}}{16}=1

This graph shows an ellipse with center (2, 3), vertices (2, negative 1) and (2, 7) and endpoints of minor axis (0, 3) and (4, 3).

Solve Application with Ellipses

The orbits of the planets around the sun follow elliptical paths.

Pluto (a dwarf planet) moves in an elliptical orbit around the Sun. The closest Pluto gets to the Sun is approximately 30 astronomical units (AU) and the furthest is approximately 50 AU. The Sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of Pluto.

This graph shows an ellipse with center (0, 0) and vertices (negative 40, 0) and (40, 0). The sun is shown at point (10, 0). This is 30 units from the right vertex and 50 units from the left vertex.

\begin{array}{cccccc}\begin{array}{c}\text{We recognize this as an ellipse that is centered at the}\hfill \\ \text{origin.}\hfill \end{array}\hfill & & & & & \phantom{\rule{2.1em}{0ex}}\frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}=1\hfill \\ \begin{array}{c}\text{Since the major axis is horizontal and the distance from}\hfill \\ \text{the center to the vertex is 40, we know}\phantom{\rule{0.2em}{0ex}}a=40\phantom{\rule{0.2em}{0ex}}\text{and so}\hfill \\ {a}^{2}=1600.\hfill \end{array}\hfill & & & & & \phantom{\rule{1.1em}{0ex}}\frac{{x}^{2}}{1600}+\frac{{y}^{2}}{{b}^{2}}=1\hfill \\ \begin{array}{c}\text{The minor axis is vertical but the end points aren't given.}\hfill \\ \text{To find}\phantom{\rule{0.2em}{0ex}}b\phantom{\rule{0.2em}{0ex}}\text{we will use the location of the Sun. Since the}\hfill \\ \text{Sun is a focus of the ellipse at the point}\phantom{\rule{0.2em}{0ex}}\left(10,0\right),\phantom{\rule{0.2em}{0ex}}\text{we know}\hfill \\ c=10.\phantom{\rule{0.2em}{0ex}}\text{Use this to solve for}\phantom{\rule{0.2em}{0ex}}{b}^{2}.\hfill \end{array}\hfill & & & & & \phantom{\rule{4.4em}{0ex}}\begin{array}{c}{b}^{2}={a}^{2}-{c}^{2}\hfill \\ {b}^{2}={40}^{2}-{10}^{2}\hfill \\ {b}^{2}=1600-100\hfill \\ {b}^{2}=1500\hfill \end{array}\hfill \\ \text{Substitute}\phantom{\rule{0.2em}{0ex}}{a}^{2}\phantom{\rule{0.2em}{0ex}}\text{and}\phantom{\rule{0.2em}{0ex}}{b}^{2}\phantom{\rule{0.2em}{0ex}}\text{into the standard form of the ellipse.}\hfill & & & & & \frac{{x}^{2}}{1600}+\frac{{y}^{2}}{1500}=1\hfill \end{array}

A planet moves in an elliptical orbit around its sun. The closest the planet gets to the sun is approximately 20 AU and the furthest is approximately 30 AU. The sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of the planet.

This graph shows an ellipse with center (0, 0) and vertices (negative 25, 0) and (25, 0). The sun is shown at point (5, 0). This is 20 units from the right vertex and 30 units from the left vertex.

\frac{{x}^{2}}{625}+\frac{{y}^{2}}{600}=1

A planet moves in an elliptical orbit around its sun. The closest the planet gets to the sun is approximately 20 AU and the furthest is approximately 50 AU. The sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of the planet.

This graph shows an ellipse with center (0, 0) and vertices (negative 35, 0) and (35, 0). The sun is shown at point (15, 0). This is 20 units from the right vertex and 50 units from the left vertex.

\frac{{x}^{2}}{1225}+\frac{{y}^{2}}{1000}=1

Access these online resources for additional instructions and practice with ellipses.

Key Concepts

  • Ellipse: An ellipse is all points in a plane where the sum of the distances from two fixed points is constant. Each of the fixed points is called a focus of the ellipse.
    This figure shows two ellipses. In each, two points within the ellipse are labeled foci. A line drawn through the foci intersects the ellipse in two points. Each point is labeled a vertex. In The figure on the left, the segment connecting the vertices is called the major axis. A segment perpendicular to the major axis that passes through its midpoint and intersects the ellipse in two points is labeled minor axis. The major axis is longer than the minor axis. In The figure on the right, the segment through the foci, connecting the vertices is shorter and is labeled minor axis. Its midpoint is labeled center.
    If we draw a line through the foci intersects the ellipse in two points—each is called a vertex of the ellipse.
    The segment connecting the vertices is called the major axis.
    The midpoint of the segment is called the center of the ellipse.
    A segment perpendicular to the major axis that passes through the center and intersects the ellipse in two points is called the minor axis.
  • Standard Form of the Equation an Ellipse with Center\left(0,0\right): The standard form of the equation of an ellipse with center \left(0,0\right), is
    \frac{{x}^{2}}{{a}^{2}}+\frac{{y}^{2}}{{b}^{2}}=1


    The x-intercepts are \left(a,0\right) and \left(\text{−}a,0\right).
    The y-intercepts are \left(0,b\right) and \left(0,\text{−}b\right).

  • How to an Ellipse with Center\left(0,0\right)
    1. Write the equation in standard form.
    2. Determine whether the major axis is horizontal or vertical.
    3. Find the endpoints of the major axis.
    4. Find the endpoints of the minor axis
    5. Sketch the ellipse.
  • Standard Form of the Equation an Ellipse with Center\left(h,k\right): The standard form of the equation of an ellipse with center \left(h,k\right), is
    \frac{{\left(x-h\right)}^{2}}{{a}^{2}}+\frac{{\left(y-k\right)}^{2}}{{b}^{2}}=1


    When a>b, the major axis is horizontal so the distance from the center to the vertex is a.
    When b>a, the major axis is vertical so the distance from the center to the vertex is b.

Practice Makes Perfect

Graph an Ellipse with Center at the Origin

In the following exercises, graph each ellipse.

\frac{{x}^{2}}{4}+\frac{{y}^{2}}{25}=1

This graph shows an ellipse with center (0, 0), vertices (0, 5) and (0, negative 5) and endpoints of minor axis (2, 0) and (negative 2, 0).

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

\frac{{x}^{2}}{25}+\frac{{y}^{2}}{36}=1

This graph shows an ellipse with center (0, 0), vertices (0, 6) and (0, negative 6) and endpoints of minor axis (5, 0) and (negative 5, 0).

\frac{{x}^{2}}{16}+\frac{{y}^{2}}{36}=1

\frac{{x}^{2}}{36}+\frac{{y}^{2}}{16}=1

This graph shows an ellipse with center (0, 0), vertices (6, 0) and (negative 6, 0) and endpoints of minor axis (0, 4) and (0, negative 4).

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

{x}^{2}+\frac{{y}^{2}}{4}=1

This graph shows an ellipse with center (0, 0), vertices (0, 2) and (0, negative 2) and endpoints of minor axis (1, 0) and (negative 1, 0).

\frac{{x}^{2}}{9}+{y}^{2}=1

4{x}^{2}+25{y}^{2}=100

This graph shows an ellipse with center (0, 0), vertices (5, 0) and (negative 5, 0) and endpoints of minor axis (0, 2) and (0, negative 2).

16{x}^{2}+9{y}^{2}=144

16{x}^{2}+36{y}^{2}=576

This graph shows an ellipse with center (0, 0), vertices (6, 0) and (negative 6, 0) and endpoints of minor axis (0, 4) and (0, negative 4).

9{x}^{2}+25{y}^{2}=225

Find the Equation of an Ellipse with Center at the Origin

In the following exercises, find the equation of the ellipse shown in the graph.


This graph shows an ellipse with center (0, 0), vertices (0, 5) and (0, negative 5) and endpoints of minor axis (negative 3, 0) and (3, 0).

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


This graph shows an ellipse with center (0, 0), vertices (5, 0) and (negative 5, 0) and endpoints of minor axis (0, 2) and (0, negative 2).


This graph shows an ellipse with center (0, 0), vertices (0, 4) and (0, negative 4) and endpoints of minor axis (negative 3, 0) and (3, 0).

\frac{{x}^{2}}{9}+\frac{{y}^{2}}{16}=1


This graph shows an ellipse with center (0, 0), vertices (0, 6) and (0, negative 6) and endpoints of minor axis (negative 4, 0) and (4, 0).

Graph an Ellipse with Center Not at the Origin

In the following exercises, graph each ellipse.

\frac{{\left(x+1\right)}^{2}}{4}+\frac{{\left(y+6\right)}^{2}}{25}=1

This graph shows an ellipse with center (negative 1, negative 6, vertices (negative 1, negative 1) and (negative 1, negative 11) and endpoints of minor axis (negative 3, negative 6) and (1, negative 6).

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

\frac{{\left(x+4\right)}^{2}}{4}+\frac{{\left(y-2\right)}^{2}}{9}=1

This graph shows an ellipse with center (negative 4, 2, vertices (negative 4, 5) and (negative 4, negative 1) and endpoints of minor axis (3, 1) and (negative 6, 2) and (negative 2, 2).

\frac{{\left(x-4\right)}^{2}}{9}+\frac{{\left(y-1\right)}^{2}}{16}=1

In the following exercises, graph each equation by translation.

\frac{{\left(x-3\right)}^{2}}{4}+\frac{{\left(y-7\right)}^{2}}{25}=1

This graph shows an ellipse with center (3, 7), vertices (3, 2) and (3, 12), and endpoints of minor axis (1, 7) and (5, 7).

\frac{{\left(x+6\right)}^{2}}{16}+\frac{{\left(y+5\right)}^{2}}{4}=1

\frac{{\left(x-5\right)}^{2}}{9}+\frac{{\left(y+4\right)}^{2}}{25}=1

This graph shows an ellipse with center (5, negative 4), vertices (5, 1) and (5, negative 9) and endpoints of minor axis (2, negative 4) and (8, negative 4).

\frac{{\left(x+5\right)}^{2}}{36}+\frac{{\left(y-3\right)}^{2}}{16}=1

In the following exercises, write the equation in standard form and graph.

25{x}^{2}+9{y}^{2}-100x-54y-44=0

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

This graph shows an ellipse with center (2, 3), vertices (2, negative 2) and (2, 8) and endpoints of minor axis (negative 1, 3) and (5, 3).

4{x}^{2}+25{y}^{2}+8x+100y+4=0

4{x}^{2}+25{y}^{2}-24x-64=0

\frac{{y}^{2}}{4}+\frac{{\left(x-3\right)}^{2}}{25}=1

This graph shows an ellipse with center (3, 0), vertices (negative 2, 0) and (8, 0) and endpoints of minor axis (3, 2) and (3, negative 2).

9{x}^{2}+4{y}^{2}+56y+160=0

In the following exercises, graph the equation.

x=-2{\left(y-1\right)}^{2}+2

This graph shows a parabola with vertex (2, 1) and y intercepts (0, 0) and (2, 0).

{x}^{2}+{y}^{2}=49

{\left(x+5\right)}^{2}+{\left(y+2\right)}^{2}=4

This graph shows a circle with center (negative 5, negative 2) and a radius of 2 units.

y=\text{−}{x}^{2}+8x-15

\frac{{\left(x+3\right)}^{2}}{16}+\frac{{\left(y+1\right)}^{2}}{4}=1

This graph shows an ellipse with center (negative 3, negative 1), vertices (1, negative 1) and (negative 7, negative 1) and endpoints of minor axis (negative 3, 1) and (negative 3, negative 3).

{\left(x-2\right)}^{2}+{\left(y-3\right)}^{2}=9

\frac{{x}^{2}}{25}+\frac{{y}^{2}}{36}=1

This graph shows an ellipse with center (0, 0), vertices (0, 6) and (0, negative 6) and endpoints of minor axis (negative 5, 0) and (5, 0).

x=4{\left(y+1\right)}^{2}-4

{x}^{2}+{y}^{2}=64

This graph shows circle with center (0, 0) and with radius 8 units.

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

y=6{x}^{2}+2x-1

This graph shows upward opening parabola. Its vertex has an x value of slightly less than 0 and a y value of slightly less than minus 1. A point on it is approximately at (negative 1, 3).

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

Solve Application with Ellipses

A planet moves in an elliptical orbit around its sun. The closest the planet gets to the sun is approximately 10 AU and the furthest is approximately 30 AU. The sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of the planet.

This graph shows an ellipse with center (0, 0), vertices (negative 20, 0) and (20, 0). The sun is shown at point (10, 0), which is 30 units from the left vertex and 10 units from the right vertex.

\frac{{x}^{2}}{400}+\frac{{y}^{2}}{300}=1

A planet moves in an elliptical orbit around its sun. The closest the planet gets to the sun is approximately 10 AU and the furthest is approximately 70 AU. The sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of the planet.

This graph shows an ellipse with center (0, 0), vertices (negative 40, 0) and (40, 0). The sun is shown at point (30, 0), which is 70 units from the left vertex and 10 units from the right vertex.

A comet moves in an elliptical orbit around a sun. The closest the comet gets to the sun is approximately 15 AU and the furthest is approximately 85 AU. The sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of the comet.

This graph shows an ellipse with center (0, 0), vertices (negative 50, 0) and (50, 0). The sun is shown at point (35, 0), which is 85 units from the left vertex and 15 units from the right vertex.

\frac{{x}^{2}}{2500}+\frac{{y}^{2}}{1275}=1

A comet moves in an elliptical orbit around a sun. The closest the comet gets to the sun is approximately 15 AU and the furthest is approximately 95 AU. The sun is one of the foci of the elliptical orbit. Letting the ellipse center at the origin and labeling the axes in AU, the orbit will look like the figure below. Use the graph to write an equation for the elliptical orbit of the comet.

This graph shows an ellipse with center (0, 0), vertices (negative 55, 0) and (55, 0). The sun is shown at point (40, 0), which is 95 units from the left vertex and 15 units from the right vertex.

Writing Exercises

In your own words, define an ellipse and write the equation of an ellipse centered at the origin in standard form. Draw a sketch of the ellipse labeling the center, vertices and major and minor axes.

Answers will vary.

Explain in your own words how to get the axes from the equation in standard form.

Compare and contrast the graphs of the equations \frac{{x}^{2}}{4}+\frac{{y}^{2}}{9}=1 and \frac{{x}^{2}}{9}+\frac{{y}^{2}}{4}=1.

Answers will vary.

Explain in your own words, the difference between a vertex and a focus of the ellipse.

Self Check

After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section.

This table has 4 columns 4 rows and a header row. The header row labels each column I can, confidently, with some help and no, I don’t get it. The first columns has the following statements: graph an ellipse with center at the origin, find the equation of an ellipse with center at the origin, graph an ellipse with center not at the origin, solve applications with ellipses. The remaining columns are blank.

What does this checklist tell you about your mastery of this section? What steps will you take to improve?

Glossary

ellipse
An ellipse is all points in a plane where the sum of the distances from two fixed points is constant.

License

Icon for the Creative Commons Attribution 4.0 International License

Intermediate Algebra by OSCRiceUniversity is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book