CALCULUS 1 • LIMITS & CONTINUITY

Selecting Limit Procedures — Selecting Procedures for Determining Limits

Learn how to choose the right strategy—direct substitution, factoring, conjugates, or more—for any limit problem you encounter.

Historical Context & Motivation

The concept of a limit is one of the most foundational ideas in all of calculus. Before limits were formalized, mathematicians struggled to describe quantities that approached but never quite reached a value. The ancient Greeks, for example, could approximate the area of a circle by inscribing polygons with more and more sides, but they lacked the algebraic language to describe what happened as the number of sides grew without bound.

Over several centuries, mathematicians developed increasingly powerful techniques for evaluating limits. Today, a calculus student has a whole toolkit of procedures at their disposal. The challenge is no longer inventing these methods—it is choosing the right one for a given problem. This lesson is all about building that decision-making skill.

~250 BCE
Archimedes & Exhaustion
Archimedes used the method of exhaustion to approximate areas and volumes, an early precursor to limit thinking.
1680s
Newton & Leibniz
Isaac Newton and Gottfried Leibniz independently developed calculus, relying on intuitive notions of limits to define derivatives and integrals.
1821
Cauchy's Rigorous Limits
Augustin-Louis Cauchy published Cours d'analyse, providing the first rigorous definition of a limit using inequalities.
1861
Weierstrass & the ε-δ Definition
Karl Weierstrass formalized the epsilon-delta definition of a limit, establishing the standard still used in modern mathematics.

Today's question isn't what a limit is, but rather: when you see a limit problem, how do you decide which technique to use? Mastering this decision process is the key to solving limits efficiently and accurately.

Core Principles & Limit Procedures

Every limit problem begins with the same first move: try direct substitution. Plug the value that x is approaching directly into the function. If you get a real number, you're done. If you get an indeterminate form like 0/0 or ∞/∞, that's your signal to try a more advanced technique. The procedure you choose next depends on the structure of the expression.

1

Direct Substitution

Plug in the target value. If the function is continuous at that point, substitution gives the exact limit. This is always your first step.
2

Factoring & Canceling

When substitution yields 0/0, factor the numerator and denominator. Cancel the common factor that causes the zero, then substitute again.
3

Conjugate Multiplication

When square roots appear and substitution gives 0/0, multiply by the conjugate of the expression containing the radical to rationalize and simplify.
4

Trig Identities & Special Limits

Use known identities and memorized special limits—like lim(sin x / x) = 1 as x → 0—to rewrite trig expressions into solvable forms.
5

L'Hôpital's Rule (Preview)

For persistent 0/0 or ∞/∞ forms, differentiate the numerator and denominator separately. This powerful rule is typically introduced later in the course.
KEY TAKEAWAY
Think of limit procedures like tools in a toolbox. You wouldn't use a wrench to hammer a nail. Direct substitution is your go-to screwdriver—it works on most jobs. When it doesn't, the form of the expression (polynomial? radical? trig?) tells you which specialized tool to grab next.

Decision Flowchart for Selecting a Limit Procedure

The flowchart below guides you through the decision process for evaluating any limit. Start at the top with direct substitution and follow the arrows based on the result you get. Each branch leads to a specific technique matched to the structure of the expression.

Follow this flowchart from top to bottom. Direct substitution is your entry point. The diamond shapes represent decision points where the result determines your next move. The dashed lines remind you to try substitution again after each algebraic manipulation.

Notice how every path eventually loops back to direct substitution. The algebraic techniques—factoring, conjugates, trig identities—are all about transforming the expression until substitution finally works. The decision process is cyclical: simplify, substitute, and check.

Mathematical Framework

Let's formalize each procedure with the mathematical expressions you'll encounter. Understanding the algebraic structure of each technique helps you recognize which one to apply.

DIRECT SUBSTITUTION
If f is continuous at x = a, then lim(x→a) f(x) = f(a)
This works for all polynomials, exponentials, and most common functions at points where they are defined. Continuous means the graph has no holes, jumps, or asymptotes at x = a.
FACTORING TECHNIQUE
lim(x→a) (x² − a²)/(x − a) = lim(x→a) (x − a)(x + a)/(x − a) = lim(x→a) (x + a) = 2a
When both the numerator and denominator equal zero at x = a, a common factor of (x − a) exists. Cancel it, then substitute.
CONJUGATE TECHNIQUE
lim(x→0) (√(x + 4) − 2)/x → multiply by (√(x + 4) + 2)/(√(x + 4) + 2) → lim(x→0) x / [x(√(x + 4) + 2)] = 1/4
Multiplying by the conjugate uses the difference of squares: (√A − B)(√A + B) = A − B². This eliminates the radical and often reveals a cancellable factor.
SPECIAL TRIGONOMETRIC LIMITS
lim(x→0) sin(x)/x = 1 lim(x→0) (1 − cos(x))/x = 0
These two results must be memorized. Many trig limit problems are solved by rewriting the expression so that sin(x)/x or (1 − cos(x))/x appears. For example, lim(x→0) sin(3x)/(5x) can be rewritten as (3/5) × [sin(3x)/(3x)], which equals 3/5.
⚠️ Indeterminate vs. Determinate Forms
The form 0/0 is indeterminate—it could equal any number, so more work is needed. The form k/0 (where k ≠ 0) is not indeterminate: it means the limit is either +∞, −∞, or does not exist (DNE). Don't confuse the two!

Classifying Limits by Expression Type

The key to selecting the right procedure is recognizing the structure of the expression after direct substitution fails. Below is a visual reference table and a detailed diagram showing how expression types map to techniques.

Matching expression types to limit procedures
Expression TypeClue / PatternRecommended Procedure
Polynomial / RationalBoth numerator and denominator are polynomials; substitution gives 0/0Factor and cancel
Radical (square root)A √ symbol appears in numerator or denominator; substitution gives 0/0Multiply by conjugate
TrigonometricContains sin, cos, tan, etc.; substitution gives 0/0Trig identities or special limits
Complex fractionFractions within fractionsSimplify by finding a common denominator
Piecewise functionFunction defined differently on each side of the target valueEvaluate left-hand and right-hand limits separately
This diagram maps the three possible outcomes of direct substitution—finite number, 0/0, or k/0—to their corresponding next steps. Example expressions appear in each category box.

Notice the common thread: every technique is just a way to algebraically rewrite the expression so that the problematic 0/0 form disappears. Once you've canceled or simplified, direct substitution will finally produce a real-number answer.

Worked Example: Choosing and Applying the Right Procedure

Let's walk through a complete example that demonstrates the full decision process. We'll evaluate the following limit:

PROBLEM
lim(x→4) (√x − 2) / (x − 4)
Find the value of this limit as x approaches 4.
Full Solution with Procedure Selection
1
Step 1 — Try Direct SubstitutionSubstitute x = 4 into the expression: (√4 − 2) / (4 − 4) = (2 − 2) / (0) = 0/0. This is an indeterminate form, so direct substitution alone doesn't work. We need another technique.
Result: 0/0 → indeterminate form detected
2
Step 2 — Identify the Expression TypeThe numerator contains a square root: √x − 2. This tells us the expression is a radical type. According to our decision flowchart, the recommended procedure is to multiply by the conjugate.
Procedure selected: Conjugate multiplication
3
Step 3 — Multiply by the ConjugateThe conjugate of (√x − 2) is (√x + 2). Multiply numerator and denominator by this conjugate: [(√x − 2)(√x + 2)] / [(x − 4)(√x + 2)]. Using the difference of squares pattern, (√x − 2)(√x + 2) = x − 4. The expression becomes (x − 4) / [(x − 4)(√x + 2)].
Simplified to: (x − 4) / [(x − 4)(√x + 2)]
4
Step 4 — Cancel Common FactorsThe factor (x − 4) appears in both the numerator and denominator. Since we are taking the limit as x approaches 4 (not evaluating at x = 4), we can cancel: the expression simplifies to 1 / (√x + 2).
Simplified to: 1 / (√x + 2)
5
Step 5 — Apply Direct Substitution AgainNow substitute x = 4 into the simplified expression: 1 / (√4 + 2) = 1 / (2 + 2) = 1/4. This is a finite number, so the limit has been found.
lim(x→4) (√x − 2) / (x − 4) = 1/4
💡 PATTERN TO REMEMBER
Every worked example follows the same rhythm: substitute → diagnose → apply technique → substitute again. It's like troubleshooting a car: you turn the key (substitution), hear the problem (0/0), identify the cause (expression type), fix it (algebraic technique), and try the key again.

Comparing Limit Procedures: Strengths & Limitations

Each limit procedure has its own strengths and limitations. Understanding these trade-offs helps you avoid wasting time on a technique that won't work for a particular problem, and it deepens your intuition about when each approach is most effective.

Strengths and limitations of common limit procedures
ProcedureStrengthsLimitations
Direct SubstitutionFastest method; always tried first; works whenever the function is continuous at the target valueFails at discontinuities and produces indeterminate forms like 0/0
FactoringStraightforward for polynomials; reliable when the denominator has a clear linear or quadratic factorOnly works on polynomial/rational expressions; some polynomials are hard to factor
ConjugateSpecifically designed for radicals; converts irrational expressions into rational onesOnly applies when a radical is present; limited to difference-of-squares scenarios
Trig IdentitiesLeverages known special limits; can simplify complex trig expressions dramaticallyRequires memorization of identities and special limits; not helpful for non-trig functions
L'Hôpital's RuleVery powerful for persistent indeterminate forms; works on many function typesRequires knowledge of derivatives; can be misapplied if the form isn't truly indeterminate
🔑 THE BIG PICTURE
No single technique solves every limit problem. The power of this lesson isn't memorizing formulas—it's developing the strategic thinking to look at an expression, identify its type, and select the matching procedure. This is a skill you'll use throughout calculus and beyond.

Connection to Derivatives & Advanced Techniques

The limit procedures you've learned here aren't just for solving isolated limit problems—they form the foundation for the next major topic in calculus: derivatives. The definition of the derivative is itself a limit: lim(h→0) [f(x + h) − f(x)] / h. Every time you compute a derivative from the definition, you'll need to select a procedure to evaluate that limit.

How current limit skills connect to future calculus topics
Current TopicWhere It Leads
Direct substitution for continuous functionsContinuity theorems, Intermediate Value Theorem
Factoring and canceling for 0/0 formsFinding derivatives of polynomials from the limit definition
Conjugate multiplication for radicalsDeriving the derivative of √x from first principles
Trig special limits (sin x / x = 1)Proving the derivative of sin x = cos x
Overall procedure selection strategyL'Hôpital's Rule, integration techniques, series convergence tests

As you progress in calculus, the decision-making process you're building now will expand. You'll add tools like L'Hôpital's Rule, the Squeeze Theorem, and limits at infinity to your toolkit. Each new technique follows the same pattern: recognize the form, choose the tool, simplify, and substitute.

Practice Problems

PROBLEM 1CONCEPTUAL
When you try direct substitution on a limit and get the result 0/0, what does this tell you? Does it mean the limit doesn't exist? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Evaluate: lim(x→3) (x² − 9) / (x − 3). State which procedure you selected and why.
PROBLEM 3INTERMEDIATE
Evaluate: lim(x→0) (√(x + 9) − 3) / x. Identify the expression type, select the appropriate procedure, and show all work.
PROBLEM 4APPLIED
A physics student models the average velocity of a ball rolling down a ramp as v(t) = (t² + 2t) / t for t ≠ 0. They want to find the instantaneous velocity at time t = 0 by evaluating lim(t→0) v(t). Select the correct procedure and find the limit. What does the result represent physically?
PROBLEM 5CRITICAL THINKING
Consider the limit: lim(x→0) sin(4x) / (x × cos(x)). This expression involves both trigonometric functions and a polynomial factor. Describe your full decision process, select and justify the procedure(s) you use, and evaluate the limit.

Lesson Summary

Evaluating limits is a systematic process that begins with direct substitution. If the result is a finite number, the limit is found. If the result is an indeterminate form (0/0), you must identify the expression type—polynomial, radical, or trigonometric—and choose the matching technique: factoring and canceling, conjugate multiplication, or trig identities and special limits. If substitution gives a nonzero-over-zero form (k/0), the limit is either ±∞ or does not exist.

The core strategy is cyclical: substitute → diagnose → simplify → substitute again. Every algebraic technique is simply a way to rewrite the expression so that the problematic factor cancels. This procedure selection skill is foundational—you'll use it when computing derivatives from the limit definition, applying L'Hôpital's Rule, and evaluating limits in more advanced settings throughout calculus.

Varsity Tutors • Calculus 1 • Selecting Limit Procedures