Fine Art

The differentiation of trigonometric functions is the mathematical process of finding the rate at which a trigonometric function changes with respect to a variable--the derivative of the trigonometric function. Commonplace trigonometric functions include sin(x), cos(x) and tan(x). For example, in differentiating f(x) = sin(x), one is calculating a function f ′(x) which computes the rate of change of sin(x) at a particular point a. The value of the rate of change at a is thus given by f ′(a). Knowledge of differentiation from first principles is required, along with competence in the use of trigonometric identities and limits. All functions involve the arbitrary variable x, with all differentiation performed with respect to x.

It turns out that once one knows the deriatives of sin(x) and cos(x), one can easily compute the derivatives of the other circular trigonometric functions because they can all be expressed in terms of sine or cosine; the quotient rule is then implemented to differentiate this expression. Proofs of the derivatives of sin(x) and cos(x) are given in the proofs section; the results are quoted in order to give proofs of the derivatives of the other circular trigonometric functions. Finding the derivatives of the inverse trigonometric functions involves using implicit differentiation and the derivatives of regular trigonometric functions also given in the proofs section.

Derivatives of trigonometric functions and their inverses

\( \left(\sin(x)\right)' = \cos(x) \)
\( \left(\cos(x)\right)' = -\sin(x) \)
\( \left(\tan(x)\right)' = \left(\frac{\sin(x)}{\cos(x)}\right)' = \frac{\cos^2(x) + \sin^2(x)}{\cos^2(x)} = \frac{1}{\cos^2(x)} = \sec^2(x) \)
\( \left(\cot(x)\right)' = \left(\frac{\cos(x)}{\sin(x)}\right)' = \frac{-\sin^2(x) - \cos^2(x)}{\sin^2(x)} = -(1+\cot^2(x)) = -\csc^2(x) \)
\( \left(\sec(x)\right)' = \left(\frac{1}{\cos(x)}\right)' = \frac{\sin(x)}{\cos^2(x)} = \frac{1}{\cos(x)}.\frac{\sin(x)}{\cos(x)} = \sec(x)\tan(x) \)
\( \left(\csc(x)\right)' = \left(\frac{1}{\sin(x)}\right)' = -\frac{\cos(x)}{\sin^2(x)} = -\frac{1}{\sin(x)}.\frac{\cos(x)}{\sin(x)} = -\csc(x)\cot(x) \)
\( \left(\arcsin(x)\right)' = \frac{1}{\sqrt{1-x^2}} \)
\( \left(\arccos(x)\right)' = \frac{-1}{\sqrt{1-x^2}} \)
\( \left(\arctan(x)\right)' = \frac{1}{x^2+1} \)

Proofs of derivative of the sine and cosine functions
Limit of sin(θ)/θ as θ → 0
Limit circle

Consider the unit circle shown in the figure. Assume that the angle, say θ, made by radii OB and OC is small, e.g. less than π/2 radians, i.e. 90°. Let T1 denote the triangle with vertices O, B and C. Let S denote the sector given by the chords OB and OC (i.e. the "slice of pizza" given by cutting along the lines OB and OC). Let T2 denote the triangle with vertices O, B and D. Clearly, the area of T1 is less than the area of S, which is itself less than the area of T2, i.e. area(T1) < area(S) < area(T2).

The area of a triangle is given by one half of the length of the base multiplied by the height. Using u to denote the chosen unit of measurement, we find that the area of T1 is exactly 12 × ||OB|| × ||CA|| = 12 × 1 × sin(θ) = 12·sin(θu2. The area of the sector S is exactly 12·θ u2. Finally, the area of the triangle T2 is exactly 12 × ||OB|| × ||BD|| = 12·tan(θu2.

Since area(T1) < area(S) < area(T2) we find that, for small θ,

\( \frac{1}{2}\sin\theta < \frac{1}{2}\theta < \frac{1}{2}\tan\theta \, . \)

(Recall that tan(θ) = sin(θ)/cos(θ).) If this is true then multiplication by two gives sin(θ) < θ < tan(θ). Take the reciprocals of each term will reverse the inequalities, e.g. 2 < 3 while 1⁄2 > 1⁄3. It follows that

\( \frac{1}{\sin \theta} > \frac{1}{\theta} > \frac{\cos\theta}{\sin\theta} \, . \)

Since θ is small, and so less than π/2 radians, i.e. 90°, it follows that sin(θ) > 0. We can multiply through by the positive quantity sin(θ) without changing the inequalities; whence:

\( 1 > \frac{\sin\theta}{\theta} > \cos\theta \, . \)

This tells us that for very small θ, sin(θ)/θ is less than 1, but is bigger than cos(θ). However, as θ becomes smaller, cos(θ) becomes bigger and gets closer to 1 (see the cosine graph). The inequality tells us that sin(θ)/θ is always less than 1 and more than cos(θ); but as θ becomes smaller, cos(θ) gets closer to 1. So, sin(θ)/θ is sandwiched, or squeezed, between 1 and cos(θ) as θ becomes smaller and smaller. Obviously, the number 1 is fixed, and so as θ becomes smaller and smaller, cos(θ) forces sin(θ)/θ to move closer and closer to 1. This is made precise by the so-called sandwich theorem, also known as the squeeze theorem.
Limit of [cos(θ) – 1]/θ as θ → 0

The last section enables us to calculate this new limit easily. We find that

\( \lim_{\theta \to 0} \left(\frac{\cos\theta - 1}{\theta}\right) = \lim_{\theta \to 0} \left[ \left( \frac{\cos\theta - 1}{\theta} \right) \left( \frac{\cos\theta + 1}{\cos\theta + 1} \right) \right] = \lim_{\theta \to 0} \left( \frac{\cos^2\theta - 1}{\theta(\cos\theta + 1)} \right) . \)

The well-known identity sin2θ + cos2θ = 1 tells us that cos2θ – 1 = –sin2θ. Using this, the fact that the limit of a product is the product of the limit, and the result from the last section, we find that

\( \lim_{\theta \to 0} \left(\frac{\cos\theta - 1}{\theta}\right) = \lim_{\theta \to 0} \left( \frac{-\sin^2\theta}{\theta(\cos\theta+1)} \right) = \lim_{\theta \to 0} \left( \frac{-\sin\theta}{\theta}\right) \times \lim_{\theta \to 0} \left( \frac{\sin\theta}{\cos\theta + 1} \right) = (-1) \times \frac{0}{2} = 0 \, . \)

Derivative of the sine function

To calculate the derivative of the sine function, sin(θ) we use first principles. By definition:

\( \frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\sin\theta = \lim_{\delta \to 0} \left( \frac{\sin(\theta + \delta) - \sin \theta}{\delta} \right) . \)

Using the well-known angle formula sin(α+β) = sin(α)cos(β) + sin(β)cos(α) and the two limits from this section and this section, we find that

\( \frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\sin\theta = \lim_{\delta \to 0} \left( \frac{\sin\theta\cos\delta + \sin\delta\cos\theta-\sin\theta}{\delta} \right) = \lim_{\delta \to 0} \left[ \left(\frac{\sin\delta}{\delta} \cos\theta\right) + \left(\frac{\cos\delta -1}{\delta}\sin\theta\right) \right] = (1\times\cos\theta) + (0\times\sin\theta) = \cos\theta \, . \)

Derivative of the cosine function

To calculate the derivative of the cosine function, cos(θ) we use first principals. By definition:

\( \frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\cos\theta = \lim_{\delta \to 0} \left( \frac{\cos(\theta+\delta)-\cos\theta}{\delta} \right) .

Using the well-known angle formula cos(α+β) = cos(α)cos(β) – sin(α)sin(β) and the two limits from this section and this section, we find that

\( \frac{\operatorname{d}}{\operatorname{d}\!\theta}\,\cos\theta = \lim_{\delta \to 0} \left( \frac{\cos\theta\cos\delta - \sin\theta\sin\delta-\cos\theta}{\delta} \right) = \lim_{\delta \to 0} \left[ \left(\frac{\cos\delta -1}{\delta}\cos\theta\right) - \left(\frac{\sin\delta}{\delta} \sin\theta\right) \right] = (0 \times \cos\theta) - (1 \times \sin\theta) = -\sin\theta \, .

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

\( y=\arcsin x\,\! \)

Where

\( -\frac{\pi}{2}\le y \le \frac{\pi}{2} \)

Then

\( \sin y=x\,\! \)

Using implicit differentiation and solving for dy/dx:

\( {d \over dx}\sin y={d \over dx}x \)

\( {dy \over dx}\cos y=1\,\! \)

Substituting \( \cos y = \sqrt{1-\sin^2 y} \) in from above,

\( {dy \over dx}\sqrt{1-\sin^2 y}=1 \)

Substituting x=\sin y in from above,

\( {dy \over dx}\sqrt{1-x^2}=1 \)

{dy \over dx}=\frac{1}{\sqrt{1-x^2}} \)

Differentiating the inverse cosine function

We let

\( y=\arccos x\,\! \)

Where

\( 0 \le y \le \pi \)

Then

\( \cos y=x\,\! \)

Using implicit differentiation and solving for dy/dx:

\( {d \over dx}\cos y={d \over dx}x \)

\( -{dy \over dx}\sin y=1 \)

Substituting \( \sin y = \sqrt{1-\cos^2 y}\,\! \) in from above, we get

\( -{dy \over dx}\sqrt{1-\cos^2 y} =1 \)

Substituting x=\cos y\,\! in from above, we get

\( -{dy \over dx}\sqrt{1-x^2} =1 \)

\( {dy \over dx} = -\frac{1}{\sqrt{1-x^2}} \)

Differentiating the inverse tangent function

We let

\( v y=\arctan x\,\! \)

Where

\( -\frac{\pi}{2} < y < \frac{\pi}{2} \)

Then

\( \tan y=x\,\! \)

Using implicit differentiation and solving for dy/dx:

\( {d \over dx}\tan y={d \over dx}x \)

\( {dy \over dx}\sec^2 y=1 \)

Substituting \( 1+\tan^2 y = \sec^2 y\,\! \) into the above,

\( {dy \over dx}(1+\tan^2 y)=1 \)

Substituting \( x=\tan y\,\! \) in from above,

\( {dy \over dx}(1+x^2)=1 \)

\( {dy \over dx}=\frac{1}{1+x^2} \)

See also

Trigonometry
Calculus
Derivative
Table of derivatives

References
Bibliography

Handbook of Mathematical Functions, Edited by Abramowitz and Stegun, National Bureau of Standards, Applied Mathematics Series, 55 (1964).

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Hellenica World - Scientific Library