~2 min read • Updated Mar 9, 2026
Introduction to Trigonometric Equivalences
Trigonometric equivalences are essential tools in limit calculations, especially when dealing with trigonometric functions.
These equivalences describe the behavior of functions near specific points—particularly zero—and make complex limit computations much simpler.
Fundamental Trigonometric Equivalences
Near zero, several important equivalences play a crucial role in limit analysis:
sin(x) ~ xtan(x) ~ x1 - cos(x) ~ x²/2
The symbol ~ means “equivalent,” indicating that the ratio of the two functions approaches 1.
The Equivalence sin(x) ~ x
This is one of the most fundamental relationships in limit calculations.
Example
Consider the limit:
lim (x → 0) sin(x) / xUsing the equivalence:
sin(x) ~ xWe conclude:
lim (x → 0) sin(x) / x = 1The Equivalence tan(x) ~ x
This equivalence also holds near zero and is widely used in limit computations.
Example
Consider the limit:
lim (x → 0) tan(x) / xUsing the equivalence:
tan(x) ~ xWe obtain:
lim (x → 0) tan(x) / x = 1The Equivalence 1 - cos(x) ~ x²/2
This equivalence is extremely useful when analyzing limits involving cos(x).
Example
Consider the limit:
lim (x → 0) (1 - cos(x)) / x²Using the equivalence:
1 - cos(x) ~ x²/2We conclude:
lim (x → 0) (1 - cos(x)) / x² = 1/2Applications of Trigonometric Equivalences in Limit Calculations
These equivalences are widely used in:
- Simplifying
oscillatory functionsnear zero - Analyzing
complex limitsinvolving trigonometric expressions - Applying the
Squeeze TheoremandBoundedness Theorem - Computing
derivativesof trigonometric functions
Combined Example
Consider the limit:
lim (x → 0) x / (1 - cos(x))Using the equivalence:
1 - cos(x) ~ x²/2The limit becomes:
lim (x → 0) x / (x²/2) = lim (x → 0) 2/xwhich diverges to infinity.
Conclusion
Trigonometric equivalences are powerful tools for analyzing limits.
They describe the behavior of trigonometric functions near zero and make complex computations significantly easier.
Understanding these equivalences is essential for advanced topics such as mathematical analysis, continuity, and differentiation.
Written & researched by Dr. Shahin Siami