1.4: Composition and Inverses
( \newcommand{\kernel}{\mathrm{null}\,}\)
Composition of Functions
Example 1.4.1
Sociologists in Holland determine that the number of people y waiting in a water ride at an amusement park is given by
y=150C2+C+2
where C is the temperature in degrees C. The formula to convert Fahrenheit to Celsius C is given by
C=59F+1609.
To get a function of F we compose the two function:
y(C(F))=(150)[59F+1609]2+[59F+1609]+2
Exercise 1.4.1
If
- f(x)=3x+2
- g(x)=2x2+1
- h(x)=√x−2
- c(x)=4
Find
- f(g(x))
- f(h(x))
- f(f(x))
- h(c(x))
- c(f(g(h(x))))
1-1 Functions
Definition: 1-1 (one-to-one)
A function f(x) is 1-1 if
f(a)=f(b)
implies that
a=b.
Example 1.4.2
If
f(x)=3x+1
then
3a+1=3b+1
implies that
3a=3b
hence
a=b
therefore f(x) is 1-1.
Example 1.4.3
If
f(x)=x2
then
a2=b2
implies that
a2−b2=0
or that
(a−b)(a+b)=0
hence
a=b or a=−b
For example
f(2)=f(−2)=4
Hence f(x) is not 1-1.
Horizontal Line Test
If every horizontal line passes through f(x) at most once then f(x) is 1-1.
Inverse Functions
Definition: Inverse function
A function g(x) is an inverse of f(x) if
f(g(x))=g(f(x))=x.
Example 1.4.4
The volume of a lake is modeled by the equation
V(t)=1125h3.
Show that the inverse is
h(N)=5V13.
Solution: We have
h(V(h))=5(1125h3)13=55h=h
and
v(h(V))=1125(5V13)3=1125(125V)=V.
Step by Step Process for Finding the Inverse
- Interchange the variables
- Solve for y
- Write in terms of f−1(x)
Example1.4.5
Find the inverse of
f(x)=y=3x3−5
Solution
x=3y3−5x+5=3y3(x+5)3=y3,[(x+5)3]13=y
f−1(x)=[(x+5)3]13.
Graphing
To graph an inverse we draw the y=x line and reflect the graph across this line.
To interactively view the graph of an inverse click here:
mathcsjava.emporia.edu/~greenlar/Inverse/inverse.html
Contributors and Attributions
- Larry Green (Lake Tahoe Community College)
Integrated by Justin Marshall.