Lecture For Week2
Lecture For Week2
2
Topics for Part I
1. Definition: Function, domain, co-domain, range
2. Representation of a function
3
Definition of Function
4
Visualization of a Function
One way to picture a function is by an arrow
diagram as in Figure 3.
{(x, f (x)) | x D}
6
Example
1 f A It is a function
One to one
2 B Onto
3 C
4 D
3 C
4 D
3 C
3 C
Figure 4
11
Visualization of a Function
The graph of f also allows us to picture the domain of f on
the x-axis and its range on the y-axis as in Figure 5.
f: [1,3] [2,5] Domain is [1,3]
5 Codomain is [2,5]
It is a function
Not one to one Range is [2,5]
Onto 2
1 3
Figure 5
12
Visualization of Functions
The reason for the truth of the Vertical Line Test can be seen
in Figure 13.
Figure 13
{y | –2 y 4} = [–2, 4]
15
Example
For example, the parabola x = y2 – 2 shown in Figure 14(a)
is not the graph of a function of x because, as you can see,
there are vertical lines that intersect the parabola twice.
The parabola, however, does contain the graphs of two
functions of x.
Not function
one to one
x = y2 – 2
Figure 14(a)
16
Example
Notice that the equation x = y2 – 2 implies y2 = x + 2, so
. Thus the upper and lower halves of the
parabola are the graphs of the functions
and . [See Figures 14(b) and (c).]
function
function
one to one
one to one
17
Topics for Part II
1. Properties of a function:
Even, Odd, One-to-one(or injective), Periodic, Onto(or
surjective)
18
One to One
19
One to one (or 1-1) Function
20
Example
Show that f (x) = x3 is an 1-1 function but g(x) = x4 is not
one to one
Algebraically:
f (x) = f(y)
x3 = y3
x=y (cube root of both sides)
Since g(-1) = g(1) but -1 ≠ 1 therefore by the algebraic
definition of one to one function we can say that g(x) is not
a one to one function
21
Example
Graphically:
f (x) = x3 passes the horizontal line test but f (x) = x4 does not
pass the horizontal line test
22
Symmetry
23
Symmetry
Algebraically:
If a function f satisfies f (–x) = f (x) for every number x in its
domain, then f is called an even function. For instance,
the function f (x) = x2 is even because
24
Symmetry
Algebraically:
If a function f satisfies f (–x) = –f (x) for every number x in its
domain, then f is called an odd function. For instance, the
function f (x) = x3 is an odd function because
26
Symmetry
27
Example
Determine whether each of the following functions is even,
odd, or neither even nor odd.
(a) f (x) = x5 + x (b) g (x) = 1 – x4 (c) h (x) = 2x – x2
Solution:
(a) f (–x) = (–x)5 + (–x)
= (–1)5 x5 + (–x)
= –x5 – x
= –(x5 + x)
= –f (x)
So g is even.
Figure 21
30
Topics for Part III
1. Some essential functions: linear functions, polynomials, rational
function, power function, algebraic function, trigonometric function,
exponential function, inverse function, logarithmic function, inverse
trig function
31
Mathematical Models:
1.2 A Catalog of Essential Functions
33
Mathematical Models: A Catalog of Essential Functions
Figure 1
34
Mathematical Models: A Catalog of Essential Functions
36
Linear Models
When we say that y is a linear function of x, we mean that
the graph of the function is a line, so we can use the
slope-intercept form of the equation of a line to write a
formula for the function as
y = f (x) = mx + b
37
Linear Models
A characteristic feature of linear functions is that they grow
at a constant rate.
Figure 2
38
Linear Models
Notice that whenever x increases by 0.1, the value of f (x)
increases by 0.3.
39
Example 1
(a) As dry air moves upward, it expands and cools. If the
ground temperature is 20C and the temperature at a
height of 1 km is 10C, express the temperature T
(in °C) as a function of the height h (in kilometers),
assuming that a linear model is appropriate.
(b) Draw the graph of the function in part (a). What does
the slope represent?
40
Example 1(a) – Solution
Because we are assuming that T is a linear function of h,
we can write
T = mh + b
We are given that T = 20 when h = 0, so
20 = m • 0 + b = b
In other words, the y-intercept is b = 20.
We are also given that T = 10 when h = 1, so
10 = m • 1 + 20
The slope of the line is therefore m = 10 – 20 = –10 and the
required linear function is
T = –10h + 20 41
Example 1(b) – Solution cont’d
Figure 3
42
Example 1(c) – Solution cont’d
T = –10(2.5) + 20 = –5C
43
Linear Models
If there is no physical law or principle to help us
formulate a model, we construct an empirical
model, which is based entirely on collected data.
44
Polynomials
45
Polynomials
A function P is called a polynomial if
P (x) = anxn + an–1xn–1 + . . . + a2x2 + a1x + a0
where n is a nonnegative integer and the numbers
a0, a1, a2, . . ., an are constants called the coefficients of
the polynomial.
is a polynomial of degree 6.
46
Polynomials
A polynomial of degree 1 is of the form P (x) = mx + b and
so it is a linear function.
47
Polynomials
Its graph is always a parabola obtained by shifting the
parabola y = ax2. The parabola opens upward if a > 0 and
downward if a < 0. (See Figure 7.)
Figure 8 49
Example 4
A ball is dropped from the upper observation deck of the
CN Tower, 450 m above the ground, and its height h above
the ground is recorded at 1-second intervals in Table 2.
50
Example 4 – Solution
We draw a scatter plot of the data in Figure 9 and observe
that a linear model is inappropriate.
51
Example 4 – Solution cont’d
52
Example 4 – Solution cont’d
54
Power Functions
55
Power Functions
A function of the form f(x) = xa, where a is a constant, is
called a power function. We consider several cases.
56
Power Functions
58
Power Functions
Notice from Figure 12, however, that as n increases, the
graph of y = xn becomes flatter near 0 and steeper when
| x | 1. (If x is small, then x2 is smaller, x3 is even smaller,
x4 is smaller still, and so on.)
where C is a constant.
64
Rational Functions
A rational function f is a ratio of two polynomials:
Figure 16 66
Algebraic Functions
67
Algebraic Functions
A function f is called an algebraic function if it can be
constructed using algebraic operations (such as addition,
subtraction, multiplication, division, and taking roots)
starting with polynomials. Any rational function is
automatically an algebraic function.
68
Algebraic Functions
The graphs of algebraic functions can assume a variety of
shapes. Figure 17 illustrates some of the possibilities.
Figure 17
69
Algebraic Functions
An example of an algebraic function occurs in the theory of
relativity. The mass of a particle with velocity v is
70
Trigonometric Functions
71
Trigonometric Functions
In calculus the convention is that radian measure is always
used (except when otherwise indicated).
72
Trigonometric Functions
Thus the graphs of the sine and cosine functions are as
shown in Figure 18.
Figure 18 73
Trigonometric Functions
Notice that for both the sine and cosine functions the domain
is ( , ) and the range is the closed interval [–1, 1].
| sin x | 1 | cos x | 1
74
Trigonometric Functions
Also, the zeros of the sine function occur at the integer
multiples of ; that is,
75
Trigonometric Functions
The tangent function is related to the sine and cosine
functions by the equation
77
Exponential Functions
78
Exponential Functions
The exponential functions are the functions of the form
f (x) = ax, where the base a is a positive constant.
Figure 20
79
Exponential Functions
Exponential functions are useful for modeling many natu
phenomena, such as population growth (if a > 1) and
radioactive decay (if a < 1).
80
Logarithmic Functions
81
Logarithmic Functions
The logarithmic functions f (x) = logax, where the base
positive constant, are the inverse functions of the expon
functions. Figure 21 shows the graphs of four logarithmic
functions with various bases.
Figure 21
82
Example 5
Classify the following functions as one of the types of
functions that we have discussed.
(a) f(x) = 5x
(b) g (x) = x5
(c)
(d) u (t) = 1 – t + 5t 4
83
Example 5 – Solution
(a) f(x) = 5x is an exponential function.
(The x is the exponent.)
84
Topics for Part IV
1. New functions from old functions:
I. Transformation of functions: shifting, scaling, reflecting
II. Combination of functions: addition, subtraction,
multiplication, division, composition
85
New Functions from Old
1.3 Functions
87
Transformations of Functions
By applying certain transformations to the graph of a given
function we can obtain the graphs of certain related
functions.
90
Transformations of Functions
The graph of y = –f (x) is the graph of y = f (x) reflected about
the x-axis because the point (x, y) is replaced by the
point (x, –y).
92
Transformations of Functions
Figure 3 illustrates these stretching transformations when
applied to the cosine function with c = 2.
Figure 3
93
Transformations of Functions
For instance, in order to get the graph of y = 2 cos x we
multiply the y-coordinate of each point on the graph of
y = cos x by 2.
94
Example 1
Given the graph of use transformations to graph
and
Solution:
The graph of the square root function , is shown in
Figure 4(a).
Figure 4 95
Example 1 – Solution cont’d
Figure 4
This tells us how to get the graph of y = | f (x) | from the graph
of y = f (x) : The part of the graph that lies above the x-axis
remains the same; the part that lies below the x-axis is
reflected about the x-axis.
97
Combinations of Functions
98
Combinations of Functions
Two functions f and g can be combined to form new
functions f + g, f – g, fg, and f/g in a manner similar to the
way we add, subtract, multiply, and divide real numbers.
The sum and difference functions are defined by
(f + g)(x) = f (x) + g (x) (f – g)(x) = f (x) – g (x)
If the domain of f is A and the domain of g is B, then the
domain of f + g is the intersection A ∩ B because both
f (x) and g(x) have to be defined.
For example, the domain of is A = [0, ) and the
domain of is B = ( , 2], so the domain of
is A ∩ B = [0, 2].
99
Combinations of Functions
Similarly, the product and quotient functions are defined by
100
Combinations of Functions
There is another way of combining two functions to obtain a
new function. For example, suppose that y = f (u) =
and u = g (x) = x2 + 1.
102
Combinations of Functions
The domain of f g is the set of all x in the domain of g such
that g (x) is in the domain of f.
Solution:
We have
= f (x – 3) = (x – 3)2
(f g)(x) = f (g (x))
= g (x2) = x2 – 3
(g f)(x) = g (f (x))
104
Combinations of Functions
Remember, the notation f g means that the function g is
applied first and then f is applied second. In Example 6,
f g is the function that first subtracts 3 and then squares;
g f is the function that first squares and then subtracts 3.
(f g h)(x) = f (g (h (x)))
105
Topics for Part V
1. Inverse functions:
I. Definition of inverse functions, finding inverse of a
general function
II. logarithmic function, inverse trigonometric function
106
One-to-One Functions and Their
Inverses
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or
duplicated, or posted to a publicly accessible website, in whole or in part.
107
Objectives
• One-to-One Functions
• The Inverse of a Function
• Finding the Inverse of a Function
• Graphing the Inverse of a Function
• Applications of Inverse Functions
108
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions and Their
Inverses
The inverse of a function is a rule that acts on the output of the function
and produces the corresponding input.
So the inverse “undoes” or reverses what the function has done. Not all
functions have inverses; those that do are called one-to-one.
109
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions
110
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions (1 of 6)
Let’s compare the functions f and g whose arrow diagrams are shown in Figure 1.
Figure 1
111
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions (2 of 6)
Note that f never takes on the same value twice (any two numbers in A have
different images), whereas g does take on the same value twice (both 2 and 3
have the same image, 4).
In symbols, g (2) = g (3) but f (x1) ≠ f (x2) whenever x1 ≠ x2. Functions that have
this latter property are called one-to-one.
112
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions (3 of 6)
f x1 f x2 , whenever x1 x2
113
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions (4 of 6)
If a horizontal line intersects the graph of f at more than one point, then we see from
Figure 2 that there are numbers x1 ≠ x2 such that f (x1) = f (x2).
114
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions (5 of 6)
115
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 1 – Deciding Whether a Function Is One-to-One
Is the function f x x 3 one-to-one?
Solution 1:
I
f x1 x2 , then x13 x23 (two different numbers cannot have the same cube).
Therefore, f x x 3 is one-to-one.
Solution 2:
From Figure 3 we see that no horizontal
line intersects the graph of f x x 3
more than once. Therefore by the
Horizontal Line Test, f is one-to-one.
f x x 3 is one-to-one
Figure 3
116
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
One-to-One Functions (6 of 6)
117
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse of a Function
118
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse of a Function (1 of 5)
One-to-one functions are important because they are precisely the functions that possess inverse
functions according to the following definition.
f 1 y x f x y
for any y in B.
119
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse of a Function (2 of 5)
This definition says that if f takes x to y, then f 1 takes y back to x. (If f were not
Figure 6 indicates that f 1 reverses the effect of f. From the definition we have
domain of f 1 range of f
range of f 1 domain of f
Figure 6
120
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 4 – Finding f inverse for Specific Values
Solution:
From the definition of f 1 we have
f 1 5 1 because f 1 5
f 1 7 3 because f 3 7
f 1 10 8 because f 8 10
121
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 4 – Solution
Figure 7 shows how f 1 reverses the effect of f in this case.
Figure 7
1
f 1 x does not mean
f x
1
is written as f x .
1
The reciprocal
f x
122
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse of a Function
By definition the inverse
f 1
undoes what f does: If we start with x, apply
f undoes what f 1 does. In general, any function that reverses the effect of f
123
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse of a Function (4 of 5)
f 1 f x x for every x in A
f f 1 x x for every x in B
124
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse of a Function (5 of 5)
These properties indicate that f is the inverse function of
f 1, so we say that f and
125
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Finding the Inverse of a Function
126
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Finding the Inverse of a Function (1 of
3)
Now let’s examine how we compute inverse functions. We first observe from
y f x f 1 y x
So if y = f (x) and if we are able to solve this equation for x in terms of y, then
we must have
x f 1 y . If we then interchange x and y, we have
y f 1 x ,
which is the desired equation.
127
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Finding the Inverse of a Function (2 of
3)
Note that Steps 2 and 3 can be reversed. In other words, we can interchange x
and y first and then solve for y in terms of x.
128
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 7 – Finding the Inverse of a Function
Solution:
First we write y = f (x).
y = 3x − 2
3x = y + 2 Add 2
y 2
x Divide by 3
3
129
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 7 – Solution
x 2
y
3
x 2
Therefore, the inverse function is f 1 x .
3
130
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Finding the Inverse of a Function (3 of 3)
A rational function is a function defined by a rational expression. In the next
example we find the inverse of a rational function.
131
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 9 – Finding the Inverse of a Rational Function
2x 3
Find the inverse of the function f x .
x1
Solution:
We first write
y
2 x 3 and solve for x.
x 1
2x 3
y Equation defining function
x1
y (x − 1) = 2x + 3 Multiply by x − 1
yx − y = 2x + 3 Expand
132
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 9 – Solution
Bring x-terms to LHS
yx − 2x = y + 3
Factor x
x (y − 2) = y + 3
y 3
x Divide by y − 2
y 2
x 3
Therefore the inverse function is f 1 x .
x 2
133
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphing the Inverse of a Function
134
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphing the Inverse of a Function (1 of 2)
The principle of interchanging x and y to find the inverse function also gives us
If f (a) = b, then f 1 b a. Thus the point (a, b) is on the graph of f if and only if the
1
point (b, a) is on the graph of
f .
135
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphing the Inverse of a Function
(2 of 2)
But we get the point (b, a) from the point (a, b) by reflecting in the line y = x (see Figure 9).
Therefore, as Figure 10 illustrates, the following is true.
Figure 9 Figure 10
136
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 10 – Graphing the Inverse of a Function
137
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 10 – Solution (1 of 3)
(b) The graph of
f 1 is obtained from the graph of f in part (a) by reflecting it in
the line y = x, as shown in Figure 11.
Figure 11
138
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 10 – Solution (2 of 3)
(c) Solve y x 2 for x, noting that y 0.
x 2 y
x 2 y 2 Square each side
x y 2 2 y 0 Add 2
y x 2 2 x 0
139
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 10 – Solution (3 of 3)
Thus
f 1 x x 2 2 x 0
Figure 11
140
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Applications of Inverse Functions
141
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Applications of Inverse Functions
When working with functions that model real-world situations, we name the variables
using letters that suggest the quantity being modeled. For instance we may use t for
time, d for distance, V for volume, and so on.
When using inverse functions, we follow this convention. For example, suppose that the variable R is
a function of the variable N, say, R = f (N). Then
f 1 R N.
So the function
f 1 defines N as a function of R.
142
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 11 – An Inverse Function
At a local pizza parlor the daily special is $12 for a plain cheese pizza plus $2 for
each additional topping.
(a) Find a function f that models the price of a pizza with n toppings.
(b) Find the inverse of the function f. What does f 1 represent ?
(c) If a pizza costs $22, how many toppings does it have?
Solution:
Note that the price p of a pizza is a function of the number n of toppings.
143
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 11 – Solution (1 of 2)
f (n) = 12 + 2n
(b) To find the inverse function, we first write p = f (n), where we use the letter p instead of our usual y
because f (n) is the price of the pizza. We have
p = 12 + 2n
144
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 11 – Solution (2 of 2)
p = 12 + 2n
p − 12 = 2n
p 12
n
2
p 12
So n f 1 p . The function f 1 gives the number n of toppings for a
2
pizza with price p.
145
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Exponential and Logarithmic
Functions
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or
duplicated, or posted to a publicly accessible website, in whole or in part.
146
Logarithmic Functions
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or
duplicated, or posted to a publicly accessible website, in whole or in part.
147
Objectives
• Logarithmic Functions
• Graphs of Logarithmic Functions
• Common Logarithms
• Natural Logarithms
• Laws of Logarithms
• Expanding and Combining Logarithmic Expressions
• Change of Base Formula
• Exponential Equations
• Logarithmic Equations
• Compound Interest
148
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Functions
149
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Functions (1 of 5)
Every exponential function
f ( x ) a x , with a > 0 and a ≠ 1, is a one-to-one function
by the Horizontal Line Test (see Figure 1 for the case a > 1) and therefore has an inverse function.
f ( x ) a x , is one-to-one
Figure 1
150
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
151
Logarithmic Functions (2 of 5)
The inverse function is called the logarithmic function with base a and is
f 1
denoted by log a. We know that f 1 is defined by
f 1( x ) y f (y ) x
This leads to the following definition of the logarithmic function.
loga x y ay x
152
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
153
154
155
Logarithmic Functions (3 of 5)
When we use the definition of logarithms to switch back and forth between the
156
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 1 – Logarithmic and Exponential Forms
The logarithmic and exponential forms are equivalent equations: If one is true, then so
is the other.
So we can switch from one form to the other as in the following illustrations.
Logarithmic Exponential
form form
log10 100,000 = 5 105 100,000
log2 8 = 3 23 8
1 1
log2 3 2 3
8 8
log5 s = r 5r s
157
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Functions (4 of 5)
This is the case for all bases, as the next example illustrates.
158
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 2 – Evaluating Logarithms
(a) log10 1000 = 3 because 103 1000
(b) log2 32 = 5 because 25 32
(c) log10 0.1 = −1 because 10 1 0.1
(d)
log16 4 21 because 161/2 4
159
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Functions (5 of 5)
When we apply the Inverse Function Property to
f ( x ) a x and f 1( x ) loga x,
we get
loga (a x ) x x
aloga x x x 0
160
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 3 – Applying Properties of Logarithms
161
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphs of Logarithmic Functions
162
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphs of Logarithmic Functions (1 of 5)
We know that if a one-to-one function f has domain A and range B, then its
in the line y = x.
f 1 has domain (0,∞) and range
163
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphs of Logarithmic Functions (2 of 5)
164
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphs of Logarithmic Functions (3 of
5)
The fact that y a x (for a > 1) is a very rapidly increasing function for x > 0
165
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 4 – Graphing a Logarithmic Function by
Plotting Points
166
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphs of Logarithmic Functions (4 of 5)
Figure 4 shows the graphs of the family of logarithmic functions with bases 2,
3, 5, and 10.
167
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Graphs of Logarithmic Functions (5 of
5)
168
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Reflecting Graphs of Logarithmic Functions
169
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Solution (1 of 2)
From the graph we see that the domain of g is (0,∞), the range is the set
of all real numbers, and the line x = 0 is a vertical asymptote.
(b) We start with the graph of f (x) = log2 x and reflect in the y-axis to get the graph of h(x) =
log2(−x) in Figure 5(b).
Figure 5(b)
170
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Solution (2 of 2)
From the graph we see that the domain of h is (−∞, 0), the range is the set
of all real numbers, and the line x = 0 is a vertical asymptote.
171
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Common Logarithms
172
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Common Logarithms (1 of 3)
But how do we find log 50? We need to find the exponent y such that 10 y 50.
173
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Common Logarithms (2 of 3)
Fortunately, scientific calculators are equipped with a LOG key that directly
174
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 7 – Evaluating Common Logarithms
Use a calculator to find appropriate values of f (x) = log x, and use the values to sketch the graph.
Solution:
We make a table of values, using a calculator to evaluate the function at those values of x
that are not powers of 10. We plot those points and connect them by a smooth curve as in
Figure 8.
x log x
0.01 −2
0.1 −1
0.5 −0.301
1 0
4 0.602
5 0.699
10 1 Figure 8
175
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Common Logarithms (3 of 3)
I
S k log
I0
where S is the subjective intensity of the stimulus, I is the physical intensity of the stimulus,
I0 stands for the threshold physical intensity, and k is a constant that is different for each
sensory stimulus.
176
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 8 – Common Logarithms and Sound
The perception of the loudness B (in decibels, dB) of a sound with physical
W
intensity I in m 2 is given by
I
B 10log
I0
where I0 is the physical intensity of a barely audible sound. Find the decibel level (loudness) of a
sound whose physical intensity I is 100 times that of I0.
Solution:
We find the decibel level B by using the fact that I = 100I0.
I
B 10log Definition of B
I0
177
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 8 – Solution
100I0
10log I = 100I0
I0
Cancel I0
= 10 log 100
= 10 · 2 = 20 Definition of log
178
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Natural Logarithms
179
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Natural Logarithms (1 of 3)
Of all possible bases a for logarithms, it turns out that the most convenient choice for
the purposes of calculus is the number e,
NATURAL LOGARITHM
The logarithm with base e is called the natural logarithm and is denoted by ln:
ln x = loge x
exponential function y e x .
180
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Natural Logarithms (2 of 3)
181
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Natural Logarithms (3 of 3)
If we substitute a = e and write “ln” for “loge” in the properties of logarithms mentioned earlier, we obtain the
following properties of natural logarithms.
Property Reason
1. ln 1 = 0 We must raise e to the power 0 to get 1.
2. ln e = 0 We must raise e to the power 1 to get e.
x x
3. lne x We must raise e to the power x to gete .
ln x
4. lne x ln x is the power to which e must be raised to get x.
Calculators are equipped with an LN key that directly gives the values of
natural logarithms.
182
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 9 – Evaluating the Natural Logarithm Function
(a) ln e 8 8 Definition of natural logarithm
1
(b) ln 2 ln e 2 2 Definition of natural logarithm
e
Use key on calculator
(c) ln 5 ≈ 1.609 LN
183
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 10 – Finding the Domain of a Logarithmic Function
{ x 4 x 2 0} { x x 2 4}
{ x x 2}
{ x 2 x 2}
( 2, 2)
184
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Laws of Logarithms
185
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Laws of Logarithms
Since logarithms are exponents, the Laws of Exponents give rise to the Laws of Logarithms.
LAWS OF LOGARITHMS
Let a be a positive number, with a ≠ 1. Let A, B, and C be any real numbers with
A > 0 and B > 0.
Law Description
The logarithm of a product of numbers is the sum of the logarithms
1. loga AB loga A loga B
of the numbers.
A The logarithm of a quotient of numbers is the difference of the
2. loga B loga A loga B
logarithms of the numbers.
C
3. loga A C loga A
The logarithm of a power of a number is the exponent times the
logarithm of the number.
186
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
187
Example 1 – Using the Laws of Logarithms to Evaluate
Expressions
188
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 1 – Solution
= log216 = 4
Because 16 24
(c)
31 log8 log8 1 3 Law 3
−0.301 Calculator
189
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Expanding and Combining Logarithmic
Expressions
190
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Expanding and Combining Logarithmic
Expressions
191
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 2 – Expanding Logarithmic Expressions
ab
(a) log2(6x) (b)
log5 x 3 y 6 (c) ln 3
c
Solution:
192
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 2 – Solution
ab 3 Law 2
(c) ln
3 ln( ab ) ln c
c
ln a ln b ln c 1 3 Law 1
ln a ln b 31 ln c Law 3
193
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Expanding and Combining Logarithmic
Expressions (1 of 2)
The Laws of Logarithms also allow us to reverse the process of expanding that
was done in Example 2.
That is, we can write sums and differences of logarithms as a single logarithm.
This process, called combining logarithmic expressions, is illustrated in the
next example.
194
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 3 – Combining Logarithmic Expressions
Use the Laws of Logarithms to combine each expression into a single logarithm.
(b)
3ln s 21 ln t 4ln(t 2 1)
Solution:
195
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 3 – Solution
3
s t
ln
Law 2
4
t2 1
196
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Expanding and Combining Logarithmic
Expressions (2 of 2)
197
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 4 – The Law of Forgetting
If a task is learned at a performance level P0, then after a time interval t the
performance level P satisfies
log P = log P0 − c log(t + 1)
where c is a constant that depends on the type of task and t is measured in
months.
(a) Solve for P.
(b) If your score on a history test is 90, what score would you expect to get on a
similar test after two months? After a year? (Assume that c = 0.2.)
198
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 4(a) – Solution
P0
log P log Law 2
(t 1)c
P0
P Because log is one-to-one
(t 1)c
199
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 4(b) – Solution
Here P0 = 90, c = 0.2, and t is measured in months.
90
In 2 months: t 2 and P 0.2
72
(2 1)
90
In 1 year: t 12 and P 0.2
54
(12 1)
Your expected scores after 2 months and after 1 year are 72 and 54, respectively.
200
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Change of Base Formula
201
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Change of Base Formula (1 of 3)
For some purposes we find it useful to change from logarithms in one base to
logarithms in another base.
Suppose we are given loga x and want to find logb x.
Let
y = logb x
202
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Change of Base Formula (2 of 3)
We write this in exponential form and take the logarithm, with base a, of each side.
by x Exponential form
loga x
y Divide by loga b
loga b
203
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Change of Base Formula (3 of 3)
loga x
logb x
loga b
1
logb a
loga b
204
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Evaluating Logarithms with the Change of
Base Formula
Use the Change of Base Formula and common or natural logarithms to
evaluate each logarithm, rounded to five decimal places.
(a) log8 5
(b) log9 20
Solution:
(a) We use the Change of Base Formula with b = 8 and a = 10:
log10 5
log8 5 0.77398
log10 8
205
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Solution
206
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Exponential Equations
207
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Exponential Equations (1 of 2)
208
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Exponential Equations (2 of 2)
209
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 2 – Solving an Exponential Equation
Solution:
(a) We take the common logarithm of each side and use Law 3.
3 x 2 7 Given Equation
log(3 x 2 ) log7
Take log of each side
210
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 2 – Solution (1 of 2)
log7
x 2 Divide by log 3
log3
log7
x 2 Subtract 2
log3
log7
The exact solution is
x 2.
log3
211
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 2 – Solution (2 of 2)
3( 0.228756)2 7
212
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
213
Example 5 – An Exponential Equation of Quadratic Type
e 2 x e x 6 0 Given Equation
(e x )2 e x 6 0 Law of Exponents
214
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Solution
e x 3 0 or e x 2 0 Zero-Product Property
e x 3 e x 2
The equation
e x 3 leads to x = ln 3.
e x 2 ex 0
But the equation has no solution because for all x.
215
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Equations
216
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Equations (1 of 3)
217
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Logarithmic Equations (2 of 3)
The following guidelines describe the process for solving logarithmic
equations.
GUIDELINES FOR SOLVING LOGARITHMIC EQUATIONS
1.Isolate the logarithmic term on one side of the equation; you might first
need to combine the logarithmic terms.
2.Write the equation in exponential form (or raise the base to each side of the
equation).
3.Solve for the variable.
218
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 8 – Solving Logarithmic Equations
Solution:
x e 8 Exponential form
Therefore,
x e 8 2981.
219
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 8 – Solution (1 of 3)
We can also solve this problem another way.
Given equation
ln x = 8
x e 8 Property of ln
220
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 8 – Solution (2 of 3)
log2(25 − x) = 3
25 − x = 8
x = 25 − 8 = 17
221
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 8 – Solution (3 of 3)
222
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
223
224
Logarithmic Equations (3 of 3)
225
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 12 – Transparency of a Lake (1 of 2)
If I0 and I denote the intensity of light before and after going through a material and
x is the distance (in feet) the light travels in the material, then according to the
Beer-Lambert Law,
1 I
ln x
k I0
226
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 12 – Transparency of a Lake (2 of 2)
227
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 12(a) – Solution
1 I
ln x Given equation
k I0
I
ln kx Multiply by −k
I0
I
e kx Exponential form
I0
I I0e kx Multiply by I0
228
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 12(b) – Solution
≈ 8.49 Calculator
229
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Compound Interest
230
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Compound Interest
If a principal P is invested at an interest rate r for a period of t years, then the amount A of the investment is
given by
nt
r
A(t ) P 1 Interest compounded n times per year
n
We can use logarithms to determine the time it takes for the principal to increase to a given
amount.
231
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 13 – Finding the Term for an Investment to
Double
(a) Semiannually
(b) Continuously
232
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 13(a) – Solution (1 of 2)
We use the formula for compound interest with P = $5000, A(t) = $10,000, r = 0.05, and
n = 2, and solve the resulting exponential equation for t.
2t nt
0.05 r
5000 1 10,000 P 1 A
2 n
(1.025)2t 2
Divide by 5000
233
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 13(a) – Solution (2 of 2)
log2
t Divide by 2 log 1.025
2log1.025
t 14.04 Calculator
234
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 13(b) – Solution (1 of 2)
We use the formula for continuously compounded interest with P = $5000, A(t) =
$10,000, and r = 0.05 and solve the resulting exponential equation for t.
5000e0.05 t 10,000 Pe rt A
e0.05 t 2
Divide by 5000
0.05t = ln 2 Property of ln
235
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 13(b) – Solution (2 of 2)
ln2
t Divide by 0.05
0.05
t 13.86 Calculator
236
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
237
238
Inverse Trigonometric Functions
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or
duplicated, or posted to a publicly accessible website, in whole or in part.
239
Objectives
240
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Inverse Trigonometric Functions and Their Graphs
241
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function
242
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function (1 of 5)
Let's first consider the sine function. There are many ways to restrict the domain of sine so that the
new function is one-to-one.
A natural way to do this is to restrict the domain to the interval 2 , 2 .
The reason for this choice is that sine is one-to-one on this interval and moreover attains each
of the values in its range on this interval.
243
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function (2 of 5)
From Figure 1 we see that sine is one-to-one on this restricted domain (by the Horizontal Line
Test) and so has an inverse.
y = sin x
y sin x, x
2 2
244
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function (3 of 5)
We can now define an inverse sine function on this restricted domain. The
245
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function (4 of 5)
DEFINITION OF THE INVERSE TANGENT FUNCTION
The inverse sine function is the function sin 1 with domain [−1, 1] and range
2, 2 defined by
sin 1 x y sin y x
The inverse sine function is also called arcsine, denoted by arcsin.
Thus
y sin 1 x is the number in the interval
2, 2
whose sine is x.
In other words, sin(sin 1 x ) x.
246
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function (5 of 5)
In fact, from the general properties of inverse functions, we have the following cancellation properties.
sin(sin 1 x ) x for 1 x 1
sin 1(sin x ) x for x
2 2
247
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 3 – Evaluating Expressions with Inverse Sine
2, 2,
(a) Since is in the interval we can use the above cancellation
3
properties of inverse functions:
sin 1 sin Cancellation property:
3 3 2 3 2
248
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 3 – Solution
2 3
sin 1 sin sin 1
Evaluate
3 2
3
Because sin
3 3 2
249
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Cosine Function
250
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Cosine Function (1 of 3)
If the domain of the cosine function is restricted to the interval [0, ], the resulting
function is one-to-one and so has an inverse.
We choose this interval because on it, cosine attains each of its values exactly once
(see Figure 3).
y = cos x y cos x, 0 x
251
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Cosine Function (2 of 3)
DEFINITION OF THE INVERSE COSINE FUNCTION
Thus
y cos 1 x is the number in the interval [0, π ] whose cosine is x. The
cos(cos 1 x ) x for 1 x 1
cos 1(cos x ) x for 0 x
252
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Cosine Function (3 of 3)
The graph of
y cos 1 x is shown in Figure 4; it is obtained by reflecting the graph
of
y cos x, 0 x , in the line y = x.
253
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Evaluating Expressions with
Inverse Cosine
2 5
(a) cos 1 cos (b) cos 1 cos
3 3
Solution:
2
(a) Since is in the interval [0, ], we can use the above cancellation
3
properties:
2 2 2
cos 1 cos 3 Cancellation property:0
3 3
254
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example 5 – Solution
5
cos 1 cos cos 2
1 1
Evaluate
3
1
Because cos
3 3 2
Another way to solve this problem:
255
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Tangent Function
256
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Tangent Function (1 of 3)
2,2
We restrict the domain of the tangent function to the interval
to obtain a one-to-one function.
DEFINITION OF THE INVERSE TANGENT FUNCTION
The inverse tangent function is the function
tan 1
with domain
2, 2
defined by
and range
tan 1 x y tan y x
The inverse tangent function is also called arctangent, denoted by arctan.
Thus
y tan 1 x is the number in the interval 2 , 2 whose tangent is x.
257
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Tangent Function (2 of 3)
The following cancellation properties follow from the inverse function properties.
258
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Tangent Function (3 of 3)
and the graph of its
2, 2
Figure 5 shows the graph of y = tan x on the interval
inverse function, y tan 1 x.
y tan x, x y tan–1x
2 2
Graphs of the restricted tangent function and the inverse tangent function
Figure 5
259
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
260
261
262
263
264
265
266
267
268
269
Example 6 – Evaluating the Inverse Tangent
Function
Find eac h value.
(a)
tan 1 1 (b)
tan 1 3 (c)
tan 1(20)
Solution:
(a) The number in the interval
2, 2
with tangent 1 is
. Thus tan 1 1 .
4 4
Thus tan 1 3 .
(b) The number in the interval 2 , 2 3 is .
with tangent
3 3
(c) We use a calculator (in radian mode) to find that tan 1(20) 1.52084.
270
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Secant, Cosecant, and Cotangent
Functions
271
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Secant, Cosecant, and Cotangent
Functions (1 of 4)
272
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Secant, Cosecant, and Cotangent Functions
(2 of 4)
We end this section by displaying the graphs of the secant, cosecant, and cotangent
functions with their restricted domains and the graphs of their inverse functions (Figures 6–
8).
3
y sec x, 0 x , x y sec –1x
2 2
273
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Secant, Cosecant, and Cotangent Functions
(3 of 4)
3
y csc x, 0 x , x y csc –1 x
2 2
274
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Secant, Cosecant, and Cotangent Functions
(4 of 4)
y cot x, 0 x y cot –1 x
275
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Objectives
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Trigonometric Functions
y sin x, x
2 2 y cos x, 0 x
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse sin function
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse sin function
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse cos function
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse cos function
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Sine Function
for
for
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Cosine Function
for
for
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
The Inverse Tan Function
for
for
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
(a) (b)
Solution:
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
(b)
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
(a)
Cancellation property
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
(b)
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
Where
Therefore
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
Hence
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
(b)
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
Since
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
(c)
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.
Example - Inverse Functions
and
and
Stewart, PreCalculus, 7th Edition. © 2016 Cengage. All Rights Reserved. May not be scanned, copied or duplicated, or
posted to a publicly accessible website, in whole or in part.