TheoremComplete

Limits and Continuity - Main Theorem

The limit laws provide the algebraic foundation for computing limits without resorting to the epsilon-delta definition each time. These rules allow us to break down complex limits into simpler components.

TheoremLimit Laws

Suppose limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M both exist. Then:

  1. Sum Rule: limxa[f(x)+g(x)]=L+M\lim_{x \to a} [f(x) + g(x)] = L + M
  2. Difference Rule: limxa[f(x)g(x)]=LM\lim_{x \to a} [f(x) - g(x)] = L - M
  3. Constant Multiple Rule: limxa[cf(x)]=cL\lim_{x \to a} [cf(x)] = cL for any constant cc
  4. Product Rule: limxa[f(x)g(x)]=LM\lim_{x \to a} [f(x) \cdot g(x)] = L \cdot M
  5. Quotient Rule: limxaf(x)g(x)=LM\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M} provided M0M \neq 0
  6. Power Rule: limxa[f(x)]n=Ln\lim_{x \to a} [f(x)]^n = L^n for any positive integer nn
  7. Root Rule: limxaf(x)n=Ln\lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{L} provided L>0L > 0 when nn is even

These laws are intuitive but require rigorous proof using the epsilon-delta definition. They extend to one-sided limits and limits at infinity with appropriate modifications.

ExampleUsing Limit Laws

Compute limx3x2+2x15x3\lim_{x \to 3} \frac{x^2 + 2x - 15}{x - 3}.

Direct substitution gives 00\frac{0}{0}, an indeterminate form. Factor the numerator: x2+2x15=(x3)(x+5)x^2 + 2x - 15 = (x - 3)(x + 5)

For x3x \neq 3: x2+2x15x3=(x3)(x+5)x3=x+5\frac{x^2 + 2x - 15}{x - 3} = \frac{(x - 3)(x + 5)}{x - 3} = x + 5

By the limit laws: limx3x2+2x15x3=limx3(x+5)=3+5=8\lim_{x \to 3} \frac{x^2 + 2x - 15}{x - 3} = \lim_{x \to 3} (x + 5) = 3 + 5 = 8

TheoremSqueeze Theorem

Suppose g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) for all xx in an open interval containing aa, except possibly at aa itself. If limxag(x)=limxah(x)=L\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L then limxaf(x)=L\lim_{x \to a} f(x) = L

The Squeeze Theorem is particularly powerful for functions that oscillate or are difficult to evaluate directly.

ExampleA Classic Application

Prove that limx0x2sin(1x)=0\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0.

We know 1sin(1x)1-1 \leq \sin\left(\frac{1}{x}\right) \leq 1 for all x0x \neq 0. Multiplying by x20x^2 \geq 0: x2x2sin(1x)x2-x^2 \leq x^2 \sin\left(\frac{1}{x}\right) \leq x^2

Since limx0(x2)=0\lim_{x \to 0} (-x^2) = 0 and limx0x2=0\lim_{x \to 0} x^2 = 0, by the Squeeze Theorem: limx0x2sin(1x)=0\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0

Note that sin(1x)\sin\left(\frac{1}{x}\right) oscillates infinitely as x0x \to 0 and has no limit, but multiplication by x2x^2 dampens these oscillations.

Remark

The Squeeze Theorem is often the only practical way to evaluate limits involving trigonometric functions with oscillatory behavior or products where one factor is bounded and another approaches zero.