Chapter 7: Asymptotes
Introduction to Asymptotes
An asymptote is a line that a curve approaches but never reaches (or reaches only at infinity). Asymptotes describe the "eventual behavior" of functions—what happens as x becomes very large, very small, or approaches specific problematic values. Understanding asymptotes is essential for graphing functions and understanding their limiting behavior.
1. Vertical Asymptotes
Definition and Cause
A vertical asymptote occurs at x = a if the function approaches ±∞ as x approaches a. Typically, this happens where the denominator of a rational function equals zero (and the numerator is nonzero). Example: f(x) = 1/(x-2) has a vertical asymptote at x = 2.
Finding Vertical Asymptotes
For rational functions, set the denominator equal to zero and solve for x. Each solution is a vertical asymptote (unless it's also a zero of the numerator, in which case it might be a removable discontinuity instead). Check behavior on both sides of x = a to understand if the function goes to +∞ or -∞.
Behavior Near Vertical Asymptotes
As x approaches a vertical asymptote from the left, the function might approach +∞. From the right, it might approach -∞ (or both sides might match). Test sign of numerator and denominator to determine.
2. Horizontal Asymptotes
Definition
A horizontal asymptote is a horizontal line y = b that the function approaches as x → ±∞. It represents the "eventual height" of the function for very large or very small x values.
Finding Horizontal Asymptotes
For rational functions p(x)/q(x), compare degrees: If degree of p < degree of q, the asymptote is y = 0. If degrees are equal, the asymptote is y = (leading coefficient of p)/(leading coefficient of q). If degree of p > degree of q, there's no horizontal asymptote (there's an oblique one instead).
Example
For f(x) = (2x^2 + 3x)/(x^2 - 5), both numerator and denominator have degree 2. The horizontal asymptote is y = 2/1 = 2.
3. Oblique (Slant) Asymptotes
When They Occur
An oblique asymptote is a slanted line y = mx + b that the function approaches as x → ±∞. It occurs when the numerator degree exceeds the denominator degree by exactly 1.
Finding Oblique Asymptotes
Use polynomial long division to divide the numerator by the denominator. The quotient (ignoring the remainder) gives the equation of the oblique asymptote.
Example
For f(x) = (x^2 + 3x + 2)/(x - 1), divide: x^2 + 3x + 2 = (x - 1)(x + 4) + 6. So f(x) = (x + 4) + 6/(x - 1). As x → ±∞, the fraction 6/(x-1) → 0, so the function approaches the line y = x + 4 (the oblique asymptote).
4. Curvilinear Asymptotes
Beyond Lines
Asymptotes don't have to be straight lines. Sometimes a function approaches a curve (usually a higher-degree polynomial or other function) as x → ±∞. The same principle applies: the difference between the function and its asymptotic curve approaches zero.
5. Graphing Using Asymptotes
Using Asymptotes as Guides
Identify all asymptotes first. They partition the plane into regions where the function must lie. Vertical asymptotes create separate "pieces" of the graph. Horizontal asymptotes show eventual behavior. This framework, combined with a few plotted points, gives a good sketch of the function.
Example Sketch
For f(x) = 1/(x-1), vertical asymptote at x=1, horizontal asymptote at y=0. Near x=1, function goes to ±∞. Far from x=1, function approaches 0. Plot a few points (e.g., f(0)=-1, f(2)=1) and sketch accordingly.
6. Asymptotes of Algebraic Curves
Beyond Functions
Asymptotes apply to any algebraic curve, not just functions. Implicit curves F(x,y)=0 can have asymptotes. Parametric curves x=f(t), y=g(t) have asymptotes as t approaches specific values or infinity.
Conclusion
Asymptotes describe how functions behave at infinity and near discontinuities. Vertical asymptotes signal unbounded behavior, horizontal asymptotes show limiting values, and oblique asymptotes appear when degree permits. Asymptotes are essential tools for function analysis and graphing. They transform understanding of function behavior from local details to global perspective.