Every type of infinity behavior on this page maps cleanly to a graph feature: finite limits at ±∞ create horizontal asymptotes, infinite limits at finite a create vertical asymptotes, and the relative degree of a rational function's numerator and denominator determines exactly which case applies. The table below collects the diagnostic patterns in one master reference — given an observed limit form, it points to what that form means and what asymptote (if any) it produces.
| Observed pattern |
What it signals |
Resulting graph feature |
Section |
| limx → ±∞ f(x) = L (finite) |
end behavior settles to a single value |
horizontal asymptote y = L in that direction |
obj3 |
| limx → ±∞ f(x) = ±∞ |
function grows without bound in that direction |
no horizontal asymptote there |
obj5 |
| limx → a f(x) = ±∞ (one or both sides) |
output blows up near a finite point a |
vertical asymptote x = a |
obj8, obj9 |
| Rational p/q, deg p < deg q |
denominator dominates |
horizontal asymptote y = 0 |
obj4, obj5 |
| Rational p/q, deg p = deg q |
leading-degree terms balance |
horizontal asymptote y = (leading p) / (leading q) |
obj4, obj5 |
| Rational p/q, deg p > deg q |
numerator dominates |
no horizontal asymptote (function escapes to ±∞) |
obj5 |
| Mixed exponential / logarithmic |
apply the growth-rate hierarchy (log ≪ poly ≪ exp) |
depends on which family dominates — see obj11, obj12 above |
obj6, obj11, obj12 |