College Algebra

Hyperbolas

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

A hyperbola is the set of all points in a plane such that the absolute difference of the distances from two fixed points (the foci) is a constant. While an ellipse uses the sum of distances, a hyperbola uses the difference — this produces two separate branches that open away from each other. Hyperbolas model the paths of some comets, the shape of cooling towers, and the mathematics behind GPS triangulation.

The Definition and Key Measurements

For any point PP on the hyperbola with foci F1F_1 and F2F_2:

d(P,F1)d(P,F2)=2a|d(P, F_1) - d(P, F_2)| = 2a

Key measurements:

  • aa = distance from center to each vertex (along the transverse axis)
  • bb = distance from center to each co-vertex (along the conjugate axis)
  • cc = distance from center to each focus

The crucial relationship is:

c2=a2+b2c^2 = a^2 + b^2

Compare this with ellipses (c2=a2b2c^2 = a^2 - b^2). For hyperbolas, c>ac > a — the foci are always outside the vertices.

Standard Forms

Horizontal Transverse Axis (Opens Left and Right)

(xh)2a2(yk)2b2=1\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1

  • Center: (h,k)(h, k)
  • Vertices: (h±a,k)(h \pm a, k)
  • Foci: (h±c,k)(h \pm c, k) where c=a2+b2c = \sqrt{a^2 + b^2}
  • Asymptotes: yk=±ba(xh)y - k = \pm\frac{b}{a}(x - h)

Vertical Transverse Axis (Opens Up and Down)

(yk)2a2(xh)2b2=1\frac{(y - k)^2}{a^2} - \frac{(x - h)^2}{b^2} = 1

  • Center: (h,k)(h, k)
  • Vertices: (h,k±a)(h, k \pm a)
  • Foci: (h,k±c)(h, k \pm c) where c=a2+b2c = \sqrt{a^2 + b^2}
  • Asymptotes: yk=±ab(xh)y - k = \pm\frac{a}{b}(x - h)

Key pattern: The positive term tells you the transverse axis direction. If x2x^2 is positive, the hyperbola opens left-right. If y2y^2 is positive, it opens up-down. The value under the positive term is a2a^2.

Hyperbola with Horizontal Transverse Axis (a = 3, b = 4)

y = (4/3)xy = -(4/3)xV1V2F1F2a

Asymptotes and the Asymptote Box

The asymptotes are the “guide rails” that the branches approach but never touch. To graph a hyperbola:

  1. Plot the center
  2. Draw a rectangle (the asymptote box) with width 2a2a along the transverse axis and height 2b2b along the conjugate axis
  3. Draw diagonals through the box — these are the asymptotes
  4. Sketch the branches curving through the vertices and approaching the asymptotes

For x29y216=1\frac{x^2}{9} - \frac{y^2}{16} = 1: the box extends ±3\pm 3 horizontally and ±4\pm 4 vertically. The asymptotes are y=±43xy = \pm\frac{4}{3}x.

Worked Examples

Example 1: Finding All Parts

Analyze (x+1)216(y3)29=1\frac{(x + 1)^2}{16} - \frac{(y - 3)^2}{9} = 1.

Step 1: Center: (1,3)(-1, 3). Positive term is under xx, so the transverse axis is horizontal.

Step 2: a2=16a^2 = 16, a=4a = 4. b2=9b^2 = 9, b=3b = 3. c=16+9=25=5c = \sqrt{16 + 9} = \sqrt{25} = 5.

  • Vertices: (1±4,3)=(5,3)(-1 \pm 4, 3) = (-5, 3) and (3,3)(3, 3)
  • Foci: (1±5,3)=(6,3)(-1 \pm 5, 3) = (-6, 3) and (4,3)(4, 3)
  • Asymptotes: y3=±34(x+1)y - 3 = \pm\frac{3}{4}(x + 1)

Example 2: Vertical Transverse Axis

Find the vertices, foci, and asymptotes of y225x24=1\frac{y^2}{25} - \frac{x^2}{4} = 1.

Positive term is under yy, so the transverse axis is vertical. Center: (0,0)(0, 0).

a2=25a^2 = 25, a=5a = 5. b2=4b^2 = 4, b=2b = 2. c=25+4=29c = \sqrt{25 + 4} = \sqrt{29}.

  • Vertices: (0,±5)(0, \pm 5)
  • Foci: (0,±29)(0,±5.39)(0, \pm\sqrt{29}) \approx (0, \pm 5.39)
  • Asymptotes: y=±52xy = \pm\frac{5}{2}x

Example 3: Writing the Equation

Write the equation of a hyperbola with center (0,0)(0, 0), vertices at (±3,0)(\pm 3, 0), and foci at (±5,0)(\pm 5, 0).

Horizontal transverse axis. a=3a = 3, c=5c = 5.

b2=c2a2=259=16b^2 = c^2 - a^2 = 25 - 9 = 16

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

Example 4: Converting from General Form

Convert 4x29y224x36y36=04x^2 - 9y^2 - 24x - 36y - 36 = 0 to standard form.

Step 1 — Group and factor:

4(x26x)9(y2+4y)=364(x^2 - 6x) - 9(y^2 + 4y) = 36

Step 2 — Complete the square:

4(x26x+9)9(y2+4y+4)=36+36364(x^2 - 6x + 9) - 9(y^2 + 4y + 4) = 36 + 36 - 36

4(x3)29(y+2)2=364(x - 3)^2 - 9(y + 2)^2 = 36

Step 3 — Divide by 36:

(x3)29(y+2)24=1\frac{(x - 3)^2}{9} - \frac{(y + 2)^2}{4} = 1

Center: (3,2)(3, -2). a=3a = 3, b=2b = 2, c=13c = \sqrt{13}. Horizontal transverse axis.

Real-World Application: GPS and LORAN

GPS and its predecessor LORAN (Long Range Navigation) use hyperbolas. A receiver measures the time difference of signals from two transmitters. Because the signal travels at a constant speed, a fixed time difference means a fixed difference in distances — which defines a hyperbola with the transmitters as foci.

Two transmitters are 300 km apart. A ship detects that signals from transmitter AA arrive 0.5 milliseconds before signals from transmitter BB. Radio signals travel at approximately 300,000 km/s, so the distance difference is:

Δd=300,000×0.0005=150 km\Delta d = 300{,}000 \times 0.0005 = 150 \text{ km}

This means 2a=1502a = 150, so a=75a = 75 km. The transmitters are foci with 2c=3002c = 300, so c=150c = 150 km.

b2=c2a2=22,5005,625=16,875b^2 = c^2 - a^2 = 22{,}500 - 5{,}625 = 16{,}875

The ship lies on the hyperbola x25625y216875=1\frac{x^2}{5625} - \frac{y^2}{16875} = 1. A second pair of transmitters produces a second hyperbola, and the intersection pinpoints the ship’s location.

Common Mistakes

  1. Using c2=a2b2c^2 = a^2 - b^2 (the ellipse formula). For hyperbolas: c2=a2+b2c^2 = a^2 + b^2.
  2. Confusing which denominator is a2a^2. a2a^2 is always under the positive term, not necessarily the larger number.
  3. Getting asymptote slopes backwards. For horizontal transverse axis: slope is ±b/a\pm b/a. For vertical: slope is ±a/b\pm a/b.
  4. Subtracting instead of adding when completing the square. When you factor out a negative (for the y2y^2 group), completing the square inside the group still adds, but the negative outside flips the sign on the right side.

Practice Problems

Problem 1: Find the vertices, foci, and asymptotes of x236y264=1\frac{x^2}{36} - \frac{y^2}{64} = 1.

Horizontal transverse axis. a2=36a^2 = 36, b2=64b^2 = 64. a=6a = 6, b=8b = 8, c=36+64=10c = \sqrt{36 + 64} = 10.

Vertices: (±6,0)(\pm 6, 0). Foci: (±10,0)(\pm 10, 0). Asymptotes: y=±86x=±43xy = \pm\frac{8}{6}x = \pm\frac{4}{3}x.

Problem 2: Write the equation of a hyperbola with vertices at (0,±4)(0, \pm 4) and asymptotes y=±2xy = \pm 2x.

Vertical transverse axis. a=4a = 4. Asymptote slope is a/b=4/b=2a/b = 4/b = 2, so b=2b = 2.

y216x24=1\frac{y^2}{16} - \frac{x^2}{4} = 1

Problem 3: Convert 9x216y2+18x+64y199=09x^2 - 16y^2 + 18x + 64y - 199 = 0 to standard form.

9(x2+2x)16(y24y)=1999(x^2 + 2x) - 16(y^2 - 4y) = 199

9(x2+2x+1)16(y24y+4)=199+9649(x^2 + 2x + 1) - 16(y^2 - 4y + 4) = 199 + 9 - 64

9(x+1)216(y2)2=1449(x + 1)^2 - 16(y - 2)^2 = 144

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

Center: (1,2)(-1, 2). a=4a = 4, b=3b = 3, c=5c = 5. Horizontal transverse axis.

Problem 4: A hyperbola has foci at (±13,0)(\pm 13, 0) and vertices at (±5,0)(\pm 5, 0). Find bb and write the equation.

a=5a = 5, c=13c = 13. b2=16925=144b^2 = 169 - 25 = 144, b=12b = 12.

x225y2144=1\frac{x^2}{25} - \frac{y^2}{144} = 1

Problem 5: Identify whether the transverse axis is horizontal or vertical: (y+1)249(x3)225=1\frac{(y+1)^2}{49} - \frac{(x-3)^2}{25} = 1. Find the asymptotes.

The positive term is under yy, so the transverse axis is vertical. Center: (3,1)(3, -1). a=7a = 7, b=5b = 5.

Asymptotes: y+1=±75(x3)y + 1 = \pm\frac{7}{5}(x - 3)

Key Takeaways

  • A hyperbola is the set of points where the absolute difference of distances to two foci equals 2a2a
  • The relationship c2=a2+b2c^2 = a^2 + b^2 means foci are farther from center than vertices (opposite of ellipses)
  • The positive term in the equation determines the transverse axis direction
  • Asymptotes guide graphing: use the asymptote box (width 2a2a, height 2b2b) and draw diagonals
  • For horizontal transverse axis, asymptote slopes are ±b/a\pm b/a; for vertical, slopes are ±a/b\pm a/b
  • Hyperbolas appear in GPS/LORAN navigation, cooling tower design, and comet trajectories

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026