BUSINESS CALCULUS • LIMITS & CONTINUITY

Limits at Infinity

Understanding how functions behave as input grows without bound reveals long-run trends critical to business modeling.

Historical Context & Motivation

The concept of limits at infinity did not emerge overnight; it was the product of centuries of mathematical effort to make sense of the infinite. Ancient Greek mathematicians, particularly Archimedes, grappled with processes that continued indefinitely — his method of exhaustion for computing areas anticipated the essential idea that a sequence of approximations can converge toward a definite value. However, the Greeks lacked a formal algebraic framework to express what happens when a variable "goes to infinity," so these insights remained geometric and somewhat ad hoc. The modern notion of a limit at infinity crystallized only after Newton and Leibniz independently invented calculus in the late seventeenth century, and it took another century and a half before Augustin-Louis Cauchy and Karl Weierstrass provided the rigorous epsilon-delta definitions that underpin the concept today.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated the area of a circle using inscribed polygons with ever more sides, demonstrating that a quantity can be approached through an infinite process — a precursor to the limit concept.
1684
Leibniz Publishes Calculus Notation
Gottfried Wilhelm Leibniz introduced the notation and operational rules for differentials and integrals, giving mathematicians a symbolic language for reasoning about infinitely small and infinitely large quantities.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy published the first careful definition of a limit, including limits as the variable grows without bound, placing calculus on a firmer logical foundation.
1860s
Weierstrass Formalizes ε-δ Definitions
Karl Weierstrass refined the limit concept into the rigorous epsilon-delta framework still taught today, removing all appeal to vague notions of "approaching" and replacing them with precise inequalities.

From the vantage point of business calculus, limits at infinity answer an essential modeling question: what happens to revenue, cost, profit, or market share in the long run? Whether a company's average cost per unit levels off, whether a logistic growth curve for market penetration saturates, or whether compound interest converges under continuous compounding, these are all questions about the behavior of a function as its input becomes arbitrarily large. Understanding limits at infinity therefore bridges abstract mathematical theory and practical business forecasting.

Core Principles & Definitions

At its core, a limit at infinity describes the value that a function f(x) approaches as x increases without bound (x → ∞) or decreases without bound (x → −∞). Unlike finite limits, where x approaches a specific number, here the independent variable itself is unbounded — we are asking about the end behavior of the function. When such a limit equals a finite number L, the line y = L is called a horizontal asymptote of the graph. Conversely, if f(x) itself grows without bound, we write lim f(x) = ∞ (or −∞), indicating that no finite limit exists but the direction of unbounded growth is still informative.

1

Finite Limit at Infinity

If f(x) → L as x → ∞, the function values cluster ever more tightly around the number L. The graph settles toward the horizontal asymptote y = L.
2

Infinite Limit at Infinity

When f(x) → ∞ as x → ∞, the function grows without bound. Polynomial leading terms and exponential functions typically exhibit this behavior. The function has no horizontal asymptote.
3

Dominance Principle

In a ratio of polynomials, the term with the highest power in the numerator and denominator determines the limit. Lower-order terms become negligible as x → ∞.
4

Limit Laws Extend to Infinity

The sum, product, quotient, and constant-multiple rules for limits apply when x → ∞, provided the individual limits exist (finite). This allows algebraic simplification of complex expressions.
KEY TAKEAWAY
Think of a limit at infinity like driving on a highway toward the horizon. The road may twist and undulate locally, but from a satellite view — the "big picture" — you can see that the road straightens out and settles to a constant altitude (a horizontal asymptote) or climbs endlessly (an infinite limit). In business, this satellite view reveals long-run equilibria: the price at which supply meets demand, the production level at which average cost stabilizes, or the market share ceiling imposed by competition.

Visual Explanation

The diagram below illustrates two canonical examples of limits at infinity. The cyan curve represents a rational function f(x) = (3x + 2)/(x + 1) whose limit as x → ∞ is 3, producing the horizontal asymptote y = 3 shown as a dashed amber line. The pink curve depicts g(x) = 5 − 4/x, which also approaches y = 5 (its own horizontal asymptote, shown in emerald) but from below. Both functions demonstrate how the gap between the curve and its asymptote shrinks as x grows.

Both curves approach their respective horizontal asymptotes as x → ∞. The cyan curve converges to y = 3 from above, while the pink curve converges to y = 5 from below. The dashed vertical annotation at x = 14 visually shows how the gap between each curve and its asymptote diminishes.

Notice that neither curve actually reaches its horizontal asymptote at any finite value of x — the asymptote represents a value the function approaches but never attains. In a business context, this is analogous to a company's average cost per unit declining toward the variable cost per unit as production volume increases indefinitely; fixed costs are spread across more and more units, but variable cost per unit sets an unreachable floor. The horizontal asymptote captures this long-run equilibrium with mathematical precision.

Mathematical Framework

The formal evaluation of limits at infinity for rational functions relies on a straightforward algebraic technique: divide every term by the highest power of x in the denominator. This strategy forces every non-leading term to contain a factor of 1/x (or 1/x², etc.), each of which vanishes as x → ∞. The surviving terms then reveal the limit directly. We formalize this with the fundamental building-block result and the three cases for rational functions.

FUNDAMENTAL BUILDING BLOCK
lim (x → ∞) 1/xⁿ = 0, for any n > 0
This single fact is the engine behind all limit-at-infinity computations for rational functions. As x grows, any positive power of x in the denominator drives the fraction to zero. Combined with limit laws, it allows us to discard lower-order terms systematically.
RATIONAL FUNCTION — GENERAL FORM
lim (x → ∞) (aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ⋯ + a₀) / (bₘxᵐ + bₘ₋₁xᵐ⁻¹ + ⋯ + b₀)
Here aₙ ≠ 0 and bₘ ≠ 0 are the leading coefficients, n is the degree of the numerator, and m is the degree of the denominator. The relationship between n and m determines the limit.
CASE 1 — DEGREE NUMERATOR < DEGREE DENOMINATOR (n < m)
lim (x → ∞) P(x)/Q(x) = 0
The denominator grows faster, so the ratio is driven to zero. The x-axis (y = 0) is the horizontal asymptote. Example: (2x + 1)/(x² + 3) → 0.
CASE 2 — EQUAL DEGREES (n = m)
lim (x → ∞) P(x)/Q(x) = aₙ / bₘ
The leading terms dominate equally, so the limit is the ratio of the leading coefficients. The line y = aₙ/bₘ is the horizontal asymptote. Example: (3x² − x)/(5x² + 4) → 3/5.
CASE 3 — DEGREE NUMERATOR > DEGREE DENOMINATOR (n > m)
lim (x → ∞) P(x)/Q(x) = ±∞
The numerator grows faster, and the ratio diverges. There is no horizontal asymptote. The sign depends on the signs of the leading coefficients and the direction of approach. Example: (x³ + 1)/(2x + 5) → +∞.
💡 Practical Shortcut
For a quick evaluation, mentally "keep only the leading terms" and simplify. For instance, (7x³ − 2x)/(4x³ + 9x² − 1) behaves like 7x³/4x³ = 7/4 as x → ∞. This shortcut works because all non-leading terms become negligible — they contribute terms like 2/x² or 9/x, which vanish.

Detailed Classification & Comparison

The three cases for rational functions are the backbone of limit-at-infinity problems in business calculus, but it is equally important to understand how other common function types behave. Exponential functions, logarithmic functions, and certain combinations that arise in business models (such as logistic growth or learning curves) each have characteristic end behaviors. The table below provides a systematic classification, and the diagram that follows visualizes how different growth rates compare as x increases.

End behavior classification of common business calculus function types
Function Typelim (x → ∞)Business Interpretation
P(x)/Q(x), deg P < deg Q0Marginal effect of a cost component diminishes to zero as scale grows
P(x)/Q(x), deg P = deg Qaₙ / bₘ (finite, nonzero)Average cost levels off at variable cost per unit; long-run cost ratio stabilizes
P(x)/Q(x), deg P > deg Q±∞Total revenue or cost grows unboundedly with output
eˣ (exponential growth)+∞Unconstrained compound growth; unrealistic long-term but useful short-term
e⁻ˣ (exponential decay)0Depreciation, memory decay in advertising effectiveness
M / (1 + Ae⁻ᵏˣ) (logistic)M (carrying capacity)Market saturation; maximum achievable market share
Three rational functions illustrate the three degree-comparison cases. The cyan curve (Case 1) decays toward zero, the amber curve (Case 2) levels off at the ratio of leading coefficients, and the red curve (Case 3) diverges upward without bound.

The diagram reinforces a central principle: the degree comparison is the primary diagnostic tool for limits at infinity of rational functions. In applied settings, identifying which case applies immediately tells you whether a quantity stabilizes, vanishes, or grows without bound — information that is decisive for strategic business planning, capacity analysis, and break-even forecasting.

Worked Example

A manufacturing firm's total cost of producing x units of a product is given by C(x) = 5000 + 12x. The average cost per unit is C̄(x) = C(x)/x = (5000 + 12x)/x. We want to determine what happens to the average cost as production volume increases without bound — that is, we evaluate lim (x → ∞) C̄(x).

Finding the Long-Run Average Cost
1
Step 1 — Write the Average Cost FunctionThe average cost function is C̄(x) = (5000 + 12x) / x. This is a rational expression where the numerator has degree 1 (the leading term is 12x) and the denominator also has degree 1 (the leading term is x). Because the degrees are equal, we are in Case 2.
C̄(x) = (5000 + 12x) / x — degrees both equal to 1
2
Step 2 — Divide Every Term by the Highest Power of x in the DenominatorThe highest power of x in the denominator is x¹. Divide each term in the numerator and the denominator by x: C̄(x) = (5000/x + 12x/x) / (x/x) = (5000/x + 12) / 1. This simplification isolates the term 5000/x, which contains x in the denominator, alongside the constant 12.
C̄(x) = 5000/x + 12
3
Step 3 — Apply the LimitAs x → ∞, the term 5000/x → 0 because 5000 is a constant divided by an ever-increasing quantity. The constant term 12 is unaffected by the limit. Summing the results: lim (x → ∞) C̄(x) = 0 + 12 = 12.
lim (x → ∞) C̄(x) = 12
4
Step 4 — Interpret the ResultThe average cost per unit approaches $12 as production volume grows without bound. This $12 is precisely the variable cost per unit. The fixed cost of $5,000 is spread over more and more units, contributing less and less to the per-unit average. The horizontal asymptote y = 12 represents the minimum average cost the firm can approach by scaling production. Management should recognize that while average cost decreases, it will never fall below $12 per unit — this is the long-run floor on average cost.
Horizontal asymptote: y = 12 (minimum average cost)

Strengths, Limitations & Common Pitfalls

Limits at infinity are a powerful tool for long-run analysis, but like any mathematical model, they have both strengths and limitations. A clear understanding of where the technique excels and where it may mislead is essential for applying it responsibly in business decision-making. The table below contrasts the main advantages with common caveats, and the key takeaway highlights a frequent student pitfall.

Strengths and limitations of using limits at infinity in business analysis
StrengthsLimitations
Provides a clear, quantitative description of long-run behavior — essential for strategic planning, pricing, and capacity analysis.Describes only the end behavior; says nothing about short-run fluctuations, transient costs, or startup dynamics.
The degree-comparison technique is algorithmic and reliable for any rational function, minimizing guesswork.Only directly applies to rational functions; exponential, logarithmic, or piecewise models require separate techniques or L'Hôpital's rule.
Horizontal asymptotes immediately reveal equilibrium values — the prices, costs, or market shares toward which a system tends.Real-world quantities cannot actually reach infinity; the asymptote is a theoretical ideal. Market conditions, resource constraints, and competition intervene.
Computationally simple — dividing by the highest power and applying limit laws is efficient and elegant.Students sometimes confuse ∞/∞ as a number rather than an indeterminate form, or incorrectly conclude that ∞ − ∞ = 0.
COMMON PITFALL
Never treat infinity as a number. Expressions like ∞/∞, ∞ − ∞, and 0 × ∞ are indeterminate forms — they do not simplify by arithmetic rules. When you encounter such a form, it signals the need for algebraic manipulation (dividing by the highest power, factoring, rationalizing) to convert the expression into one where limit laws apply. Think of it like this: saying "∞ divided by ∞ equals 1" is as meaningless as saying "a big number divided by a big number is always 1" — it depends entirely on how fast each piece grows, which is exactly what the degree comparison determines.

Connection to Advanced Theory

Limits at infinity serve as a gateway to several deeper topics in calculus and business analysis. Two of the most important extensions are L'Hôpital's Rule (for evaluating indeterminate forms that resist algebraic simplification) and improper integrals (where the interval of integration extends to infinity, arising naturally in present-value calculations for perpetuities and indefinite revenue streams). The table below positions limits at infinity relative to these advanced tools.

Limits at infinity vs. advanced calculus extensions
ConceptLimits at Infinity (This Lesson)Advanced Extension
Evaluation techniqueDivide by highest power of x; compare degreesL'Hôpital's Rule: differentiate numerator and denominator separately when the form is 0/0 or ∞/∞
Function typesPrimarily rational functions P(x)/Q(x)Extends to exponential, logarithmic, and mixed compositions (e.g., xⁿeˣ)
Business applicationLong-run average cost, market share ceilings, equilibrium pricesPresent value of perpetuities, consumer/producer surplus over infinite horizons, steady-state capital accumulation
Geometric meaningHorizontal asymptotes on a graph of f(x) vs. xConvergence of area under a curve on [a, ∞); total accumulated value over an infinite time horizon

As you continue in business calculus, you will find that every derivative and integral problem ultimately rests on limits — including limits at infinity. Mastering the degree-comparison technique for rational functions now provides a solid algorithmic foundation for the more sophisticated indeterminate-form analyses you will encounter with L'Hôpital's Rule. Moreover, the economic intuition you develop here — reading horizontal asymptotes as long-run equilibria — will directly inform your understanding of convergence and divergence in improper integrals, which determine whether infinite-horizon cash flows have a finite present value.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why lim (x → ∞) 1/x = 0. What does the horizontal asymptote y = 0 tell you geometrically about the graph of f(x) = 1/x for large positive x?
PROBLEM 2BASIC CALCULATION
Evaluate lim (x → ∞) (4x² − 3x + 7) / (2x² + 5x − 1). State which case applies and identify the horizontal asymptote.
PROBLEM 3INTERMEDIATE
A company's revenue function is R(x) = 200x / (x + 50) where x is the number of units sold. Find lim (x → ∞) R(x)/x, interpret this as the long-run average revenue per unit, and determine whether it approaches a finite value.
PROBLEM 4APPLIED
A pharmaceutical company models market penetration of a new drug with the logistic function P(t) = 80 / (1 + 15e⁻⁰·³ᵗ), where P(t) is the percentage of target doctors prescribing the drug and t is the number of months since launch. Find lim (t → ∞) P(t) and interpret the result in terms of market strategy.
PROBLEM 5CRITICAL THINKING
Consider f(x) = (3x² + 2x) / (x² + 1) and g(x) = (3x² + 2x) / (x² − 1). Both functions have the same limit as x → ∞. Prove this, then explain why their behaviors near x = 1 are radically different. What does this tell you about the relationship between limits at infinity and limits at finite points?

Lesson Summary

A limit at infinity describes the value a function approaches as its input grows without bound. For rational functions P(x)/Q(x), the outcome hinges on a degree comparison: if deg P < deg Q, the limit is zero; if deg P = deg Q, the limit equals the ratio of leading coefficients; and if deg P > deg Q, the function diverges to ±∞. The algebraic technique is to divide every term by the highest power of x in the denominator and then apply the fundamental fact that 1/xⁿ → 0.

In business applications, horizontal asymptotes revealed by finite limits at infinity correspond to long-run equilibria — the average cost floor, the market-saturation ceiling, or the steady-state price. Recognizing indeterminate forms like ∞/∞ and knowing they require algebraic manipulation (not arithmetic shortcuts) is essential for avoiding errors. These foundational skills prepare you for L'Hôpital's Rule and improper integrals, the natural next steps in your calculus journey.

Varsity Tutors • Business Calculus • Limits at Infinity