20 Composition of Functions
Learning Objectives
In this section, you will:
- Combine functions using algebraic operations.
- Create a new function by composition of functions.
- Evaluate composite functions.
- Find the domain of a composite function.
- Decompose a composite function into its component functions.
Suppose we want to calculate how much it costs to heat a house on a particular day of the year. The cost to heat a house will depend on the average daily temperature, and in turn, the average daily temperature depends on the particular day of the year. Notice how we have just defined two relationships: The cost depends on the temperature, and the temperature depends on the day.
Using descriptive variables, we can notate these two functions. The function[latex]\,C\left(T\right)\,[/latex]gives the cost[latex]\,C\,[/latex]of heating a house for a given average daily temperature in[latex]\,T\,[/latex]degrees Celsius. The function[latex]\,T\left(d\right)\,[/latex]gives the average daily temperature on day[latex]\,d\,[/latex]of the year. For any given day,[latex]\,\text{Cost}=C\left(T\left(d\right)\right)\,[/latex]means that the cost depends on the temperature, which in turns depends on the day of the year. Thus, we can evaluate the cost function at the temperature[latex]\,T\left(d\right).\,[/latex]For example, we could evaluate[latex]\,T\left(5\right)\,[/latex]to determine the average daily temperature on the 5th day of the year. Then, we could evaluate the cost function at that temperature. We would write[latex]\,C\left(T\left(5\right)\right).[/latex]
By combining these two relationships into one function, we have performed function composition, which is the focus of this section.
Combining Functions Using Algebraic Operations
Function composition is only one way to combine existing functions. Another way is to carry out the usual algebraic operations on functions, such as addition, subtraction, multiplication and division. We do this by performing the operations with the function outputs, defining the result as the output of our new function.
Suppose we need to add two columns of numbers that represent a husband and wife’s separate annual incomes over a period of years, with the result being their total household income. We want to do this for every year, adding only that year’s incomes and then collecting all the data in a new column. If[latex]\,w\left(y\right)\,[/latex]is the wife’s income and[latex]\,h\left(y\right)\,[/latex]is the husband’s income in year[latex]\,y,\,[/latex]and we want[latex]\,T\,[/latex]to represent the total income, then we can define a new function.
If this holds true for every year, then we can focus on the relation between the functions without reference to a year and write
Just as for this sum of two functions, we can define difference, product, and ratio functions for any pair of functions that have the same kinds of inputs (not necessarily numbers) and also the same kinds of outputs (which do have to be numbers so that the usual operations of algebra can apply to them, and which also must have the same units or no units when we add and subtract). In this way, we can think of adding, subtracting, multiplying, and dividing functions.
For two functions[latex]\,f\left(x\right)\,[/latex]and[latex]\,g\left(x\right)\,[/latex]with real number outputs, we define new functions[latex]f+g,\,f-g,\,fg,\,[/latex]and[latex]\,\frac{f}{g}\,[/latex]by the relations
Performing Algebraic Operations on Functions
Find and simplify the functions[latex]\,\left(g-f\right)\left(x\right)\,[/latex]and[latex]\,\left(\frac{g}{f}\right)\left(x\right),\,[/latex]given[latex]\,f\left(x\right)=x-1\,[/latex]and[latex]\,g\left(x\right)={x}^{2}-1.\,[/latex]Are they the same function?
[hidden-answer a=”fs-id1165137823858″]
Begin by writing the general form, and then substitute the given functions.
No, the functions are not the same.
Note: For[latex]\,\left(\frac{g}{f}\right)\left(x\right),\,[/latex]the condition[latex]\,x\ne 1\,[/latex]is necessary because when[latex]\,x=1,\,[/latex]the denominator is equal to 0, which makes the function undefined.[/hidden-answer]
Try It
Find and simplify the functions[latex]\,\left(fg\right)\left(x\right)\,[/latex]and[latex]\,\left(f-g\right)\left(x\right).[/latex]
Are they the same function?
[hidden-answer a=”fs-id1165137619426″]
[latex]\begin{array}{l}\left(fg\right)\left(x\right)=f\left(x\right)g\left(x\right)=\left(x-1\right)\left({x}^{2}-1\right)={x}^{3}-{x}^{2}-x+1\\ \left(f-g\right)\left(x\right)=f\left(x\right)-g\left(x\right)=\left(x-1\right)-\left({x}^{2}-1\right)=x-{x}^{2}\end{array}[/latex]
No, the functions are not the same.
[/hidden-answer]
Create a Function by Composition of Functions
Performing algebraic operations on functions combines them into a new function, but we can also create functions by composing functions. When we wanted to compute a heating cost from a day of the year, we created a new function that takes a day as input and yields a cost as output. The process of combining functions so that the output of one function becomes the input of another is known as a composition of functions. The resulting function is known as a composite function. We represent this combination by the following notation:
We read the left-hand side as[latex]“f\,[/latex]composed with[latex]\,g\,[/latex]at[latex]\,x,”[/latex] and the right-hand side as[latex]“f\,[/latex]of[latex]\,g\,[/latex]of[latex]\,x.”[/latex]The two sides of the equation have the same mathematical meaning and are equal. The open circle symbol[latex]\,\circ \,[/latex]is called the composition operator. We use this operator mainly when we wish to emphasize the relationship between the functions themselves without referring to any particular input value. Composition is a binary operation that takes two functions and forms a new function, much as addition or multiplication takes two numbers and gives a new number. However, it is important not to confuse function composition with multiplication because, as we learned above, in most cases [latex]f\left(g\left(x\right)\right)\ne f\left(x\right)g\left(x\right).[/latex]
It is also important to understand the order of operations in evaluating a composite function. We follow the usual convention with parentheses by starting with the innermost parentheses first, and then working to the outside. In the equation above, the function[latex]\,g\,[/latex]takes the input[latex]\,x\,[/latex]first and yields an output[latex]\,g\left(x\right).\,[/latex]Then the function[latex]\,f\,[/latex]takes[latex]\,g\left(x\right)\,[/latex]as an input and yields an output[latex]\,f\left(g\left(x\right)\right).[/latex]
In general,[latex]\,f\circ g\,[/latex]and[latex]\,g\circ f\,[/latex]are different functions. In other words, in many cases[latex]\,f\left(g\left(x\right)\right)\ne g\left(f\left(x\right)\right)\,[/latex]for all[latex]\,x.\,[/latex]We will also see that sometimes two functions can be composed only in one specific order.
For example, if[latex]\,f\left(x\right)={x}^{2}\,[/latex]and[latex]\,g\left(x\right)=x+2,[/latex]then
but
These expressions are not equal for all values of[latex]\,x,\,[/latex]so the two functions are not equal. It is irrelevant that the expressions happen to be equal for the single input value[latex]\,x=-\frac{1}{2}.[/latex]
Note that the range of the inside function (the first function to be evaluated) needs to be within the domain of the outside function. Less formally, the composition has to make sense in terms of inputs and outputs.
Composition of Functions
When the output of one function is used as the input of another, we call the entire operation a composition of functions. For any input[latex]\,x\,[/latex]and functions[latex]\,f\,[/latex]and[latex]\,g,\,[/latex]this action defines a composite function, which we write as[latex]\,f\circ g\,[/latex]such that
The domain of the composite function[latex]\,f\circ g\,[/latex]is all[latex]\,x\,[/latex]such that[latex]\,x\,[/latex]is in the domain of[latex]\,g\,[/latex]and[latex]\,g\left(x\right)\,[/latex]is in the domain of[latex]\,f.[/latex]
It is important to realize that the product of functions[latex]\,fg\,[/latex]is not the same as the function composition[latex]\,f\left(g\left(x\right)\right),\,[/latex]because, in general,[latex]\,f\left(x\right)g\left(x\right)\ne f\left(g\left(x\right)\right).[/latex]
Determining whether Composition of Functions is Commutative
Using the functions provided, find[latex]\,f\left(g\left(x\right)\right)\,[/latex]and[latex]\,g\left(f\left(x\right)\right).\,[/latex]Determine whether the composition of the functions is commutative.
[hidden-answer a=”fs-id1165135195227″]
Let’s begin by substituting[latex]\,g\left(x\right)\,[/latex]into[latex]\,f\left(x\right).[/latex]
Now we can substitute[latex]\,f\left(x\right)\,[/latex]into[latex]\,g\left(x\right).[/latex]
We find that[latex]\,g\left(f\left(x\right)\right)\ne f\left(g\left(x\right)\right),\,[/latex]so the operation of function composition is not commutative.
[/hidden-answer]
Interpreting Composite Functions
The function[latex]\,c\left(s\right)\,[/latex]gives the number of calories burned completing[latex]\,s\,[/latex]sit-ups, and[latex]\,s\left(t\right)\,[/latex]gives the number of sit-ups a person can complete in[latex]\,t\,[/latex]minutes. Interpret[latex]\,c\left(s\left(3\right)\right).[/latex]
[hidden-answer a=”fs-id1165134170107″]
The inside expression in the composition is[latex]\,s\left(3\right).\,[/latex]Because the input to the s-function is time,[latex]\,t=3\,[/latex]represents 3 minutes, and[latex]\,s\left(3\right)\,[/latex]is the number of sit-ups completed in 3 minutes.
Using[latex]\,s\left(3\right)\,[/latex]as the input to the function[latex]\,c\left(s\right)\,[/latex]gives us the number of calories burned during the number of sit-ups that can be completed in 3 minutes, or simply the number of calories burned in 3 minutes (by doing sit-ups).
[/hidden-answer]
Investigating the Order of Function Composition
Suppose[latex]\,f\left(x\right)\,[/latex]gives miles that can be driven in[latex]\,x\,[/latex]hours and[latex]\,g\left(y\right)\,[/latex]gives the gallons of gas used in driving[latex]\,y\,[/latex]miles. Which of these expressions is meaningful:[latex]\,f\left(g\left(y\right)\right)\,[/latex]or[latex]\,g\left(f\left(x\right)\right)?[/latex]
[hidden-answer a=”fs-id1165137451433″]
The function[latex]\,y=f\left(x\right)\,[/latex]is a function whose output is the number of miles driven corresponding to the number of hours driven.
The function[latex]\,g\left(y\right)\,[/latex]is a function whose output is the number of gallons used corresponding to the number of miles driven. This means:
The expression[latex]\,g\left(y\right)\,[/latex]takes miles as the input and a number of gallons as the output. The function[latex]\,f\left(x\right)\,[/latex]requires a number of hours as the input. Trying to input a number of gallons does not make sense. The expression[latex]\,f\left(g\left(y\right)\right)\,[/latex]is meaningless.
The expression[latex]\,f\left(x\right)\,[/latex]takes hours as input and a number of miles driven as the output. The function[latex]\,g\left(y\right)\,[/latex]requires a number of miles as the input. Using[latex]\,f\left(x\right)\,[/latex](miles driven) as an input value for[latex]\,g\left(y\right),\,[/latex]where gallons of gas depends on miles driven, does make sense. The expression[latex]\,g\left(f\left(x\right)\right)\,[/latex]makes sense, and will yield the number of gallons of gas used,[latex]\,g,\,[/latex]driving a certain number of miles,[latex]\,f\left(x\right),\,[/latex]in[latex]\,x\,[/latex]hours.[/hidden-answer]
Are there any situations where[latex]\,f\left(g\left(y\right)\right)\,[/latex]and[latex]\,g\left(f\left(x\right)\right)\,[/latex]would both be meaningful or useful expressions?
Yes. For many pure mathematical functions, both compositions make sense, even though they usually produce different new functions. In real-world problems, functions whose inputs and outputs have the same units also may give compositions that are meaningful in either order.
Try It
The gravitational force on a planet a distance r from the sun is given by the function [latex]G\left(r\right).[/latex] The acceleration of a planet subjected to any force [latex]F[/latex] is given by the function [latex]a\left(F\right).[/latex] Form a meaningful composition of these two functions, and explain what it means.
[hidden-answer a=”fs-id1165137417357″]
A gravitational force is still a force, so [latex]a\left(G\left(r\right)\right)[/latex] makes sense as the acceleration of a planet at a distance r from the Sun (due to gravity), but [latex]G\left(a\left(F\right)\right)[/latex] does not make sense.
[/hidden-answer]
Evaluating Composite Functions
Once we compose a new function from two existing functions, we need to be able to evaluate it for any input in its domain. We will do this with specific numerical inputs for functions expressed as tables, graphs, and formulas and with variables as inputs to functions expressed as formulas. In each case, we evaluate the inner function using the starting input and then use the inner function’s output as the input for the outer function.
Evaluating Composite Functions Using Tables
When working with functions given as tables, we read input and output values from the table entries and always work from the inside to the outside. We evaluate the inside function first and then use the output of the inside function as the input to the outside function.
Using a Table to Evaluate a Composite Function
Using (Figure), evaluate[latex]\,f\left(g\left(3\right)\right)\,[/latex]and[latex]\,g\left(f\left(3\right)\right).[/latex]
[latex]x[/latex] | [latex]f\left(x\right)[/latex] | [latex]g\left(x\right)[/latex] |
---|---|---|
1 | 6 | 3 |
2 | 8 | 5 |
3 | 3 | 2 |
4 | 1 | 7 |
[hidden-answer a=”fs-id1165135582219″]
To evaluate[latex]\,f\left(g\left(3\right)\right),\,[/latex]we start from the inside with the input value 3. We then evaluate the inside expression[latex]\,g\left(3\right)\,[/latex]using the table that defines the function[latex]\,g:\,[/latex][latex]g\left(3\right)=2.\,[/latex]We can then use that result as the input to the function[latex]\,f,\,[/latex]so[latex]\,g\left(3\right)\,[/latex]is replaced by 2 and we get[latex]\,f\left(2\right).\,[/latex]Then, using the table that defines the function[latex]\,f,\,[/latex]we find that[latex]\,f\left(2\right)=8.[/latex]
To evaluate[latex]\,g\left(f\left(3\right)\right),\,[/latex]we first evaluate the inside expression[latex]\,f\left(3\right)\,[/latex]using the first table:[latex]\,f\left(3\right)=3.\,[/latex]Then, using the table for[latex]\,g\text{,\hspace{0.17em}}[/latex]we can evaluate
(Figure) shows the composite functions[latex]\,f\circ g\,[/latex]and[latex]\,g\circ f\,[/latex]as tables.
[latex]x[/latex] | [latex]g\left(x\right)[/latex] | [latex]f\left(g\left(x\right)\right)[/latex] | [latex]f\left(x\right)[/latex] | [latex]g\left(f\left(x\right)\right)[/latex] |
3 | 2 | 8 | 3 | 2 |
[/hidden-answer]
Try It
Using (Figure), evaluate[latex]\,f\left(g\left(1\right)\right)\,[/latex]and[latex]\,g\left(f\left(4\right)\right).[/latex]
[hidden-answer a=”fs-id1165134258662″]
[latex]f\left(g\left(1\right)\right)=f\left(3\right)=3\,[/latex]and[latex]\,g\left(f\left(4\right)\right)=g\left(1\right)=3[/latex]
[/hidden-answer]
Evaluating Composite Functions Using Graphs
When we are given individual functions as graphs, the procedure for evaluating composite functions is similar to the process we use for evaluating tables. We read the input and output values, but this time, from the[latex]\,x\text{-}[/latex] and [latex]y\text{-}[/latex]axes of the graphs.
How To
Given a composite function and graphs of its individual functions, evaluate it using the information provided by the graphs.
- Locate the given input to the inner function on the[latex]\,x\text{-}[/latex]axis of its graph.
- Read off the output of the inner function from the[latex]\,y\text{-}[/latex]axis of its graph.
- Locate the inner function output on the[latex]\,x\text{-}[/latex]axis of the graph of the outer function.
- Read the output of the outer function from the[latex]\,y\text{-}[/latex]axis of its graph. This is the output of the composite function.
Using a Graph to Evaluate a Composite Function
Using (Figure), evaluate[latex]\,f\left(g\left(1\right)\right).[/latex]
[hidden-answer a=”fs-id1165135545946″]
To evaluate[latex]\,f\left(g\left(1\right)\right),\,[/latex]we start with the inside evaluation. See (Figure).
We evaluate[latex]\,g\left(1\right)\,[/latex]using the graph of[latex]\,g\left(x\right),\,[/latex]finding the input of 1 on the[latex]\,x\text{-}[/latex]axis and finding the output value of the graph at that input. Here,[latex]\,g\left(1\right)=3.\,[/latex]We use this value as the input to the function[latex]\,f.[/latex]
We can then evaluate the composite function by looking to the graph of[latex]\,f\left(x\right),\,[/latex]finding the input of 3 on the [latex]x\text{-}[/latex]axis and reading the output value of the graph at this input. Here,[latex]\,f\left(3\right)=6,\,[/latex]so[latex]\,f\left(g\left(1\right)\right)=6.[/latex][/hidden-answer]
Analysis
(Figure) shows how we can mark the graphs with arrows to trace the path from the input value to the output value.
Try It
Using (Figure), evaluate[latex]\,g\left(f\left(2\right)\right).[/latex]
[hidden-answer a=”fs-id1165137843133″]
[latex]g\left(f\left(2\right)\right)=g\left(5\right)=3[/latex]
[/hidden-answer]
Evaluating Composite Functions Using Formulas
When evaluating a composite function where we have either created or been given formulas, the rule of working from the inside out remains the same. The input value to the outer function will be the output of the inner function, which may be a numerical value, a variable name, or a more complicated expression.
While we can compose the functions for each individual input value, it is sometimes helpful to find a single formula that will calculate the result of a composition[latex]\,f\left(g\left(x\right)\right).\,[/latex]To do this, we will extend our idea of function evaluation. Recall that, when we evaluate a function like[latex]\,f\left(t\right)={t}^{2}-t,\,[/latex]we substitute the value inside the parentheses into the formula wherever we see the input variable.
How To
Given a formula for a composite function, evaluate the function.
- Evaluate the inside function using the input value or variable provided.
- Use the resulting output as the input to the outside function.
Evaluating a Composition of Functions Expressed as Formulas with a Numerical Input
Given[latex]\,f\left(t\right)={t}^{2}-t\,[/latex]and[latex]\,h\left(x\right)=3x+2,\,[/latex]evaluate[latex]\,f\left(h\left(1\right)\right).[/latex]
[hidden-answer a=”fs-id1165135543322″]
Because the inside expression is[latex]\,h\left(1\right),\,[/latex]we start by evaluating[latex]\,h\left(x\right)\,[/latex] at 1.
Then[latex]\,f\left(h\left(1\right)\right)=f\left(5\right),\,[/latex]so we evaluate[latex]\,f\left(t\right)\,[/latex]at an input of 5.
Analysis
It makes no difference what the input variables[latex]\,t\,[/latex]and[latex]\,x\,[/latex]were called in this problem because we evaluated for specific numerical values.
Try It
Given[latex]\,f\left(t\right)={t}^{2}-t\,[/latex]and[latex]\,h\left(x\right)=3x+2,\,[/latex]evaluate
- [latex]h\left(f\left(2\right)\right)[/latex]
- [latex]h\left(f\left(-2\right)\right)[/latex]
[hidden-answer a=”fs-id1165137434572″]
a. 8; b. 20
[/hidden-answer]
Finding the Domain of a Composite Function
As we discussed previously, the domain of a composite function such as[latex]\,f\circ g\,[/latex]is dependent on the domain of[latex]\,g\,[/latex]and the domain of[latex]\,f.\,[/latex]It is important to know when we can apply a composite function and when we cannot, that is, to know the domain of a function such as[latex]\,f\circ g.\,[/latex]Let us assume we know the domains of the functions[latex]\,f\,[/latex]and[latex]\,g\,[/latex]separately. If we write the composite function for an input[latex]\,x\,[/latex]as[latex]\,f\left(g\left(x\right)\right),\,[/latex]we can see right away that[latex]\,x\,[/latex]must be a member of the domain of[latex]\,g\,[/latex]in order for the expression to be meaningful, because otherwise we cannot complete the inner function evaluation. However, we also see that[latex]\,g\left(x\right)\,[/latex]must be a member of the domain of[latex]\,f,\,[/latex]otherwise the second function evaluation in[latex]\,f\left(g\left(x\right)\right)\,[/latex]cannot be completed, and the expression is still undefined. Thus the domain of[latex]\,f\circ g\,[/latex]consists of only those inputs in the domain of[latex]\,g\,[/latex]that produce outputs from[latex]\,g\,[/latex]belonging to the domain of[latex]\,f.\,[/latex]Note that the domain of[latex]\,f\,[/latex]composed with[latex]\,g\,[/latex]is the set of all[latex]\,x\,[/latex]such that[latex]\,x\,[/latex]is in the domain of[latex]\,g\,[/latex]and[latex]\,g\left(x\right)\,[/latex]is in the domain of[latex]\,f.[/latex]
Domain of a Composite Function
The domain of a composite function[latex]\,f\left(g\left(x\right)\right)\,[/latex]is the set of those inputs[latex]\,x\,[/latex]in the domain of[latex]\,g\,[/latex]for which[latex]\,g\left(x\right)\,[/latex]is in the domain of[latex]\,f.[/latex]
How To
Given a function composition[latex]\,f\left(g\left(x\right)\right),[/latex]determine its domain.
- Find the domain of[latex]\,g.[/latex]
- Find the domain of[latex]\,f.[/latex]
- Find those inputs[latex]\,x\,[/latex]in the domain of[latex]\,g\,[/latex]for which[latex]\,g\left(x\right)\,[/latex]is in the domain of[latex]\,f.\,[/latex]That is, exclude those inputs[latex]\,x\,[/latex]from the domain of[latex]\,g\,[/latex]for which[latex]\,g\left(x\right)\,[/latex]is not in the domain of[latex]\,f.\,[/latex]The resulting set is the domain of[latex]\,f\circ g.[/latex]
Finding the Domain of a Composite Function
Find the domain of
[hidden-answer a=”fs-id1165137627920″]
The domain of[latex]\,g\left(x\right)\,[/latex]consists of all real numbers except[latex]\,x=\frac{2}{3},\,[/latex]since that input value would cause us to divide by 0. Likewise, the domain of[latex]\,f\,[/latex]consists of all real numbers except 1. So we need to exclude from the domain of[latex]\,g\left(x\right)\,[/latex]that value of[latex]\,x\,[/latex]for which[latex]\,g\left(x\right)=1.[/latex]
So the domain of[latex]\,f\circ g\,[/latex]is the set of all real numbers except[latex]\,\frac{2}{3}\,[/latex]and[latex]\,2.\,[/latex]This means that
We can write this in interval notation as
Finding the Domain of a Composite Function Involving Radicals
Find the domain of
[hidden-answer a=”fs-id1165137812351″]
Because we cannot take the square root of a negative number, the domain of[latex]\,g\,[/latex]is[latex]\,\left(-\infty ,3\right].\,[/latex]Now we check the domain of the composite function
For [latex]\left(f\circ g\right)\left(x\right)=\sqrt{\sqrt{3-x}+2},\sqrt{3-x}+2\ge 0,[/latex]
since the radicand of a square root must be positive. Since square roots are positive, [latex]\text{}\sqrt{3-x}\ge 0,\text{}[/latex]or, [latex]3-x\ge 0,\text{}[/latex]which gives a domain of [latex]\left(-\infty ,3\right][/latex].[/hidden-answer]
Analysis
This example shows that knowledge of the range of functions (specifically the inner function) can also be helpful in finding the domain of a composite function. It also shows that the domain of[latex]\,f\circ g\,[/latex]can contain values that are not in the domain of[latex]\,f,\,[/latex]though they must be in the domain of[latex]\,g.[/latex]
Try It
Find the domain of
[hidden-answer a=”fs-id1165137469124″]
[latex]\left[-4,0\right)\cup \left(0,\infty \right)[/latex]
[/hidden-answer]
Decomposing a Composite Function into its Component Functions
In some cases, it is necessary to decompose a complicated function. In other words, we can write it as a composition of two simpler functions. There may be more than one way to decompose a composite function, so we may choose the decomposition that appears to be most expedient.
Decomposing a Function
Write[latex]\,f\left(x\right)=\sqrt{5-{x}^{2}}\,[/latex]as the composition of two functions.
[hidden-answer a=”fs-id1165135194520″]
We are looking for two functions,[latex]\,g\,[/latex]and[latex]\,h,\,[/latex]so[latex]\,f\left(x\right)=g\left(h\left(x\right)\right).\,[/latex]To do this, we look for a function inside a function in the formula for[latex]\,f\left(x\right).\,[/latex]As one possibility, we might notice that the expression[latex]\,5-{x}^{2}\,[/latex]is the inside of the square root. We could then decompose the function as
We can check our answer by recomposing the functions.
Try It
Write[latex]\,f\left(x\right)=\frac{4}{3-\sqrt{4+{x}^{2}}}\,[/latex]as the composition of two functions.
[hidden-answer a=”fs-id1165137411051″]
Possible answer:
[latex]\begin{array}{l}g\left(x\right)=\sqrt{4+{x}^{2}}\\ h\left(x\right)=\frac{4}{3-x}\\ f=h\circ g\end{array}[/latex]
[/hidden-answer]
Access these online resources for additional instruction and practice with composite functions.
Key Equation
Composite function | [latex]\left(f\circ g\right)\left(x\right)=f\left(g\left(x\right)\right)[/latex] |
Key Concepts
- We can perform algebraic operations on functions. See (Figure).
- When functions are combined, the output of the first (inner) function becomes the input of the second (outer) function.
- The function produced by combining two functions is a composite function. See (Figure) and (Figure).
- The order of function composition must be considered when interpreting the meaning of composite functions. See (Figure).
- A composite function can be evaluated by evaluating the inner function using the given input value and then evaluating the outer function taking as its input the output of the inner function.
- A composite function can be evaluated from a table. See (Figure).
- A composite function can be evaluated from a graph. See (Figure).
- A composite function can be evaluated from a formula. See (Figure).
- The domain of a composite function consists of those inputs in the domain of the inner function that correspond to outputs of the inner function that are in the domain of the outer function. See (Figure) and (Figure).
- Just as functions can be combined to form a composite function, composite functions can be decomposed into simpler functions.
- Functions can often be decomposed in more than one way. See (Figure).
Section Exercises
Verbal
How does one find the domain of the quotient of two functions,[latex]\,\frac{f}{g}?\,[/latex]
[hidden-answer a=”fs-id1165137836425″]
Find the numbers that make the function in the denominator[latex]\,g\,[/latex]equal to zero, and check for any other domain restrictions on[latex]\,f\,[/latex]and[latex]\,g,\,[/latex]such as an even-indexed root or zeros in the denominator.
[/hidden-answer]
What is the composition of two functions,[latex]\,f\circ g?[/latex]
If the order is reversed when composing two functions, can the result ever be the same as the answer in the original order of the composition? If yes, give an example. If no, explain why not.
[hidden-answer a=”fs-id1165135511306″]
Yes. Sample answer: Let[latex]\,f\left(x\right)=x+1\text{ and }g\left(x\right)=x-1.\,[/latex]Then[latex]\,f\left(g\left(x\right)\right)=f\left(x-1\right)=\left(x-1\right)+1=x\,[/latex]and[latex]\,g\left(f\left(x\right)\right)=g\left(x+1\right)=\left(x+1\right)-1=x.\,[/latex]So[latex]\,f\circ g=g\circ f.[/latex]
[/hidden-answer]
How do you find the domain for the composition of two functions,[latex]\,f\circ g?[/latex]
Algebraic
For the following exercises, determine the domain for each function in interval notation.
Given[latex]\,f\left(x\right)={x}^{2}+2x\text{ }[/latex]and[latex]g\left(x\right)=6-{x}^{2},[/latex]find[latex]\,f+g,\,f-g,\,fg,\text{ }[/latex]and[latex]\text{ }\,\frac{f}{g}.[/latex]
[hidden-answer a=”fs-id1165137645597″]
[latex]\left(f+g\right)\left(x\right)=2x+6,\,[/latex]domain:[latex]\,\left(-\infty ,\infty \right)[/latex]
[latex]\left(f-g\right)\left(x\right)=2{x}^{2}+2x-6,\,[/latex]domain:[latex]\,\left(-\infty ,\infty \right)[/latex]
[latex]\left(fg\right)\left(x\right)=-{x}^{4}-2{x}^{3}+6{x}^{2}+12x,\,[/latex]domain:[latex]\,\left(-\infty ,\infty \right)[/latex]
[latex]\left(\frac{f}{g}\right)\left(x\right)=\frac{{x}^{2}+2x}{6-{x}^{2}},\,[/latex]domain:[latex]\,\left(-\infty ,-\sqrt{6}\right)\cup \left(-\sqrt{6},\sqrt{6}\right)\cup \left(\sqrt{6},\infty \right)[/latex]
[/hidden-answer]
Given[latex]\,f\left(x\right)=-3{x}^{2}+x\text{ }[/latex]and[latex]\text{ }g\left(x\right)=5,\,[/latex]find[latex]\,f+g,\,f-g,\,fg,\,[/latex]and[latex]\text{ }\,\frac{f}{g}.\,[/latex]
Given[latex]\,f\left(x\right)=2{x}^{2}+4x\text{ }[/latex]and[latex]\text{ }g\left(x\right)=\frac{1}{2x},[/latex]find[latex]\,f+g,\,f-g,\,fg,\text{ }[/latex]and[latex]\text{ }\frac{f}{g}.\,[/latex]
[hidden-answer a=”fs-id1165137533872″]
[latex]\left(f+g\right)\left(x\right)=\frac{4{x}^{3}+8{x}^{2}+1}{2x},\,[/latex]domain:[latex]\,\left(-\infty ,0\right)\cup \left(0,\infty \right)[/latex]
[latex]\left(f-g\right)\left(x\right)=\frac{4{x}^{3}+8{x}^{2}-1}{2x},\,[/latex]domain:[latex]\,\left(-\infty ,0\right)\cup \left(0,\infty \right)[/latex]
[latex]\left(fg\right)\left(x\right)=x+2,\,[/latex]domain:[latex]\,\left(-\infty ,0\right)\cup \left(0,\infty \right)[/latex]
[latex]\left(\frac{f}{g}\right)\left(x\right)=4{x}^{3}+8{x}^{2},\,[/latex]domain:[latex]\,\left(-\infty ,0\right)\cup \left(0,\infty \right)[/latex]
[/hidden-answer]
Given[latex]\,f\left(x\right)=\frac{1}{x-4}\,[/latex]and[latex]\,g\left(x\right)=\frac{1}{6-x},\,[/latex]find[latex]\,f+g,\,f-g,\,fg,\text{ }[/latex]and[latex]\text{ }\frac{f}{g}.\,[/latex]
Given [latex]\,f\left(x\right)=3{x}^{2}\,[/latex]and[latex]\,g\left(x\right)=\sqrt{x-5},\,[/latex]find[latex]\,f+g,\,f-g,\,fg,\text{ }[/latex]and[latex]\text{ }\frac{f}{g}.\,[/latex]
[hidden-answer a=”fs-id1165137696948″]
[latex]\left(f+g\right)\left(x\right)=3{x}^{2}+\sqrt{x-5},\,[/latex]domain:[latex]\,\left[5,\infty \right)[/latex]
[latex]\left(f-g\right)\left(x\right)=3{x}^{2}-\sqrt{x-5},\,[/latex]domain:[latex]\,\left[5,\infty \right)[/latex]
[latex]\left(fg\right)\left(x\right)=3{x}^{2}\sqrt{x-5},\,[/latex]domain:[latex]\,\left[5,\infty \right)[/latex]
[latex]\left(\frac{f}{g}\right)\left(x\right)=\frac{3{x}^{2}}{\sqrt{x-5}},\,[/latex]domain:[latex]\,\left(5,\infty \right)[/latex]
[/hidden-answer]
Given[latex]\,f\left(x\right)=\sqrt{x}\,[/latex]and[latex]\,g\left(x\right)=|x-3|,\,[/latex]find[latex]\,\frac{g}{f}.\,[/latex]
For the following exercise, find the indicated function given[latex]\,f\left(x\right)=2{x}^{2}+1\,[/latex]and[latex]\,g\left(x\right)=3x-5.\,[/latex]
- [latex]f\left(g\left(2\right)\right)[/latex]
- [latex]f\left(g\left(x\right)\right)[/latex]
- [latex]g\left(f\left(x\right)\right)[/latex]
- [latex]\left(g\circ g\right)\left(x\right)[/latex]
- [latex]\left(f\circ f\right)\left(-2\right)[/latex]
[hidden-answer a=”fs-id1165137526473″]
a. 3; b.[latex]\,f\left(g\left(x\right)\right)=2{\left(3x-5\right)}^{2}+1;\,[/latex]c.[latex]\,f\left(g\left(x\right)\right)=6{x}^{2}-2;\,[/latex]d.[latex]\,\left(g\circ g\right)\left(x\right)=3\left(3x-5\right)-5=9x-20;\,[/latex]e.[latex]\,\left(f\circ f\right)\left(-2\right)=163[/latex]
[/hidden-answer]
For the following exercises, use each pair of functions to find[latex]\,f\left(g\left(x\right)\right)\,[/latex]and[latex]\,g\left(f\left(x\right)\right).\,[/latex]Simplify your answers.
[latex]f\left(x\right)={x}^{2}+1,\,g\left(x\right)=\sqrt{x+2}[/latex]
[latex]f\left(x\right)=\sqrt{x}+2,\,g\left(x\right)={x}^{2}+3[/latex]
[hidden-answer a=”fs-id1165137407208″]
[latex]f\left(g\left(x\right)\right)=\sqrt{{x}^{2}+3}+2,\,g\left(f\left(x\right)\right)=x+4\sqrt{x}+7[/latex]
[/hidden-answer]
[latex]f\left(x\right)=|x|,\,g\left(x\right)=5x+1[/latex]
[latex]f\left(x\right)=\sqrt[3]{x},\,g\left(x\right)=\frac{x+1}{{x}^{3}}[/latex]
[hidden-answer a=”fs-id1165137648072″]
[latex]f\left(g\left(x\right)\right)=\sqrt[3]{\frac{x+1}{{x}^{3}}}=\frac{\sqrt[3]{x+1}}{x},\,g\left(f\left(x\right)\right)=\frac{\sqrt[3]{x}+1}{x}[/latex]
[/hidden-answer]
[latex]f\left(x\right)=\frac{1}{x-6},\,g\left(x\right)=\frac{7}{x}+6[/latex]
[latex]f\left(x\right)=\frac{1}{x-4},\,g\left(x\right)=\frac{2}{x}+4[/latex]
[hidden-answer a=”fs-id1165137638769″]
[latex]\left(f\circ g\right)\left(x\right)=\frac{1}{\frac{2}{x}+4-4}=\frac{x}{2},\text{ }\left(g\circ f\right)\left(x\right)=2x-4[/latex]
[/hidden-answer]
For the following exercises, use each set of functions to find[latex]\,f\left(g\left(h\left(x\right)\right)\right).\,[/latex]Simplify your answers.
[latex]f\left(x\right)={x}^{4}+6,\,[/latex][latex]g\left(x\right)=x-6,\,[/latex]and[latex]\,h\left(x\right)=\sqrt{x}[/latex]
[latex]f\left(x\right)={x}^{2}+1,\,[/latex][latex]g\left(x\right)=\frac{1}{x},\,[/latex]and[latex]\,h\left(x\right)=x+3[/latex]
[hidden-answer a=”fs-id1165137644526″]
[latex]f\left(g\left(h\left(x\right)\right)\right)={\left(\frac{1}{x+3}\right)}^{2}+1[/latex]
[/hidden-answer]
Given[latex]\,f\left(x\right)=\frac{1}{x}\,[/latex]and[latex]\,g\left(x\right)=x-3,\,[/latex]find the following:
- [latex]\left(f\circ g\right)\left(x\right)[/latex]
- the domain of[latex]\,\left(f\circ g\right)\left(x\right)\,[/latex]in interval notation
- [latex]\left(g\circ f\right)\left(x\right)[/latex]
- the domain of[latex]\,\left(g\circ f\right)\left(x\right)\,[/latex]
- [latex]\left(\frac{f}{g}\right)x[/latex]
Given[latex]\,f\left(x\right)=\sqrt{2-4x}\,[/latex]and[latex]\,g\left(x\right)=-\frac{3}{x},\,[/latex]find the following:
- [latex]\left(g\circ f\right)\left(x\right)[/latex]
- the domain of[latex]\,\left(g\circ f\right)\left(x\right)\,[/latex]in interval notation
[hidden-answer a=”fs-id1165137722654″]
a.[latex]\,\left(g\circ f\right)\left(x\right)=-\frac{3}{\sqrt{2-4x}};\,[/latex]b.[latex]\,\left(-\infty ,\frac{1}{2}\right)[/latex]
[/hidden-answer]
Given the functions[latex]\,f\left(x\right)=\frac{1-x}{x}\,\,\text{and}\,\,g\left(x\right)=\frac{1}{1+{x}^{2}},[/latex]find the following:
- [latex]\left(g\circ f\right)\left(x\right)[/latex]
- [latex]\left(g\circ f\right)\left(\text{2}\right)[/latex]
Given functions[latex]\,p\left(x\right)=\frac{1}{\sqrt{x}}\,[/latex]and[latex]\,m\left(x\right)={x}^{2}-4,\,[/latex]state the domain of each of the following functions using interval notation:
- [latex]\frac{p\left(x\right)}{m\left(x\right)}[/latex]
- [latex]p\left(m\left(x\right)\right)[/latex]
- [latex]m\left(p\left(x\right)\right)[/latex]
[hidden-answer a=”fs-id1165137387082″]
a.[latex]\,\left(0,2\right)\cup \left(2,\infty \right);\,[/latex]b.[latex]\,\left(-\infty ,-2\right)\cup \left(2,\infty \right);\,[/latex]c.[latex]\,\left(0,\infty \right)[/latex]
[/hidden-answer]
Given functions[latex]\,q\left(x\right)=\frac{1}{\sqrt{x}}\,[/latex]and[latex]\,h\left(x\right)={x}^{2}-9,\,[/latex]state the domain of each of the following functions using interval notation.
- [latex]\frac{q\left(x\right)}{h\left(x\right)}[/latex]
- [latex]q\left(h\left(x\right)\right)[/latex]
- [latex]h\left(q\left(x\right)\right)[/latex]
For[latex]\,f\left(x\right)=\frac{1}{x}\,[/latex]and[latex]\,g\left(x\right)=\sqrt{x-1},\,[/latex]write the domain of[latex]\,\left(f\circ g\right)\left(x\right)\,[/latex]in interval notation.
[hidden-answer a=”fs-id1165137889762″]
[latex]\left(1,\infty \right)[/latex]
[/hidden-answer]
For the following exercises, find functions[latex]\,f\left(x\right)\,[/latex]and[latex]\,g\left(x\right)\,[/latex]so the given function can be expressed as[latex]\,h\left(x\right)=f\left(g\left(x\right)\right).[/latex]
[latex]h\left(x\right)={\left(x+2\right)}^{2}[/latex]
[latex]h\left(x\right)={\left(x-5\right)}^{3}[/latex]
[hidden-answer a=”fs-id1165137432927″]
sample:[latex]\begin{array}{l}f\left(x\right)={x}^{3}\\ g\left(x\right)=x-5\end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)=\frac{3}{x-5}[/latex]
[latex]h\left(x\right)=\frac{4}{{\left(x+2\right)}^{2}}[/latex]
[hidden-answer a=”fs-id1165137598944″]
sample:[latex]\begin{array}{l}f\left(x\right)=\frac{4}{x}\hfill \\ g\left(x\right)={\left(x+2\right)}^{2}\hfill \end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)=4+\sqrt[3]{x}[/latex]
[latex]h\left(x\right)=\sqrt[3]{\frac{1}{2x-3}}[/latex]
[hidden-answer a=”fs-id1165135699087″]
sample:[latex]\begin{array}{l}f\left(x\right)=\sqrt[3]{x}\\ g\left(x\right)=\frac{1}{2x-3}\end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)=\frac{1}{{\left(3{x}^{2}-4\right)}^{-3}}[/latex]
[latex]h\left(x\right)=\sqrt[4]{\frac{3x-2}{x+5}}[/latex]
[hidden-answer a=”fs-id1165137731127″]
sample:[latex]\begin{array}{l}f\left(x\right)=\sqrt[4]{x}\\ g\left(x\right)=\frac{3x-2}{x+5}\end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)={\left(\frac{8+{x}^{3}}{8-{x}^{3}}\right)}^{4}[/latex]
[latex]h\left(x\right)=\sqrt{2x+6}[/latex]
[hidden-answer a=”fs-id1165135439855″]
sample:[latex]\begin{array}{l}\,f\left(x\right)=\sqrt{x}\,\\ \,g\left(x\right)=2x+6\end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)={\left(5x-1\right)}^{3}[/latex]
[latex]h\left(x\right)=\sqrt[3]{x-1}[/latex]
[hidden-answer a=”fs-id1165137806156″]
sample:[latex]\begin{array}{l}\,f\left(x\right)=\sqrt[3]{x}\\ \,g\left(x\right)=\left(x-1\right)\end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)=|{x}^{2}+7|[/latex]
[latex]h\left(x\right)=\frac{1}{{\left(x-2\right)}^{3}}[/latex]
[hidden-answer a=”fs-id1165135708080″]
sample:[latex]\begin{array}{l}\,f\left(x\right)={x}^{3}\\ \,g\left(x\right)=\frac{1}{x-2}\end{array}[/latex]
[/hidden-answer]
[latex]h\left(x\right)={\left(\frac{1}{2x-3}\right)}^{2}[/latex]
[latex]h\left(x\right)=\sqrt{\frac{2x-1}{3x+4}}[/latex]
[hidden-answer a=”fs-id1165137596478″]
sample:[latex]\begin{array}{l}\,f\left(x\right)=\sqrt{x}\\ \,g\left(x\right)=\frac{2x-1}{3x+4}\end{array}[/latex]
[/hidden-answer]
Graphical
For the following exercises, use the graphs of[latex]\,f,[/latex]shown in (Figure), and[latex]\,g,[/latex]shown in (Figure), to evaluate the expressions.
[latex]f\left(g\left(3\right)\right)[/latex]
[latex]f\left(g\left(1\right)\right)[/latex]
[hidden-answer a=”fs-id1165135650744″]
2
[/hidden-answer]
[latex]g\left(f\left(1\right)\right)[/latex]
[latex]g\left(f\left(0\right)\right)[/latex]
[hidden-answer a=”fs-id1165137759779″]
5
[/hidden-answer]
[latex]f\left(f\left(5\right)\right)[/latex]
[latex]f\left(f\left(4\right)\right)[/latex]
[hidden-answer a=”fs-id1165134394616″]
4
[/hidden-answer]
[latex]g\left(g\left(2\right)\right)[/latex]
[latex]g\left(g\left(0\right)\right)[/latex]
[hidden-answer a=”fs-id1165131969120″]
0
[/hidden-answer]
For the following exercises, use graphs of[latex]\,f\left(x\right),[/latex]shown in (Figure),[latex]\,g\left(x\right),[/latex]shown in (Figure), and[latex]\,h\left(x\right),[/latex]shown in (Figure), to evaluate the expressions.
[latex]g\left(f\left(1\right)\right)[/latex]
[latex]g\left(f\left(2\right)\right)[/latex]
[hidden-answer a=”fs-id1165135641698″]
2
[/hidden-answer]
[latex]f\left(g\left(4\right)\right)[/latex]
[latex]f\left(g\left(1\right)\right)[/latex]
[hidden-answer a=”fs-id1165137694045″]
1
[/hidden-answer]
[latex]f\left(h\left(2\right)\right)[/latex]
[latex]h\left(f\left(2\right)\right)[/latex]
[hidden-answer a=”fs-id1165137666936″]
4
[/hidden-answer]
[latex]f\left(g\left(h\left(4\right)\right)\right)[/latex]
[latex]f\left(g\left(f\left(-2\right)\right)\right)[/latex]
[hidden-answer a=”fs-id1165137501367″]
4
[/hidden-answer]
Numeric
For the following exercises, use the function values for[latex]\,f\text{ and }g\,[/latex]shown in (Figure) to evaluate each expression.
[latex]x[/latex] | [latex]f\left(x\right)[/latex] | [latex]g\left(x\right)[/latex] |
---|---|---|
0 | 7 | 9 |
1 | 6 | 5 |
2 | 5 | 6 |
3 | 8 | 2 |
4 | 4 | 1 |
5 | 0 | 8 |
6 | 2 | 7 |
7 | 1 | 3 |
8 | 9 | 4 |
9 | 3 | 0 |
[latex]f\left(g\left(8\right)\right)[/latex]
[hidden-answer a=”fs-id1165134061990″]
9
[/hidden-answer]
[latex]g\left(f\left(5\right)\right)[/latex]
[latex]g\left(f\left(3\right)\right)[/latex]
[hidden-answer a=”fs-id1165133023676″]
4
[/hidden-answer]
[latex]f\left(f\left(4\right)\right)[/latex]
[latex]f\left(f\left(1\right)\right)[/latex]
[hidden-answer a=”fs-id1165135417784″]
2
[/hidden-answer]
[latex]g\left(g\left(2\right)\right)[/latex]
[latex]g\left(g\left(6\right)\right)[/latex]
[hidden-answer a=”fs-id1165135457908″]
3
[/hidden-answer]
For the following exercises, use the function values for[latex]\,f\text{ and }g\,[/latex]shown in (Figure) to evaluate the expressions.
[latex]x[/latex] | [latex]f\left(x\right)[/latex] | [latex]g\left(x\right)[/latex] |
[latex]-3[/latex] | 11 | [latex]-8[/latex] |
[latex]-2[/latex] | 9 | [latex]-3[/latex] |
[latex]-1[/latex] | 7 | 0 |
0 | 5 | 1 |
1 | 3 | 0 |
2 | 1 | [latex]-3[/latex] |
3 | [latex]-1[/latex] | [latex]-8[/latex] |
[latex]\left(f\circ g\right)\left(1\right)[/latex]
[latex]\left(f\circ g\right)\left(2\right)[/latex]
[hidden-answer a=”fs-id1165133047570″]
11
[/hidden-answer]
[latex]\left(g\circ f\right)\left(2\right)[/latex]
[latex]\left(g\circ f\right)\left(3\right)[/latex]
[hidden-answer a=”fs-id1165137427576″]
0
[/hidden-answer]
[latex]\left(g\circ g\right)\left(1\right)[/latex]
[latex]\left(f\circ f\right)\left(3\right)[/latex]
[hidden-answer a=”fs-id1165137626894″]
7
[/hidden-answer]
For the following exercises, use each pair of functions to find[latex]\,f\left(g\left(0\right)\right)\,[/latex]and[latex]\,g\left(f\left(0\right)\right).[/latex]
[latex]f\left(x\right)=4x+8,\,g\left(x\right)=7-{x}^{2}[/latex]
[latex]f\left(x\right)=5x+7,\,g\left(x\right)=4-2{x}^{2}[/latex]
[hidden-answer a=”fs-id1165135657107″]
[latex]f\left(g\left(0\right)\right)=27,\,g\left(f\left(0\right)\right)=-94[/latex]
[/hidden-answer]
[latex]f\left(x\right)=\sqrt{x+4},\,g\left(x\right)=12-{x}^{3}[/latex]
[latex]f\left(x\right)=\frac{1}{x+2},\,g\left(x\right)=4x+3[/latex]
[hidden-answer a=”fs-id1165137767238″]
[latex]f\left(g\left(0\right)\right)=\frac{1}{5},\,g\left(f\left(0\right)\right)=5[/latex]
[/hidden-answer]
For the following exercises, use the functions[latex]\,f\left(x\right)=2{x}^{2}+1\,[/latex]and[latex]\,g\left(x\right)=3x+5\,[/latex]
to evaluate or find the composite function as indicated.
[latex]f\left(g\left(2\right)\right)[/latex]
[latex]f\left(g\left(x\right)\right)[/latex]
[hidden-answer a=”fs-id1165137480928″]
[latex]18{x}^{2}+60x+51[/latex]
[/hidden-answer]
[latex]g\left(f\left(-3\right)\right)[/latex]
[latex]\left(g\circ g\right)\left(x\right)[/latex]
[hidden-answer a=”fs-id1165137758394″]
[latex]g\circ g\left(x\right)=9x+20[/latex]
[/hidden-answer]
Extensions
For the following exercises, use[latex]\,f\left(x\right)={x}^{3}+1\,[/latex]and[latex]\,g\left(x\right)=\sqrt[3]{x-1}.[/latex]
Find[latex]\,\left(f\circ g\right)\left(x\right)\,[/latex]and[latex]\,\left(g\circ f\right)\left(x\right).\,[/latex]Compare the two answers.
Find[latex]\,\left(f\circ g\right)\left(2\right)\,[/latex]and[latex]\,\left(g\circ f\right)\left(2\right).[/latex]
[hidden-answer a=”fs-id1165135198523″]
2
[/hidden-answer]
What is the domain of[latex]\,\left(g\circ f\right)\left(x\right)?[/latex]
What is the domain of[latex]\,\left(f\circ g\right)\left(x\right)?[/latex]
[hidden-answer a=”fs-id1165133190973″]
[latex]\left(-\infty ,\infty \right)[/latex]
[/hidden-answer]
Let[latex]\,f\left(x\right)=\frac{1}{x}.[/latex]
- Find[latex]\,\left(f\circ f\right)\left(x\right).[/latex]
- Is[latex]\,\left(f\circ f\right)\left(x\right)\,[/latex]for any function[latex]\,f\,[/latex]the same result as the answer to part (a) for any function? Explain.
For the following exercises, let[latex]\,F\left(x\right)={\left(x+1\right)}^{5},\,[/latex][latex]f\left(x\right)={x}^{5},\,[/latex]and[latex]\,g\left(x\right)=x+1.[/latex]
True or False:[latex]\,\left(g\circ f\right)\left(x\right)=F\left(x\right).[/latex]
[hidden-answer a=”fs-id1165137837867″]False
[/hidden-answer]
True or False:[latex]\,\left(f\circ g\right)\left(x\right)=F\left(x\right).[/latex]
For the following exercises, find the composition when[latex]\,f\left(x\right)={x}^{2}+2\,[/latex]for all[latex]\,x\ge 0\,[/latex]and[latex]\,g\left(x\right)=\sqrt{x-2}.[/latex]
[latex]\left(f\circ g\right)\left(6\right);\,\left(g\circ f\right)\left(6\right)[/latex]
[hidden-answer a=”fs-id1165137939500″]
[latex]\left(f\circ g\right)\left(6\right)=6[/latex]; [latex]\,\left(g\circ f\right)\left(6\right)=6[/latex]
[/hidden-answer]
[latex]\left(g\circ f\right)\left(a\right);\,\left(f\circ g\right)\left(a\right)[/latex]
[latex]\left(f\circ g\right)\left(11\right);\,\left(g\circ f\right)\left(11\right)[/latex]
[hidden-answer a=”fs-id1165137823068″]
[latex]\left(f\circ g\right)\left(11\right)=11\,,\,\left(g\circ f\right)\left(11\right)=11[/latex]
[/hidden-answer]
Real-World Applications
The function[latex]\,D\left(p\right)\,[/latex]gives the number of items that will be demanded when the price is[latex]\,p.\,[/latex]The production cost[latex]\,C\left(x\right)\,[/latex]is the cost of producing[latex]\,x\,[/latex]items. To determine the cost of production when the price is $6, you would do which of the following?
- Evaluate[latex]\,D\left(C\left(6\right)\right).[/latex]
- Evaluate[latex]\,C\left(D\left(6\right)\right).[/latex]
- Solve[latex]\,D\left(C\left(x\right)\right)=6.[/latex]
- Solve[latex]\,C\left(D\left(p\right)\right)=6.[/latex]
The function[latex]\,A\left(d\right)\,[/latex]gives the pain level on a scale of 0 to 10 experienced by a patient with[latex]\,d\,[/latex]milligrams of a pain-reducing drug in her system. The milligrams of the drug in the patient’s system after[latex]\,t\,[/latex]minutes is modeled by[latex]\,m\left(t\right).\,[/latex]Which of the following would you do in order to determine when the patient will be at a pain level of 4?
- Evaluate[latex]\,A\left(m\left(4\right)\right).[/latex]
- Evaluate[latex]\,m\left(A\left(4\right)\right).[/latex]
- Solve[latex]\,A\left(m\left(t\right)\right)=4.[/latex]
- Solve[latex]\,m\left(A\left(d\right)\right)=4.[/latex]
[hidden-answer a=”fs-id1165137419674″]
c
[/hidden-answer]
A store offers customers a 30% discount on the price[latex]\,x\,[/latex]of selected items. Then, the store takes off an additional 15% at the cash register. Write a price function[latex]\,P\left(x\right)\,[/latex]that computes the final price of the item in terms of the original price[latex]\,x.\,[/latex](Hint: Use function composition to find your answer.)
A rain drop hitting a lake makes a circular ripple. If the radius, in inches, grows as a function of time in minutes according to[latex]\,r\left(t\right)=25\sqrt{t+2},\,[/latex]find the area of the ripple as a function of time. Find the area of the ripple at[latex]\,t=2.[/latex]
[hidden-answer a=”fs-id1165135530544″]
[latex]A\left(t\right)=\pi {\left(25\sqrt{t+2}\right)}^{2}\,[/latex]and[latex]\,A\left(2\right)=\pi {\left(25\sqrt{4}\right)}^{2}=2500\pi[/latex] square inches
[/hidden-answer]
A forest fire leaves behind an area of grass burned in an expanding circular pattern. If the radius of the circle of burning grass is increasing with time according to the formula[latex]\,r\left(t\right)=2t+1,\,[/latex]express the area burned as a function of time,[latex]\,t\,[/latex](minutes).
Use the function you found in the previous exercise to find the total area burned after 5 minutes.
[hidden-answer a=”fs-id1165134031328″]
[latex]A\left(5\right)=\pi {\left(2\left(5\right)+1\right)}^{2}=121\pi \,[/latex]square units
[/hidden-answer]
The radius[latex]\,r,\,[/latex]in inches, of a spherical balloon is related to the volume,[latex]\,V,\,[/latex]by[latex]\,r\left(V\right)=\sqrt[3]{\frac{3V}{4\pi }}.\,[/latex]Air is pumped into the balloon, so the volume after[latex]\,t\,[/latex]seconds is given by[latex]\,V\left(t\right)=10+20t.[/latex]
- Find the composite function[latex]\,r\left(V\left(t\right)\right).[/latex]
- Find the exact time when the radius reaches 10 inches.
The number of bacteria in a refrigerated food product is given by [latex]N\left(T\right)=23{T}^{2}-56T+1,\,[/latex][latex]3
[hidden-answer a=”fs-id1165134107339″]
a.[latex]\,N\left(T\left(t\right)\right)=23{\left(5t+1.5\right)}^{2}-56\left(5t+1.5\right)+1;\,[/latex]
b. 3.38 hours
[/hidden-answer]
Glossary
- composite function
- the new function formed by function composition, when the output of one function is used as the input of another