Exercises 1

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.

Question 1

If f(x)=3xx3f(x) = 3x - x^3 and g(x)=x3g(x) = x^{3}, compute the six expressions (f+g)(x)(f + g)(x), (fg)(x)(f-g)(x), (fg)(x)(fg)(x), (f/g)(x)(f/g)(x), f(g(1))f(g(1)) and g(f(1))g(f(1)).

Show answer
  • (f+g)(x)=f(x)+g(x)=3xx3+x3=3x(f + g)(x) = f(x) + g(x) = 3x - x^{3} + x^{3} = 3x.

  • (fg)(x)=f(x)g(c)=3xx3x3=3x2x3(f - g)(x) = f(x) - g(c) = 3x - x^{3} - x^{3} = 3x - 2x^{3}.

  • (fg)(x)=f(x)g(x)=(3xx3)x3=3x4x6(fg)(x) = f(x) \cdot g(x) = (3x - x^{3})x^{3} = 3x^{4} - x^{6}.

  • (f/g)(x)=f(x)/g(x)=(3xx3)/x3=3x21(f/g)(x) = f(x)/g(x) = (3x - x^{3})/x^{3} = 3x^{-2} - 1.

  • f(g(1))=f(13)=f(1)=31=2f(g(1)) = f(1^{3}) = f(1) = 3 -1 = 2.

  • g(f(1))=g(3113)=g(2)=23=8g(f(1)) = g(3 \cdot 1 - 1^{3}) = g(2) = 2^{3} = 8.

Question 2

Let f(x)=3x+7f(x) = 3x + 7. Compute f(f(x))f(f(x)), and find the value xx^{\ast} at which f(f(x))=100f(f(x^{\ast})) = 100.

Show answer

If f(x)=3x+7f(x) = 3x + 7, then f(f(x))=f(3x+7)=3(3x+7)+7=9x+28f(f(x)) = f(3x + 7) = 3(3x + 7) + 7 = 9x + 28. The equality f(f(x))=100f(f(x^{\ast})) = 100 requires 9x+28=1009x^{\ast} + 28 = 100. Thus x=8x^{\ast} = 8.

Question 3

Compute ln(lne)\ln (\ln e) and (lne)2(\ln e)^{2}. What do you notice?

Show answer

ln(lne)=ln1=0 \ln(\ln e) = \ln 1 = 0, while (lne)2=12=1(\ln e)^{2} = 1^{2} = 1. This result illustrates how, if we define the function f2f^2 by f2(x)=(f(x))2f^2(x) = (f(x))^{2}, then in general, f2(x)f(f(x))f^{2}(x) \neq f(f(x)).

Question 4

Demand DD as a function of price PP is given by D=325310PD = \frac{32}{5} - \frac{3}{10}P. Solve the equation for PP and find the inverse function.

Show answer

Note that 310P=325D\frac{3}{10}P = \frac{32}{5} - D, thus P=P(D)=103(325D)=13(6410D)P = P(D) = \frac{10}{3} (\frac{32}{5} - D) = \frac{1}{3}(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=3xy = -3x \qquad(b) y=1/xy = 1/x \qquad(c) y=x3y = x^{3} \qquad(d) y=x2y = \sqrt{ \sqrt{x} - 2}

Show answer

(a) The domain and range are both R\mathbb{R}. The inverse function is given by x=y/3 x = -y/3.

(b) The domain and range are both R{0}\mathbb{R}\setminus \{0\}. The inverse function is given by x=1/yx = 1/y.

(c) The domain and range are both R\mathbb{R}. The inverse function is given by x=y1/3x = y^{1/3}.

(d) For outer square root function to be defined, x20\sqrt{x} - 2 \geq 0. Thus, the domain is [4,)[4, \infty) with corresponding range of [0,)[0, \infty). Now, we can find the inverse function in the following way:y2=x2    x=y2+2    x=(y2+2)2y^2 = \sqrt{x} - 2 \implies \sqrt{x} = y^{2} +2 \implies x = (y^{2} + 2)^{2}.

Question 6

Why does f(x)=x2f(x) = x^2, for xx in (,)(-\infty, \infty), have no inverse function? Show that ff restricted to [0,)[0, \infty) has an inverse, and find that inverse.

Show answer

f(x)f(x) is not one-to-one in (,)(-\infty, \infty), as f(x)=f(x)f(x) = f(-x) for xRx \in \mathbb{R}. Therefore, the function has no inverse. If we restrict ff to [0,)[0,\infty), the function ff is strictly increasing, and therefore has the inverse f1(x)=xf^{-1} (x) = \sqrt{x}. Note how this inverse function is indeed not defined for x<0x < 0 (!).

Question 7

Suppose Q=f(C)Q = f(C) is the function that tells you how many kilogram of carrots QQ you can buy for a specified amount of money CC. What does the inverse function f1f^{-1} tell you?

Show answer

The inverse function f1(Q)f^{-1} (Q) determines the costs of QQ kilograms of carrots.

Question 8

Find inverses of the following functions.

(a) f(x)=(x31)1/3f(x) = (x^{3} - 1)^{1/3} \qquad(b) f(x)=x+1x2f(x) = \frac{x+1}{x-2} \qquad(c) f(x)=(1x3)1/5+2f(x) = (1-x^{3})^{1/5} + 2

Show answer

(a) Denote f(x)=yf(x) = y, then y3=(x31)y^{3} = (x^{3} - 1). Now, x=(y3+1)1/3=f1(y)x = (y^{3} + 1)^{1/3} = f^{-1}(y).

(b) Denote f(x)=yf(x) = y, then y(x2)=x+1y(x-2) = x+1. Now, xy2y=x+1xy - 2y = x+1 implies xyx=2y+1xy - x = 2y +1. We get x(y1)=2y+1x(y-1) = 2y + 1 yielding x=2y+1y1=f1(y)x = \frac{2y + 1}{y-1} = f^{-1}(y).

(c) Denote f(x)=yf(x) = y, then (y2)5=(1x3)(y - 2)^{5} = (1 - x^{3}). Thus, x=(1(y2)5)1/3=f1(y)x = (1 - (y-2)^{5})^{1/3} = f^{-1}(y).

Last updated