Lesson 8
Lesson 8
LEARNING OUTCOMES: At the end of the lesson, the learner shall be able to:
LESSON OUTLINE:
156
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
TOPIC 8.1: Higher-Order Derivatives of Functions
(A) INTRODUCTION
This is again another differentiable function. We call f 00 and its subsequent derivatives
the higher-order derivatives of f . Like f 0 , which we interpret as the slope of the tangent
line, the function f 00 will have an interpretation on the graph of f (This will be a lesson in
college). It also has an important interpretation in physics if f denotes the displacement
of a particle. For now, this lesson will reinforce our skills in differentiating functions.
dy
Consider the function y = f (x). The derivative y 0 , f 0 (x), Dx y or is called the first
dx
derivative of f with respect to x. The derivative of the first derivative is called the second
derivative of f with respect to x and is denoted by any of the following symbols:
d2 y
y 00 , f 00 (x) , Dx2 y ,
dx2
The third derivative of f with respect to x is the derivative of the second derivative and
is denoted by any of the following symbols:
d3 y
y 000 , f 000 (x) , Dx3 y ,
dx3
In general, the nth derivative of f with respect to x is the derivative of the (n 1)st
derivative and is denoted by any of the following symbols:
dn y
y (n) , f (n) (x) , Dxn y ,
dxn
Formally, we have the following definition.
157
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
f (n 1) (x
+ ∆x) f (n 1) (x)
f (n) (x) = lim for n > 1,
∆x!0 ∆x
provided that these limits exist. Thus, the nth derivative of f is just the derivative of the
(n 1)st derivative of f .
Remark 1:
(a) The function f can be written as f (0) (x).
(b) In the notation f (n) (x), n is called the order of the derivative.
EXAMPLE 1:
1. Find the fourth derivative of the function f (x) = x5 3x4 + 2x3 x2 + 4x 10.
158
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
3x + 5 d2 y
3. Let y = . Find .
x2 + 4 dx2
Solution. Using the Quotient Rule twice, we have
d2 y d 12 10x 3x2
✓ ◆
=
dx2 dx (x2 + 4)2
d 12 10x 3x2
✓ ◆
=
dx x4 + 8x2 + 16
d d 4
(x4 + 8x2 + 16) (12 10x 3x2 ) (12 10x 3x2 ) (x + 8x2 + 16)
= dx dx
(x4 + 8x2 + 16)2
(x4 + 8x2 + 16)( 10 6x) (12 10x 3x2 )(4x3 + 16x)
=
(x4 + 8x2 + 16)2
6x5 + 30x4 48x3 + 80x2 288x 160
= .
(x4 + 8x2 + 16)2
.
4. Find the third derivative of the function defined by g(x) = 4x2 ex + 5xex 10ex .
159
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
.
f (1) (x) = [(ex )(cos x) + (sin x)(ex )] 3 · [(ex )( sin x) + (cos x)(ex )]
= ex cos x + ex sin x + 3ex sin x 3ex cos x
= ex (4 sin x 2 cos x).
f (5) (x) = ex [12( sin x) 4(cos x)] + (12 cos x 4 sin x)(ex )
= ex (8 cos x 16 sin x).
(C) EXERCISES
7
b. y = x e. y = x3.2
22
c. y = x 7 f. y = x 3.5
161
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
TOPIC 8.2: The Chain Rule
(A) INTRODUCTION
Teaching Tip
Ask the students to find the derivatives f 0 (x) and y 0 of the functions above, before
continuing with your lecture.
Expect some students to use the Power Rule (even when it is not applicable):
f (x) = 9x4 + 4x2 + 16 12x3 + 24x2 16x = 9x4 12x3 + 28x2 16x + 16
before differentiating:
Some may even use product rule and first write the function
Hence,
162
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
On the other hand, for the function y = sin 2x, some of them may have used a trigonometric
identity to first rewrite y into
In this case
In this lesson, students will learn a rule that will allow them to differentiate a given
function without having to perform any preliminary multiplication, or apply any special
formula.
(B) LESSON PROPER
The Chain Rule below provides for a formula for the derivative of a composition of functions.
Remark 1: Another way to state the Chain Rule is the following: If y is a differentiable
function of u defined by y = f (u) and u is a differentiable function of x defined by u = g(x),
then y is a differentiable function of x, and the derivative of y with respect to x is given by
dy dy du
= · .
dx du dx
In words, the derivative of a composition of functions is the derivative of the outer function
evaluated at the inner function, times the derivative of the inner function.
EXAMPLE 1:
(a) Recall our first illustration f (x) = (3x2 2x + 4)2 . Find f 0 (x) using the Chain Rule.
dy du
f 0 (x) = y 0 = ·
du dx
= (2u)(6x 2)
2
= 2(3x 2x + 4)(6x 2)
3 2
= 36x 36x + 56x 16.
163
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
(b) For the second illustration, we have y = sin(2x). Find y 0 using the Chain Rule.
Solution. We can rewrite y = sin(2x) as y = f (u) where f (u) = sin u and u = 2x.
Hence,
dy du
y0 = ·
du dx
= cos u · 2
= 2 cos(2x).
.
dz 4
(c) Find if z = 2 , where a is a real number.
dy (a y 2 )2
4
Solution. Notice that we can write z = as z = 4(a2 y2) 2. Applying
(a2 y 2 )2
the Chain Rule, we have
dz d 2
= 4· 2(a2 y2) 2 1
· (a y2)
dy dy
= 8(a2 y2) 3
· 2y
2 2 3
= 16y(a y )
16y
= .
(a2 y 2 )3
.
Now, suppose we want to find the derivative of a power function of x. That is, we are
interested in Dx [f (x)n ]. To derive a formula for this, we let y = un where u is a differentiable
function of x given by u = f (x). Then by the Chain Rule,
dy dy du
= ·
dx du dx
= nun 1 · f 0 (x)
= n[f (x)]n 1
· f 0 (x)
Thus, Dx [f (x)]n = n[f (x)]n 1 · f 0 (x). This is called the GENERALIZED POWER RULE.
EXAMPLE 2:
164
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
Solution.
.
dy p
(b) Find where y = 3x3 + 4x + 1.
dx
Solution.
dy 1 1
= (3x3 + 4x + 1) 2 1 Dx (3x3 + 4x + 1)
dx 2
1 1
= (3x3 4x + 1) 2 (9x2 + 4)
2
9x2 + 4
= p .
2 3x3 4x + 1
.
dy
(c) Find where y = (sin 3x)2 .
dx
Solution.
dy d
= 2 · (sin 3x)2 1
(sin 3x)
·
dx dx
d
= 2(sin 3x) · cos 3x · (3x)
dx
= 2(sin 3x)(cos 3x) · 3
= 6 sin 3x cos 3x.
Solution.
d(3x2 5)3
= 3(3x2 5)3 1
· Dx (3x2 5)
dx
= 3(3x2 5)2 · 6x
= 18x(3x2 5)2 .
165
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
dy
(e) Consider the functions y = 3u2 + 4u and u = x2 + 5. Find .
dx
dy dy du dy du
Solution. By the Chain Rule, we have = · where = 6u + 4 and = 2x.
dx du dx du dx
Thus,
dy dy du
= ·
dx du dx
= (6u + 4)(2x)
h i
= 6(x2 + 5) + 4 (2x)
= (6x2 + 34)(2x)
= 12x3 + 68x.
(C) EXERCISES
dy
1. Use the Chain Rule to find in terms of x.
dx
1
a. y = (u 2)3 and u =
p 2x + 1
b. y = u and u = 5x2 3
1 1
c. y = and u =
u+1 x+1
dy
2. Solve for and simplify the result.
dx
a. y = (3x 2)5 (2x2 + 5)6
5x 1 3
✓ ◆
b. y =
2x + 3
p
c. y = x 4 x2
3. Find the derivatives of the following functions as specified:
5
c. h(t) = cot3 (et ) f. s =
3 + et
dy p
5. Find if y = sin( x3 + 1).
dx
166
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.
⇣⇡ ⌘ ⇣⇡ ⌘
⇡
6. Find h0 , h00 3 , and h000 , given h(x) = sin x cos 3x.
3 3
7. If f (x) = 6x5 5x4 + 3x3 7x2 + 9x 14, then find f (n) (x) for all x 2 N.
For problems (8) and (9), please refer to the table below:
8. Use the table of values to determine (f g)(x) and (f g)0 (x) at x = 1 and x = 2.
9. Use the table of values to determine (f g)(x) and (f g)0 (x) at x = 2, 1 and 0.
10. Show that z 00 + 4z 0 + 8z = 0 if z = e 2x (sin 2x + cos 2x).
11. If f (x) = x4 and g(x) = x3 , then f 0 (x) = 4x3 and g 0 (x) = 3x2 . The Chain Rule
4
multiplies derivatives to get 12x5 . But f (g(x)) = x3 = x12 and its derivative is NOT
12x5 . Where is the flaw?
167
All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means -
electronic or mechanical including photocopying – without written permission from the DepEd Central Office. First Edition, 2017.