Chapter 1 Beamer 3 For Students 1
Chapter 1 Beamer 3 For Students 1
Calculus I /
The Calculus with Analytic Geometry 1
Mathematics Department
Mindanao State University Main Campus
Marawi City
October 3, 2020
Chapter II:
The Derivative of a Function
Limits and derivatives are the two main subjects that form the nucleus of
calculus. The word derivative simply means “ rate of change". In fact, if the
derivative of a function y = f (x) at x0 exist, then the value of the derivative
at x0 is the rate of change of f at the point (x0 , f (x0 )).
Formal Definition of the Derivative
f (x0 + h) − f (x0 )
f 0 (x0 ) = lim ,
x7→0 h
if this limit exists. If f 0 (x0 ) exists, then f is said to be differentiable at x0 .
The function f is said to be differentiable if it is differentiable at each point
in the domain of f .
From Definition 2.1, a systematic procedure can be immediately formulated
for obtaining the derivative of f at x, if it exists. This is called the
three-step rule:
1. Simplify f (x + h) − f (x).
f (x + h) − f (x)
2. Divide f (x + h) − f (x) by h 6= 0, that is, solve for .
h
f (x + h) − f (x)
3. Evaluate lim . By definition, this limit, if it exist, is
h7→0 h
0
f (x).
Example 2.2 Use the 3-Step Rule to find the derivative f 0 (x) of the function
f (x) = 4x − 5.
Solution: Following the 3-Step Rule:
1. f (x + h) − f (x) = [4(x + h) − 5] − (4x − 5) = 4x + 4h − 5 − 4x + 5 = 4h.
f (x + h) − f (x) 4h
2. = = 4.
h h
f (x + h) − f (x)
3. lim = lim 4 = 4.
h7→0 h h7→0
Therefore, f 0 (x) = 4.
Example 2.3 Use the 3-Step Rule to find the derivative f 0 (x) of the function
f (x) = 3x2 − x.
Solution: Following the 3-Step Rule:
1. f (x + h) − f (x)= [3(x + h)2 − (x + h)] − (3x2 − x)
= 3(x2 + 2xh + h2 ) − x − h − 3x2 + x
= 3x2 + 6xh + 3h2 − h − 3x2
= 6xh + 3h2 − h.
f (x + h) − f (x) 6xh + 3h2 − h h(6x + 3h − 1
2. = = = 6x + 3h − 1.
h h h
f (x + h) − f (x)
3. lim = lim 6x + 3h − 1 = 6x + 3(0) − 1 = 6x − 1.
h7→0 h h7→0
Therefore, f 0 (x) = 6x − 1.
Example 2.4 Use the 3-Step Rule to find the derivative f 0 (x) of the function
f (x) = x1 , x 6= 0.
Solution: Following the 3-Step Rule:
1 1 x − (x + h) −h
1. f (x + h) − f (x) = − = = .
x+h x x(x + h) x(x + h)
−h
f (x + h) − f (x) x(x+h) −h −1
2. = = x(x+h) · h1 = x(x+h) .
h h
f (x + h) − f (x) −1 −1
3. lim = lim x(x+h) = x(x+0) = − x12 .
h7→0 h h7→0
Therefore, f 0 (x) = − x12 .
Example 2.5 Use the 3-Step Rule to find the derivative f 0 (x) of the function
1
f (x) = √ for x > 0.
x
Solution: Following the 3-Step Rule:
√ √ √ √
1 1 x− x+h x+ x+h
1. f (x + h) − f (x)= √ −√ = √ √ ·√ √
x+h x x+h x x+ x+h
x − (x + h)
=√ √ √ √
x + h x( x + x + h)
−h
=√ √ √ √ .
x + h x( x + x + h)
√ √ −h
√ √
f (x + h) − f (x) x+h x( x+ x+h) −h
2. = = √ √ √ √
h h h x + h x( x + x + h)
−1
=√ √ √ √ .
x + h x( x + x + h)
f (x + h) − f (x) −1
3. lim = lim √ √ √ √
h7→0 h h7→0 x + h x( x + x + h)
−1
=√ √ √ √
x + 0 x( x + x + 0)
−1 −1
= √ √ √ = √ 3.
x x(2 x) 2( x)
−1
Therefore, f 0 (x) = √ .
2 x3
Exercise 2.6 Use the 3-Step Rule to find the derivative f 0 (x) of the following
functions.
1. f (x) = 7x − 2 2. f (x) = 5
3 √
3. f (x) = − , x 6= 0 4. f (x) = x + 3
2
x
5. f (x) = x
√ +1 6. f (x) = x3 − 9
2
7. f (x) = 2x − 3 8. f (x) = x+2 , x 6= −2
x x
9. f (x) = 10. f (x) =
x+2 2x − 5
ASSESSMENT TEST
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Using the Three-Step Rule, find the derivative of the following functions:
1. f (x) = 4 + 3x
2. f (x) = 2x2 − 3x + 5
√
3. f (x) = 2x − 5
x+5
4. f (x) =
x
Theorems on Differentiation
dy d
f 0 (x), , Dx f, Dx f (x), Dx y, [f (x)], y0
dx dx
- Theorem 2.8 [Derivative of a constant] If f (x) = c for all x, where c is a
constant, then f 0 (x) = 0.
√
- Illustration: f (x) = 2
Solution: f 0 (x) = 0
- Theorem 2.9 [Derivative of a power] If r is a real number and f (x) = xr ,
then f 0 (x) = rxr−1 .
- Illustration: f (x) = x3
Solution: f 0 (x) = 3x2
1
- Illustration: f (x) = √
x
1 1
Solution: Note that f (x) = √ = x− 2 so that
x
0 1 − 21 −1 1 −1−2 −3
f (x) = − 2 x = − 2 x 2 = − 12 x 2 = − 1 3 .
2x 2
- Theorem 2.10 If h is a differentiable function at x and f (x) = c · h(x),
where c is a constant, then f is differentiable at x and f 0 (x) = c · h0 (x).
- Illustration: f (x) = 6x4
Solution: f 0 (x) = 6 · 4x3 = 24x3
- Theorem 2.11 [Derivative of a Sum] If g and h are differentiable at x and
f (x) = g(x) + h(x), then f is differentiable at x and
Solution:
(x − 1)(2x) − (x2 + 1)(1)
f 0 (x)=
(x − 1)2
2x2 − 2x − x2 − 1 2 −2x−1
= 2
= x(x−1) 2
(x − 1 )
- Theorem 2.14 [Derivative of a Composite Function - The Chain Rule]
Suppose that f , g , and u are functions with f (x) = g(u(x)) and suppose
that g and u are differentiable at x. Then f is differentiable at x and
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the derivative of the following:
√3
x−7
1. y =
(3x + 5)2
t2 + 2t − 3
2. g(t) =
(2t2 + 3t − 9)
√ √
x+4− x
3. F (x) =
x
4
8 − 2x3
4. h(x) =
1 − 3x
Differential Notations
4. f (x) = x3 tan 3x
Solution:
f 0 (x) = 2x2 tan 3x + x3 sec2 3x[Dx (3x)] = 2x2 tan 3x + 3x3 sec2 3x.
5. g(y) = cot4 (2y − 1)
Solution: Note that g(y) = cot4 (2y − 1) = [cot(2y − 1)]4 . Thus,
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the derivative of the following:
√ tan(1 − 2x)
1. f (x) = 4 cos 4x − + 3 csc2 (1 − 2x) + csc π2
5
sec(2t2 + 3t − 3)
2. g(t) =
(2t2 + 3t − 3)
r
3 cot(x + 4)
3. F (x) =
3 sin x
4. D sec (1 − 2x)
Implicit Differentiation
√ that R = f1 ∪ f2√
observe . The functions describing f1 and f2 are
y = 1 − x and y = − 1 − x2 respectively.
2
1. x3 − y 3 = xy 2. x2 − y 2 = x2 y 2
2 2
5. x − y = 3y − 3x 6. 3x2 y − 5xy 2 = 7x3 y 3
3. 3x3 y − 7xy 3 = 5 − 3xy + 7y − 4
4. x3(x + y)2 − 3(x − y)2 = 2x4 + 2y 4
7. y = cot(x + y) 8. tan xy + xy = 0
9. x cos y + y sin x = xy 10. cos(x − y) = sin(x + y)
ASSESSMENT TEST
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the derivative dy/dx implicitly, given that y is a function of x.
1. (x + y) + 2x − 3y 2 = x2 y
2. tan2 xy + 5xy = 15
3. cos(x − y) = sin(x + y)
Higher Order Derivatives
d −2
(x ) = −2x−3
dx
d2 −2
2
(x ) = 6x−4
dx
d3 −2 −5 24
(x ) = −24x = −
dx3 x5
3. Find f (5) of f (x) = cos(3x − 5).
Solution:
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the indicated higher order derivative.
x+1
1. Find d4 y/dx4 , if y =
2x
2. Find f , where f (x) = tan2 (4 − 7x)
(3)
The Inverse Trigonometric Functions
(Pre-Calculus)
A. If f is a one-to-one function with domain X and range Y , then its
inverse function has domain Y and range X . Moreover, if y = f (x), then
x = f −1 (y).
B. The following are the inverse trigonometric functions:
(a) The inverse sine function, denoted by y = sin−1 x = arcsinx, is defined if
and only if sin y = x, where −1 ≤ x ≤ 1 and −π π
2 ≤ y ≤ 2.
(b) The inverse cosine function, denoted by y = cos−1 x = arccosx, is
defined if and only if cos y = x, where −1 ≤ x ≤ 1 and 0 ≤ y ≤ π .
(c) The inverse tangent function, denoted by y = tan−1 x = arctanx, is
defined if and only if tan y = x, where x is any real number and
−π π
2 < y < 2.
(d) The inverse cotangent function, denoted by y = cot−1 x = arccotx,
is defined if and only if cot y = x, where x is any real number and
0 < y < π.
(e) The inverse secant function, denoted by y = sec−1 x = arcsecx, is
defined if and only if sec y = x, where |x| ≥ 1 and 0 ≤ y < π2 or
−π ≤ y < − π2 .
(f) The inverse cosecant function, denoted by y = csc−1 x = arccscx, is
defined if and only if csc y = x, where |x| ≥ 1 and 0 < y < π2 or
−π < y < − π2 .
To sum up, consider the table below.
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the derivative of each of the given functions.
x+1
1. y = arcsin
2x
2. f (x) = arctan(4 − 7x)2
√
3. G(x) = xarcsec2x − arccot(sin3x)
The Exponential and Logarithmic Functions
[Pre-Calculus]
1. The exponential function with base a is the function defined by
y = f (x) = ax , a > 0.
2. The logarithmic functions to the base a, denoted by f (x) = loga x,
is defined as the inverse of the exponential function y = ax , where a > 0
and a 6= 1.
Properties:
1. The laws of exponents hold for exponential functions.
2. If M = aN , then N = loga M , where M, N > 0.
3. Let a, M and N be nonnegative numbers. Then the following hold:
(a) loga 1 = 0
(b) loga a = 1
(c) loga M N = loga M + loga N
M
(d) loga = loga M − loga N
N
(e) loga M r = r loga M
ln M
(f) loga M =
ln a
Exponential function y = ax Logarithmic function y = loga x
1. domain of f df = {x : x ∈ R} 1. domain of f df = {x : x > 0}
2. image of f if = {y : y > 0} 2. image of f if = {y : y ∈ R}
3. Asymptote is the x − axis 3. Assymptote is the y − axis
4. intercept is (0, 1) 4. intercept is (1, 0)
5. f is increasing if a > 1 5. f is increasing if a > 1
6. f is decreasing if 0 < a < 1 6. f is deccreasing if 0 < a < 1
Table: The properties of the exponential and logarithmic function
Theorem 2.36
i. Dx (ex ) = ex .
1
ii. Dx (ln x) = .
x
iii. Dx (ax ) = ax ln a, a > 0.
1
iv. Dx (loga x) = , a > 0.
x · ln a
Theorem 2.37 Let u be differentiable function of x. Then
i. Dx (eu ) = eu · Dx (u).
1
ii. Dx (ln u) = · Dx (u).
u
iii. Dx (au ) = au · ln a · Dx (u), a > 0.
1
iv. Dx (loga u) = · Dx (u), a > 0.
u ln a
Example 2.38 Find the derivative of each of the following:
3
1. f (x) = e1−x
3 3
Solution: f 0 (x) = e1−x · Dx (1 − x3 ) = −3x2 e1−x .
2
2. f (x) = 5x
Solution:
2 2 2
f 0 (x) = 5x · ln 5Dx (x2 ) = 5x · ln 5 · 2x = 2(ln 5)x5x .
3. f (x) = e3x+ln x
Solution: Note that f (x) = e3x+ln x = e3x eln x = xe3x , since eln x = x.
Thus,
f 0 (x) = e3x + xe3x · 3 = e3x (1 + 3x).
1−x
4. f (x) = log2
2 − x2
Solution: Note that
1−x
f (x) = log2 = log 2(1 − x) − log2 (2 − x2 ).
2 − x2
Thus,
1 1
f 0 (x) = Dx (1 − x) − 2
Dx (2 − x2 )
(1 − x) ln 2 (2 − x ) ln 2
1 1
= (−1) − (−2x)
(1 − x) ln 2 (2 − x2 ) ln 2
1 −1 2x
= + .
ln 2 1 − x 2 − x2
√
5. g(x) = arcsinx · ln x
Solution:
0 1 1 1 1 −1
g (x) = √ ln x 2 + arcsinx · 1 x 2
1 − x2 x2 2
√
ln x 1
= √ + arcsinx · .
1 − x2 2x
Exercise 2.39 Find the derivative of each of the following:
2
1.f (x) = e−5x 6 f (x) = e2x +x−1
2
2. f (x) = x3 e5x 7. f (x) = x5 e−2x
2
3. f (x) = 53x 8. f (x) = 2−3x
1
4. g(x) = log2 x+1 9. log5 (x2 − 3x + 2)
arctan x
5. f (x) = 5 + arcsin(e1−x ) 10. ln | sec x + tan x|
ASSESSMENT TEST
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the derivative of each of the given functions.
1. y = arccos(e1−2x
2. f (x) = ln(sin 4x) + 2sin4x + lne
3. e2x y = xy − arccot(ex y)
Theorem 2.37 shows how to differentiate functions of the form au , where a is
a constant and u is a variable. The following procedure called logarithmic
differentiation illustrates how to differentiate functions of the form
u(x)v(x) , where u and v are both function of x.
Steps in logarithmic differentiation: Let y = f (x).
1. Take ln or log on both sides and simplify.
2. Differentiate implicitly and solve for dy/dx or y 0 .
3. Solve for y 0 or dy/dx and express in terms of x.
Example 2.40 Find the derivative of each of the following using logarithmic
differentiation. 1. f (x) = xx
Solution: Let y = xx . Then
ln y = ln xx
ln y = x ln x
1 0 1
y = ln x + x
y x
f 0 (x) x
= x (ln x + 1)
2. f = xsin x
Solution: Let y = xsin x . Then
ln y = ln xsin x
ln y = sin x ln x
1 0 1
y = cos x ln x + sin x
y x
0 sin x sin x
y = x cos x ln x +
x
0 −1+sin x
f (x) = x (x cos x ln x + sin x)
3. g(x) = xlnx
Solution: Let y = xln x . Then
ln y = ln xln x
ln y = ln x ln x = (ln x)2
1 0 1
y = 2 ln x ·
y x
0 ln x 2 ln x
y = x
x
0 −1+ln x
g (x) = (2 ln x)x
Exercise 2.41 Find the derivative of each of the following using logarithmic
differentiation.
√
x
1. f (x) = x
2. f (x) = (cos x)x
x
3. g(x) = x2
4. h(z) = xcos x
x
5. f (x) = xe
ASSESSMENT TEST
NAME: SIGNATURE:
SECTION: DATE:
SCORE:
Find the derivative of each of the given functions.
1. f (x) = xln x
2. f (x) = (1 − 2x)sin(1−2x)
3. y = (cot 3x)5−3x