This page allows you to practice some exercises on Properties of Functions. If you notice that you have difficulties, we advise you to go over the corresponding sections in the book.
These questions correspond to the following sections:
- Section 5.1 - Shifting Graphs
- Section 5.2 - New Functions from Old
- Section 5.3 - Inverse Functions
Question 1
If f(x)=3x−x3 and g(x)=x3, compute the six expressions (f+g)(x), (f−g)(x), (fg)(x), (f/g)(x), f(g(1)) and g(f(1)).
Show answer
(f+g)(x)=f(x)+g(x)=3x−x3+x3=3x.
(f−g)(x)=f(x)−g(c)=3x−x3−x3=3x−2x3.
(fg)(x)=f(x)⋅g(x)=(3x−x3)x3=3x4−x6.
(f/g)(x)=f(x)/g(x)=(3x−x3)/x3=3x−2−1.
f(g(1))=f(13)=f(1)=3−1=2.
g(f(1))=g(3⋅1−13)=g(2)=23=8.
Question 2
Let f(x)=3x+7. Compute f(f(x)), and find the value x∗ at which f(f(x∗))=100.
Show answer
If f(x)=3x+7, then f(f(x))=f(3x+7)=3(3x+7)+7=9x+28. The equality f(f(x∗))=100 requires 9x∗+28=100. Thus x∗=8.
Question 3
Compute ln(lne) and (lne)2. What do you notice?
Show answer
ln(lne)=ln1=0, while (lne)2=12=1. This result illustrates how, if we define the function f2 by f2(x)=(f(x))2, then in general, f2(x)=f(f(x)).
Question 4
Demand D as a function of price P is given by D=532−103P. Solve the equation for P and find the inverse function.
Show answer
Note that 103P=532−D, thus P=P(D)=310(532−D)=31(64−10D). This is also the inverse function.
Question 5
Find the domains, ranges, and inverses of the functions given by the following formulas.
(a) y=−3x(b) y=1/x(c) y=x3(d) y=x−2
Show answer
(a) The domain and range are both R. The inverse function is given by x=−y/3.
(b) The domain and range are both R∖{0}. The inverse function is given by x=1/y.
(c) The domain and range are both R. The inverse function is given by x=y1/3.
(d) For outer square root function to be defined, x−2≥0. Thus, the domain is [4,∞) with corresponding range of [0,∞). Now, we can find the inverse function in the following way:y2=x−2⟹x=y2+2⟹x=(y2+2)2.
Question 6
Why does f(x)=x2, for x in (−∞,∞), have no inverse function? Show that f restricted to [0,∞) has an inverse, and find that inverse.
Show answer
f(x) is not one-to-one in (−∞,∞), as f(x)=f(−x) for x∈R. Therefore, the function has no inverse. If we restrict f to [0,∞), the function f is strictly increasing, and therefore has the inverse f−1(x)=x. Note how this inverse function is indeed not defined for x<0 (!).
Question 7
Suppose Q=f(C) is the function that tells you how many kilogram of carrots Q you can buy for a specified amount of money C. What does the inverse function f−1 tell you?
Show answer
The inverse function f−1(Q) determines the costs of Q kilograms of carrots.