Mathwords logoReference LibraryMathwords

Asymptote

Asymptote

A line or curve that the graph of a relation approaches more and more closely the further the graph is followed.

Note: Sometimes a graph will cross a horizontal asymptote or an oblique asymptote. The graph of a function, however, will never cross a vertical asymptote.

 

Graph with x and y axes showing a curve with two branches approaching labeled oblique asymptotes but never crossing them.

Key Formula

Vertical: set denominator=0Horizontal: y=limx±f(x)Oblique: y=quotient from polynomial long division\text{Vertical: set denominator} = 0 \quad\quad \text{Horizontal: } y = \lim_{x \to \pm\infty} f(x) \quad\quad \text{Oblique: } y = \text{quotient from polynomial long division}
Where:
  • f(x)f(x) = The function whose asymptotes you are finding
  • xx = The independent variable
  • yy = The value the function approaches as x grows large (horizontal) or the line the function approaches (oblique)

Worked Example

Problem: Find all asymptotes of f(x) = (2x + 1) / (x − 3).
Step 1: Find the vertical asymptote by setting the denominator equal to zero.
x3=0    x=3x - 3 = 0 \implies x = 3
Step 2: Find the horizontal asymptote by comparing the degrees of the numerator and denominator. Both are degree 1, so divide the leading coefficients.
y=21=2y = \frac{2}{1} = 2
Step 3: Check for an oblique asymptote. Since the degree of the numerator equals the degree of the denominator (not one higher), there is no oblique asymptote.
Step 4: Verify the horizontal asymptote by evaluating the limit as x approaches infinity.
limx2x+1x3=limx2+1x13x=21=2\lim_{x \to \infty} \frac{2x+1}{x-3} = \lim_{x \to \infty} \frac{2 + \frac{1}{x}}{1 - \frac{3}{x}} = \frac{2}{1} = 2
Answer: Vertical asymptote: x = 3. Horizontal asymptote: y = 2. No oblique asymptote.

Another Example

This example shows an oblique (slant) asymptote, which occurs when the numerator's degree is exactly one more than the denominator's degree — a different case from the first example's horizontal asymptote.

Problem: Find all asymptotes of g(x) = (x² + 2x + 1) / (x − 1).
Step 1: Find the vertical asymptote by setting the denominator equal to zero.
x1=0    x=1x - 1 = 0 \implies x = 1
Step 2: Compare degrees: the numerator has degree 2 and the denominator has degree 1. Since the numerator's degree is exactly one more, there is an oblique (slant) asymptote but no horizontal asymptote.
Step 3: Perform polynomial long division to find the oblique asymptote.
x2+2x+1x1=x+3+4x1\frac{x^2 + 2x + 1}{x - 1} = x + 3 + \frac{4}{x - 1}
Step 4: As x → ±∞, the remainder 4/(x − 1) → 0, so the graph approaches the line y = x + 3.
y=x+3y = x + 3
Answer: Vertical asymptote: x = 1. Oblique asymptote: y = x + 3. No horizontal asymptote.

Frequently Asked Questions

Can a function cross its asymptote?
A function can never cross a vertical asymptote, because the function is undefined there. However, a function can cross a horizontal or oblique asymptote. The asymptote describes the function's end behavior — what happens as x → ±∞ — so the function may cross that line at finite x-values.
How do you know if there is a horizontal or oblique asymptote?
For a rational function p(x)/q(x): if the degree of p is less than or equal to the degree of q, there is a horizontal asymptote. If the degree of p is exactly one more than the degree of q, there is an oblique asymptote. If the degree of p exceeds the degree of q by two or more, there is neither a horizontal nor an oblique asymptote.
What is the difference between a hole and a vertical asymptote?
Both occur where the denominator equals zero. If a factor in the denominator cancels with the same factor in the numerator, the result is a hole (a removable discontinuity) — a single missing point on the graph. If the factor does not cancel, the function blows up to ±∞, creating a vertical asymptote.

Horizontal Asymptote vs. Vertical Asymptote

Horizontal AsymptoteVertical Asymptote
DirectionA horizontal line y = cA vertical line x = a
How to find (rational functions)Compare degrees of numerator and denominator, or evaluate the limit as x → ±∞Set the denominator equal to zero (after canceling common factors)
Can the graph cross it?Yes — the graph can cross a horizontal asymptote at finite x-valuesNo — a function's graph never crosses a vertical asymptote
What it describesEnd behavior: where y goes as x → ±∞Where the function is undefined and y → ±∞

Why It Matters

Asymptotes appear throughout algebra, precalculus, and calculus whenever you analyze the behavior of rational, exponential, or logarithmic functions. Identifying asymptotes is essential for accurate curve sketching, understanding limits, and solving real-world models such as population growth, radioactive decay, and cost-efficiency functions where a quantity approaches but never quite reaches a boundary value.

Common Mistakes

Mistake: Assuming a graph can never touch or cross any asymptote.
Correction: Only vertical asymptotes are never crossed by a function's graph. Horizontal and oblique asymptotes can be crossed — they describe behavior as x → ±∞, not a barrier the graph cannot pass.
Mistake: Declaring a vertical asymptote at every zero of the denominator without checking for common factors.
Correction: If a factor cancels between the numerator and denominator, that x-value is a hole (removable discontinuity), not a vertical asymptote. Always simplify the fraction first.

Related Terms

  • LineAn asymptote is most often a line
  • FunctionAsymptotes describe a function's boundary behavior
  • RelationAsymptotes can apply to general relations too
  • HorizontalHorizontal asymptotes are lines y = c
  • VerticalVertical asymptotes are lines x = a
  • ObliqueOblique asymptotes are slanted lines
  • Graph of an Equation or InequalityAsymptotes guide the shape of graphs
  • CurveAsymptotes can sometimes be curves, not just lines