BUSINESS CALCULUS • LIMITS & CONTINUITY

Computing Limits

Master the algebraic and analytical techniques that unlock instantaneous rates of change in business models.

Historical Context & Motivation

The concept of a limit arose from a deceptively simple question: how do we measure change at a single instant rather than over a finite interval? Ancient Greek mathematicians grappled with paradoxes involving infinite processes — Zeno's famous paradox of Achilles and the tortoise exposed the difficulty of summing infinitely many diminishing distances. For centuries, these paradoxes remained philosophical curiosities rather than computational tools. It was not until the seventeenth century, when mathematicians began modeling physical and economic phenomena with continuous functions, that the need for a rigorous notion of instantaneous change became urgent. The eventual formalization of limits provided the bedrock upon which all of differential and integral calculus would be constructed.

~450 BCE
Zeno's Paradoxes & Eudoxus's Method of Exhaustion
Greek philosophers identified the conceptual challenges of infinite processes. Eudoxus later developed the method of exhaustion, an early precursor to limits that approximated areas by inscribing polygons of increasing side count.
1665–1687
Newton & Leibniz Invent Calculus
Isaac Newton introduced fluxions and Gottfried Wilhelm Leibniz developed his own notation for infinitesimal calculus. Both relied on an intuitive — but not yet rigorous — idea of quantities approaching a value.
1821
Cauchy Formalizes the Limit
Augustin-Louis Cauchy provided the first analytic definition of a limit in his Cours d'Analyse, replacing vague appeals to infinitesimals with precise language about function values approaching a number.
1861
Weierstrass's ε-δ Definition
Karl Weierstrass refined Cauchy's work into the modern epsilon-delta (ε-δ) definition, giving calculus the logical foundation it still uses today and enabling every computational technique taught in this lesson.

In a business calculus course the central question is practical: given a revenue function R(x), a cost function C(x), or a profit function P(x), how do we compute the instantaneous rate of change at a particular production level or time? Every derivative is defined as a limit, so mastering limit computation is the prerequisite for marginal analysis, optimization, and every other tool in the business calculus toolkit. The techniques explored in this lesson — direct substitution, algebraic simplification, rationalization, and one-sided analysis — form the computational engine behind those applications.

Core Principles & Definitions

Before computing any limit, it is essential to understand what the notation lim as x approaches a of f(x) = L actually claims. Informally, it asserts that we can make f(x) as close to L as we wish by choosing x sufficiently close to a — without ever letting x equal a. The value f(a) itself may be undefined, may differ from L, or may coincidentally equal L; the limit concerns only the trend of nearby values. This distinction is subtle but foundational: a function can have a limit at a point where it has no value, and it can fail to have a limit at a point where it is perfectly well-defined. Grasping this separation between limit behavior and function evaluation is the single most important conceptual step in this topic.

1

Limit Notation

lim(x→a) f(x) = L means f(x) can be made arbitrarily close to L by restricting x to be sufficiently close to, but not equal to, a. The value f(a) is irrelevant to this statement.
2

Limit Laws

If lim(x→a) f(x) and lim(x→a) g(x) both exist, limits distribute over sums, differences, products, quotients (denominator ≠ 0), and constant multiples. These laws let us break complicated limits into simpler pieces.
3

Direct Substitution Property

If f is a polynomial, rational (with nonzero denominator at a), exponential, or logarithmic function and a is in its domain, then lim(x→a) f(x) = f(a). This is always the first technique to attempt.
4

Indeterminate Forms

When substitution yields 0/0, ∞/∞, or similar ambiguous expressions, the limit may still exist but requires algebraic manipulation — factoring, rationalizing, or simplifying — before re-substituting.
5

One-Sided Limits

lim(x→a⁻) f(x) considers only x-values less than a; lim(x→a⁺) f(x) considers only x-values greater than a. The two-sided limit exists if and only if both one-sided limits exist and are equal.
KEY TAKEAWAY
Think of computing a limit like forecasting next quarter's revenue from a clear trend line: you don't need to observe the exact quarter itself — you extrapolate from the pattern of surrounding data. In the same way, lim(x→a) f(x) extracts the value that f(x) is trending toward without requiring f to actually reach that value at x = a. The algebraic techniques in this lesson are the tools that let you read the trend when direct observation (substitution) fails.

Visual Explanation — The Geometry of Limits

The diagram below illustrates the core geometric idea. Consider the function f(x) = (x² − 4)/(x − 2). Direct substitution at x = 2 yields the indeterminate form 0/0, yet the graph of f looks exactly like the line y = x + 2 everywhere except at x = 2, where there is a removable discontinuity — a hole. The limit equals the y-coordinate that the curve approaches from both sides, which is 4. Visually, as we slide along the curve toward x = 2 from the left or the right, the y-values converge to 4 even though f(2) itself is undefined.

The graph of f(x) = (x² − 4)/(x − 2) coincides with the line y = x + 2 everywhere except at x = 2, where an open circle (the hole) indicates that f(2) is undefined. The left-hand approach and the right-hand approach both converge to y = 4, confirming that lim(x→2) f(x) = 4.

This example captures the essence of why algebraic limit techniques exist. The original fraction is undefined at x = 2, but factoring the numerator as (x − 2)(x + 2) and canceling the common factor reveals the underlying linear behavior. The limit, 4, is the y-value that fills the hole in the graph. Every indeterminate-form technique in this lesson — factoring, rationalizing, simplifying compound fractions — performs exactly this kind of algebraic surgery: it removes the problematic factor so that direct substitution can finish the job.

Mathematical Framework — Limit Laws & Techniques

The limit laws allow us to decompose a complicated expression into manageable pieces. Suppose lim(x→a) f(x) = L and lim(x→a) g(x) = M, where L and M are real numbers. The following properties hold and form the theoretical justification for every computation that follows.

SUM / DIFFERENCE LAW
lim(x→a) [f(x) ± g(x)] = L ± M
The limit of a sum (or difference) equals the sum (or difference) of the individual limits, provided both limits exist.
PRODUCT / QUOTIENT LAW
lim(x→a) [f(x) · g(x)] = L · M and lim(x→a) [f(x)/g(x)] = L/M (M ≠ 0)
Products factor through the limit operator. Quotients do as well, with the critical caveat that the denominator's limit must be nonzero; if M = 0 and L ≠ 0, the limit diverges to ±∞ or does not exist.
POWER / ROOT LAW
lim(x→a) [f(x)]ⁿ = Lⁿ and lim(x→a) ⁿ√f(x) = ⁿ√L (L > 0 when n is even)
Exponents and roots pass through the limit. For even roots, the expression inside must approach a non-negative value for the limit to be real.
DIRECT SUBSTITUTION (POLYNOMIALS & RATIONALS)
If p(x) is a polynomial, then lim(x→a) p(x) = p(a). If r(x) = p(x)/q(x) with q(a) ≠ 0, then lim(x→a) r(x) = r(a).
This is the workhorse rule. Always try substitution first; algebraic techniques are needed only when substitution produces an indeterminate form such as 0/0.

Decision Procedure for Computing a Limit

  1. Step 1 — Attempt direct substitution. Plug a into f(x). If the result is a finite number, that number is the limit. Done.
  2. Step 2 — Identify the indeterminate form. If substitution yields 0/0, algebraic simplification is needed. If it yields k/0 (k ≠ 0), the limit is ±∞ or does not exist.
  3. Step 3 — Simplify algebraically. Factor and cancel, rationalize a radical expression, expand and combine fractions, or use a known special limit.
  4. Step 4 — Re-substitute. After simplification removes the offending factor, substitute a into the simplified expression to obtain the limit.

Detailed Breakdown — Algebraic Techniques

When direct substitution fails — that is, when it produces the indeterminate form 0/0 — we need an algebraic strategy to cancel the common factor that is forcing both the numerator and denominator to zero. The three most commonly used techniques in a business calculus course are factoring, rationalizing, and simplifying compound fractions. The diagram below provides a decision flowchart for selecting the appropriate technique.

The decision flowchart above summarizes the systematic approach to computing a limit. Begin with direct substitution. If it yields a finite number, the limit equals that number. If it produces the 0/0 indeterminate form, identify the algebraic structure of the expression — polynomial → factor and cancel; radical → rationalize; compound fraction → simplify — then re-substitute.

Technique 1 — Factoring and Canceling

When both the numerator and denominator are polynomials that share a common root at x = a, the factor (x − a) appears in both. Factor each polynomial, cancel the common factor, and then substitute. For example, to compute lim(x→3) (x² − 9)/(x − 3), note that x² − 9 = (x − 3)(x + 3). After canceling (x − 3), the simplified expression is x + 3, and direct substitution gives 3 + 3 = 6.

Technique 2 — Rationalizing

When the expression involves a square root and produces 0/0, multiply the numerator and denominator by the conjugate of the radical expression. For instance, to evaluate lim(x→0) (√(x + 4) − 2)/x, multiply top and bottom by (√(x + 4) + 2). The numerator becomes (x + 4) − 4 = x via the difference-of-squares identity, the x factors cancel, and substitution into 1/(√(x + 4) + 2) yields 1/(2 + 2) = 1/4.

Technique 3 — Simplifying Compound Fractions

A compound fraction is a fraction whose numerator or denominator itself contains a fraction. To resolve the indeterminate form, combine the inner fractions into a single fraction using a common denominator, then simplify the resulting complex fraction. For example, lim(x→0) [(1/(2 + x)) − (1/2)] / x requires combining the numerator fractions: [2 − (2 + x)] / [2(2 + x)] = −x / [2(2 + x)]. Dividing by x cancels the common factor, leaving −1/[2(2 + x)], which evaluates to −1/4 at x = 0.

Worked Example — Marginal Cost via a Limit

Suppose the total cost of producing x units of a product is given by C(x) = 3x² + 20x + 500 dollars. We wish to find the marginal cost at a production level of x = 10 units using the limit definition of the derivative. This requires computing lim(h→0) [C(10 + h) − C(10)] / h.

Marginal Cost at x = 10
1
Step 1 — Evaluate C(10 + h)Substitute x = 10 + h into C(x) = 3x² + 20x + 500: C(10 + h) = 3(10 + h)² + 20(10 + h) + 500 = 3(100 + 20h + h²) + 200 + 20h + 500 = 300 + 60h + 3h² + 200 + 20h + 500 = 1000 + 80h + 3h².
C(10 + h) = 1000 + 80h + 3h²
2
Step 2 — Evaluate C(10)C(10) = 3(10)² + 20(10) + 500 = 300 + 200 + 500 = 1000.
C(10) = 1000
3
Step 3 — Form the Difference Quotient[C(10 + h) − C(10)] / h = [(1000 + 80h + 3h²) − 1000] / h = (80h + 3h²) / h.
(80h + 3h²) / h
4
Step 4 — Simplify (Factor and Cancel)Factor h from the numerator: h(80 + 3h) / h. Since we are taking the limit as h → 0 (h ≠ 0), we cancel the common factor h to obtain 80 + 3h.
80 + 3h
5
Step 5 — Substitute h = 0lim(h→0) (80 + 3h) = 80 + 3(0) = 80. The marginal cost at a production level of 10 units is $80 per additional unit. In economic terms, producing the 11th unit adds approximately $80 to total cost.
Marginal Cost at x = 10 is $80 per unit
💡 Business Interpretation
Notice that the marginal cost ($80) differs from the average cost, C(10)/10 = $100. In business decision-making, marginal cost is often more relevant than average cost because it tells a manager the incremental cost of one more unit — precisely the information needed for pricing, production-level, and break-even analysis.

Strengths, Limitations & Method Comparisons

Each algebraic technique for computing limits has its own ideal context and its own pitfalls. The table below summarizes when each method excels, what its limitations are, and what kinds of errors students most frequently encounter. Developing fluency means not just knowing how to apply each technique but also when to deploy it.

Comparison of algebraic limit computation techniques
TechniqueBest Used WhenLimitations / Common Errors
Direct Substitutionf is continuous at a (polynomials, exponentials, logarithms in domain)Fails entirely on indeterminate forms; students sometimes force substitution even when 0/0 arises, writing the limit "does not exist" when it actually does.
Factoring & CancelingNumerator and denominator are both polynomial; common root at x = a is obviousRequires skill in factoring (difference of squares, grouping, synthetic division). Does not help with radical expressions.
Rationalizing (Conjugate)One term contains a square root, and the 0/0 form is caused by the radicalStudents often forget to multiply both numerator and denominator. Can produce lengthy algebra. Works only for square roots, not higher-order radicals.
Simplifying Compound FractionsThe difference quotient itself contains fractional terms (common in marginal analysis of rational functions)Algebraically intensive; errors in finding the LCD are frequent. Students may drop a minus sign when combining numerators.
One-Sided AnalysisPiecewise functions, absolute value, or situations where behavior differs on each side of aThe two-sided limit exists only if left-hand and right-hand limits agree. Students sometimes evaluate only one side and declare the limit exists.
KEY TAKEAWAY
Think of these techniques like diagnostic tools in an analyst's toolkit. Just as a financial analyst would not apply a discounted-cash-flow model to a startup with no revenue history, you should not apply rationalization to a polynomial quotient. Matching the technique to the algebraic structure of the expression is the strategic skill that separates efficient problem-solving from blind trial and error.

Connection to Advanced Theory — Continuity, Derivatives & L'Hôpital's Rule

The computational techniques introduced in this lesson are not endpoints but gateways. Every concept in differential and integral calculus is built on the limit, and the algebraic skills practiced here will recur throughout the course — and beyond. Below is a comparison of the elementary limit computation framework and the more powerful tools that become available as the course progresses.

Elementary vs. advanced limit concepts
ConceptThis Lesson (Elementary Limits)Advanced Extension
ContinuityIf lim(x→a) f(x) = f(a), the function is continuous at a. Our techniques detect removable discontinuities.The formal ε-δ definition of continuity; the Intermediate Value Theorem for root-finding in profit equations.
DerivativeThe difference quotient limit lim(h→0) [f(a+h)−f(a)]/h is computed using factoring and simplification.Shortcut differentiation rules (power, product, quotient, chain) bypass the limit calculation but are derived from it.
Indeterminate FormsWe handle 0/0 via algebraic manipulation — factoring, rationalizing, simplifying.L'Hôpital's Rule resolves 0/0 and ∞/∞ by differentiating the numerator and denominator separately — a powerful shortcut once derivatives are mastered.
Limits at InfinityNot covered here; we focus on finite-point limits.Limits as x → ∞ determine long-run behavior: horizontal asymptotes of cost and revenue models, end-behavior of polynomial growth.

In particular, L'Hôpital's Rule — which states that lim(x→a) f(x)/g(x) = lim(x→a) f′(x)/g′(x) when both the numerator and denominator approach zero (or both approach infinity) — will dramatically reduce the effort needed for many 0/0 problems. However, understanding the algebraic techniques first is essential: they build the conceptual intuition for why indeterminate forms resolve to specific values, and they remain necessary for problems where L'Hôpital's Rule cycles or does not apply.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why lim(x→a) f(x) can exist even when f(a) is undefined. Provide a specific example of a function and a point where this occurs, and describe what happens graphically.
PROBLEM 2BASIC CALCULATION
Compute lim(x→−3) (x² + 5x + 6) / (x + 3).
PROBLEM 3INTERMEDIATE
Compute lim(x→0) (√(9 + x) − 3) / x.
PROBLEM 4APPLIED
A company's revenue from selling x hundred units of a product is R(x) = 500x / (x + 5) thousand dollars. Use the limit definition of the derivative to find the marginal revenue at x = 5 (i.e., at a production level of 500 units). Interpret the result in a business context.
PROBLEM 5CRITICAL THINKING
Consider the piecewise function f(x) = { (x² − 4)/(x − 2) if x < 2; ax + 1 if x ≥ 2 }, where a is a real constant. Determine the value of a that makes f continuous at x = 2, and prove that your value works by verifying all three conditions of continuity.

Lesson Summary

Computing limits is the foundational skill of business calculus, enabling every subsequent concept from derivatives to integrals. The process begins with direct substitution — plugging x = a directly into f(x). When this produces a finite number, that number is the limit. When it produces the indeterminate form 0/0, algebraic techniques are required: factoring and canceling for polynomial quotients, rationalization for radical expressions, and compound-fraction simplification for nested rational expressions. After algebraic manipulation removes the factor causing both numerator and denominator to vanish, a second substitution yields the limit.

The limit laws — sum, difference, product, quotient, and power rules — justify breaking complex expressions into simpler pieces. One-sided limits handle piecewise functions and ensure that a two-sided limit exists only when both directional limits agree. In business applications, these techniques underpin marginal analysis — computing marginal cost, marginal revenue, and marginal profit via the difference quotient limit. Mastery of these computational methods prepares you for the shortcut differentiation rules and optimization problems that follow in the course.

Varsity Tutors • Business Calculus • Computing Limits