Calculus
Limits and Continuity

Overview

Limits are the foundation of calculus. This topic introduces how to evaluate the behavior of a function as it approaches a particular point and how limits help define continuity, derivatives, and integrals. Understanding limits is crucial for all later topics.

Key Concepts and Structures

Quick Tip

Always check the limit from both sides. If \lim_{x \to a^-} ≠ \lim_{x \to a^+}, then the overall limit does not exist.

Practice Problems

  1. Evaluate the limit: \lim_{x \to 2} (x^2 - 4)/(x - 2)
    Show Solution

    Step 1: Plug in x = 2(4 - 4)/(2 - 2) = 0/0 → indeterminate form.

    Step 2: Factor the numerator: (x^2 - 4) = (x - 2)(x + 2)

    Step 3: Cancel common factors: (x - 2)/(x - 2) → 1

    Step 4: Now evaluate the simplified expression x + 2 at x = 2

    Final Answer: 4

  2. Determine whether f(x) is continuous at x = 3 where:
    f(x) = { x^2, if x ≠ 3; 9, if x = 3 }
    Show Solution

    Step 1: f(3) = 9

    Step 2: \lim_{x \to 3} x^2 = 9

    Step 3: Since limit and function value both exist and match → f is continuous at x = 3

    Final Answer: Yes, f(x) is continuous at x = 3