What is Calculus I

an Asymptote?

A line that a curve approaches ever more closely but never quite reaches — revealing the long-run behaviour of a function.

An asymptote is a line that a curve gets closer and closer to, but never actually touches (or only touches finitely many times). It describes the limiting behaviour of a function — what happens as \(x\) shoots toward infinity or toward a forbidden value.

There are three kinds: vertical asymptotes (where the function blows up), horizontal asymptotes (where the function levels off at large \(x\)), and oblique (or slant) asymptotes (where the function approaches a slanted line).

Finding asymptotes is a core part of curve sketching and understanding how rational functions behave at their edges.

⬆️
Vertical
x = a
Function shoots to ±∞ as x → a. Found where denominator = 0 (and numerator ≠ 0).
➡️
Horizontal
y = L
Function levels off at L as x → ±∞. Found by computing the limit at infinity.
↗️
Oblique (Slant)
y = mx + b
Function approaches a non-horizontal line. Occurs when degree of numerator = degree of denominator + 1.
🛫
A plane approaching a runway

Imagine a plane gliding down toward a runway — getting lower and lower, but never quite touching until the last moment. The runway is the asymptote. The function is the plane. For horizontal asymptotes, the plane levels off and never lands at all — it just cruises at altitude \(y = L\) forever as \(x \to \infty\).

⚠️
Asymptotes can be crossed

Contrary to popular belief, a function can cross its horizontal (or oblique) asymptote — just not at infinity. The asymptote describes the long-run limit, not a barrier. What a function cannot cross is a vertical asymptote — by definition, the function is undefined there.

f(x) = 1/x — vertical asymptote at x = 0, horizontal at y = 0
Vertical
Set the denominator = 0 and solve. If the numerator is non-zero at those values, you have vertical asymptotes. Example: \(f(x) = \frac{1}{x-3}\) → vertical at \(x = 3\).
Horizontal
Compute \(\lim_{x\to\infty} f(x)\) and \(\lim_{x\to-\infty} f(x)\). If either limit is finite, you have a horizontal asymptote. For rational functions: compare the degrees of numerator and denominator.
Oblique
Perform polynomial long division on \(\frac{p(x)}{q(x)}\) when deg(p) = deg(q) + 1. The quotient (ignoring remainder) gives the oblique asymptote \(y = mx + b\).
Horizontal Asymptote Rules for Rational Functions
deg(numerator) < deg(denominator):  \(y = 0\)
deg(numerator) = deg(denominator):  \(y = \dfrac{\text{leading coeff of num}}{\text{leading coeff of denom}}\)
deg(numerator) > deg(denominator):  no horizontal asymptote (oblique or none)
Example 1 — Vertical
\(f(x) = \dfrac{x+1}{x-2}\)
Denom = 0 at \(x = 2\)
Num at \(x=2\): \(3 \neq 0\)
→ Vertical asymptote: \(x = 2\)
Example 2 — Horizontal
\(f(x) = \dfrac{3x^2}{x^2+1}\)
Same degree → ratio of leading coeffs
\(= \dfrac{3}{1} = 3\)
→ Horizontal asymptote: \(y = 3\)
Example 3 — Oblique
\(f(x) = \dfrac{x^2+1}{x}\)
Long division: \(x + \frac{1}{x}\)
As \(x \to \infty\), \(\frac{1}{x} \to 0\)
→ Oblique: \(y = x\)
Example 4 — All three
\(f(x) = \dfrac{x^2-1}{x-2}\)
Vertical: \(x = 2\)
Long div: \(x+2 + \frac{3}{x-2}\)
Oblique: \(y = x + 2\)
✗ Treating every zero of the denominator as a vertical asymptote
If the numerator is also zero at that point, you might have a removable discontinuity (a hole) instead. Factor both and cancel first. Example: \(\frac{x^2-1}{x-1} = x+1\) — hole at \(x=1\), not a vertical asymptote.
✗ Thinking a function can never cross a horizontal asymptote
A horizontal asymptote only describes behaviour at \(\pm\infty\). The function can cross the asymptote line for finite values of \(x\). The asymptote is about the long-run limit, not an impenetrable barrier.
✗ Forgetting to check both ±∞ for horizontal asymptotes
A function can have a different horizontal asymptote as \(x \to +\infty\) versus \(x \to -\infty\). For example, \(f(x) = \frac{x}{|x|+1}\) has \(y = 1\) as \(x \to +\infty\) and \(y = -1\) as \(x \to -\infty\).

Ready to test your knowledge?

Asymptotes are core to curve sketching in Calculus I on BUders.

Go to Calculus I Quizzes →