Use the limit laws to evaluate the limit of a function.
Evaluate the limit of a function by factoring.
Use the limit laws to evaluate the limit of a polynomial or rational function.
Evaluate the limit of a function by factoring or by using conjugates.
Evaluate the limit of a function by using the Squeeze Theorem.
Introduction to Limit Laws
Why do we need them?
While graphs and tables can give us intuition, they aren’t always precise or efficient for evaluating limits. Limit laws provide a rigorous and systematic way to compute limits algebraically.
Graphical Approach:
Visual estimation.
Good for conceptual understanding.
Can be inaccurate for complex functions.
Note
Remember: A limit describes the behavior of a function near a point, not necessarily at the point itself.
Tabular Approach:
Numerical approximation.
Requires testing values very close to the limit point.
Can be tedious and also approximate.
Basic Limit Results
The Building Blocks
These two fundamental results form the basis for all other limit laws. They are intuitive, but their formal statement allows us to build complexity.
\[ \lim_{x \to a} x = a \]
\[ \lim_{x \to a} c = c \quad \text{(where } c \text{ is a constant)} \]
Example: Evaluating Basic Limits
Let’s apply our basic limit results.
Problem 1:
Evaluate \(\lim_{x \to 2} x\)
Solution:
Applying the first basic limit result: \(\lim_{x \to 2} x = 2\)
Problem 2:
Evaluate \(\lim_{x \to 2} 5\)
Solution:
Applying the second basic limit result:
\(\lim_{x \to 2} 5 = 5\)
What are Limit Laws?
Properties of Limits
Suppose \(f(x)\) and \(g(x)\) are functions, and \(\lim_{x \to a} f(x) = L\) and \(\lim_{x \to a} g(x) = M\).
Let \(c\) be a constant.
1. Sum Law: The limit of a sum is the sum of the limits. \[ \lim_{x \to a} (f(x) + g(x)) = L + M \]
2. Difference Law: The limit of a difference is the difference of the limits. \[ \lim_{x \to a} (f(x) - g(x)) = L - M \]
3. Constant Multiple Law: The limit of a constant times a function is the constant times the limit of the function. \[ \lim_{x \to a} (c \cdot f(x)) = c \cdot L \]
4. Product Law: The limit of a product is the product of the limits. \[ \lim_{x \to a} (f(x) \cdot g(x)) = L \cdot M \]
More Limit Laws
Suppose \(f(x)\) and \(g(x)\) are functions, and \(\lim_{x \to a} f(x) = L\) and \(\lim_{x \to a} g(x) = M\).
Let \(c\) be a constant.
5. Quotient Law: The limit of a quotient is the quotient of the limits. \[ \lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M} \]
Warning
The denominator’s limit must not be zero! \((M \neq 0)\)
6. Power Law: The limit of a function raised to a positive integer power is that limit raised to the power. \[ \lim_{x \to a} (f(x))^n = L^n \quad \text{(for any positive integer } n \text{)} \]
The Root Law
The limit of the \(n\)-th root of a function is the \(n\)-th root of the limit.
\[ \lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{L} \]
Caution
If \(n\) is even, \(L\) must be non-negative \((L \ge 0)\).
For polynomial functions and rational functions where the denominator is non-zero at the limit point, we can often find the limit by simply plugging in the value.
Theorem: Let \(p(x)\) and \(q(x)\) be polynomial functions. Let \(a\) be a real number.
If the function is a polynomial, or a rational function whose denominator is non-zero at a, just substitute a into the function to find the limit! This is a huge shortcut!
What if direct substitution yields an indeterminate form like \(\frac{0}{0}\)? This means the limit might still exist, but we need more advanced techniques.
Key Idea: If for all \(x \neq a\), \(f(x) = g(x)\) over some open interval containing \(a\), then \(\lim_{x \to a} f(x) = \lim_{x \to a} g(x)\).
This allows us to simplify \(f(x)\) algebraically to remove the problematic part, creating a new function \(g(x)\) that is defined at \(a\), but which behaves identically to \(f(x)\) everywhere else.
Important
An indeterminate form like \(\frac{0}{0}\) does not mean the limit doesn’t exist. It means more work is required!
Problem-Solving Strategy for \(\frac{0}{0}\) Forms
Verify Indeterminate Form: Confirm that direct substitution gives \(\frac{0}{0}\).
Find Equivalent Function: Find a function \(g(x)\) such that \(h(x) = f(x)/g(x)\) for \(x \neq a\).
Factoring & Canceling: If numerator & denominator are polynomials, factor and cancel common factors.
Conjugates: If there’s a square root, multiply numerator and denominator by its conjugate.
Simplify Complex Fractions: Clear complex fractions by finding a common denominator.
Apply Limit Laws: Evaluate \(\lim_{x \to a} g(x)\) using direct substitution (if applicable) or other limit laws.
Diagram: Removing a Hole Discontinuity
graph TD
A["Original Function f(x)"] -- Direct Substitution --> B{Result: 0/0?};
B -- Yes --> C[Apply Algebraic Technique];
C -- Factoring / Conjugation / Simplify Complex Fraction --> D["Simplified Function g(x)"];
D -- (f(x) = g(x) for x ≠ a) --> E["Evaluate lim g(x) by Direct Substitution"];
B -- No --> F["Evaluate lim f(x) by Direct Substitution"];
E --> G[Limit Found];
F --> G;
style A fill:#f9f,stroke:#333,stroke-width:2px;
style B fill:#bbf,stroke:#333,stroke-width:2px;
style C fill:#ccf,stroke:#333,stroke-width:2px;
style D fill:#ddf,stroke:#333,stroke-width:2px;
style E fill:#ada,stroke:#333,stroke-width:2px;
style F fill:#ada,stroke:#333,stroke-width:2px;
style G fill:#afa,stroke:#333,stroke-width:2px;
Simplify Complex Fraction: Find a common denominator in the numerator. \(\frac{\frac{2}{2(x+1)} - \frac{x+1}{2(x+1)}}{x-1} = \frac{\frac{2 - (x+1)}{2(x+1)}}{x-1} = \frac{\frac{1-x}{2(x+1)}}{x-1}\)
Rearrange and Simplify:\(\frac{1-x}{2(x+1)(x-1)} = \frac{-(x-1)}{2(x+1)(x-1)}\) For \(x \neq 1\), the function is \(\frac{-1}{2(x+1)}\).
Form is \(\frac{-1}{0}\). This is an infinite limit.
Analyze Signs:
Numerator: As \(x \to 2^-\), \(x-3\) is close to \(-1\) (negative).
Denominator: As \(x \to 2^-\), \(x\) is positive (close to 2). As \(x \to 2^-\), \(x-2\) is a small negative number (e.g., \(1.9-2 = -0.1\)). So, \(x(x-2)\) is (positive) * (negative) = negative.
The Squeeze Theorem is a powerful tool to find limits of functions that are difficult to evaluate directly, often for oscillatory functions.
Concept: If you can “trap” a function \(g(x)\) between two other functions, \(f(x)\) and \(h(x)\), and both \(f(x)\) and \(h(x)\) approach the same limit \(L\) at a point \(a\), then \(g(x)\) must also approach \(L\).
Formal Statement:
Let \(f(x), g(x),\) and \(h(x)\) be defined for all \(x \neq a\) over an open interval containing \(a\).
If \(f(x) \le g(x) \le h(x)\) for all \(x \neq a\) in that interval, and
Archimedes approximated the area of a circle by inscribing polygons with increasing numbers of sides. This intuitively hints at the concept of a limit!
The Idea:
Inscribe a regular \(n\)-sided polygon in a circle of radius \(r\).
Divide the polygon into \(n\) identical isosceles triangles.
As \(n \to \infty\) (or the vertex angle \(\theta \to 0\)), the area of the polygon approaches the area of the circle.
Case Study: Area of a Circle (Archimedes’ Method)
Anticipating Calculus
graph TD
subgraph Circle Approximation
A[Number of Sides n increases] --> B[Area of n-sided Polygon];
B -- "as n -> infinity" --> C[Area of Circle];
end
style C fill:#afa,stroke:#333,stroke-width:2px;
Case Study: Area of a Circle (Archimedes’ Method)
Anticipating Calculus
For one triangle:
Center angle is \(\theta = \frac{2\pi}{n}\).
Using trigonometry, the base of the triangle is \(b = 2r \sin(\theta/2)\).
The height is \(h = r \cos(\theta/2)\).
Area of one triangle: \(\frac{1}{2} b h = \frac{1}{2} (2r \sin(\theta/2)) (r \cos(\theta/2)) = r^2 \sin(\theta/2) \cos(\theta/2)\)
Note
Recall the identity: \(\sin(2\alpha) = 2 \sin \alpha \cos \alpha\). So \(\sin \alpha \cos \alpha = \frac{1}{2} \sin(2\alpha)\). Therefore, Area of one triangle is \(r^2 \cdot \frac{1}{2} \sin(\theta)\).
Case Study: Area of a Circle (Archimedes Cont.)
Total Area of \(n\)-gon:
\(Area_{polygon} = n \times (\frac{1}{2} r^2 \sin \theta)\).
As \(r \to 0^+\), \(r^2\) is a small positive number, so \(\frac{q}{r^2}\) will approach \(\pm \infty\) depending on the sign of \(q\).
So, \(\lim_{r \to 0^+} E(r) = \pm \infty\).
Summary & Key Takeaways
Limit Laws: Provide an algebraic framework for evaluating limits (sum, difference, constant multiple, product, quotient, power, root).
Conditions: Remember conditions like \(M \neq 0\) for the quotient law, and \(L \ge 0\) for even roots.
Direct Substitution: A powerful shortcut for polynomials and well-behaved rational functions.
Indeterminate Forms (\(\frac{0}{0}\)): Require algebraic manipulation (factoring, conjugates, complex fraction simplification) to transform the function before evaluating the limit.
Summary & Key Takeaways (Cont.)
One-Sided Limits: Essential for piecewise functions and functions with domain restrictions; they must be equal for a two-sided limit to exist.
Infinite Limits (\(\frac{K}{0}\)): Indicate vertical asymptotes where the function’s value goes to \(\pm \infty\).
Squeeze Theorem: A clever method to find limits of “trapped” functions by using bounding functions.
Trigonometric Limits: Crucial identities like \(\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1\) are derived from the Squeeze Theorem.