Definition of a Hyperbola

Hyperbola

A hyperbola is the locus of a point that moves in a plane such that the absolute difference of its distances from two fixed points (the foci) is constant. This constant difference is equal to the length of the transverse axis (2a).

PF1PF2=2a|PF_1 - PF_2| = 2a

Alternatively, it can be defined as a conic section with an eccentricity e such that e > 1. This means any point on the hyperbola is farther from the directrix than it is from the focus.

Standard Equation of a Hyperbola

Standard Equation of Hyperbola

The standard equation of a hyperbola centered at the origin is characterized by a minus sign between the terms.

  • Horizontal Hyperbola: x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1

    • Vertices: (±a,0)(\pm a, 0)
    • Foci: (±c,0)(\pm c, 0), where c=aec = ae.
    • Transverse Axis: The axis connecting the vertices, length 2a2a (along the x-axis).
    • Conjugate Axis: Length 2b2b (along the y-axis).
  • Vertical Hyperbola: y2a2x2b2=1\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1

    • Vertices: (0,±a)(0, \pm a)
    • Foci: (0,±c)(0, \pm c), where c=aec = ae.
    • Transverse Axis: Length 2a2a (along the y-axis).
    • Conjugate Axis: Length 2b2b (along the x-axis).

Key Terminology and Formulas

  • Relationship between a, b, and c: Unlike the ellipse, the relationship for a hyperbola is:

c2=a2+b2c^2 = a^2 + b^2 The eccentricity relationship is: b2=a2(e21)b^2 = a^2(e^2-1)

  • Directrices: The equations of the two directrices are x=±aex = \pm \frac{a}{e}.
  • Latus Rectum: The focal chord perpendicular to the transverse axis. Its length is 2b2a\frac{2b^2}{a}.
  • Asymptotes: These are crucial lines that the hyperbola's branches approach at infinity. They form a 'guide' for the shape of the curve. Their equations are y=±baxy = \pm \frac{b}{a}x for a horizontal hyperbola.

Rectangular Hyperbola

A hyperbola is rectangular (or equilateral) if its asymptotes are perpendicular.

  • Condition: This happens when a=ba = b. Its eccentricity is always e=2e=\sqrt{2}.
  • Equation: The standard form is x2y2=a2x^2-y^2=a^2. When the coordinate axes are rotated by 45° to align with the asymptotes, the equation becomes xy=c2xy = c^2.

Example 1: Finding Parameters from the Equation

Question: For the hyperbola 9x216y2=1449x^2 - 16y^2 = 144, find the coordinates of the foci and vertices, the eccentricity, and the length of the latus rectum.

Solution: Step 1: Divide by 144 to get the standard form: x216y29=1\frac{x^2}{16} - \frac{y^2}{9} = 1.

Step 2: Identify parameters. This is a horizontal hyperbola with a2=16    a=4a^2=16 \implies a=4 and b2=9    b=3b^2=9 \implies b=3.

  • Vertices: (±a,0)=(±4,0)(\pm a, 0) = \mathbf{(\pm 4, 0)}.
  • Find c: c2=a2+b2=16+9=25    c=5c^2 = a^2+b^2 = 16+9=25 \implies c=5.
  • Foci: (±c,0)=(±5,0)(\pm c, 0) = \mathbf{(\pm 5, 0)}.
  • Eccentricity: e=c/a=5/4e=c/a = \mathbf{5/4}.
  • Length of Latus Rectum: 2b2a=2(9)4=9/2\frac{2b^2}{a} = \frac{2(9)}{4} = \mathbf{9/2}.

Example 2: Finding the Equation from Parameters

Question: Find the equation of the hyperbola whose foci are (±5,0)(\pm 5, 0) and the length of the transverse axis is 8.

Solution: Foci are on the x-axis, so it's a horizontal hyperbola. From the foci (±c,0)(\pm c, 0), we get c=5\mathbf{c=5}. The length of the transverse axis is 2a=8    a=42a=8 \implies \mathbf{a=4}.

Now find b2b^2 using c2=a2+b2c^2=a^2+b^2: 52=42+b2    25=16+b2    b2=95^2 = 4^2 + b^2 \implies 25 = 16 + b^2 \implies b^2=9.

The equation is x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, which is x216y29=1\frac{x^2}{16} - \frac{y^2}{9} = 1.

Example 3: Hyperbola with a Shifted Center

Question: Find the center and foci for the hyperbola 9x24y218x16y43=09x^2 - 4y^2 - 18x - 16y - 43 = 0.

Solution: Step 1: Group terms and complete the square. 9(x22x)4(y2+4y)=439(x^2 - 2x) - 4(y^2 + 4y) = 43 9(x22x+1)4(y2+4y+4)=43+9(1)4(4)9(x^2 - 2x + 1) - 4(y^2 + 4y + 4) = 43 + 9(1) - 4(4) 9(x1)24(y+2)2=369(x-1)^2 - 4(y+2)^2 = 36

Step 2: Divide by 36: (x1)24(y+2)29=1\frac{(x-1)^2}{4} - \frac{(y+2)^2}{9} = 1.

  • Center: (h,k)=(1,2)(h,k) = \mathbf{(1, -2)}.
  • Parameters: a2=4,b2=9a^2=4, b^2=9.
  • Foci distance: c2=a2+b2=4+9=13    c=13c^2 = a^2 + b^2 = 4 + 9 = 13 \implies c=\sqrt{13}.
  • Foci: Horizontal hyperbola, so foci are at (h±c,k)(h \pm c, k), which are (1±13,2)(1 \pm \sqrt{13}, -2).

Example 4: Using Asymptotes

Question: Find the equation of the hyperbola whose asymptotes are y=±2xy = \pm 2x and which passes through the point (3, 8).

Solution: The asymptotes are y=±baxy=\pm\frac{b}{a}x, so we have ba=2    b=2a\frac{b}{a}=2 \implies b=2a. The equation of the hyperbola is x2a2y2b2=±1\frac{x^2}{a^2} - \frac{y^2}{b^2} = \pm 1.

Substitute b=2ab=2a: x2a2y24a2=±1\frac{x^2}{a^2} - \frac{y^2}{4a^2} = \pm 1.

The point (3,8) lies on the curve: 32a2824a2=±1    9a2644a2=±1    9a216a2=±1\frac{3^2}{a^2} - \frac{8^2}{4a^2} = \pm 1 \implies \frac{9}{a^2} - \frac{64}{4a^2} = \pm 1 \implies \frac{9}{a^2} - \frac{16}{a^2} = \pm 1.

7a2=±1\frac{-7}{a^2} = \pm 1. Since a2a^2 must be positive, we take the negative sign: 7a2=1    a2=7\frac{-7}{a^2} = -1 \implies a^2=7.

Then b2=(2a)2=4a2=4(7)=28b^2 = (2a)^2 = 4a^2 = 4(7)=28.

The original equation was x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = -1 (a vertical hyperbola).

Equation: y228x27=1\frac{y^2}{28} - \frac{x^2}{7} = 1.