Calculus Mastery

The Human Knowledge Project


Chapter 3 – Limit Laws and Algebraic Techniques

3.1 Learning Objectives

By the end of this chapter, you should be able to:


3.2 Big Picture: From Intuition to Computation

In Chapter 2 you learned to see limits: by tables, graphs, and intuition (“what value does the function approach?”). That gave you a conceptual sense of what a limit is.

Now we focus on how to actually compute limits by hand. The goals:

From here on, limits are not just ideas; they become tools you can use to define derivatives and integrals.


3.3 Limit Laws (How and When to Use Them)

3.3.1 The idea

Limit laws tell you that limits respect the usual arithmetic operations, as long as the individual limits exist and you don’t divide by 0.

If you know:

x→alim​f(x)= L,x→alim​g(x)= M,

then you automatically know:

Interpretation:

You can safely “pull apart” complicated expressions into pieces, evaluate each piece’s limit, then rebuild.

Tutor process cue:

  1. Break the expression into simpler pieces (sums, products, etc.).
  2. Take limits of each piece (often just by plugging in).
  3. Reassemble using the laws.

3.3.2 Polynomials and rational functions

For a polynomial p(x):

x→alim​p(x)= p(a).

So “the limit is what you get by plugging a into the polynomial.” No tricks needed.

For a rational function q(x)p(x)​:

x→alim​q(x)p(x)​= q(a)p(a)​.

You can just substitute directly.

You must:

This gives a first step in your decision process:

Step 1: Try direct substitution (especially for polynomials & rational functions).

- If you get a nice finite number → done.

- If you get 0/0 or something like 5/0 → switch to algebraic techniques.


3.4 Indeterminate Forms and Algebraic Techniques

3.4.1 Recognizing 0/0 (indeterminate form)

If plugging in x = a gives

you cannot conclude the limit is 0/0 (which is “nothing”). 0/0 is a warning label: the limit might be:

The only way to know is to simplify the expression first.

Common pattern: a factor of (x − a) appears in both numerator and denominator.


3.4.2 Process: factoring and canceling

Typical form:

x→alim​polynomialpolynomial​.

Process:

  1. Plug in x = a.
  1. If 0/0 occurs, factor numerator and denominator.
  2. Look for a common factor (often (x − a) or (x + something)).
  3. Cancel the common factor (this removes the “hole”).
  4. Now try substitution again.

Key idea:

Tutor cue:


3.4.3 Process: rationalizing with conjugates

When you see square roots in the numerator or denominator and substitution gives 0/0, try rationalizing.

Typical forms:

Process:

  1. Identify the “square root part” in the numerator (e.g. x+1

​−B​ is A​+B

  1. - ​.
  2. The numerator becomes a difference of squares: A−B, which often cancels the x in the denominator.
  3. Simplify and then substitute.

Reason:


3.4.4 Trigonometric simplifications (using known limits)

Some limits are hard purely algebraically but easy with known standard limits:

Near 0, you can think:

So:

and then scale appropriately.

Process pattern:


3.5 The Squeeze Theorem (When to Use It)

The Squeeze Theorem is useful when:

Then:

x→alim​g(x)= x→alim​h(x)= L⇒x→alim​f(x)= L.

Process:

  1. Find inequalities bounding the tricky function (often using |sin|≤1, |cos|≤1).
  2. Multiply or modify those inequalities to include x or x² factors.
  3. Take the limits of the outer functions.
  4. Conclude the middle function’s limit.

Classic moves:

Tutor cue:


3.6 Worked Mini-Examples (Step-by-step)

Example 1 – Polynomial (direct substitution)

Compute:

x→2lim​(3x2−5x+1).

Process:

  1. Recognize a polynomial → limits by substitution.
  2. Plug in x = 2:

3(2)2−5(2)+1=12−10+1=3.

Example 2 – Rational, non-0 denominator

Compute:

x→1lim​x2+12x2−x+3​.

  1. Check denominator at x = 1: 12+1=2=0 → substitution okay.
  2. Plug in:

12+12(1)2−1+3​=22−1+3​=24​=2.

Example 3 – Rational, 0/0 → factor & cancel

Compute:

x→3lim​x−3x2−9​.

  1. Substitute: numerator: 9 − 9 = 0; denominator: 3 − 3 = 0 → 0/0 indeterminate.
  2. Factor numerator: x2−9=(x−3)(x+3).
  3. Cancel:

x−3(x−3)(x+3)​= x+3(x=3).

  1. Now limit of x+3 as x→3 is 6.

Example 4 – Radical → conjugate

Compute:

x→0lim​xx+1​−1​.

  1. Substitute: numerator: √1 − 1 = 0; denominator: 0 → 0/0.
  2. Multiply by conjugate x+1

​+1:

xx+1​−1​⋅x+1​+1x+1​+1​= x(x+1​+1)(x+1)−1​= x(x+1​+1)x​= x+1

  1. ​+11​.
  2. Substitute x = 0:

1+11​=21​.


3.7 Practice Problems (30 Problems)

(Same problems as before; only the explanations above are richer.)

A. Direct Substitution and Basic Limit Laws (1–8)

  1. Evaluate:

x→2lim​(5x2−3x+4).

  1. Evaluate:

x→−1lim​(x3+4x2−x+7).

  1. Evaluate:

x→0lim​(7−2x+x2).

  1. Evaluate:

x→3lim​x2+2x−34x2−x+1​.

  1. Evaluate:

x→1lim​x2−1x2+3x+2​.

  1. Evaluate:

x→−2lim​x2+42x2+x−3​.

  1. Evaluate:

x→4lim​(3−x2​).

  1. Suppose limx→2​f(x)=5 and limx→2​g(x)=−3. Find:

a) limx→2​[2f(x)−3g(x)]

b) limx→2​[f(x)g(x)]

c) limx→2​g(x)f(x)​


B. 0/0 Forms: Factor and Cancel (9–16)

  1. x→2lim​x−2x2−4​
  2. x→−1lim​x+1x2−1​
  3. x→3lim​x−3x2−5x+6​
  4. x→1lim​x−1x2−3x+2​
  5. x→0lim​x2x3−2x2​
  6. x→4lim​x−4x2−16​
  7. x→5lim​x−5x2−25​
  8. x→2lim​x−2x3−8​

C. Conjugates and Square Roots (17–22)

  1. x→0lim​xx+4

​−5- ​​

​−1−2x

  1. ​​

D. Trigonometric Limits (23–26)

  1. x→0lim​xsinx​
  2. x→0lim​xsin(3x)​
  3. x→0lim​x21−cosx​
  4. x→0lim​xtan(2x)​

E. Squeeze Theorem and Nonexistent Limits (27–30)

  1. Show, using the Squeeze Theorem, that:

x→0lim​x2cos(x1​)=0.

  1. Explain why:

x→0lim​sin(x1​)

does not exist.

  1. Evaluate:

x→0lim​xsin(x1​).

  1. Decide whether this limit exists, and if so, find it:

x→0lim​x∣x∣​.


3.8 Solutions

(Same as the previous Chapter 3; I’ll keep them verbatim here.)

Section A – Direct Substitution and Limit Laws

x→2lim​(5x2−3x+4)=5(2)2−3(2)+4=20−6+4=18.

x→−1lim​(x3+4x2−x+7)=(−1)3+4(−1)2−(−1)+7=−1+4+1+7=11.

x→0lim​(7−2x+x2)=7−2(0)+02=7.

x→3lim​x2+2x−34x2−x+1​=32+2(3)−34(3)2−3+1​=9+6−336−3+1​=1234​=617​.

  1. Denominator → 0, simplifies to (x+2)/(x−1). As x→1, denominator 0 ⇒

limit does not exist as a finite number (vertical asymptote).

x→−2lim​x2+42x2+x−3​=(−2)2+42(−2)2+(−2)−3​=88−5​=83​.

x→4lim​(3−x2​)=3−42​=25​.

8a) 19

8b) −15

8c) −5/3


Section B – 0/0 Forms

  1. 4
  2. −2
  3. 1
  4. −1
  5. −2
  6. 8
  7. 10
  8. 12

Section C – Conjugates

  1. 1/4
  2. 1/(2√5)
  3. 1/2
  4. 1/6
  5. 2
  6. 2

Section D – Trig Limits

  1. 1
  2. 3
  3. 1/2
  4. 2

Section E – Squeeze and Nonexistence

  1. Squeezed between −x² and x² → limit 0.
  2. Infinite oscillation, does not settle to one value → limit does not exist.
  3. |x sin(1/x)| ≤ |x| → squeezed to 0 → limit 0.
  4. Left limit −1, right limit 1 → no two-sided limit.