Processing math: 100%

Monday, June 5, 2023

Chapter 13.17 - Derivatives of Trigonometric Functions

In the previous section, we saw the derivatives of polynomial functions. In this section, we will see the derivatives of trigonometric functions.

• We have already seen the derivative of sin x.
    ♦ That is., when f(x) = sin x, f'(x) will be cos x
• We obtained this result using first principle.
    ♦ That is., we used the formula:
f(x)=limh0[f(x+h)f(x)h]
[See fig.13.33 in section 13.13]
• To find derivatives of various trigonometric functions, we need to know the derivative of cos x also.
• To find the derivative of cos x, we must use the first principle.
• Once we know the derivative of both sin x and cos x, we can use sum rule, product rule, quotient rule etc.,

• The derivative of cos x can be obtained as follows:
f(x) = limh0[f(x+h)f(x)h] = limh0[[cos(x+h)][cosx]h] = limh0[[cosxcosh  sinxsinh][cosx]h] = limh0[cosx(cosh1)  sinxsinhh] = limh0[cosx(cosh1)h]  limh0[sinxsinhh] = cosxlimh0[cosh1h]  sinxlimh0[sinhh] = cosx×0  sinx×1 = sinx

• Now we have two useful results:
    ♦ If f(x) = sin x, then f'(x) = cos x  
    ♦ If f(x) = cos x, then f'(x) = -sin x

• We have already seen the graph of sin x and it's derivative. Now we will see the graph of cos x and it's derivative. It can be written in 5 steps:

1. We know that, f’(x) is a function. So we must  be able to plot f’(x).
2. In fig.13.39 below, both f(x) and f’(x) are plotted in the same graph.

Graph of cos x and it's derivative.
Fig.13.39

3. The two graphs are plotted in different colors.
    ♦ The red curve represents f(x)
    ♦ The green curve represents f’(x)
4. Let us see the practical application of the graph. It can be written using two examples:
(i) Suppose that, we want the derivative of f(x) at (x=π6). That is., we want f(π6)
• For that, we mark point A on the red curve. Here, (x=π6)
• Next we draw a vertical line through A. This vertical line meets the green curve at A'.
f(π6) will be equal to the y-coordinate of A'. In this case, it is 12
• We can verify this theoretically:
f(π6) = sin(π6) = 12
(ii) Suppose that, we want the derivative of f(x) at (x=π). That is., we want f(π)
• For that, we mark point B on the red curve. Here, (x=π)
• Next we draw a vertical line through B. This vertical line meets the green curve at B'.
f(π) will be equal to the y-coordinate of B'. In this case, it is 0.
• We can verify this theoretically:
f(π) = sin(π) = 0
5. Further more, the reader may verify the tangents also:
• Through the point A, draw a line at a slope of 12. This line will be tangential to f(x).
• Through the point B, draw a line at a slope of 0 (a horizontal line). This line will be tangential to f(x).   


Let us see some solved examples:

Solved example 13.17
Compute the derivative of tan x
Solution:
1. We can apply the quotient rule:
(uv)=uvuvv2
2. In our present case:
u = sin x. So u' = cos x
v = cos x. So v' = -sin x
3. Thus we get:

(sinxcosx) = (uv) = [cosx×cosx][sinx×sinx]cos2x = cos2x+sin2xcos2x = 1cos2x = sec2x

Alternate method:
We can use first principle:

f(x) = limh0[f(x+h)f(x)h] = limh0[tan(x+h)tanxh] = limh0[sin(x+h)cos(x+h)sinxcosxh] = limh0[sin(x+h)cosx  cos(x+h)sinxcos(x+h)cosxh] = limh0[sin(x+h)cosx  cos(x+h)sinxhcos(x+h)cosx] = limh0[sin(x+hx)hcos(x+h)cosx] - - - (I) = limh0[sinhhcos(x+h)cosx] = limh0[sinhh] × limh0[1cos(x+h)cosx] = 1 × 1cos2x = sec2x

◼ Remarks:
• Line marked as I:
Here we use the identity:
sin (A-B) = sin A cos B - cos A sin B


A graphical description can be written in 5 steps:
1. We know that, f’(x) is a function. So we must  be able to plot f’(x).
2. In fig.13.40 below, both f(x) and f’(x) are plotted in the same graph.

Fig.13.40

3. The two graphs are plotted in different colors.
    ♦ The red curve represents f(x)
    ♦ The green curve represents f’(x)
4. Let us see the practical application of the graph. It can be written using two examples:
(i) Suppose that, we want the derivative of f(x) at (x=π3). That is., we want f(π3)
• For that, we mark point A on the red curve. Here, (x=π3)
• Next we draw a vertical line through A. This vertical line meets the green curve at A'.
f(π3) will be equal to the y-coordinate of A'. In this case, it is 4
• We can verify this theoretically:
f(π3) = sec2(π3) = 1cos2(π3) = 1(1/2)2 = 4
(ii) Suppose that, we want the derivative of f(x) at (x=π). That is., we want f(π)
• For that, we mark point B on the red curve. Here, (x=π)
• Next we draw a vertical line through B. This vertical line meets the green curve at B'.
f(π) will be equal to the y-coordinate of B'. In this case, it is 1.
• We can verify this theoretically:
f(π) = sec2(π) = 1cos2(π) = 1(1)2 = 1
5. Further more, the reader may verify the tangents also:
• Through the point A, draw a line at a slope of 4. This line will be tangential to f(x).
• Through the point B, draw a line at a slope of 1. This line will be tangential to f(x).

Solved example 13.18
Compute the derivative of f(x) = sin2 x
Solution:
1. We can write sin2 x as sin x . sin x
Now we can apply the product rule: (uv)' = u'v + uv'
2. The steps are shown below:
(sin2x) = (sinx.sinx) = (sinx)×sinx + sinx×(sinx) = cosx×sinx + sinx×cosx = 2sinxcosx = sin2x

A graphical description can be written in 5 steps:
1. We know that, f’(x) is a function. So we must  be able to plot f’(x).
2. In fig.13.41 below, both f(x) and f’(x) are plotted in the same graph.

Fig.13.41

3. The two graphs are plotted in different colors.
    ♦ The red curve represents f(x)
    ♦ The green curve represents f’(x)
4. Let us see the practical application of the graph. It can be written using two examples:
(i) Suppose that, we want the derivative of f(x) at (x=π6). That is., we want f(π6)
• For that, we mark point A on the red curve. Here, (x=π6)
• Next we draw a vertical line through A. This vertical line meets the green curve at A'.
f(π6) will be equal to the y-coordinate of A'. In this case, it is 4
• We can verify this theoretically:
f(π6) = sin(2π6) = sin(π3) = 32
(ii) Suppose that, we want the derivative of f(x) at (x=π4). That is., we want f(π4)
• For that, we mark point B on the red curve. Here, (x=π4)
• Next we draw a vertical line through B. This vertical line meets the green curve at B'.
f(π4) will be equal to the y-coordinate of B'. In this case, it is 4
• We can verify this theoretically:
f(π4) = sin(2π4) = sin(π2) = sin(π2) = 1
5. Further more, the reader may verify the tangents also:
• Through the point A, draw a line at a slope of 32. This line will be tangential to f(x).
• Through the point B, draw a line at a slope of -1. This line will be tangential to f(x).


• We have drawn a large number of graphs. Those graphs were drawn to demonstrate the close relation between f(x) and f'(x).
• From now on wards, we will not draw any more graphs. We will concentrate only on the method for obtaining f'(x).
• However, the interested reader may continue to draw them. 


Link to a few more solved examples is given below:

Exercise 13.2


In the next section, we will see some miscellaneous examples.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment