Differentiation of trigonometric functions
{{no reference|date=February 2025}}
{{short description|Mathematical process of finding the derivative of a trigonometric function}}
{{Trigonometry}}
class="wikitable" style="margin:1em 0 1em 1em" align="right" hspace="3"
! Function ! Derivative |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
The differentiation of trigonometric functions is the mathematical process of finding the derivative of a trigonometric function, or its rate of change with respect to a variable. For example, the derivative of the sine function is written {{prime|sin}}(a) = cos(a), meaning that the rate of change of sin(x) at a particular angle x = a is given by the cosine of that angle.
All derivatives of circular trigonometric functions can be found from those of sin(x) and cos(x) by means of the quotient rule applied to functions such as tan(x) = sin(x)/cos(x). Knowing these derivatives, the derivatives of the inverse trigonometric functions are found using implicit differentiation.
Proofs of derivatives of trigonometric functions
=Limit of sin(θ)/θ as θ tends to 0=
The diagram at right shows a circle with centre O and radius r = 1. Let two radii OA and OB make an arc of θ radians. Since we are considering the limit as θ tends to zero, we may assume θ is a small positive number, say 0 < θ < {{sfrac|1|2}} π in the first quadrant.
In the diagram, let R1 be the triangle OAB, R2 the circular sector OAB, and R3 the triangle OAC.
The area of triangle OAB is:
:
)
=\tfrac{1}{2} \ |OA| \ |OB| \sin\theta = \tfrac{1}{2}\sin\theta \, .
The area of the circular sector OAB is:
:
=\tfrac{1}{2}\theta \, .
The area of the triangle OAC is given by:
:
)
=\tfrac{1}{2} \ |OA| \ |AC| = \tfrac{1}{2} \tan\theta \, .
Since each region is contained in the next, one has:
:
\tfrac{1}{2}\sin\theta < \tfrac{1}{2}\theta < \tfrac{1}{2}\tan\theta \, .
Moreover, since {{nowrap|1=sin θ > 0}} in the first quadrant, we may divide through by {{sfrac|1|2}} {{nowrap|sin θ}}, giving:
:
In the last step we took the reciprocals of the three positive terms, reversing the inequities.
We conclude that for 0 < θ < {{sfrac|1|2}} π, the quantity {{nowrap|sin(θ)/θ}} is always less than 1 and always greater than cos(θ). Thus, as θ gets closer to 0, {{nowrap|sin(θ)/θ}} is "squeezed" between a ceiling at height 1 and a floor at height {{nowrap|cos θ}}, which rises towards 1; hence sin(θ)/θ must tend to 1 as θ tends to 0 from the positive side:
For the case where θ is a small negative number –{{sfrac|1|2}} π < θ < 0, we use the fact that sine is an odd function::
\ =\
\lim_{\theta\to 0^+}\!\frac{\sin(-\theta)}{-\theta}
\ =\
\lim_{\theta \to 0^+}\!\frac{-\sin\theta}{-\theta}
\ =\
\lim_{\theta\to 0^+}\!\frac{\sin\theta}{\theta} \ =\
1 \, .
=Limit of (cos(θ)-1)/θ as θ tends to 0=
The last section enables us to calculate this new limit relatively easily. This is done by employing a simple trick. In this calculation, the sign of θ is unimportant.
:
\ =\
\lim_{\theta \to 0} \left( \frac{\cos\theta - 1}{\theta} \right)\!\! \left( \frac{\cos\theta + 1}{\cos\theta + 1} \right)
\ =\
\lim_{\theta \to 0}\, \frac{\cos^2\!\theta - 1}{\theta\,(\cos\theta + 1)} .
Using {{nowrap|1=cos2θ – 1 = –sin2θ,}}
the fact that the limit of a product is the product of limits, and the limit result from the previous section, we find that:
:
\ =\
\lim_{\theta \to 0}\, \frac{-\sin^2\theta}{\theta(\cos\theta+1)}
\ =\
\left( -\lim_{\theta \to 0} \frac{\sin\theta}{\theta}\right)\! \left( \lim_{\theta \to 0}\,\frac{\sin\theta}{\cos\theta + 1} \right)
\ =\
(-1)\left(\frac{0}{2}\right) = 0 \, .
=Limit of tan(θ)/θ as θ tends to 0=
Using the limit for the sine function, the fact that the tangent function is odd, and the fact that the limit of a product is the product of limits, we find:
:
\lim_{\theta\to 0} \frac{\tan\theta}{\theta}
\ =\
\left(\lim_{\theta\to 0} \frac{\sin\theta}{\theta}\right)\!
\left( \lim_{\theta\to 0} \frac{1}{\cos\theta}\right)
\ =\
(1)(1)
\ =\
1 \, .
=Derivative of the sine function=
We calculate the derivative of the sine function from the limit definition:
:
Using the angle addition formula {{nowrap|1=sin(α+β) = sin α cos β + sin β cos α}}, we have:
:
=
\lim_{\delta \to 0} \frac{\sin\theta\cos\delta + \sin\delta\cos\theta-\sin\theta}{\delta}
=
\lim_{\delta \to 0} \left( \frac{\sin\delta}{\delta} \cos\theta
+ \frac{\cos\delta -1}{\delta}\sin\theta \right) .
Using the limits for the sine and cosine functions:
:
=
(1)\cos\theta + (0)\sin\theta
=
\cos\theta \, .
=Derivative of the cosine function=
==From the definition of derivative==
We again calculate the derivative of the cosine function from the limit definition:
:
=
\lim_{\delta \to 0} \frac{\cos(\theta+\delta)-\cos\theta}{\delta} .
Using the angle addition formula {{nowrap|1=cos(α+β) = cos α cos β – sin α sin β}}, we have:
:
=
\lim_{\delta \to 0} \frac{\cos\theta\cos\delta - \sin\theta\sin\delta-\cos\theta}{\delta}
=
\lim_{\delta \to 0} \left(\frac{\cos\delta -1}{\delta}\cos\theta \,-\, \frac{\sin\delta}{\delta} \sin\theta \right) .
Using the limits for the sine and cosine functions:
:
= (0) \cos\theta - (1) \sin\theta = -\sin\theta \, .
==From the chain rule==
To compute the derivative of the cosine function from the chain rule, first observe the following three facts:
:
:
:
The first and the second are trigonometric identities, and the third is proven above. Using these three facts, we can write the following,
:
We can differentiate this using the chain rule. Letting , we have:
:.
Therefore, we have proven that
:.
=Derivative of the tangent function=
==From the definition of derivative==
To calculate the derivative of the tangent function tan θ, we use first principles. By definition:
:
\frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\tan\theta
= \lim_{\delta \to 0} \left( \frac{\tan(\theta+\delta)-\tan\theta}{\delta} \right) .
Using the well-known angle formula {{nowrap|1=tan(α+β) = (tan α + tan β) / (1 - tan α tan β)}}, we have:
:
\frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\tan\theta
= \lim_{\delta \to 0} \left[ \frac{\frac{\tan\theta + \tan\delta}{1 - \tan\theta\tan\delta} - \tan\theta}{\delta} \right]
= \lim_{\delta \to 0} \left[ \frac{\tan\theta + \tan\delta - \tan\theta + \tan^2\theta\tan\delta}{\delta \left( 1 - \tan\theta\tan\delta \right)} \right] .
Using the fact that the limit of a product is the product of the limits:
:
\frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\tan\theta
= \lim_{\delta \to 0} \frac{\tan\delta}{\delta} \times \lim_{\delta \to 0} \left( \frac{1 + \tan^2\theta}{1 - \tan\theta\tan\delta} \right) .
Using the limit for the tangent function, and the fact that tan δ tends to 0 as δ tends to 0:
:
\frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\tan\theta
= 1 \times \frac{1 + \tan^2\theta}{1 - 0} = 1 + \tan^2\theta .
We see immediately that:
:
\frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\tan\theta
= 1 + \frac{\sin^2\theta}{\cos^2\theta}
= \frac{\cos^2\theta + \sin^2\theta}{\cos^2\theta}
= \frac{1}{\cos^2\theta}
= \sec^2\theta \, .
==From the quotient rule==
One can also compute the derivative of the tangent function using the quotient rule.
:
= \frac{\operatorname{d}}{\operatorname{d}\!\theta} \frac{\sin\theta}{\cos\theta}
= \frac{\left(\sin\theta\right)^\prime \cdot \cos\theta - \sin\theta \cdot \left(\cos\theta\right)^\prime}{ \cos^2 \theta }
= \frac{\cos^2 \theta + \sin^2 \theta}{\cos^2 \theta}
The numerator can be simplified to 1 by the Pythagorean identity, giving us,
:
Therefore,
:
Proofs of derivatives of inverse trigonometric functions
The following derivatives are found by setting a variable y equal to the inverse trigonometric function that we wish to take the derivative of. Using implicit differentiation and then solving for dy/dx, the derivative of the inverse function is found in terms of y. To convert dy/dx back into being in terms of x, we can draw a reference triangle on the unit circle, letting θ be y. Using the Pythagorean theorem and the definition of the regular trigonometric functions, we can finally express dy/dx in terms of x.
=Differentiating the inverse sine function=
We let
:
Where
:
Then
:
Taking the derivative with respect to on both sides and solving for dy/dx:
:
:
Substituting in from above,
:
Substituting in from above,
:
:
=Differentiating the inverse cosine function=
We let
:
Where
:
Then
:
Taking the derivative with respect to on both sides and solving for dy/dx:
:
:
Substituting in from above, we get
:
Substituting in from above, we get
:
:
Alternatively, once the derivative of is established, the derivative of follows immediately by differentiating the identity so that .
=Differentiating the inverse tangent function=
We let
:
Where
:
Then
:
Taking the derivative with respect to on both sides and solving for dy/dx:
:
Left side:
:
{d \over dx}\tan y
= \sec^2 y \cdot {dy \over dx}
= (1 + \tan^2 y) {dy \over dx}
using the Pythagorean identity
Right side:
:
Therefore,
:
Substituting in from above, we get
:
:
=Differentiating the inverse cotangent function=
We let
:
where
:
Taking the derivative with respect to on both sides and solving for dy/dx:
:
Left side:
:
{d \over dx}\cot y
= -\csc^2 y \cdot {dy \over dx}
= -(1 + \cot^2 y) {dy \over dx}
using the Pythagorean identity
Right side:
:
Therefore,
:
Substituting ,
:
:
Alternatively, as the derivative of is derived as shown above, then using the identity follows immediately that
\dfrac{d}{dx}\arccot x
&=\dfrac{d}{dx}\left(\dfrac{\pi}{2}-\arctan x\right)\\
&=-\dfrac{1}{1+x^2}
\end{align}
=Differentiating the inverse secant function=
==Using implicit differentiation==
Let
:
Then
:
:
(The absolute value in the expression is necessary as the product of secant and tangent in the interval of y is always nonnegative, while the radical is always nonnegative by definition of the principal square root, so the remaining factor must also be nonnegative, which is achieved by using the absolute value of x.)
:
==Using the chain rule==
Alternatively, the derivative of arcsecant may be derived from the derivative of arccosine using the chain rule.
Let
:
Where
: and
Then, applying the chain rule to :
:
= \frac{1}{x^2\sqrt{1-\frac{1}{x^2}}}
= \frac{1}{x^2\frac{\sqrt{x^2-1}}{\sqrt{x^2}}}
= \frac{1}{\sqrt{x^2}\sqrt{x^2-1}}
= \frac{1}{|x|\sqrt{x^2-1}}
=Differentiating the inverse cosecant function=
==Using implicit differentiation==
Let
:
Then
:
:
(The absolute value in the expression is necessary as the product of cosecant and cotangent in the interval of y is always nonnegative, while the radical is always nonnegative by definition of the principal square root, so the remaining factor must also be nonnegative, which is achieved by using the absolute value of x.)
:
==Using the chain rule==
Alternatively, the derivative of arccosecant may be derived from the derivative of arcsine using the chain rule.
Let
:
Where
: and
Then, applying the chain rule to :
:
= -\frac{1}{x^2\sqrt{1-\frac{1}{x^2}}}
= -\frac{1}{x^2\frac{\sqrt{x^2-1}}{\sqrt{x^2}}}
= -\frac{1}{\sqrt{x^2}\sqrt{x^2-1}}
= -\frac{1}{|x|\sqrt{x^2-1}}
See also
- {{annotated link|Calculus}}
- {{annotated link|Derivative}}
- {{annotated link|Differentiation rules}}
- {{annotated link|General Leibniz rule}}
- {{annotated link|Inverse functions and differentiation}}
- {{annotated link|Linearity of differentiation}}
- {{annotated link|List of integrals of inverse trigonometric functions}}
- {{annotated link|List of trigonometric identities}}
- {{annotated link|Trigonometry}}
References
{{Reflist}}
Bibliography
- Handbook of Mathematical Functions, Edited by Abramowitz and Stegun, National Bureau of Standards, Applied Mathematics Series, 55 (1964)
{{DEFAULTSORT:Differentiation Of Trigonometric Functions}}
Category:Articles containing proofs