Find the Equations of the Asymptotes of a Hyperbola

Asymptotes of a hyperbola are the lines that pass through center of the hyperbola. The hyperbola gets closer and closer to the asymptotes, but can never reach them. There are two different approaches you can use to find the asymptotes. Learning how to do both may help you understand the concept.

Steps

Factoring

  1. Write down the equation of the hyperbola in its standard form. We'll start with a simple example: a hyperbola with the center of its origin. For these hyperbolas, the standard form of the equation is x2/a2 - y2/b2 = 1 for hyperbolas that extend right and left, or y2/b2 - x2/a2 = 1 for hyperbolas that extend up and down.[1] Remember, x and y are variables, while a and b are constants (ordinary numbers).
    • Example 1: x2/9 - y2/16 = 1
    • Some textbooks and teachers switch the position of a and b in these equations.[2] Follow the equation closely so you understand what's going on. If you just memorize the equations you won't be prepared when you see a different notation.
  2. Set the equation equal to zero instead of one. This new equation represents both asymptotes, though it will take a little more work to separate them.[3]
    • Example 1: x2/9 - y2/16 = 0
  3. Factor the new equation. Factor the left hand side of the equation into two products. Refresh your memory on Factor-Algebraic-Equations if you need to, or follow along while we continue Example 1:
    • We'll end up with an equation in the form (__ ± __)(__ ± __) = 0.
    • The first two terms need to multiply together to make x2/9, so take the square root and write it in those spaces: (x/3 ± __)(x/3 ± __) = 0
    • Similarly, take the square root of y2/16 and place it in the two remaining spaces: (x/3 ± y/4)(x/3 ± y/4) = 0
    • Since there are no other terms, write one plus sign and one minus sign so the other terms cancel when multiplied: (x/3 + y/4)(x/3 - y/4) = 0
  4. Separate the factors and solve for y. To get the equations for the asymptotes, separate the two factors and solve in terms of y.
    • Example 1: Since (x/3 + y/4)(x/3 - y/4) = 0, we know x/3 + y/4 = 0 and x/3 - y/4 = 0
    • Rewrite x/3 + y/4 = 0y/4 = - x/3y = - 4x/3
    • Rewrite x/3 - y/4 = 0- y/4 = - x/3y = 4x/3
  5. Try the same process with a harder equation. We've just found the asymptotes for a hyperbola centered at the origin. A hyperbola centered at (h,k) has an equation in the form (x - h)2/a2 - (y - k)2/b2 = 1, or in the form (y - k)2/b2 - (x - h)2/a2 = 1. You can solve these with exactly the same factoring method described above. Just leave the (x - h) and (y - k) terms intact until the last step.
    • Example 2: (x - 3)2/4 - (y + 1)2/25 = 1
    • Set this equal to 0 and factor to get:
    • ((x - 3)/2 + (y + 1)/5)((x - 3)/2 - (y + 1)/5) = 0
    • Separate each factor and solve to find the equations of the asymptotes:
    • (x - 3)/2 + (y + 1)/5 = 0 → y = -5/2x + 13/2
    • ((x - 3)/2 - (y + 1)/5) = 0 → y = 5/2x - 17/2

Solving for Y

  1. Write down the hyperbola equation with the y2 term on the left side. This method is useful if you have an equation that's in general quadratic form. Even if it's in standard form for hyperbolas, this approach can give you some insight into the nature of asymptotes. Rearrange the equation so the y2 or (y - k)2 term is on one side to get started.
    • Example 3: (y + 2)2/16 - (x + 3)2/4 = 1
    • Add the x term to both sides, then multiply each side by 16:
    • (y + 2)2 = 16(1 + (x + 3)2/4)
    • Simplify:
    • (y + 2)2 = 16 + 4(x + 3)2
  2. Take the square root of each side. Take the square root, but don't try to simplify the right hand side yet. Remember, when you take the square root, there are two possible solutions: a positive and a negative. (For example, -2 * -2 = 4, so √4 can be equal to -2 as well as 2.) Use the "+ or -" sign ± to keep track of both solutions.
    • √((y + 2)2) = √(16 + 4(x + 3)2)
    • (y+2) = ± √(16 + 4(x + 3)2)
  3. Review the definition of an asymptote. It's important that you understand this before you continue to the next step. The asymptote of a hyperbola is a line that the hyperbola gets closer and closer to as x increases. X can never actually reach the asymptote, but if we follow the hyperbola for larger and larger values of x, we'll get closer and closer to the asymptote.
  4. Adjust the equation for large values of x. Since we're trying to find the asymptote equation now, we only care about x for very large values ("approaching infinity"). This lets us ignore certain constants in the equation, because they contribute such a small part relative to the x term. Once x is at 99 billion (for example), adding three is so small we can ignore it.
    • In the equation (y+2) = ± √(16 + 4(x + 3)2), as x approaches infinity, the 16 becomes irrelevant.
    • (y+2) = approximately ± √(4(x + 3)2) for large values of x
  5. Solve for y to find the two asymptote equations. Now that we've got rid of the constant, we can simplify the square root. Solve in terms of y to get the answer. Remember to split the ± symbol into two separate equations, one with + and one with -.
    • y + 2 = ±√(4(x+3)^2)
    • y + 2 = ±2(x+3)
    • y + 2 = 2x + 6 and y + 2 = -2x - 6
    • y = 2x + 4 and y = -2x - 8



Tips

  • Always remember a hyperbola equation and its pair of asymptotes always defer by a constant.
  • When dealing with rectangular hyperbolas first convert them to standard form and then find the asymptotes.
  • A rectangular hyperbola is one where in a=b=constant=c.

Warnings

  • Beware of putting equations always in standard form.

Related Articles

Sources and Citations