Writing Equations of Hyperbolas

Site: Saylor Academy
Course: MA001: College Algebra
Book: Writing Equations of Hyperbolas
Printed by: Guest user
Date: Thursday, May 2, 2024, 3:33 PM

Description

Hyperbolas can be constructed by intersecting a right circular cone with a plane at an angle where both cone halves intersect. In this section, you will explore the characteristics of hyperbolas and use them to construct hyperbola equations. We will focus on whether or not the hyperbolas are centered at the origin.

The Hyperbola

Learning Objectives

In this section, you will:

  • Locate a hyperbola's vertices and foci.
  • Write equations of hyperbolas in standard form.
  • Graph hyperbolas centered at the origin.
  • Graph hyperbolas not centered at the origin.
  • Solve applied problems involving hyperbolas.

What do paths of comets, supersonic booms, ancient Grecian pillars, and natural draft cooling towers have in common? They can all be modeled by the same type of conic. For instance, when something moves faster than the speed of sound, a shock wave in the form of a cone is created. A portion of a conic is formed when the wave intersects the ground, resulting in a sonic boom. See Figure 1.

Figure 1 A shock wave intersecting the ground forms a portion of a conic and results in a sonic boom.

Most people are familiar with the sonic boom created by supersonic aircraft, but humans were breaking the sound barrier long before the first supersonic flight. The crack of a whip occurs because the tip is exceeding the speed of sound. The bullets shot from many firearms also break the sound barrier, although the bang of the gun usually supersedes the sound of the sonic boom.


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

Locating the Vertices and Foci of a Hyperbola

In analytic geometry, a hyperbola is a conic section formed by intersecting a right circular cone with a plane at an angle such that both halves of the cone are intersected. This intersection produces two separate unbounded curves that are mirror images of each other. See Figure 2.


Figure 2 A hyperbola

Like the ellipse, the hyperbola can also be defined as a set of points in the coordinate plane. A hyperbola is the set of all points (x,y) in a plane such that the difference of the distances between (x,y) and the foci is a positive constant.

Notice that the definition of a hyperbola is very similar to that of an ellipse. The distinction is that the hyperbola is defined in terms of the difference of two distances, whereas the ellipse is defined in terms of the sum of two distances.

As with the ellipse, every hyperbola has two axes of symmetry. The transverse axis is a line segment that passes through the center of the hyperbola and has vertices as its endpoints. The foci lie on the line that contains the transverse axis. The conjugate axis is perpendicular to the transverse axis and has the co-vertices as its endpoints. The center of a hyperbola is the midpoint of both the transverse and conjugate axes, where they intersect. Every hyperbola also has two asymptotes that pass through its center. As a hyperbola recedes from the center, its branches approach these asymptotes. The central rectangle of the hyperbola is centered at the origin with sides that pass through each vertex and co-vertex; it is a useful tool for graphing the hyperbola and its asymptotes. To sketch the asymptotes of the hyperbola, simply sketch and extend the diagonals of the central rectangle. See Figure 3.


Figure 3 Key features of the hyperbola

In this section, we will limit our discussion to hyperbolas that are positioned vertically or horizontally in the coordinate plane; the axes will either lie on or be parallel to the x- and y-axes. We will consider two cases: those that are centered at the origin, and those that are centered at a point other than the origin.


Deriving the Equation of a Hyperbola Centered at the Origin

Let (−c,0) and (c,0) be the foci of a hyperbola centered at the origin. The hyperbola is the set of all points (x,y) such that the difference of the distances from (x,y) to the foci is constant. See Figure 4.


Figure 4

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

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

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

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

By definition of a hyperbola, d_{2}-d_{1} is constant for any point (x, y) on the hyperbola. We know that the difference of these distances is 2 a for the vertex (a, 0). It follows that d_{2}-d_{1}=2 a for any point on the hyperbola. As with the derivation of the equation of an ellipse, we will begin by applying the distance formula. The rest of the derivation is algebraic. Compare this derivation with the one from the previous section for ellipses.

\begin{array}{ll}
d_{2}-d_{1}=\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^{4} + c^{2} x^{2} = a^{2} x^{2} + a^{2}c^{2} + a^{2} y^{2} & \text { Combine like terms. } \\
c^{2} x^{2} - a^{2} x^{2} - a^{2} y^{2} = a^{2} c^{2} - a^{4} & \text { Rearrange terms } \\
x^{2}\left(c^{2}-a^{2}\right)-a^{2} y^{2}=a^{2}\left(c^{2}-a^{2}\right) & \text { Factor common terms. } \\
x^{2} b^{2}-a^{2} y^{2}=a^{2} b^{2} & \text { set } b^{2} = c^2 - a^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
\end{array}

This equation defines a hyperbola centered at the origin with vertices (±a,0) and co-vertices (0±b).


STANDARD FORMS OF THE EQUATION OF A HYPERBOLA WITH CENTER (0,0)

The standard form of the equation of a hyperbola with center (0,0) and transverse axis on the x-axis is

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

where

  • the length of the transverse axis is 2a
  • the coordinates of the vertices are (±a,0)
  • the length of the conjugate axis is 2b
  • the coordinates of the co-vertices are (0,±b)
  • the distance between the foci is 2c, where c^2=a^2+b^2
  • the coordinates of the foci are (±c,0)
  • the equations of the asymptotes are y=± \frac{b}{a}x

See Figure 5a.

The standard form of the equation of a hyperbola with center (0,0) and transverse axis on the y-axis is

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

where

  • the length of the transverse axis is 2a
  • the coordinates of the vertices are (0,±a)
  • the length of the conjugate axis is 2b
  • the coordinates of the co-vertices are (±b,0)
  • the distance between the foci is 2c,  where c^2=a^2+b^2
  • the coordinates of the foci are (0,±c)
  • the equations of the asymptotes are y=± \frac{a}{b}x

See Figure 5b.

Note that the vertices, co-vertices, and foci are related by the equation c^2=a^2+b^2. When we are given the equation of a hyperbola, we can use this relationship to identify its vertices and foci.


Figure 5 (a) Horizontal hyperbola with center (0,0) (b) Vertical hyperbola with center (0,0)


HOW TO

Given the equation of a hyperbola in standard form, locate its vertices and foci.

  1. Determine whether the transverse axis lies on the x- or y-axis. Notice that a^2 is always under the variable with the positive coefficient. So, if you set the other variable equal to zero, you can easily find the intercepts. In the case where the hyperbola is centered at the origin, the intercepts coincide with the vertices.
    1. If the equation has the form \frac{x^2}{a^2}−\frac{y^2}{b^2}=1, then the transverse axis lies on the x-axis. The vertices are located at  (±a,0),  and the foci are located at (±c,0).
    2. If the equation has the form \frac{y^2}{a^2} − \frac{x^2}{b^2}=1, then the transverse axis lies on the y-axis. The vertices are located at (0,±a), and the foci are located at (0,±c).
  2. Solve for a using the equation a=\sqrt{a^2}.
  3. Solve for c using the equation c= \sqrt{a^2+b^2}.


EXAMPLE 1

Locating a Hyperbola’s Vertices and Foci

Identify the vertices and foci of the hyperbola with equation \frac{y^2}{49} − \frac{x^2}{32}=1.


Solution

The equation has the form \frac{y^{2}}{a^{2}}-\frac{x^{2}}{b^{2}}=1, so the transverse axis lies on the y-axis. The hyerbola is centered at the origin, so the vertices serve as the y-intercepts of the graph. To find the vertices, set x=0, and solve for y.

\begin{aligned}
&1=\frac{y^{2}}{49}-\frac{x^{2}}{32} \\
&1=\frac{y^{2}}{49}-\frac{0^{2}}{32} \\
&1=\frac{y^{2}}{49} \\
&y^{2}=49 \\
&y=\pm \sqrt{49}=\pm 7
\end{aligned}

The foci are located at (0, \pm c). Solving for c,

c=\sqrt{a^{2}+b^{2}}=\sqrt{49+32}=\sqrt{81}=9

Therefore, the vertices are located at (0, \pm 7), and the foci are located at (0,9).


TRY IT #1

Identify the vertices and foci of the hyperbola with equation \frac{x^2}{9}−\frac{y^2}{25}=1.

Writing Equations of Hyperbolas in Standard Form

Just as with ellipses, writing the equation for a hyperbola in standard form allows us to calculate the key features: its center, vertices, co-vertices, foci, asymptotes, and the lengths and positions of the transverse and conjugate axes. Conversely, an equation for a hyperbola can be found given its key features. We begin by finding standard equations for hyperbolas centered at the origin. Then we will turn our attention to finding standard equations for hyperbolas centered at some point other than the origin.


Hyperbolas Centered at the Origin

Reviewing the standard forms given for hyperbolas centered at (0,0), we see that the vertices, co-vertices, and foci are related by the equation c^2=a^2+b^2. Note that this equation can also be rewritten as b^2=c^2−a^2. This relationship is used to write the equation for a hyperbola when given the coordinates of its foci and vertices.


HOW TO

Given the vertices and foci of a hyperbola centered at (0,0),  write its equation in standard form.

  1. Determine whether the transverse axis lies on the x- or y-axis.
    1. If the given coordinates of the vertices and foci have the form (±a,0) and (±c,0), respectively, then the transverse 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,±a) and (0,±c), respectively, then the transverse axis is the y-axis. Use the standard form \frac{y^2}{a^2} − \frac{x^2}{b^2}=1.
  2. Find b^2 using the equation b^2=c^2−a^2.
  3. Substitute the values for a^2 and b^2 into the standard form of the equation determined in Step 1.


EXAMPLE 2

Finding the Equation of a Hyperbola Centered at (0,0) Given its Foci and Vertices

What is the standard form equation of the hyperbola that has vertices (±6,0) and foci (±2 \sqrt{10},0)?


Solution

The vertices and foci are on the x-axis. Thus, the equation for the hyperbola will have the form \frac{x^2}{a^2} − \frac{y^2}{b^2}=1.

The vertices are (±6,0), so a=6 and a^2=36.

The foci are (±2 \sqrt{10},0), so c=2 \sqrt{10} and c^2=40.

Solving for b^2, we have

\begin{array}{ll}
b^{2}=c^{2}-a^{2} & \\
b^{2}=40-36 & \text { Substitute for } c^{2} \text { and } a^{2} . \\
b^{2}=4 & \text { Subtract. }
\end{array}

Finally, we substitute a^2=36 and b^2=4 into the standard form of the equation, \frac{x^2}{a^2} − \frac{y^2}{b^2}=1.

The equation of the hyperbola is \frac{x^2}{36} − \frac{y^2}{4}=1, as shown in Figure 6.


Figure 6


TRY IT #2

What is the standard form equation of the hyperbola that has vertices (0,±2) and foci (0,± 2\sqrt{5})?


Hyperbolas Not Centered at the Origin

Like the graphs for other equations, the graph of a hyperbola can be translated. If a hyperbola is translated h units horizontally and k units vertically, the center of the hyperbola 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 A HYPERBOLA WITH CENTER (H, K)

The standard form of the equation of a hyperbola with center (h,k) and transverse axis parallel to the x-axis is

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

where

  • the length of the transverse axis is 2^a
  • the coordinates of the vertices are (h±a,k)
  • the length of the conjugate axis is 2b
  • the coordinates of the co-vertices are (h,k±b)
  • the distance between the foci is 2c, where c^2=a^2+b^2
  • the coordinates of the foci are (h±c,k)

The asymptotes of the hyperbola coincide with the diagonals of the central rectangle. The length of the rectangle is 2^a and its width is 2^b. The slopes of the diagonals are ±\frac{b}{a}, and each diagonal passes through the center (h,k). Using the point-slope formula, it is simple to show that the equations of the asymptotes are y=± \frac{b}{a}(x−h)+k. See Figure 7a

The standard form of the equation of a hyperbola with center (h,k) and transverse axis parallel to the y-axis is

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

where

  • the length of the transverse axis is 2a
  • the coordinates of the vertices are (h,k±a)
  • the length of the conjugate axis is 2b
  • the coordinates of the co-vertices are (h±b,k)
  • the distance between the foci is 2c, where c^2=a^2+b^2
  • the coordinates of the foci are (h,k±c)

Using the reasoning above, the equations of the asymptotes are y=± \frac{a}{b}(x−h)+k. See Figure 7b.


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

Like hyperbolas centered at the origin, hyperbolas 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 standard equation of a hyperbola when the vertices and foci are given.


HOW TO

Given the vertices and foci of a hyperbola centered at (h,k),  write its equation in standard form.

  1. Determine whether the transverse 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 transverse axis is parallel to the x-axis. Use the standard form \frac{(x−h)^2}{a^2} − \frac{(y−k)^2}{b^2}=1.
    2. If the x-coordinates of the given vertices and foci are the same, then the transverse axis is parallel to the y-axis. Use the standard form \frac{(y−k)^2}{a^2}− \frac{(x−h)^2}{b^2}=1.
  2. Identify the center of the hyperbola, (h,k), using the midpoint formula and the given coordinates for the vertices.
  3. Find a^2 by solving for the length of the transverse 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 b^2=c^2−a^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 3

Finding the Equation of a Hyperbola Centered at (h, k) Given its Foci and Vertices

What is the standard form equation of the hyperbola that has vertices at (0,−2) and (6,−2) and foci at (−2,−2) and (8,−2)?


Solution

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

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

First, we identify the center, (h,k). The center is halfway between the vertices (0,−2) and (6,−2). Applying the midpoint formula, we have

(h,k) = \left(\frac{0+6}{2}, \frac{−2+(−2)}{2}\right)=(3,−2)

Next, we find a^2. The length of the transverse axis, 2a, is bounded by the vertices. So, we can find a^2 by finding the distance between the x-coordinates of the vertices.

\begin{gathered}
2 a=|0-6| \\
2 a=6 \\
a=3 \\
a^{2}=9
\end{gathered}

Now we need to find c^{2}. The coordinates of the foci are (h \pm c, k). So (h-c, k)=(-2,-2) and (h+c, k)=(8,-2). We can use the x-coordinate from either of these points to solve for c. Using the point (8,-2), and substituting h=3,

\begin{array}{r}
h+c=8 \\
3+c=8 \\
c=5 \\
c^{2}=25
\end{array}

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

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

Finally, substitute the values found for h, k, a^{2}, and b^{2} into the standard form of the equation.

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


TRY IT #3

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

Ex: Find the Equation of a Hyperbola Given the Center, Focus, and Vertex


Source: Mathispower4u, https://www.youtube.com/watch?v=ZwqNou_Z7oI
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.