In the definition of an ellipse, Definition ellipsedefn, we fixed two points called foci and looked at points whose distances to the foci always added to a constant distance \(d\). Those prone to syntactical tinkering may wonder what, if any, curve we’d generate if we replaced added with subtracted. The answer is a hyperbola.

In the GeoGebra interactive below, adjusting the sliders for the points \(A\) and \(B\) trace points along the hyperbola where

\[ \left | \text {the distance from $F_{1}$ to $A$} - \text {the distance from $F_{2}$ to $A$} \right | = 1 \]

and

\[ \left | \text {the distance from $F_{1}$ to $B$} - \text {the distance from $F_{2}$ to $B$} \right | = 1 \]

Note that the hyperbola has two parts, called branches. The center of the hyperbola is the midpoint of the line segment connecting the two foci. The transverse axis of the hyperbola is the line segment connecting two opposite ends of the hyperbola which also contains the center and foci. The vertices of a hyperbola are the points of the hyperbola which lie on the transverse axis.

In addition, we will show momentarily that the hyperbola has a pair of asymptotes which the branches of the hyperbola approach for large \(x\) and \(y\) values. They serve as guides to the graph. Schematically:

Figure 1: A hyperbola with center \(C\); foci \(F_1\), \(F_2\); and vertices \(V_1\), \(V_2\) and asymptotes (dashed)

Before we derive the standard equation of the hyperbola, we need to discuss one further parameter, the conjugate axis of the hyperbola. The conjugate axis of a hyperbola is the line segment through the center which is perpendicular to the transverse axis and has the same length as the line segment through a vertex which connects the asymptotes. Schematically:

Note that in the diagram, we can construct a rectangle using line segments with lengths equal to the lengths of the transverse and conjugate axes whose center is the center of the hyperbola and whose diagonals are contained in the asymptotes. This guide rectangle, much akin to the one we saw Section Ellipses to help us graph ellipses, will aid us in graphing hyperbolas.

Suppose we wish to derive the equation of a hyperbola. For simplicity, we shall assume that the center is \((0,0)\), the vertices are \((a,0)\) and \((-a,0)\) and the foci are \((c,0)\) and \((-c,0)\). We’ll label the endpoints of the conjugate axis \((0,b)\) and \((0,-b)\). (Although \(b\) does not enter into our derivation, we will justify this choice later.) As before, we assume \(a\), \(b\), and \(c\) are all positive numbers.

The GeoGebra interactive below not only provides us with a detailed diagram of our generic hyperbola, but also a slider for the distance parameter, \(d\). Adjusting \(d\) shows us how the shape of the hyperbola changes (as determined by the values of \(a\) and \(b\)) with fixed foci at \((c,0)\) and \((-c,0)\).

Since \((a,0)\) is on the hyperbola, it must satisfy the conditions of Definition hyperboladefn. That is, the distance from \((-c,0)\) to \((a,0)\) minus the distance from \((c,0)\) to \((a,0)\) must equal the fixed distance \(d\). Since all these points lie on the \(x\)-axis, we get

\[ \begin{array}{rclr} \mbox {distance from $(-c,0)$ to $(a,0)$} - \mbox {distance from $(c,0)$ to $(a,0)$} & = & d & \\ (a+c) - (c-a) & = & d & \\ 2a & = & d \\ \end{array}\]

In other words, the fixed distance \(d\) from the definition of the hyperbola is actually the length of the transverse axis! (Where have we seen that type of coincidence before?) Now consider a point \((x,y)\) on the hyperbola. Applying Definition hyperboladefn, we get

\[ \begin{array}{rclr} \mbox {distance from $(-c,0)$ to $(x,y)$} - \mbox {distance from $(c,0)$ to $(x,y)$} & = & 2a & \\ \sqrt {(x-(-c))^2+(y-0)^2} - \sqrt {(x-c)^2+(y-0)^2} & = & 2a & \\ \sqrt {(x+c)^2+y^2} - \sqrt {(x-c)^2+y^2} & = & 2a \\ \end{array}\]

Using the same arsenal of Intermediate Algebra weaponry we used in deriving the standard formula of an ellipse, Equation standardellipse, we arrive at the following.

\[ \begin{array}{rclr} \left (a^2 - c^2\right ) x^2 +a^2 y^2 & = & a^2 \left (a^2 - c^2\right ) & \end{array}\]

What remains is to determine the relationship between \(a\), \(b\) and \(c\). To that end, we note that since \(a\) and \(c\) are both positive numbers with \(a < c\), we get \(a^2 < c^2\) so that \(a^2 - c^2\) is a negative number. Hence, \(c^2 - a^2\) is a positive number. For reasons which will become clear soon, we solve the equation for \(\frac {y^2}{x^2}\):

\[ \begin{array}{rclr} \left (a^2 - c^2\right ) x^2 +a^2 y^2 & = & a^2 \left (a^2 - c^2\right ) & \\ -\left (c^2 - a^2\right ) x^2 +a^2 y^2 & = & -a^2 \left (c^2 - a^2\right ) & \\ a^2 y^2 & = & \left (c^2 - a^2\right ) x^2 - a^2\left (c^2 - a^2\right )& \\ \frac {y^2}{x^2} & = & \frac {\left (c^2 - a^2\right )}{a^2} - \frac {\left (c^2 - a^2\right )}{x^2}& \\ \end{array}\]

As \(|x| \rightarrow \infty \), the quantity \(\frac {\left (c^2 - a^2\right )}{x^2} \rightarrow 0\) so that \(\frac {y^2}{x^2} \approx \frac {\left (c^2 - a^2\right )}{a^2}\). By setting \(b^{2} = c^{2} - a^{2}\) we get \(\frac {y^2}{x^2} \approx \frac {b^2}{a^2}\). This shows that \(y \approx \pm \frac {b}{a} x\), so that \(y = \pm \frac {b}{a} x\) are the asymptotes to the graph as predicted and our choice of labels for the endpoints of the conjugate axis is justified. In our equation of the hyperbola we can substitute \(a^2 - c^2 = -b^2\) which yields

\[ \begin{array}{rclr} \left (a^2 - c^2\right ) x^2 +a^2 y^2 & = & a^2 \left (a^2 - c^2\right ) &\\ -b^2 x^2 +a^2 y^2 & = & - a^2 b^2 & \\ \frac {x^2}{a^2} - \frac {y^2}{b^2} & = & 1 & \end{array} \]

The equation above is for a hyperbola whose center is the origin and which opens to the left and right. If the hyperbola were centered at a point \((h,k)\), we would get the following.

If the roles of \(x\) and \(y\) were interchanged, then the hyperbola’s branches would open upwards and downwards and we would get a ‘vertical’ hyperbola.

The values of \(a\) and \(b\) determine how far in the \(x\) and \(y\) directions, respectively, one counts from the center to determine the guide rectangle. In both cases, the distance from the center to the foci, \(c\), as seen in the derivation, can be found by the formula \(c = \sqrt {a^2 + b^2}\). Lastly, note that we can quickly distinguish the equation of a hyperbola from that of a circle or ellipse because the hyperbola formula involves a difference of squares where the circle and ellipse formulas both involve the sum of squares.

As seen in Example hyperbolasfirstex, it is often the case we need to transform a given equation into the form specified by Equations standardhhyperbola or standardvhyperbola. We summarize one method below.

To Write the Equation of a Hyperbola in Standard Form
  1. Group common variables together on one side of the equation and put the constant on the other.
  2. Complete the square on both variables as needed.
  3. Divide both sides, if needed, to obtain \(1\) on one side of the equation.

Hyperbolas can be used in so-called ‘ trilateration,’ or ‘positioning’ problems. The procedure outlined in the next example is the basis of the (now defunct) LOng Range Aid to Navigation ( LORAN for short) system.

Each of the conic sections we have studied in this chapter result from graphing equations of the form \(Ax^2 + Cy^2 + Dx + Ey + F = 0\) for different choices of \(A\), \(C\), \(D\), \(E\), and \(F\). While we’ve seen examples demonstrate how to convert an equation from this general form to one of the standard forms, we close this chapter with some advice about which standard form to choose.

Strategies for Identifying Conic Sections

Suppose the graph of equation \(Ax^2 + Cy^2 + Dx + Ey + F = 0\) is a non-degenerate conic section.

  • If just one variable is squared, the graph is a parabola. Rewrite the equation in the standard form given in Equation standardvparabola (if \(x\) is squared) or Equation standardhparabola (if \(y\) is squared).

If both variables are squared, look at the coefficients of \(x^2\) and \(y^2\), \(A\) and \(C\).

  • If \(A=C\), the graph is a circle. Rewrite the equation in the standard form given in Equation standardcircle.
  • If \(A \neq C\) but \(A\) and \(C\) have the same sign, the graph is an ellipse. Rewrite the equation in the standard form given in Equation standardellipse.
  • If \(A\) and \(C\) have the different signs, the graph is a hyperbola. Rewrite the equation in the standard form given in either Equation standardhhyperbola or Equation standardvhyperbola.