This site is a work in progress. New lessons are added regularly. Contact us

Hyperbolas

Learning goals

  • Define a hyperbola by a constant absolute difference of distances
  • Contrast b2=c2a2b^2 = c^2 - a^2 with the ellipse's flipped subtraction
  • Let the positive term name the opening axis
  • Draw the central rectangle, whose diagonals are the asymptotes
  • Show the curve never touches an asymptote
  • Read eccentricity above one, with ba=e21\tfrac{b}{a} = \sqrt{e^2 - 1}

The distance condition

Fix two points F1F_1 and F2F_2, the foci, and fix a positive constant. A hyperbola is the set of points PP whose distances to the two foci have that constant absolute difference:

PF1PF2=2a.\bigl|\, PF_1 - PF_2 \,\bigr| = 2a .

Two details in that sentence do all the work.

The constant is written 2a2a rather than kk purely for convenience, exactly as with the ellipse. The algebra below turns it into a clean a2a^2, and aa will turn out to be the distance from the centre to each turning point of the curve.

The absolute value is what creates two branches. Drop it and you are left with PF1PF2=2aPF_1 - PF_2 = 2a, which says “I am 2a2a closer to F2F_2 than to F1F_1”. That condition describes only the points on the side of F2F_2: one branch. The equation PF1PF2=2aPF_1 - PF_2 = -2a describes the mirror-image branch on the side of F1F_1. The absolute value accepts both, so a hyperbola is one curve made of two separate pieces.

How large can the constant be

Not every constant produces a curve. Let 2c2c be the distance F1F2F_1F_2 between the foci, and take a point PP of the set that does not lie on the line through the foci. Any curve worth the name has such a point, because a set living entirely on that line is one of the degenerate cases named just below. Then PP, F1F_1, F2F_2 are the corners of a genuine, non-degenerate triangle. For a genuine triangle the triangle inequality is strict: each side is less than the sum of the other two.

PF1<PF2+F1F2andPF2<PF1+F1F2.PF_1 < PF_2 + F_1F_2 \qquad\text{and}\qquad PF_2 < PF_1 + F_1F_2 .

Rearranging each gives PF1PF2<2cPF_1 - PF_2 < 2c and PF2PF1<2cPF_2 - PF_1 < 2c, and together those two say exactly that PF1PF2<2c|PF_1 - PF_2| < 2c. In words: the difference of two sides of a triangle is strictly less than the third side. That strictness is not a detail. It is exactly what rules out the case 2a=2c2a = 2c, and we earned it by insisting the triangle be a real one. So the constant must satisfy 2a<2c2a < 2c, that is

0<a<c.0 < a < c .

The excluded cases are worth naming, because they tell you what a hyperbola is not. If 2a=2c2a = 2c the only points that qualify lie on the line through the foci, outside the segment joining them, and you get two rays instead of a curve. If 2a>2c2a > 2c nothing qualifies at all and the set is empty. If a=0a = 0 the condition becomes PF1=PF2PF_1 = PF_2, the perpendicular bisector of the segment. A real hyperbola needs 0<a<c0 < a < c, and this is the exact opposite of the ellipse, where the sum condition forces a>ca > c.

From the condition to the equation

Set up coordinates so the foci are F1(c,0)F_1(-c, 0) and F2(c,0)F_2(c, 0), one on each side of the origin. The origin is then the centre of the hyperbola.

The distance condition forces x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1#

Let P(x,y)P(x, y) be a point of the curve. The distance between two points is the hypotenuse of a right triangle whose legs are the horizontal and vertical separations, so the Pythagorean theorem gives

PF1=(x+c)2+y2,PF2=(xc)2+y2.PF_1 = \sqrt{(x + c)^2 + y^2}, \qquad PF_2 = \sqrt{(x - c)^2 + y^2}.

The condition PF1PF2=2a|PF_1 - PF_2| = 2a means PF1PF2PF_1 - PF_2 is either 2a2a or 2a-2a, so carry both at once with a single sign symbol:

(x+c)2+y2(xc)2+y2=±2a.\sqrt{(x + c)^2 + y^2} - \sqrt{(x - c)^2 + y^2} = \pm 2a .

Two radicals cannot both be removed in one squaring, so isolate one of them first and square:

(x+c)2+y2=±2a+(xc)2+y2,\sqrt{(x + c)^2 + y^2} = \pm 2a + \sqrt{(x - c)^2 + y^2},(x+c)2+y2=4a2±4a(xc)2+y2+(xc)2+y2.(x + c)^2 + y^2 = 4a^2 \pm 4a\sqrt{(x - c)^2 + y^2} + (x - c)^2 + y^2 .

The y2y^2 terms cancel, and (x+c)2(xc)2=4cx(x + c)^2 - (x - c)^2 = 4cx, so the whole left side collapses to 4cx4cx:

4cx=4a2±4a(xc)2+y2.4cx = 4a^2 \pm 4a\sqrt{(x - c)^2 + y^2} .

Divide by 44 and put the surviving radical alone on one side:

cxa2=±a(xc)2+y2.cx - a^2 = \pm a\sqrt{(x - c)^2 + y^2}.

Square a second time. Here the sign symbol disappears, because (±a)2=a2(\pm a)^2 = a^2 either way, and that single fact is why one equation ends up describing both branches at once:

c2x22a2cx+a4=a2[(xc)2+y2]=a2x22a2cx+a2c2+a2y2.c^2x^2 - 2a^2cx + a^4 = a^2\bigl[(x - c)^2 + y^2\bigr] = a^2x^2 - 2a^2cx + a^2c^2 + a^2y^2 .

The term 2a2cx-2a^2cx appears on both sides and cancels. Collecting the rest,

(c2a2)x2a2y2=a2c2a4=a2(c2a2).(c^2 - a^2)x^2 - a^2y^2 = a^2c^2 - a^4 = a^2(c^2 - a^2).

We proved above that c>ac > a, so c2a2c^2 - a^2 is a positive number and we are entitled to give it a name that looks like a square. Define b>0b > 0 by

b2=c2a2.b^2 = c^2 - a^2 .

Substituting, the equation reads b2x2a2y2=a2b2b^2x^2 - a^2y^2 = a^2b^2, and dividing through by the positive number a2b2a^2b^2 leaves

x2a2y2b2=1.\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 .

The converse. Squaring can invent solutions that the original condition never had, so the argument is only half finished until we run it backwards. Suppose (x,y)(x, y) satisfies the boxed equation. Then y2=b2a2x2b2y^2 = \frac{b^2}{a^2}x^2 - b^2, and since b2=c2a2b^2 = c^2 - a^2,

(xc)2+y2=x22cx+c2+c2a2a2x2(c2a2)=c2a2x22cx+a2=(caxa) ⁣2,\begin{aligned} (x - c)^2 + y^2 &= x^2 - 2cx + c^2 + \frac{c^2 - a^2}{a^2}x^2 - (c^2 - a^2) \\ &= \frac{c^2}{a^2}x^2 - 2cx + a^2 = \left(\frac{c}{a}x - a\right)^{\!2}, \end{aligned}

so PF2=caxaPF_2 = \bigl|\tfrac{c}{a}x - a\bigr|, and the same computation with (x+c)2(x + c)^2 gives PF1=cax+aPF_1 = \bigl|\tfrac{c}{a}x + a\bigr|. The equation forces x2a2=1+y2b21\frac{x^2}{a^2} = 1 + \frac{y^2}{b^2} \ge 1, so xa|x| \ge a. On the right branch xax \ge a, hence caxc>a\tfrac{c}{a}x \ge c > a and both expressions inside the absolute values are positive, giving

PF1PF2=(cax+a)(caxa)=2a.PF_1 - PF_2 = \left(\tfrac{c}{a}x + a\right) - \left(\tfrac{c}{a}x - a\right) = 2a .

On the left branch xax \le -a, both expressions are negative, the two absolute values each flip a sign, and the same subtraction gives 2a-2a. Either way PF1PF2=2a|PF_1 - PF_2| = 2a. So the equation and the distance condition describe precisely the same set of points, with nothing extra picked up on the way.

The sign flip is the whole story of this chapter, so put the two results side by side and stare at them. For an ellipse the sum condition forces a>ca > c, and b2=a2c2b^2 = a^2 - c^2. For a hyperbola the difference condition forces c>ac > a, and

b2=c2a2,equivalentlyc2=a2+b2.b^2 = c^2 - a^2, \qquad\text{equivalently}\qquad c^2 = a^2 + b^2 .

For a hyperbola cc is the largest of the three, and it is the hypotenuse of a right triangle with legs aa and bb. For an ellipse aa is the largest and it is the hypotenuse. Same three letters, same Pythagorean relation, different letter in the starring role.

Check your understanding

A hyperbola has foci (±5,0)(\pm 5, 0) and vertices (±4,0)(\pm 4, 0), so c=5c = 5 and a=4a = 4. What is b2b^2?

Answer choices

Reading the standard form

With the centre at the origin and the foci on the xx-axis, the hyperbola is

x2a2y2b2=1,\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 ,

and every feature can be read straight off it.

Vertices. Set y=0y = 0: then x2=a2x^2 = a^2, so x=±ax = \pm a. The two points (±a,0)(\pm a, 0) are the vertices, the turning points where each branch is closest to the centre. The segment joining them is the transverse axis, of length 2a2a.

No yy-intercepts. Set x=0x = 0: the equation becomes y2b2=1-\frac{y^2}{b^2} = 1, which no real yy satisfies. The curve never crosses the yy-axis. In fact x2a2=1+y2b21\frac{x^2}{a^2} = 1 + \frac{y^2}{b^2} \ge 1 forces xa|x| \ge a, so the vertical strip a<x<a-a < x < a is completely empty. That gap in the middle is what separates the two branches.

Foci. They sit at (±c,0)(\pm c, 0) where c=a2+b2c = \sqrt{a^2 + b^2}, so each focus is beyond its vertex: c>ac > a always.

The conjugate axis. The segment from (0,b)(0, -b) to (0,b)(0, b) has length 2b2b and is called the conjugate axis, even though it touches no point of the curve. So what is bb good for? It sets the slopes of the two lines the branches chase, which is the next section.

The central rectangle. Draw the rectangle with corners (±a,±b)(\pm a, \pm b). Its half-width is aa and its half-height is bb, so the distance from the centre to any corner is a2+b2=c\sqrt{a^2 + b^2} = c. Swing a compass from a corner down to the axis and you land exactly on a focus. This rectangle is the fastest way to sketch a hyperbola by hand.

A hyperbola with its central rectangle, asymptotes, vertices, and fociTwo branches opening left and right, the dashed central rectangle with half-width a and half-height b, the two diagonals extended into asymptotes, the vertices on the x-axis at distance a from the centre, and the foci at distance c, with an arc showing that the centre-to-corner distance equals c.abcfocusfocusasymptote
The dashed central rectangle has half-width a and half-height b. Its diagonals, extended, are the asymptotes, and the distance from the centre to a corner is exactly c, which is why the arc from the corner lands on the focus. Each branch turns back at a vertex and then runs off along the diagonals.

The other orientation. Swap the roles of the variables and the branches open up and down:

y2a2x2b2=1.\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1 .

Now y=±ay = \pm a at the vertices (0,±a)(0, \pm a), the foci are (0,±c)(0, \pm c), and b2=c2a2b^2 = c^2 - a^2 exactly as before. Which term is positive is what tells you the orientation, and a2a^2 is always the denominator under the positive term. Nothing anywhere forces a>ba > b for a hyperbola. The curve y24x29=1\frac{y^2}{4} - \frac{x^2}{9} = 1 opens up and down even though 9>49 > 4, because the y2y^2 term is the positive one. If you learned “the bigger denominator tells you the axis” from ellipses, unlearn it here: it is simply false for hyperbolas.

Check your understanding

Which way does y225x2144=1\dfrac{y^2}{25} - \dfrac{x^2}{144} = 1 open, and where are its vertices?

Answer choices

Worked example 1 Read everything off x29y216=1\dfrac{x^2}{9} - \dfrac{y^2}{16} = 1

The x2x^2 term is positive, so the branches open left and right and a2a^2 is the denominator under it: a2=9a^2 = 9 and b2=16b^2 = 16, giving a=3a = 3 and b=4b = 4.

The vertices are (±3,0)(\pm 3, 0) and the transverse axis has length 2a=62a = 6. That 66 is also the constant in the definition: every point of this curve is exactly 66 units further from one focus than from the other.

For the foci, use the hyperbola’s relation (add, do not subtract):

c2=a2+b2=9+16=25c=5.c^2 = a^2 + b^2 = 9 + 16 = 25 \quad\Longrightarrow\quad c = 5 .

So the foci are (±5,0)(\pm 5, 0), safely outside the vertices at (±3,0)(\pm 3, 0), as c>ac > a requires. The eccentricity is e=ca=53e = \frac{c}{a} = \frac{5}{3}, and the asymptotes, derived in the next section, are y=±bax=±43xy = \pm\frac{b}{a}x = \pm\frac{4}{3}x.

Notice that b=4b = 4 is larger than a=3a = 3. That is perfectly legal, and it does not change the orientation one bit.

Worked example 2 Build the equation from the foci and the constant difference

Find the equation of the hyperbola whose foci are (0,±5)(0, \pm 5) and for which the absolute difference of the distances to the foci is 66.

The foci lie on the yy-axis, so the branches open up and down and the form is y2a2x2b2=1\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1. Reading the foci gives c=5c = 5.

The constant difference is 2a2a by definition, so

2a=6a=3.2a = 6 \quad\Longrightarrow\quad a = 3 .

Check the legality condition first: a=3a = 3 is less than c=5c = 5, so a genuine hyperbola exists. Now find b2b^2 with the hyperbola relation:

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

The equation is

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

Its asymptotes are y=±abx=±34xy = \pm\frac{a}{b}x = \pm\frac{3}{4}x, with slope ab\frac{a}{b} and not ba\frac{b}{a}, because this hyperbola opens vertically. Here a=3a = 3 is smaller than b=4b = 4, and the larger denominator 1616 sits under the negative term. Orientation is decided by the sign, never by the size.

Why the curve hugs two lines

Look at the upper half of the right branch and solve the standard equation for yy:

y2b2=x2a21y2=b2a2(x2a2)y=bax2a2(xa, y0).\begin{aligned} \frac{y^2}{b^2} = \frac{x^2}{a^2} - 1 \quad&\Longrightarrow\quad y^2 = \frac{b^2}{a^2}\bigl(x^2 - a^2\bigr) \\ &\Longrightarrow\quad y = \frac{b}{a}\sqrt{x^2 - a^2} \quad (x \ge a,\ y \ge 0). \end{aligned}

Now set that beside the straight line y=baxy = \frac{b}{a}x, which is the same formula with the a2-a^2 thrown away. Since x2a2<x2x^2 - a^2 < x^2 and both sides are nonnegative, x2a2<x\sqrt{x^2 - a^2} < x, so the curve runs strictly below the line. The vertical gap between them at a given xx is

gap(x)=baxbax2a2=ba(xx2a2).\text{gap}(x) = \frac{b}{a}x - \frac{b}{a}\sqrt{x^2 - a^2} = \frac{b}{a}\Bigl(x - \sqrt{x^2 - a^2}\,\Bigr).

A number minus a radical is exactly the shape that a radical conjugate flattens. Multiply and divide by x+x2a2x + \sqrt{x^2 - a^2}, which is positive for every xax \ge a, so it is legal:

xx2a2=(xx2a2)(x+x2a2)x+x2a2=x2(x2a2)x+x2a2=a2x+x2a2.\begin{aligned} x - \sqrt{x^2 - a^2} &= \frac{\bigl(x - \sqrt{x^2 - a^2}\,\bigr)\bigl(x + \sqrt{x^2 - a^2}\,\bigr)}{x + \sqrt{x^2 - a^2}} \\ &= \frac{x^2 - (x^2 - a^2)}{x + \sqrt{x^2 - a^2}} = \frac{a^2}{x + \sqrt{x^2 - a^2}} . \end{aligned}

The difference of two square roots has turned into a difference of squares, which is the entire point of the conjugate trick. Multiplying by ba\frac{b}{a} gives an exact formula for the gap:

 gap(x)=abx+x2a2 \boxed{\ \text{gap}(x) = \frac{ab}{x + \sqrt{x^2 - a^2}}\ }

This one identity settles everything, with no appeal to infinity anywhere.

The gap is never zero. The numerator abab is a fixed positive number and the denominator is a positive real number for every xax \ge a, so gap(x)>0\text{gap}(x) > 0 at every single xx. The curve stays strictly below the line forever; it never touches it and never crosses it.

The gap can be made as small as you please. Since x2a20\sqrt{x^2 - a^2} \ge 0, the denominator is at least xx, so

gap(x)abx.\text{gap}(x) \le \frac{ab}{x} .

Name any target t>0t > 0 you like, say t=0.001t = 0.001. Now pick an xx that is on the branch and past the bound, which a single choice does at once:

x>max(a, abt)gap(x)abx<t.x > \max\left(a,\ \frac{ab}{t}\right) \quad\Longrightarrow\quad \text{gap}(x) \le \frac{ab}{x} < t .

The max\max is doing real work there. The gap formula only describes the curve where xax \ge a. So an xx that beats the bound is no use unless that xx is also far enough out to be on the branch at all. With that settled, there is no hand-waving left: you hand me a target, I hand you back an xx that beats it, and the inequality proves it. That is all anyone means when they say the curve “approaches” the line.

Here are the numbers for x29y216=1\frac{x^2}{9} - \frac{y^2}{16} = 1, where a=3a = 3, b=4b = 4, and so ab=12ab = 12:

xxline 43x\tfrac{4}{3}xcurve 43x29\tfrac{4}{3}\sqrt{x^2 - 9}gap =12x+x29= \dfrac{12}{x + \sqrt{x^2 - 9}}
33440044
556.6676.6675.3335.3331.3331.333
101013.33313.33312.71912.7190.6140.614
3030404039.79939.7990.2010.201
100100133.333133.333133.273133.2730.0600.060
100010001333.3331333.3331333.3271333.3270.0060.006

The gap never reaches 00, and it never exceeds 12x\frac{12}{x}. Multiply the last column by the first and you never get more than 1212. The product is exactly 1212 at the vertex, where the radical vanishes, and then settles near half of that, at about 66, further out. The reason is visible in the identity. Once xx is large, x29\sqrt{x^2 - 9} is nearly xx, so the denominator x+x29x + \sqrt{x^2 - 9} is nearly 2x2x rather than xx, and the true gap is close to 122x\frac{12}{2x}. The bound abx\frac{ab}{x} holds every time, with room to spare.

The shrinking gap between a hyperbola and its asymptoteA branch of a hyperbola rising to the right, always below a straight line through the origin. Vertical gap segments drawn at four increasing values of x are shorter each time, showing the gap shrinking while staying positive.gapx = athe linecurve
The upper right of a hyperbola against the line through the centre with slope b over a. The vertical gaps (marked) shrink steadily but stay positive, because the gap equals ab divided by a denominator you can make as large as you like (it is at least x).

By symmetry, the equation contains only x2x^2 and y2y^2, so whatever happens in the first quadrant is mirrored in the other three. The lower half of the right branch chases y=baxy = -\frac{b}{a}x, and the left branch chases both lines on its side. Those two lines,

y=±bax,y = \pm\frac{b}{a}\,x ,

are the asymptotes of the hyperbola.

The shortcut, and why it works. To find the asymptotes, replace the 11 on the right with 00:

x2a2y2b2=0(xayb)(xa+yb)=0y=±bax.\frac{x^2}{a^2} - \frac{y^2}{b^2} = 0 \quad\Longleftrightarrow\quad \left(\frac{x}{a} - \frac{y}{b}\right)\left(\frac{x}{a} + \frac{y}{b}\right) = 0 \quad\Longleftrightarrow\quad y = \pm\frac{b}{a}x .

That is not a coincidence. The hyperbola itself factors the same way, into (xayb)(xa+yb)=1\left(\frac{x}{a} - \frac{y}{b}\right)\left(\frac{x}{a} + \frac{y}{b}\right) = 1, which says the two factors are reciprocals of each other. Far out along a branch one factor is large, so the other must be tiny, meaning the point very nearly satisfies one of the two linear equations. The vertical-gap computation above is the precise version of that idea.

For the vertical form y2a2x2b2=1\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1 the same replacement gives y2a2=x2b2\frac{y^2}{a^2} = \frac{x^2}{b^2}, so the asymptotes are y=±abxy = \pm\frac{a}{b}x. The slope is ab\frac{a}{b} this time. Rather than memorising which fraction goes with which picture, set the right side to 00 and solve; it works for both.

Sketching by hand. The diagonals of the central rectangle have slope ±ba\pm\frac{b}{a} and pass through the centre, so the diagonals are the asymptotes. Draw the rectangle, extend its diagonals, mark the vertices, and sweep each branch from its vertex out along the diagonals. That is the whole sketching procedure.

Check your understanding

For x29y216=1\dfrac{x^2}{9} - \dfrac{y^2}{16} = 1 (so a=3a = 3, b=4b = 4), how far below the asymptote is the curve at x=5x = 5?

Answer choices

Rectangular hyperbolas

When a=ba = b the central rectangle is a square, and the asymptotes are

y=±bax=±x,y = \pm\frac{b}{a}x = \pm x ,

whose slopes 11 and 1-1 multiply to 1-1: the two asymptotes are perpendicular. Such a hyperbola is called rectangular (or equilateral), and its equation can be written x2y2=a2x^2 - y^2 = a^2.

Every rectangular hyperbola has the same eccentricity, whatever its size, because

c2=a2+b2=2a2c=a2e=ca=2.c^2 = a^2 + b^2 = 2a^2 \quad\Longrightarrow\quad c = a\sqrt{2} \quad\Longrightarrow\quad e = \frac{c}{a} = \sqrt{2} .

You have already met a rectangular hyperbola without being told. The graph of y=kxy = \frac{k}{x} from the rational functions chapter, with the two coordinate axes as its asymptotes, is a rectangular hyperbola resting on its side. That curve is a turned copy of x2y2=2kx^2 - y^2 = 2k.

Hyperbolas with a shifted centre

Moving the centre from the origin to (h,k)(h, k) uses the same replacement rule as every other graph transformation: put xhx - h where xx was and yky - k where yy was.

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

has centre (h,k)(h, k), vertices (h±a, k)(h \pm a,\ k), foci (h±c, k)(h \pm c,\ k), and asymptotes

yk=±ba(xh).y - k = \pm\frac{b}{a}(x - h).

Everything is measured from the new centre; nothing else changes. An equation of the form Ax2+Cy2+Dx+Ey+F=0Ax^2 + Cy^2 + Dx + Ey + F = 0 with AA and CC opposite in sign is a hyperbola or, in one degenerate case, a pair of intersecting lines. To find out which, group the terms, complete the square, and divide. The degenerate case is exactly the one where the constant lands on 00. Then you are left with (xh)2a2=(yk)2b2\frac{(x-h)^2}{a^2} = \frac{(y-k)^2}{b^2}, a difference of squares equal to zero, which factors into the two asymptote lines and is not a hyperbola at all.

Worked example 3 Put 9x216y254x64y127=09x^2 - 16y^2 - 54x - 64y - 127 = 0 into standard form

Group the xx terms and the yy terms, move the constant across, and factor out the leading coefficients:

9(x26x)16(y2+4y)=127.9\bigl(x^2 - 6x\bigr) - 16\bigl(y^2 + 4y\bigr) = 127 .

Complete each square inside its own bracket. For x26xx^2 - 6x, half of 6-6 is 3-3 and (3)2=9(-3)^2 = 9, so add 99 inside. For y2+4yy^2 + 4y, half of 44 is 22 and 22=42^2 = 4, so add 44 inside.

Now the step everyone rushes. Adding 99 inside the first bracket really adds 99=819 \cdot 9 = 81 to the left side, so add 8181 to the right. Adding 44 inside the second bracket adds (16)4=64(-16) \cdot 4 = -64 to the left side, because that bracket is multiplied by 16-16. So the right side must gain 64-64 as well, not +64+64:

9(x26x+9)16(y2+4y+4)=127+8164=144.9\bigl(x^2 - 6x + 9\bigr) - 16\bigl(y^2 + 4y + 4\bigr) = 127 + 81 - 64 = 144 .

Write the completed squares and divide by 144144:

9(x3)216(y+2)2=144(x3)216(y+2)29=1.9(x - 3)^2 - 16(y + 2)^2 = 144 \quad\Longrightarrow\quad \frac{(x - 3)^2}{16} - \frac{(y + 2)^2}{9} = 1 .

The centre is (3,2)(3, -2), with a2=16a^2 = 16 and b2=9b^2 = 9, so a=4a = 4 and b=3b = 3. The xx term is positive, so the branches open left and right: the vertices are (3±4, 2)(3 \pm 4,\ -2), that is (7,2)(7, -2) and (1,2)(-1, -2). Then

c2=a2+b2=16+9=25c=5,c^2 = a^2 + b^2 = 16 + 9 = 25 \quad\Longrightarrow\quad c = 5 ,

so the foci are (8,2)(8, -2) and (2,2)(-2, -2), and the asymptotes are y+2=±34(x3)y + 2 = \pm\frac{3}{4}(x - 3). The eccentricity is e=54e = \frac{5}{4}.

Eccentricity

The eccentricity of a hyperbola is the same ratio used for the other conics:

e=ca.e = \frac{c}{a} .

Because c>ac > a for every hyperbola, e>1e > 1 always. That single inequality is what sorts the conic sections: an ellipse has 0e<10 \le e < 1 (its cc is smaller than its aa), a parabola has e=1e = 1, and a hyperbola has e>1e > 1. Push a conic’s eccentricity up past 11 and the closed oval bursts open into two branches.

Eccentricity also controls the shape directly. Divide b2=c2a2b^2 = c^2 - a^2 by a2a^2:

b2a2=c2a21=e21ba=e21.\frac{b^2}{a^2} = \frac{c^2}{a^2} - 1 = e^2 - 1 \quad\Longrightarrow\quad \frac{b}{a} = \sqrt{e^2 - 1} .

Read that carefully, because the ratio and the slope are not the same thing in both orientations. The identity ba=e21\frac{b}{a} = \sqrt{e^2 - 1} holds for every hyperbola. It is the asymptote slope for the horizontal form x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, whose slopes are ±ba\pm\frac{b}{a}. For the vertical form y2a2x2b2=1\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1 the slopes are ±ab\pm\frac{a}{b}, the reciprocal, so there the slope is 1e21\frac{1}{\sqrt{e^2 - 1}} instead. Worked example 2 is the check: y29x216=1\frac{y^2}{9} - \frac{x^2}{16} = 1 has e=53e = \frac{5}{3} and e21=43\sqrt{e^2 - 1} = \frac{4}{3}, while its asymptote slope is the reciprocal 34\frac{3}{4}.

Take a horizontal hyperbola and watch the shape follow ee. When ee is just above 11 the slope e21\sqrt{e^2 - 1} is close to 00, the asymptotes are nearly flat, and the branches are narrow and sharply pointed. As ee grows the branches flare open. A vertical hyperbola with the same ee is the same picture turned a quarter turn. That hyperbola’s asymptotes are nearly vertical rather than nearly flat, and its branches are just as narrow, because either way they hug their own transverse axis. A rectangular hyperbola has a=ba = b, so e21=1\sqrt{e^2 - 1} = 1 and e=2e = \sqrt{2}, matching what we found above, and that is the one case where the two orientations agree on the slope.

Eccentricity is not only a shape number. The converse computation in the proof produced PF1=ex+aPF_1 = |ex + a| and PF2=exaPF_2 = |ex - a|, so ee measures the distances to the foci directly.

Worked example 4 Find the hyperbola with asymptotes y=±23xy = \pm\tfrac{2}{3}x through (6,23)(6,\, 2\sqrt{3}\,)

A hyperbola centred at the origin with asymptote slopes ±23\pm\frac{2}{3} could open either way, so try the horizontal form first and let the algebra confirm or reject it. For x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 the slopes are ±ba\pm\frac{b}{a}, so ba=23\frac{b}{a} = \frac{2}{3} gives b=23ab = \frac{2}{3}a and therefore b2=49a2b^2 = \frac{4}{9}a^2.

Substitute the point (6,23)(6, 2\sqrt{3}), whose square is y2=43=12y^2 = 4 \cdot 3 = 12:

36a21249a2=136a227a2=19a2=1.\frac{36}{a^2} - \frac{12}{\frac{4}{9}a^2} = 1 \quad\Longrightarrow\quad \frac{36}{a^2} - \frac{27}{a^2} = 1 \quad\Longrightarrow\quad \frac{9}{a^2} = 1 .

So a2=9a^2 = 9 and b2=49(9)=4b^2 = \frac{4}{9}(9) = 4, and the hyperbola is

x29y24=1.\frac{x^2}{9} - \frac{y^2}{4} = 1 .

Check the point: 369124=43=1\frac{36}{9} - \frac{12}{4} = 4 - 3 = 1. It works.

Was the guess about the orientation lucky? No, it was forced. Had we tried the vertical form y2A2x2B2=1\frac{y^2}{A^2} - \frac{x^2}{B^2} = 1, its slopes are ±AB=±23\pm\frac{A}{B} = \pm\frac{2}{3}, so B2=94A2B^2 = \frac{9}{4}A^2, and the point would demand

12A23694A2=12A216A2=4A2=1,\frac{12}{A^2} - \frac{36}{\frac{9}{4}A^2} = \frac{12}{A^2} - \frac{16}{A^2} = -\frac{4}{A^2} = 1 ,

which needs A2=4A^2 = -4 and is impossible. Asymptotes alone never fix the orientation; the point does. Geometrically, (6,23)(6, 3.46)(6, 2\sqrt{3}) \approx (6,\ 3.46) sits below the line y=23xy = \frac{2}{3}x, which passes through (6,4)(6, 4), so it lies in the left-right region between the asymptotes, where only the horizontal hyperbola lives.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Out of sight of land, a ship used to be lost in a very particular way. The crew knew their heading and their speed, so they could work out roughly how far they had travelled. Small errors piled up over days, the estimate drifted, and there was nothing on open water to check it against. Fog or cloud took away even the stars.

Radio changed that during the Second World War. One station on the coast fires a pulse, and a partner station far along the coast answers after a fixed, published delay. A receiver at sea cannot tell how far away either station is, and it never tries. It measures one thing only: the gap between the two arrivals, with that known delay subtracted back out.

That gap is a difference of distances, and this lesson has already told you what a fixed difference means. The ship lies somewhere on a hyperbola whose foci are the two stations. One curve is not a position, so a second pair of stations supplies a second hyperbola, and the ship is where the two curves cross. Navigators knew the system as LORAN, and the curves were printed straight onto the charts, a fan of them for every pair.

Watch how much work the sign of that corrected gap is doing. It says which of the two stations is nearer, and that alone picks one branch out of the two. Strip the sign away and what remains is the absolute value this lesson began with, which accepts both branches and cannot tell them apart.