Academy
Change of Variables
Level 1 - Math I (Physics) topic page in Limits.
Change of Variables in Limits
The substitution method for limits is analogous to u-substitution in integration. It allows us to transform complex limit problems into simpler ones by introducing a new variable.
The Substitution Theorem
If \(\lim_{x \to a} f(x) = L\) and we define a new variable u = g(x), then under appropriate conditions:
The key requirement is that the inner function g(x) approaches g(a) as x → a, and f is continuous at g(a).
Basic Substitution Example
Evaluate: \(\lim_{x \to 2} (x^2 + 3)^5\)
Let u = x² + 3. As x → 2, u → 2² + 3 = 7.
Handling Indeterminate Forms
When direct substitution gives an indeterminate form, substitution can help:
Evaluate: \(\lim_{x \to 0} \frac{\sin(3x)}{x}\)
Let u = 3x. As x → 0, u → 0.
Composite Function Limits
For limits of composite functions f(g(x)), we need:
This requires f to be continuous at b.
Algebraic Substitutions
Sometimes algebraic manipulation is needed before substituting:
Evaluate: \(\lim_{x \to 1} \frac{x^{1/3} - 1}{x - 1}\)
Let u = x^(1/3), so x = u³. As x → 1, u → 1.
Strategy for Substitution
- Identify the inner function g(x)
- Let u = g(x) and rewrite the expression in terms of u
- Determine the new limit value for u
- Evaluate the new limit
- If the result is still indeterminate, try again with a different substitution
This technique transforms complex expressions into simpler forms that can be evaluated using known limits and limit laws.