Mathwords logoReference LibraryMathwords

Horizontal Asymptote

A horizontal asymptote is a horizontal line y=Ly = L that a graph gets closer and closer to as xx heads toward positive or negative infinity. The function may never reach this line, or it may cross it at some points — but far out along the xx-axis, the graph levels off near y=Ly = L.

A horizontal line y=Ly = L is a horizontal asymptote of a function f(x)f(x) if limxf(x)=L\lim_{x \to \infty} f(x) = L or limxf(x)=L\lim_{x \to -\infty} f(x) = L (or both). For a rational function f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}, where PP and QQ are polynomials, the horizontal asymptote depends on the degrees of the numerator and denominator. A function can have at most two horizontal asymptotes — one as xx \to \infty and another as xx \to -\infty — though most common examples have the same asymptote in both directions.

Key Formula

If f(x)=anxn+bmxm+, then y={0if n<manbmif n=mnoneif n>m\text{If } f(x) = \frac{a_n x^n + \cdots}{b_m x^m + \cdots}, \text{ then } y = \begin{cases} 0 & \text{if } n < m \\ \dfrac{a_n}{b_m} & \text{if } n = m \\ \text{none} & \text{if } n > m \end{cases}
Where:
  • nn = the degree of the numerator polynomial
  • mm = the degree of the denominator polynomial
  • ana_n = the leading coefficient of the numerator
  • bmb_m = the leading coefficient of the denominator

Worked Example

Problem: Find the horizontal asymptote of f(x)=6x2+13x25f(x) = \dfrac{6x^2 + 1}{3x^2 - 5}.
Step 1: Identify the degree of the numerator and denominator.
Numerator degree=2,Denominator degree=2\text{Numerator degree} = 2, \quad \text{Denominator degree} = 2
Step 2: Since the degrees are equal, divide the leading coefficients.
anbm=63=2\frac{a_n}{b_m} = \frac{6}{3} = 2
Step 3: Verify by substituting a large value of xx, such as x=1000x = 1000.
f(1000)=6(1000000)+13(1000000)5=600000129999952.0000f(1000) = \frac{6(1000000) + 1}{3(1000000) - 5} = \frac{6000001}{2999995} \approx 2.0000
Answer: The horizontal asymptote is y=2y = 2.

Visualization

Why It Matters

Horizontal asymptotes describe the long-run behavior of a function — what happens when inputs get extremely large or extremely small. In science and economics, this comes up constantly: a population model might level off at a carrying capacity, or a cost function might approach a minimum average cost. Recognizing horizontal asymptotes also helps you sketch accurate graphs of rational functions without plotting dozens of points.

Common Mistakes

Mistake: Believing a function can never cross its horizontal asymptote.
Correction: A function can cross a horizontal asymptote. For example, f(x)=sinxxf(x) = \frac{\sin x}{x} crosses y=0y = 0 infinitely many times. The asymptote only describes behavior as x±x \to \pm\infty, not for all xx values.
Mistake: Looking for a horizontal asymptote when the numerator's degree is greater than the denominator's.
Correction: When n>mn > m, the function grows without bound and has no horizontal asymptote. If n=m+1n = m + 1, the function has an oblique (slant) asymptote instead.

Related Terms

  • AsymptoteGeneral term covering all types of asymptotes
  • Oblique AsymptoteSlant asymptote that occurs when degree of numerator is one more
  • End BehaviorDescribes what a function does as x → ±∞