Skip to main content
Contents
Dark Mode Prev Up Next
\(\newcommand{\markedPivot}[1]{\boxed{#1}}
\newcommand{\IR}{\mathbb{R}}
\newcommand{\IC}{\mathbb{C}}
\renewcommand{\P}{\mathcal{P}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\RREF}{\operatorname{RREF}}
\newcommand{\vspan}{\operatorname{span}}
\newcommand{\setList}[1]{\left\{#1\right\}}
\newcommand{\setBuilder}[2]{\left\{#1\,\middle|\,#2\right\}}
\newcommand{\unknown}{\,{\color{gray}?}\,}
\newcommand{\drawtruss}[2][1]{
\begin{tikzpicture}[scale=#1, every node/.style={scale=#1}]
\draw (0,0) node[left,magenta]{C} --
(1,1.71) node[left,magenta]{A} --
(2,0) node[above,magenta]{D} -- cycle;
\draw (2,0) --
(3,1.71) node[right,magenta]{B} --
(1,1.71) -- cycle;
\draw (3,1.71) -- (4,0) node[right,magenta]{E} -- (2,0) -- cycle;
\draw[blue] (0,0) -- (0.25,-0.425) -- (-0.25,-0.425) -- cycle;
\draw[blue] (4,0) -- (4.25,-0.425) -- (3.75,-0.425) -- cycle;
\draw[thick,red,->] (2,0) -- (2,-0.75);
#2
\end{tikzpicture}
}
\newcommand{\trussNormalForces}{
\draw [thick, blue,->] (0,0) -- (0.5,0.5);
\draw [thick, blue,->] (4,0) -- (3.5,0.5);
}
\newcommand{\trussCompletion}{
\trussNormalForces
\draw [thick, magenta,<->] (0.4,0.684) -- (0.6,1.026);
\draw [thick, magenta,<->] (3.4,1.026) -- (3.6,0.684);
\draw [thick, magenta,<->] (1.8,1.71) -- (2.2,1.71);
\draw [thick, magenta,->] (1.6,0.684) -- (1.5,0.855);
\draw [thick, magenta,<-] (1.5,0.855) -- (1.4,1.026);
\draw [thick, magenta,->] (2.4,0.684) -- (2.5,0.855);
\draw [thick, magenta,<-] (2.5,0.855) -- (2.6,1.026);
}
\newcommand{\trussCForces}{
\draw [thick, blue,->] (0,0) -- (0.5,0.5);
\draw [thick, magenta,->] (0,0) -- (0.4,0.684);
\draw [thick, magenta,->] (0,0) -- (0.5,0);
}
\newcommand{\trussStrutVariables}{
\node[above] at (2,1.71) {\(x_1\)};
\node[left] at (0.5,0.866) {\(x_2\)};
\node[left] at (1.5,0.866) {\(x_3\)};
\node[right] at (2.5,0.866) {\(x_4\)};
\node[right] at (3.5,0.866) {\(x_5\)};
\node[below] at (1,0) {\(x_6\)};
\node[below] at (3,0) {\(x_7\)};
}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\DeclareMathOperator{\arcsec}{arcsec}
\DeclareMathOperator{\arccot}{arccot}
\DeclareMathOperator{\arccsc}{arccsc}
\newcommand{\tuple}[1]{\left\langle#1\right\rangle}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 2.5 Combining and Composing Functions (FN5)
Objectives
Find the sum, difference, product, quotient, and composition of two or more functions and evaluate them.
Subsection 2.5.1 Activities
Activity 2.5.1 .
Let
\(f(x)=x^2-3x\) and
\(g(x)= x^3-4x^2+7\text{.}\)
(a)
Which of the following seems likely to be the most simplified form of \(f(x)+g(x)\text{?}\)
\(\displaystyle x^2-3x+x^3-4x^2+7 \)
\(\displaystyle x^5-7x^3+7\)
\(\displaystyle -x^3+5x^2-3x-7 \)
\(\displaystyle x^3-3x^2-3x+7\)
(b)
Which of the following seems likely to be the most simplified form of \(f(x)-g(x)\text{?}\)
\(\displaystyle x^3-3x^2-3x+7 \)
\(\displaystyle -x^3+5x^2-3x-7\)
\(\displaystyle -x^3-3x^2-3x+7 \)
\(\displaystyle x^2-3x-x^3+4x^2-7\)
Activity 2.5.2 .
Let
\(f(x)=\sqrt{x+1}\) and
\(g(x)= 5x\text{.}\)
(a)
Which of the following seems likely to be the most simplified form of \(f(x)\cdot g(x)\text{?}\)
\(\displaystyle \sqrt{5x+1} \)
\(\displaystyle 5\sqrt{x+1}\)
\(\displaystyle \sqrt{5x^2+5x}\)
\(\displaystyle 5x\sqrt{x+1}\)
(b)
Which of the following seems likely to be the most simplified form of \(\dfrac{f(x)}{g(x)}\text{?}\)
\(\displaystyle \dfrac{5x}{\sqrt{x+1}}\)
\(\displaystyle \dfrac{\sqrt{x+1}}{5x}\)
\(\displaystyle \sqrt{\dfrac{x}{5x}+\dfrac{1}{5x}} \)
\(\displaystyle \sqrt{\dfrac{5x}{x}+\dfrac{5x}{1}} \)
Activity 2.5.4 .
Let
\(\displaystyle f(x)=\dfrac{1}{3x-5}\text{.}\)
(a)
Find \(f(4)\text{.}\)
\(\displaystyle \dfrac{4}{3x-5}\)
\(\displaystyle \dfrac{1}{4(3x-5)}\)
\(\displaystyle \dfrac{1}{7}\)
\(\displaystyle 7\)
(b)
If you were asked to find \(f(x^3-2)\text{,}\) how do you think you would proceed?
Multiply the original function \(\dfrac{1}{3x-5}\) by \(x^3-2\text{.}\)
Plug the expression \(x^3-2\) in for all the \(x\) -values in \(\dfrac{1}{3x-5}\text{.}\)
Plug the original function \(\dfrac{1}{3x-5}\) in for all the \(x\) -values in \(x^3-2\text{.}\)
Multiply \(3x-5\) by \(x^3-2\text{.}\)
(c)
Find \(f(x^3-2)\text{.}\)
\(\displaystyle \dfrac{1}{3x-5} \cdot (x^3-2)\)
\(\displaystyle \dfrac{1}{3(x^3-2)-5}\)
\(\displaystyle \left(\dfrac{1}{3x-5} \right)^3-2\)
\(\displaystyle (3x-5)(x^3-2)\)
(d)
What if we gave the expression \(x^3-2\) a name? Letβs define \(g(x)=x^3-2\text{.}\) Whatβs another way we could denote \(f(x^3-2)\text{?}\)
\(\displaystyle f(x) \cdot g(x)\)
\(\displaystyle g(f(x))\)
\(\displaystyle f(g(x))\)
\(\displaystyle \dfrac{f(x)}{g(x)} \)
Definition 2.5.5 .
Given the functions \(f(x)\) and \(g(x)\text{,}\) we define the composition of \(f\) and \(g\) to be the new function \(h(x)\) given by
\begin{equation*}
h(x) = f(g(x))\text{.}
\end{equation*}
We also sometimes use the notation
\begin{equation*}
f \circ g
\end{equation*}
or
\begin{equation*}
(f \circ g)(x)
\end{equation*}
to refer to \(f(g(x))\text{.}\)
Activity 2.5.7 .
Let
\(\displaystyle f(x)=\dfrac{1}{3x-5}\) and
\(g(x)=x^3-2\text{.}\)
(a)
Find \(f(g(x))\text{.}\)
\(\displaystyle \dfrac{x^3-2}{3x-5}\)
\(\displaystyle \dfrac{1}{(3x-5)(x^3-2)}\)
\(\displaystyle \dfrac{1}{3(x^3-2)-5}\)
\(\displaystyle \left( \dfrac{1}{3x-5} \right)^{3} -2\)
(b)
Find \(g(f(x))\text{.}\)
\(\displaystyle \dfrac{x^3-2}{3x-5}\)
\(\displaystyle \dfrac{1}{(3x-5)(x^3-2)}\)
\(\displaystyle \dfrac{1}{3(x^3-2)-5}\)
\(\displaystyle \left( \dfrac{1}{3x-5} \right)^{3} -2\)
Activity 2.5.9 .
Let
\(\displaystyle f(x)=2x^3\) and
\(g(x)=\sqrt{6-x}\text{.}\)
(a)
Find \(f(g(2))\text{.}\)
\(\displaystyle 14\)
\(\displaystyle 16\)
\(\displaystyle 18\)
\(\displaystyle 20\)
undefined
(b)
Find \((g \circ f)(-3)\text{.}\)
\(\displaystyle 50\)
\(\displaystyle 54\)
\(\displaystyle \sqrt{60}\)
\(\displaystyle \sqrt{-48}\)
undefined
(c)
Find \((f \circ g)(10)\text{.}\)
\(\displaystyle 2(\sqrt{-4})^3\)
\(\displaystyle 16\)
\(\displaystyle \sqrt{-1994}\)
\(\displaystyle -16\)
undefined
Activity 2.5.12 .
Let functions
\(p\) and
\(q\) be given by the graphs below.
Find each of the following. If something is not defined, explain why.
(a)
(b)
(c)
(d)
(e)
Find two values of
\(x\) such that
\(q(p(x)) = 2\text{.}\)
Answer .
\(x\) -values on the interval
\([-2,1.5]\)
Activity 2.5.13 .
Let functions
\(f\) and
\(g\) be given by the tables below.
\(0\)
\(6\)
\(1\)
\(4\)
\(2\)
\(3\)
\(3\)
\(4\)
\(4\)
\(7\)
Table 2.5.14.
\(0\)
\(1\)
\(1\)
\(3\)
\(2\)
\(0\)
\(3\)
\(5\)
\(4\)
\(2\)
Table 2.5.15.
Find each of the following. If something is not defined, explain why.
(a)
(b)
(c)
Answer .
Not defined because
\(f(4)=7\) and
\(7\) isnβt in the domain of
\(g(x)\text{.}\)
(d)
For what value(s) of
\(x\) is
\(f(g(x)) = 4\text{?}\)
(e)
What are the domain and range of
\((f\circ g)(x)\text{?}\)
Answer .
Domain:
\(\{0,1,2,3,4 \}\) and Range:
\(\{3,4,6 \}\)
Activity 2.5.17 .
Suppose you have a
\(\$50\) -off coupon and there is a
\(15\%\) -off sale on a TV. If you are allowed to apply both the coupon and sale price of the TV, which one should you apply first? Letβs investigate to determine the better deal.
(a)
Write a cost function,
\(C(p)\text{,}\) for the price of the TV,
\(p\text{,}\) if you applied the
\(\$50\) -off coupon.
(b)
Write a cost function,
\(S(p)\text{,}\) for the price of the TV,
\(p\text{,}\) if you applied the
\(15\%\) -off sale.
(c)
Suppose you apply the coupon first and then the
\(15\%\) -off sale. Write a composite function to represent this situation.
(d)
Suppose you apply the
\(15\%\) -off sale first and then the coupon. Write a composite function to represent this situation.
(e)
Suppose the original cost of the TV is
\(\$500\text{.}\) Determine the cost of the TV if you applied the coupon first.
Answer .
From part (c), we know that:
\(S(C(p))=.85p-42.5\)
\(S(C(500))=.85(500)-42.5\)
When applying the coupon first, the reduced cost of the TV is
\(\$382.50\text{.}\)
(f)
Suppose the original cost of the TV is
\(\$500\text{.}\) Determine the cost of the TV if you applied the
\(15\%\) -off sale first.
Answer .
From part (d), we know that:
\(S(C(p))=(.85p)-50\)
\(S(C(500))=(.85(500))-50\)
When applying the
\(15\%\) -off sale first, the reduced cost of the TV is
\(\$375\text{.}\)
(g)
Which is the better deal and how much would you save?
Answer .
When applying the coupon first, the TV would cost
\(\$382.50\text{.}\) If applying the
\(15\%\) -off sale first, however, the TV would cost
\(\$375\text{.}\) Applying the
\(15\%\) -off sale first is the better deal, saving you
\(\$125\) (versus
\(\$117.50\) )!
Subsection 2.5.2 Exercises