Trigonometric functions exhibit specific behaviors as inputs approach certain values. Understanding these limits is crucial for calculus, particularly when computing derivatives of trigonometric functions.
The most fundamental trigonometric limit is:
\(\lim_{h \to 0} \frac{\sin h}{h} = 1\)
This limit can be proven using geometric arguments involving the unit circle. Consider an angle h (in radians) in the first quadrant. For small angles, the arc length of h is approximately equal to the sine of h. As h approaches 0, the ratio of \(\sin h\) to \(h\) approaches 1.
Another important limit follows from the above:
\(\lim_{h \to 0} \frac{1 - \cos h}{h} = 0\)
This can be derived by multiplying the numerator and denominator by \(1 + \cos h\), then using the Pythagorean identity \(\sin^2 h = 1 - \cos^2 h\).
These limits are foundational because they allow us to compute the derivatives of sine and cosine functions using the limit definition of the derivative.
Using the limit definition of the derivative and the fundamental trigonometric limits, we can derive the derivatives of the basic trigonometric functions.
The derivative of \(\sin x\) is:
\(\frac{d}{dx} \sin x = \cos x\)
Proof: Using the limit definition:
\(\frac{d}{dx} \sin x = \lim_{h \to 0} \frac{\sin(x+h) - \sin x}{h}\)
Using the sine addition formula: \(\sin(x+h) = \sin x \cos h + \cos x \sin h\)
This becomes: \(\lim_{h \to 0} \frac{\sin x \cos h + \cos x \sin h - \sin x}{h}\)
Factor \(\sin x\): \(\lim_{h \to 0} \frac{\sin x (\cos h - 1) + \cos x \sin h}{h}\)
Split the limit: \(\sin x \cdot \lim_{h \to 0} \frac{\cos h - 1}{h} + \cos x \cdot \lim_{h \to 0} \frac{\sin h}{h}\)
Using our fundamental limits: \(\sin x \cdot 0 + \cos x \cdot 1 = \cos x\)
Similarly, the derivative of \(\cos x\) is:
\(\frac{d}{dx} \cos x = -\sin x\)
The derivation follows a similar pattern using the cosine addition formula and the fundamental limits.
For other trigonometric functions, we can use the quotient rule along with the derivatives of sine and cosine:
Evaluate \(\lim_{x \to 0} \frac{\sin 3x}{5x}\)
Solution:
We can rewrite the limit as \(\frac{3}{5} \cdot \lim_{x \to 0} \frac{\sin 3x}{3x}\)
Let \(h = 3x\). As \(x \to 0\), \(h \to 0\). So the limit becomes \(\frac{3}{5} \cdot \lim_{h \to 0} \frac{\sin h}{h} = \frac{3}{5} \cdot 1 = \frac{3}{5}\)
Find the derivative of \(f(x) = x \cos x\)
Solution:
Using the product rule: \(\frac{d}{dx}[x \cos x] = x \cdot \frac{d}{dx}[\cos x] + \cos x \cdot \frac{d}{dx}[x]\)
\(= x \cdot (-\sin x) + \cos x \cdot 1 = -x \sin x + \cos x\)
Find the derivative of \(f(x) = \sin(2x^2)\)
Solution:
Using the chain rule: \(\frac{d}{dx} \sin(2x^2) = \cos(2x^2) \cdot \frac{d}{dx}(2x^2)\)
\(= \cos(2x^2) \cdot 4x = 4x \cos(2x^2)\)
Trigonometric limits and derivatives form the foundation for solving many problems in calculus and its applications. The fundamental limit \(\lim_{h \to 0} \frac{\sin h}{h} = 1\) is particularly important as it leads to the derivatives of all other trigonometric functions. These derivatives are essential for modeling periodic phenomena, solving differential equations, and analyzing motion in physics and engineering.
Mastery of these concepts requires understanding both the theoretical derivations and practical applications through examples and practice problems.
```
