Lesson02 Acatalogueofessentialfunctions011slides 110126145141 Phpapp01
Lesson02 Acatalogueofessentialfunctions011slides 110126145141 Phpapp01
Sec on 2.2
A Catalogue of Essen al Func ons
V63.0121.011, Calculus I
Professor Ma hew Leingang
I First WebAssign-ments
are due January 31
I First wri en assignment
is due February 2
I First recita ons are
February 3
Objectives
I Iden fy different classes of algebraic
func ons, including polynomial
(linear,quadra c,cubic, etc.), ra onal,
power, trigonometric, and exponen al
func ons.
I Understand the effect of algebraic
transforma ons on the graph of a
func on.
I Understand and compute the
composi on of two func ons.
Recall: What is a function?
Defini on
A func on f is a rela on which assigns to to every element x in a set
D a single element f(x) in a set E.
I The set D is called the domain of f.
Answer
The ini al fare is $2.50, and the change in fare per mile is
$0.40/0.2 mi = $2/mi. So if x is in miles and f(x) in dollars, the
equa on is
f(x) = 2.5 + 2x
A Biological Example
Example
Biologists have no ced that the chirping rate of crickets of a certain
species is related to temperature, and the rela onship appears to be
very nearly linear. A cricket produces 113 chirps per minute at 70 ◦ F
and 173 chirps per minute at 80 ◦ F.
(a) Write a linear equa on that models the temperature T as a
func on of the number of chirps per minute N.
(b) If the crickets are chirping at 150 chirps per minute, es mate the
temperature.
Biological Example: Solution
Solu on
I The point-slope form of the equa on for a line is appropriate
here: If a line passes through (x0 , y0 ) with slope m, then the line
has equa on y − y0 = m(x − x0 ).
Biological Example: Solution
Solu on
I The point-slope form of the equa on for a line is appropriate
here: If a line passes through (x0 , y0 ) with slope m, then the line
has equa on y − y0 = m(x − x0 ).
80 − 70 10 1
I The slope of our line is = =
173 − 113 60 6
Biological Example: Solution
Solu on
I The point-slope form of the equa on for a line is appropriate
here: If a line passes through (x0 , y0 ) with slope m, then the line
has equa on y − y0 = m(x − x0 ).
80 − 70 10 1
I The slope of our line is = =
173 − 113 60 6
I So an equa on rela ng T and N is
1 1 113
T − 70 = (N − 113) =⇒ T = N − + 70
6 6 6
Solution continued
I So an equa on rela ng T and N is
1 1 113
T − 70 = (N − 113) =⇒ T = N − + 70
6 6 6
Solution continued
I So an equa on rela ng T and N is
1 1 113
T − 70 = (N − 113) =⇒ T = N − + 70
6 6 6
I If N = 150, then
37
T= + 70 = 76 16 ◦ F
6
Other polynomial functions
I Quadra c func ons take the form
f(x) = ax2 + bx + c
f(x) = ax2 + bx + c
Example
x3 (x + 3)
The func on f(x) = is ra onal.
(x + 2)(x − 1)
I The domain is all real numbers except −2 and 1.
I The func on is 0 when x = 0 or x = −3.
Outline
Algebraic Func ons
Linear func ons
Other polynomial func ons
Other power func ons
General ra onal func ons
Transcendental Func ons
Trigonometric func ons
Exponen al and logarithmic func ons
Transforma ons of Func ons
Composi ons of Func ons
Trigonometric functions
Answer
Think about x as me. Then x + c is the me c into the future. To
rec fy the future of the graph of f with that of g, pull the graph of f c
into the past.
Illustrating the shift
(x, f(x))
.
x
Illustrating the shift
.
x x+c
Illustrating the shift
(x + c, f(x + c))
.
x x+c
Illustrating the shift
(x, f(x + c)) (x + c, f(x + c))
I y = sin (2x)
I y = 2 sin (x)
I y = e−x
I y = −ex
Scaling and flipping
c<0 c>0
|c| > 1 |c| < 1 |c| < 1 |c| > 1
f(cx) . . . .
cf(x) . . . .
g◦f
x f . g (g ◦ f)(x)
f(x)
Composing
Example
Let f(x) = x2 and g(x) = sin x. Compute f ◦ g and g ◦ f.
Composing
Example
Let f(x) = x2 and g(x) = sin x. Compute f ◦ g and g ◦ f.
Solu on
I (f ◦ g)(x) = sin2 x
I (g ◦ f)(x) = sin(x2 )
Note they are not the same.
Decomposing
Example
√
Express x2 − 4 as a composi on of two func ons. What is its
domain?
Decomposing
Example
√
Express x2 − 4 as a composi on of two func ons. What is its
domain?
Solu on
√
We can write the expression as f ◦ g, where f(u) = u and
g(x) = x2 − 4. The range of g needs to be within the domain of f. To
insure that x2 − 4 ≥ 0, we must have x ≤ −2 or x ≥ 2.
Summary