~2 min read • Updated Mar 9, 2026
An Introduction to Limit Theorems
Limit theorems are powerful tools for analyzing the behavior of functions near specific points.
These theorems help us determine the value of a limit without complex calculations and provide deeper insight into the behavior of a function.
The Sum, Difference, and Product Limit Theorems
If two functions such as f(x) and g(x) have a limit at a point, then:
- The
limitof their sum equals the sum of theirlimits - The
limitof their difference equals the difference of theirlimits - The
limitof their product equals the product of theirlimits
lim (x → a) [f(x) + g(x)] = lim f(x) + lim g(x)
lim (x → a) [f(x)g(x)] = lim f(x) × lim g(x)These theorems are fundamental tools for simplifying limit calculations.
The Quotient Limit Theorem
If lim g(x) is not zero, then:
lim (x → a) [f(x) / g(x)] = lim f(x) / lim g(x)This theorem is especially useful when analyzing rational functions.
Example
Consider the following function:
f(x) = (3x² + 2x) / (x + 1)Using the quotient theorem:
lim (x → 1) f(x) = (3(1)² + 2(1)) / (1 + 1) = 5/2The Squeeze Theorem
One of the most important limit theorems is the Squeeze Theorem.
If we have three functions such as f(x), g(x), and h(x) such that:
f(x) ≤ g(x) ≤ h(x)and if:
lim f(x) = lim h(x) = Lthen:
lim g(x) = LFamous Example
For the function sin(x)/x we have:
-1 ≤ sin(x)/x ≤ 1Using the squeeze theorem:
lim (x → 0) sin(x)/x = 1The Limit of Composite Functions
If lim g(x) = L and f is continuous at L, then:
lim (x → a) f(g(x)) = f(lim g(x))This theorem is essential for analyzing composite functions.
Conclusion
Limit theorems are essential tools for analyzing the behavior of functions.
They simplify limit calculations and form the foundation for advanced topics such as continuity, derivative, and integral.
Written & researched by Dr. Shahin Siami