Processing math: 100%

Saturday, June 8, 2024

21.6 - The Chain Rule

In the previous section, we completed a discussion on differentiability. In this section, we will see derivatives of composite functions.

First we will see an example. It can be written in 3 steps:
1. We want the derivative of f, where f(x) = (3x+4)3.
2. Let us expand (3x+4)3. We get:
f(x) = 27x3 + 108 x2 + 144 x + 64
3. This is a polynomial function. So we get:

 1ddxf(x) = ddx[(3x+4)3] 2 = ddx(27x3+108x2+144x+64) 3 = 27(3)x2+108(2)x+144+0 4 = 81x2+216x+144 5 = 9(9x2+24x+16) 6 = 9(3x+4)2


Now we will see an easier method. The details about this new method can be written in 9 steps:

1. Consider the composite function f(x) = (v∘u)(x). It can also be written as f(x) = v(u(x)).
• We see that, the output of u is being used as the input for v.
2. The function in our example is: f(x) = (3x+4)3.
We can write it as the composite of two functions: f(x) = v(u(x))
    ♦ Where u(x) = 3x+4 and v(u(x)) = [u(x)]3.
• Then f(x) = v(u(x)) = v(3x+4) =  (3x+4)3.
3. Put u(x) = 3x+4 = t.
Then we get: f(x) = v(t) = t3 = (3x+4)3.
4. Recall the derivative that we obtained above, by considering it as a polynomial function.
• We obtained 9(3x+4)2.
• So now we can write:
ddxf(x)=9(3x+4)2=[3(3x+4)2].3=[3t2].3
5. Let us write the general form for 3t2 and 3.
• We wrote: v(t) = t3.
   ♦ So 3t2 is dvdt
• Similarly we wrote: t = 3x+4.
   ♦ So 3 is dtdx
6. Now the result in (4) becomes:
ddxf(x)=9(3x+4)2=[3(3x+4)2].3=dvdt.dtdx
• Taking the first and last terms, we get:
dfdx=dvdt.dtdx
7. The result obtained in the above step (6) is known as the chain rule.
• Let us write the 4 steps for applying this rule:
(i) We are given the composite function: f(x) = (v∘u)(x)
• This can be written as f(x) = v(u(x))
• So output of u is the input of v. That means, u can be considered as the inner function.
(ii) We put inner function u(x) = t
From this, we can find dtdx
(iii) Write the outer function v in terms of t.
From this, we can find dvdt
(iv) Finally we can calculate dfdx as follows:
dfdx=dvdt.dtdx
8. Chain rule can be extended to composite of 3 functions.
Let us write the 5 steps:
(i) We are given the composite function: f = w∘u∘v
(ii) We put the inner most function v = t
From this, we can find dtdx
(iii) The next inner function is u.
• Write u in terms of t. This gives u(t)
• Put u(t) = s. From this, we can find dsdt
(iv) The outer function is w.
• Write w in terms of s. This gives w(s)
• From this, we can find dwds
(v) Finally we can calculate dfdx as follows:
dfdx=dwds.dsdt.dtdx
9. In this way, we can extend the chain rule to composite of 4 or more functions.

Solved example 21.21
Find the derivative of the function given by f(x) = sin (x2)
Solution:
1. f(x) = sin (x2) = (vu)(x) = v(u(x))
Where u(x) = x2 and v(u(x)) = sin (u(x)).
2. Put u(x) = x2 = t.
So dtdx=2x
3. v(u(x)) = sin (u(x))
• So v(t) = sin t
dvdt=cost=cos(x2)
4. dfdx=dvdt.dtdx=cos(x2).2x=2xcos(x2)

Solved example 21.22
Find the derivative of the function given by f(x) = tan (2x+3)
Solution:
1. f(x) = tan (2x+3) = (vu)(x) = v(u(x))
Where u(x) = 2x+3 and v(u(x)) = tan (u(x)).
2. Put u(x) = 2x+3 = t.
So dtdx=2
3. v(u(x)) = tan (u(x))
So v(t) = tan t
dvdt=sec2t=sec2(2x+3)
4. dfdx=dvdt.dtdx=sec2(2x+3).2=2sec2(2x+3)

Solved example 21.23
Find the derivative of the function given by f(x) = sin (cos (x2))
Solution:
1. f(x) = sin (cos (x2)) = (wvu)(x) = (wv)(u(x))
Where u(x) = x2,  v(u(x)) = cos (u(x)) and w(v(u(x))) = sin (v(u(x))).
2. Put u(x) = x2 = t.
So dtdx=2x
3. Put v(u(x)) = cos (u(x)) = cos t = s.
So dsdt=sint=sinx2
4. w(v(u(x))) = sin (v(u(x)))
so w(s) = sin (s)
dwds=coss=cos(cost)=cos(cosx2)
5. dfdx=dwds.dsdt.dtdx
= cos (cos x2). −sin x2. 2x
= −2x sin x2. cos (cos x2)

Solved example 21.24
Find the derivative of the function given by
f(x)=5x8
Solution:
1. f(x)=5x8 = (vu)(x) = v(u(x))
Where u(x) = 5x−8 and v(u(x)) = u(x).
2. Put u(x) = 5x−8 = t.
So dtdx=5
3. v(u(x)) = u(x)
So v(t) = t
dvdt=12(t)12=125x8
4. dfdx=dvdt.dtdx=125x8.5=525x8


We have seen the basics about chain rule. In the next section, we will see an alternate method for applying this rule.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment