BackLimits: A Numerical and Graphical Approach (Business Calculus Study Notes)
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Limits: A Numerical and Graphical Approach
Introduction to Limits
Limits are a foundational concept in calculus, describing the behavior of functions as the input approaches a particular value. Understanding limits is essential for analyzing continuity, derivatives, and the overall behavior of functions in business calculus.
Definition of a Limit
Limit of a Function: The limit of a function f(x) as x approaches a is the value that f(x) gets closer to as x gets closer to a (but not equal to a). This is written as:
$\lim_{x \to a} f(x) = L$
L is the limit value.
All values of f(x) are close to L for values of x sufficiently close, but not equal to, a.
Numerical and Graphical Approaches to Limits
Limits can be estimated using tables of values (numerical approach) or by analyzing the graph of a function (graphical approach).
Numerical Approach
Create a table of values for f(x) as x approaches a from both the left (x → a⁻) and the right (x → a⁺).
Observe the trend of f(x) as x gets closer to a.
Graphical Approach
Examine the graph of f(x) near x = a.
Trace the curve from both sides toward x = a and observe the y-value approached.
One-Sided Limits
Left-hand limit: The value f(x) approaches as x approaches a from the left, denoted $\lim_{x \to a^-} f(x)$.
Right-hand limit: The value f(x) approaches as x approaches a from the right, denoted $\lim_{x \to a^+} f(x)$.
Theorem: Existence of a Limit
The limit $\lim_{x \to a} f(x) = L$ exists if and only if both the left-hand and right-hand limits exist and are equal to L:
$\lim_{x \to a^-} f(x) = L$ $\lim_{x \to a^+} f(x) = L$ Therefore, $\lim_{x \to a} f(x) = L$
Examples and Applications
Example 1: Determining Limits of Sequences
For each sequence, determine its limit and describe the direction of approach.
(a) 2.24, 2.249, 2.2499, 2.24999, ... Limit: 2.25 (approaching from the left, $x \to 2.25^-$)
(b) 5.51, 5.501, 5.5001, 5.50001, ... Limit: 5.5 (approaching from the right, $x \to 5.5^+$)
(c) $\frac{1}{2}, \frac{3}{4}, \frac{7}{8}, \frac{15}{16}, \frac{31}{32}, \frac{63}{64}, ...$ Limit: 1 (approaching from the left, $x \to 1^-$)
Example 2: Evaluating a Limit with an Indeterminate Form
Given $f(x) = \frac{x^2 - 9}{x - 3}$, find $f(3)$ and $\lim_{x \to 3} f(x)$.
Direct Substitution: $f(3) = \frac{3^2 - 9}{3 - 3} = \frac{0}{0}$ (undefined; indeterminate form).
Numerical Approach: Use tables to approach $x = 3$ from both sides.
x → 3⁻ | 2 | 2.5 | 2.9 | 2.99 | 2.999 |
|---|---|---|---|---|---|
f(x) | 5 | 5.5 | 5.9 | 5.99 | 5.999 |
x → 3⁺ | 4 | 3.5 | 3.1 | 3.01 | 3.001 |
f(x) | 7 | 6.5 | 6.1 | 6.01 | 6.001 |
Both sides approach 6, so $\lim_{x \to 3} f(x) = 6$.
Example 3: Piecewise Functions and Limits
Given $H(x) = \begin{cases} 2x+2 & \text{for } x
At $x = 1$:
Left-hand limit: $\lim_{x \to 1^-} H(x) = 4$
Right-hand limit: $\lim_{x \to 1^+} H(x) = -2$
Limits are not equal, so $\lim_{x \to 1} H(x)$ does not exist.
At $x = -3$:
Both left and right-hand limits: $\lim_{x \to -3} H(x) = -4$
Therefore, $\lim_{x \to -3} H(x) = -4$.
Example 4: Limits Involving Rational Functions
Given $f(x) = \frac{1}{x^2} + 3$, find the following limits:
As $x \to 3$: $\lim_{x \to 3} f(x) = \frac{1}{9} + 3 = 3.111...$ (approximated numerically and graphically as 3.11 or 4 depending on rounding; check context for exact value).
As $x \to 2$: $\lim_{x \to 2} f(x) = \frac{1}{4} + 3 = 3.25$ (if the function is defined at $x=2$; if not, the limit may not exist).
As $x \to 0$: $\lim_{x \to 0^+} f(x) = +\infty$ (since $\frac{1}{x^2}$ grows without bound as $x$ approaches 0 from the right).
As $x \to \infty$: $\lim_{x \to \infty} f(x) = 3$ (since $\frac{1}{x^2} \to 0$ as $x \to \infty$).
Additional info: The exact values and existence of limits at certain points depend on the function's domain and whether the denominator becomes zero.
Summary Table: Limit Existence Criteria
Situation | Left-hand Limit | Right-hand Limit | Limit Exists? |
|---|---|---|---|
Both limits exist and are equal | L | L | Yes, $\lim_{x \to a} f(x) = L$ |
Limits exist but are not equal | L₁ | L₂ | No |
One or both limits do not exist | Does not exist | Does not exist | No |
Key Points and Strategies
Limits describe the behavior of functions near a point, not necessarily at the point.
If the left-hand and right-hand limits are not equal, the two-sided limit does not exist.
Tables and graphs are useful tools for estimating limits, especially when algebraic methods are difficult.
Piecewise functions often require checking limits from both sides of a point of interest.
Indeterminate forms (like $\frac{0}{0}$) require further analysis, such as factoring or simplification.
Example: The "Wall" Method
The "Wall" Method is a graphical approach to finding limits. Place a vertical line (the "wall") at the point of interest, trace the curve from both sides toward the wall, and observe the y-values approached. If both sides approach the same value, the limit exists; otherwise, it does not.
Conclusion
Understanding limits numerically and graphically is essential for further study in calculus, including differentiation and integration. Mastery of these concepts provides a strong foundation for analyzing business-related functions and models.