DIFFERENTIALS
DIFFERENTIALS
1 Introduction
3 Differentiation Rules
4 Implicit Differentiation
5 Higher-Order derivatives
Outline of Presentation
1 Introduction
3 Differentiation Rules
4 Implicit Differentiation
5 Higher-Order derivatives
Introduction
The notion of differentiability is concerned with describing the rate of change
of a quantity relative to another.
Introduction
The notion of differentiability is concerned with describing the rate of change
of a quantity relative to another.
Suppose the relation is expressed as a function then the derivative describes
the rate of change of the dependent variable relative to the independent
variable.
Introduction
The notion of differentiability is concerned with describing the rate of change
of a quantity relative to another.
Suppose the relation is expressed as a function then the derivative describes
the rate of change of the dependent variable relative to the independent
variable.
Pictorially, this is the slope/ tangent to the graph of the function at given points.
Introduction
The notion of differentiability is concerned with describing the rate of change
of a quantity relative to another.
Suppose the relation is expressed as a function then the derivative describes
the rate of change of the dependent variable relative to the independent
variable.
Pictorially, this is the slope/ tangent to the graph of the function at given points.
4y y 2 − y 1
Recall that slope = =
4x x 2 − x 1
Introduction
The notion of differentiability is concerned with describing the rate of change
of a quantity relative to another.
Suppose the relation is expressed as a function then the derivative describes
the rate of change of the dependent variable relative to the independent
variable.
Pictorially, this is the slope/ tangent to the graph of the function at given points.
4y y 2 − y 1
Recall that slope = =
4x x 2 − x 1
The slope of the line passing through the point (x 0 , f (x 0 )) and touching the
graph of f is
f (x) − f (x 0 )
Slope =
x − x0
Introduction
Definition
Let f (x) be defined at x 0 ∈ (a, b). Then the derivative of f (x) at x 0 denoted by f 0 (x 0 )
is defined by
f (x) − f (x 0 )
f 0 (x 0 ) = lim
x→x 0 x − x0
provided the limit exist.
Introduction
Definition
Let f (x) be defined at x 0 ∈ (a, b). Then the derivative of f (x) at x 0 denoted by f 0 (x 0 )
is defined by
f (x) − f (x 0 )
f 0 (x 0 ) = lim
x→x 0 x − x0
provided the limit exist.
Introduction
Remarks
f (x) − f (x 0 )
1 f 0 (x 0 ) = lim is the derivative of f at x 0 .
x→x 0 x − x0
f (x) − f (x 0 )
2 f 0 (x 0− ) = lim− is the left-derivative of f at x 0 .
x→x 0 x − x0
f (x) − f (x 0 )
3 f 0 (x 0+ ) = lim+ is the right-derivative of f at x 0 .
x→x 0 x − x0
Introduction
Definition
1 Differentiation is the process of finding the derivative of a function.
2 f is said to be differentiable at x 0 when f 0 (x 0 ) exists.
3 A function f (x) is differentiable in an interval (a, b) if it is differentiable at every
point in (a, b).
Introduction
Definition
1 Differentiation is the process of finding the derivative of a function.
2 f is said to be differentiable at x 0 when f 0 (x 0 ) exists.
3 A function f (x) is differentiable in an interval (a, b) if it is differentiable at every
point in (a, b).
Notations
The following notations can be used for derivative of f (x)
d f (x)
1) f 0 (x), 2) , 3) D x f (x), 4) D f (x)
dx
Example
Find the derivative of f (x) = x 2 + 3 at x = 2.
Example
Find the derivative of f (x) = x 2 + 3 at x = 2.
f (2 + h) − f (2)
We need to determine f 0 (2) = lim .
h→0 h
Example
Find the derivative of f (x) = x 2 + 3 at x = 2.
f (2 + h) − f (2)
We need to determine f 0 (2) = lim . We have
h→0 h
f (2 + h) − f (2)
f 0 (x 0 ) = lim (2)
h→0 h
2
h + 4h + 4 − 4
= lim (3)
h→0 h
= lim (h + 4) = 4 (4)
h→0
Example
Show that f (x) = x 3 is differentiable at x = a .
Example
Show that f (x) = x 3 is differentiable at x = a .
f (a + h) − f (a)
We need to determine f 0 (a) = lim . We have
h→0 h
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
Example
Show that f (x) = x 3 is differentiable at x = a .
f (a + h) − f (a)
We need to determine f 0 (a) = lim . We have
h→0 h
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
(a + h)3 − a 3
= lim
h→0 h
Example
Show that f (x) = x 3 is differentiable at x = a .
f (a + h) − f (a)
We need to determine f 0 (a) = lim . We have
h→0 h
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
(a + h)3 − a 3
= lim
h→0 h
a + 3a 2 h + 3ah 2 + h 3 − a 3
3
= lim
h→0 h
Example
Show that f (x) = x 3 is differentiable at x = a .
f (a + h) − f (a)
We need to determine f 0 (a) = lim . We have
h→0 h
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
(a + h)3 − a 3
= lim
h→0 h
a + 3a 2 h + 3ah 2 + h 3 − a 3
3
= lim
h→0 h
= lim (3a + 3ah + h 2 ) = 3a 2
2 2
h→0
Example
p
Determine the interval within which f (x) = x − 1 is differentiable.
Example
p
Determine the interval within which f (x) = x − 1 is differentiable.
f (a + h) − f (a)
We need to determine f 0 (x) = lim and examine the domain. We
h→0 h
have
p p
0 f (x + h) − f (x) x +h −1− x −1
f (x) = lim = lim
h→0 h h→0 h
Example
p
Determine the interval within which f (x) = x − 1 is differentiable.
f (a + h) − f (a)
We need to determine f 0 (x) = lim and examine the domain. We
h→0 h
have
p p
0 f (x + h) − f (x) x +h −1− x −1
f (x) = lim = lim
h→0 h h→0 h
p p p p
x +h −1− x −1 x +h −1+ x −1
= lim ×p p
h→0 h x +h −1+ x −1
Example
p
Determine the interval within which f (x) = x − 1 is differentiable.
f (a + h) − f (a)
We need to determine f 0 (x) = lim and examine the domain. We
h→0 h
have
p p
0 f (x + h) − f (x) x +h −1− x −1
f (x) = lim = lim
h→0 h h→0 h
p p p p
x +h −1− x −1 x +h −1+ x −1
= lim ×p p
h→0 h x +h −1+ x −1
x + h − 1 − (x − 1)
= lim ³p p ´
h→0
h x +h −1+ x −1
Example
p
Determine the interval within which f (x) = x − 1 is differentiable.
f (a + h) − f (a)
We need to determine f 0 (x) = lim and examine the domain. We
h→0 h
have
p p
0 f (x + h) − f (x) x +h −1− x −1
f (x) = lim = lim
h→0 h h→0 h
p p p p
x +h −1− x −1 x +h −1+ x −1
= lim ×p p
h→0 h x +h −1+ x −1
x + h − 1 − (x − 1)
= lim ³p p ´
h→0
h x +h −1+ x −1
1 1
= p = p p
x −1+ x −1 2 x −1
[email protected] (KNUST-Maths) Differentiability 10 / 45
Introduction
p
Thus f 0 (x) is defined if x > 1. Therefore the function f (x) = x − 1 is differentiable
in (1, ∞). This is smaller than the domain of f which is [1, ∞).
Outline of Presentation
1 Introduction
3 Differentiation Rules
4 Implicit Differentiation
5 Higher-Order derivatives
d
f (x) = 0
dx
for c constant.
that is
f (x + h) − f (x) c − c
f 0 (x) = lim = =0 (5)
h→0 h h
f (x) = x n (6)
d d n
f (x) = x (7)
dx dx
= nx n−1 (8)
Example
1 p
1) f (x) = x 4 , 2) f (x) = , 3) f (x) = 3
x
x5
d
1 f (x) = x 4 =⇒ f (x) = 4x 4−1 = 4x 3 .
dx
Example
1 p
1) f (x) = x 4 , 2) f (x) = , 3) f (x) = 3
x
x5
d
1 f (x) = x 4 =⇒ f (x) = 4x 4−1 = 4x 3 .
dx
d 5
2 f (x) = x −5 =⇒ f (x) = −5x −5−1 = − 6 .
dx x
Example
1 p
1) f (x) = x 4 , 2) f (x) = , 3) f (x) = 3
x
x5
d
1 f (x) = x 4 =⇒ f (x) = 4x 4−1 = 4x 3 .
dx
d 5
2 f (x) = x −5 =⇒ f (x) = −5x −5−1 = − 6 .
dx x
d 1 1 1
3 f (x) = x 1/3 =⇒ f (x) = x (1/3)−1 = x −2/3 = p
3
.
dx 3 3 3 x2
2
d x d
e = (x) × e x = e x (10)
dx dx
2
d x d
e = (x) × e x = e x (10)
dx dx
3
d
d dx
(x) 1
ln x = = (11)
dx x x
Outline of Presentation
1 Introduction
3 Differentiation Rules
4 Implicit Differentiation
5 Higher-Order derivatives
Example
Find the first derivative of f (x) = x 4 + 6 sin x + 4 − ln x
Example
Find the first derivative of f (x) = x 4 + 6 sin x + 4 − ln x
We have that
d 4 d d d
f 0 (x) = x +6 sin x + 4− ln x
dx dx dx dx
Example
Find the first derivative of f (x) = x 4 + 6 sin x + 4 − ln x
We have that
d 4 d d d
f 0 (x) = x +6 sin x + 4− ln x
dx dx dx dx
1 1
= 4x 3 + 6 cos x + 0 − = 4x 3 + 6 cos x −
x x
[email protected] (KNUST-Maths) Differentiability 23 / 45
Differentiation Rules
Example
Find h 0 (x) if h(x) = sin x cos x
Example
Find h 0 (x) if h(x) = sin x cos x
We notice that h(x) is the product of the functions f (x) = sin x and g (x) = cos x .
Hence applying the product rule we have
d d d
h(x) = f g +g f
dx dx dx
Example
Find h 0 (x) if h(x) = sin x cos x
We notice that h(x) is the product of the functions f (x) = sin x and g (x) = cos x .
Hence applying the product rule we have
d d d
h(x) = f g +g f
dx dx dx
= sin x(− sin x) + cos x(cos x)
Example
Find h 0 (x) if h(x) = sin x cos x
We notice that h(x) is the product of the functions f (x) = sin x and g (x) = cos x .
Hence applying the product rule we have
d d d
h(x) = f g +g f
dx dx dx
= sin x(− sin x) + cos x(cos x)
= − sin2 x + cos2 x
[email protected] (KNUST-Maths) Differentiability 24 / 45
Differentiation Rules
Example
Find h 0 (x) if h(x) = e x csc x
Example
Find h 0 (x) if h(x) = e x csc x
d d d
h(x) = f g +g f
dx dx dx
= e x (− csc x cot x) + csc x(e x )
= −e x csc x cot x + e x csc x
Example
Find h 0 (x) if h(x) = e x csc x
d d d
h(x) = f g +g f
dx dx dx
= e x (− csc x cot x) + csc x(e x )
= −e x csc x cot x + e x csc x
Example
Find h 0 (x) if h(x) = (e x + x 2 )(3x + tan x)
Example
Find h 0 (x) if h(x) = e x csc x
d d d
h(x) = f g +g f
dx dx dx
= e x (− csc x cot x) + csc x(e x )
= −e x csc x cot x + e x csc x
Example
Find h 0 (x) if h(x) = (e x + x 2 )(3x + tan x)
d d d
h(x) = f g +g f
dx dx dx
= (e x + x 2 )(3x ln 3 + sec2 x) + (3x + tan x)(2x + e x )
[email protected] (KNUST-Maths) Differentiability 25 / 45
Differentiation Rules
Example
Find h 0 (x) if h(x) = tan x
Example
Find h 0 (x) if h(x) = tan x
sin x
Recall that h(x) = . Hence applying the quotient rule we have
cos x
Example
Find h 0 (x) if h(x) = tan x
sin x
Recall that h(x) = . Hence applying the quotient rule we have
cos x
d d
g f −f g
d d x d x
h(x) =
dx g2
[email protected] (KNUST-Maths) Differentiability 26 / 45
Differentiation Rules
Example
Find h 0 (x) if h(x) = tan x
sin x
Recall that h(x) = . Hence applying the quotient rule we have
cos x
d d
g f −f g
d d x d x cos x(cos x) − sin x(− sin x)
h(x) = 2
=
dx g cos2 x
[email protected] (KNUST-Maths) Differentiability 26 / 45
Differentiation Rules
Example
Find h 0 (x) if h(x) = tan x
sin x
Recall that h(x) = . Hence applying the quotient rule we have
cos x
d d
g f −f g
d cos x(cos x) − sin x(− sin x) 1 2
µ ¶
h(x) = d x d x = = = sec2
dx g2 cos2 x cos x
[email protected] (KNUST-Maths) Differentiability 26 / 45
Differentiation Rules
Example
x3 + x + 2
Find h 0 (x) if h(x) =
x2 + 4
Example
x3 + x + 2
Find h 0 (x) if h(x) =
x2 + 4
Notice that h(x) is the quotient of the functions f (x) = x 3 + x + 2 and g (x) = x 2 + 4.
Hence applying the quotient rule we have
d d
g f −f g
d dx dx
h(x) =
dx g2
(x 2 + 4)(3x 2 + 1) − (x 3 + x + 2)(2x)
=
(x 2 + 4)2
Note
h(x) is not the product of functions. The functions f and u are not multiplying but
rather u is "placed" in f as an argument.
Example
Find h 0 (x) if h(x) = e cos x
Example
Find h 0 (x) if h(x) = e cos x
1 Notice that h(x) is the composite of the functions f (x) = e x and u(x) = cos x
that is f (u) implies replacing the x (argument) in f (x) by u(x).
Example
Find h 0 (x) if h(x) = e cos x
1 Notice that h(x) is the composite of the functions f (x) = e x and u(x) = cos x
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df du
2 Thus = e u and = − sin x .
du dx
Example
Find h 0 (x) if h(x) = e cos x
1 Notice that h(x) is the composite of the functions f (x) = e x and u(x) = cos x
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df du
2 Thus = e u and = − sin x .
du dx
3 Hence applying the composite rule we have
d d f du
h(x) = ·
dx du dx
= e u · (− sin x)
Example
Find h 0 (x) if h(x) = e cos x
1 Notice that h(x) is the composite of the functions f (x) = e x and u(x) = cos x
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df du
2 Thus = e u and = − sin x .
du dx
3 Hence applying the composite rule we have
d d f du
h(x) = ·
dx du dx
= e u · (− sin x)
Example
Find h 0 (x) if h(x) = e cos x
1 Notice that h(x) is the composite of the functions f (x) = e x and u(x) = cos x
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df du
2 Thus = e u and = − sin x .
du dx
3 Hence applying the composite rule we have
d d f du
h(x) = ·
dx du dx
= e u · (− sin x)
= −e cos x sin x
Example
p
Find h 0 (x) if h(x) = x 2 + 5
Example
p
Find h 0 (x) if h(x) = x 2 + 5
p
1 Notice that h(x) is the composite of the functions f (u) = u and u(x) = x 2 + 5
that is f (u) implies replacing the x (argument) in f (x) by u(x).
Example
p
Find h 0 (x) if h(x) = x 2 + 5
p
1 Notice that h(x) is the composite of the functions f (u) = u and u(x) = x 2 + 5
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df 1 du
2 Thus = p and = 2x .
du 2 u dx
Example
p
Find h 0 (x) if h(x) = x 2 + 5
p
1 Notice that h(x) is the composite of the functions f (u) = u and u(x) = x 2 + 5
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df 1 du
2 Thus = p and = 2x .
du 2 u dx
3 Hence applying the composite rule we have
d d f du
h(x) = ·
dx du dx
1
= p · (2x)
2 u
Example
p
Find h 0 (x) if h(x) = x 2 + 5
p
1 Notice that h(x) is the composite of the functions f (u) = u and u(x) = x 2 + 5
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df 1 du
2 Thus = p and = 2x .
du 2 u dx
3 Hence applying the composite rule we have
d d f du
h(x) = ·
dx du dx
1
= p · (2x)
2 u
Example
p
Find h 0 (x) if h(x) = x 2 + 5
p
1 Notice that h(x) is the composite of the functions f (u) = u and u(x) = x 2 + 5
that is f (u) implies replacing the x (argument) in f (x) by u(x).
df 1 du
2 Thus = p and = 2x .
du 2 u dx
3 Hence applying the composite rule we have
d d f du
h(x) = ·
dx du dx
1 x
= p · (2x) = p
2 u x2 + 5
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
df du dz
2 Thus = 2u and = − sin z and = 3x .
du dz dx
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
df du dz
2 Thus = 2u and = − sin z and = 3x .
du dz dx
3 Hence applying the composite rule we have
d d f du dz
h(x) = · ·
dx du dz dx
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
df du dz
2 Thus = 2u and = − sin z and = 3x .
du dz dx
3 Hence applying the composite rule we have
d d f du dz
h(x) = · ·
dx du dz dx
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
df du dz
2 Thus = 2u and = − sin z and = 3x .
du dz dx
3 Hence applying the composite rule we have
d d f du dz
h(x) = · ·
dx du dz dx
= (2u) · (− sin z) · (3x)
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
df du dz
2 Thus = 2u and = − sin z and = 3x .
du dz dx
3 Hence applying the composite rule we have
d d f du dz
h(x) = · ·
dx du dz dx
= (2u) · (− sin z) · (3x)
= (2 cos x 3 + 4 )(− sin x 3 + 4 (3x)
¡ ¢ ¡ ¢
Example
Find h 0 (x) if h(x) = cos2 (x 3 + 4)
1 Notice that h(x) is the composite function f (u(z(x))) where f (u) = u 2 , u(z) =
cos z and z(x) = x 3 + 4.
df du dz
2 Thus = 2u and = − sin z and = 3x .
du dz dx
3 Hence applying the composite rule we have
d d f du dz
h(x) = · ·
dx du dz dx
= (2u) · (− sin z) · (3x)
= (2 cos x 3 + 4 )(− sin x 3 + 4 (3x)
¡ ¢ ¡ ¢
Example
Find the derivatives of
1 y = ln x
2 y = sin−1 x
3 y = cos−1 x
y = ln x =⇒ x = e y (18)
y = ln x =⇒ x = e y (18)
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
dy 1 1
and so = y = (20)
dx e x
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
dy 1 1
and so = y = (20)
dx e x
2
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
dy 1 1
and so = y = (20)
dx e x
2
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
dy 1 1
and so = y = (20)
dx e x
2
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
dy 1 1
and so = y = (20)
dx e x
2
y = ln x =⇒ x = e y (18)
dx
Thus = ey (19)
dy
dy 1 1
and so = y = (20)
dx e x
2
d (cos−1 x) 1
3 = −p
dx 1 − x2
[email protected] (KNUST-Maths) Differentiability 33 / 45
Implicit Differentiation
Outline of Presentation
1 Introduction
3 Differentiation Rules
4 Implicit Differentiation
5 Higher-Order derivatives
Implicit Differentiation
Definition (Implicit function)
These are functions containing which cannot be easily expressed in the form of
y = f (x).
Implicit Differentiation
Definition (Implicit function)
These are functions containing which cannot be easily expressed in the form of
y = f (x).
Example
1
The function y = x 2 is implicitly defined by the equation x 2 − 2y = 0 and the
2
derivative with respect to x is
d £ 2 ¤ d
x − 2y = (0) (24)
dx dx
Implicit Differentiation
Definition (Implicit function)
These are functions containing which cannot be easily expressed in the form of
y = f (x).
Example
1
The function y = x 2 is implicitly defined by the equation x 2 − 2y = 0 and the
2
derivative with respect to x is
d £ 2 ¤ d
x − 2y = (0) (24)
dx dx
2x − 2y 0 = 0 (25)
Implicit Differentiation
Definition (Implicit function)
These are functions containing which cannot be easily expressed in the form of
y = f (x).
Example
1
The function y = x 2 is implicitly defined by the equation x 2 − 2y = 0 and the
2
derivative with respect to x is
d £ 2 ¤ d
x − 2y = (0) (24)
dx dx
2x − 2y 0 = 0 (25)
0
y =x (26)
[email protected] (KNUST-Maths) Differentiability 35 / 45
Implicit Differentiation
Example
The equation y = 2x+3
x is implicitly defined as x y −2x = 3 and its differentiation gives
d £ ¤ d
x y − 2x = (3) (27)
dx dx
Example
The equation y = 2x+3
x is implicitly defined as x y −2x = 3 and its differentiation gives
d £ ¤ d
x y − 2x = (3) (27)
dx dx
(y + x y 0 ) − 2 = 0 (28)
Example
The equation y = 2x+3
x is implicitly defined as x y −2x = 3 and its differentiation gives
d £ ¤ d
x y − 2x = (3) (27)
dx dx
(y + x y 0 ) − 2 = 0 (28)
2− y
y0 = (29)
x
Example
The equation y = 2x+3
x is implicitly defined as x y −2x = 3 and its differentiation gives
d £ ¤ d
x y − 2x = (3) (27)
dx dx
(y + x y 0 ) − 2 = 0 (28)
2− y
y0 = (29)
x
2x + 3
2−
y0 = x (30)
x
Example
The equation y = 2x+3
x is implicitly defined as x y −2x = 3 and its differentiation gives
d £ ¤ d
x y − 2x = (3) (27)
dx dx
(y + x y 0 ) − 2 = 0 (28)
2− y
y0 = (29)
x
2x + 3
2−
y0 = x (30)
x
0 3
y =− 2 (31)
x
Example
The equation x y + e y = 1 implicitly defines the function y. There is no explicit
formula to define y. But the derivative with respect to x can be still obtained as
follows
d £ d
xy +ey =
¤
(1) (32)
dx dx
Example
The equation x y + e y = 1 implicitly defines the function y. There is no explicit
formula to define y. But the derivative with respect to x can be still obtained as
follows
d £ d
xy +ey =
¤
(1) (32)
dx dx
(y + x y 0 ) + y 0 e y = 0 (33)
Example
The equation x y + e y = 1 implicitly defines the function y. There is no explicit
formula to define y. But the derivative with respect to x can be still obtained as
follows
d £ d
xy +ey =
¤
(1) (32)
dx dx
(y + x y 0 ) + y 0 e y = 0 (33)
y 0
(x + e )y = −y (34)
Example
The equation x y + e y = 1 implicitly defines the function y. There is no explicit
formula to define y. But the derivative with respect to x can be still obtained as
follows
d £ d
xy +ey =
¤
(1) (32)
dx dx
(y + x y 0 ) + y 0 e y = 0 (33)
y 0
(x + e )y = −y (34)
dy y
=− (35)
dx x +ey
y
=− (36)
x +1−xy
Outline of Presentation
1 Introduction
3 Differentiation Rules
4 Implicit Differentiation
5 Higher-Order derivatives
Higher-Order derivatives
Notice that the derivatives of functions are also functions. Hence we can find the derivatives of the
derivatives of functions. These are precisely the higher derivatives of the given function.
Example
y = t 3 − 6t 2 + 9t (37)
Example
y = t 3 − 6t 2 + 9t (37)
dy
= 3t 2 − 12t + 9 (38)
dx
Example
y = t 3 − 6t 2 + 9t (37)
dy
= 3t 2 − 12t + 9 (38)
dx
d2y
= 3t − 12 (39)
d x2
Example
y = t 3 − 6t 2 + 9t (37)
dy
= 3t 2 − 12t + 9 (38)
dx
d2y
= 3t − 12 (39)
d x2
d3y
=3 (40)
d x3
Example
y = t 3 − 6t 2 + 9t (37)
dy
= 3t 2 − 12t + 9 (38)
dx
d2y
= 3t − 12 (39)
d x2
d3y
=3 (40)
d x3
dn y
= 0; n≥4 (41)
d xn
Example
y = sin x (42)
dy
= cos x (43)
dx
d2y
= − sin x (44)
d x2
d3y
= − cos x (45)
d x3
d4y
= sin x (46)
d x4
d5y
= cos x (47)
d x5
[email protected] (KNUST-Maths) Differentiability 41 / 45
Higher-Order derivatives
Example
Find the third derivative of y = x 2 e x
Example
Find the third derivative of y = x 2 e x
Example
Find the third derivative of y = x 2 e x
Example
Find the third derivative of y = x 2 e x
Example
Find the third derivative of y = x 2 e x
Example
Find the third derivative of y = x 2 e x
Exercise
x2 + x − 2 ex
1 Find the first derivatives of 1) f (x) = 2) f (x) =
µ ¶ x3 + 6 1 + x3
1
3) f (x) = 2 (tan x)
x +1
2 Find the implicit derivative of the function y or θ with respect to x or r :
1) y 2 − x 2 = sin x y 2) x 3 + y 3 − 9x y = 0 3) x 2 y + y 2 x = 6
¡ ¢
6) cos r + cot θ = r.
¡ ¢ ¡ ¢
4) x + tan x y = 0 5) x cos 2x + 3y = y sin x