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 functionC(T)gives the costCof heating a house for a given average daily temperature inTdegrees Celsius. The functionT(d)gives the average daily temperature on daydof the year. For any given day,Cost=C(T(d))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 temperatureT(d).For example, we could evaluateT(5)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 writeC(T(5)).
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. Ifw(y)is the wife’s income andh(y)is the husband’s income in yeary,and we wantTto 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 functionsf(x)andg(x)with real number outputs, we define new functionsf+g,f−g,fg,andfgby the relations
Performing Algebraic Operations on Functions
Find and simplify the functions(g−f)(x)and(gf)(x),givenf(x)=x−1andg(x)=x2−1.Are they the same function?
Try It
Find and simplify the functions(fg)(x)and(f−g)(x).
Are they the same function?
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“fcomposed withgatx,” and the right-hand side as“fofgofx.”The two sides of the equation have the same mathematical meaning and are equal. The open circle symbol∘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 f(g(x))≠f(x)g(x).
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 functiongtakes the inputxfirst and yields an outputg(x).Then the functionftakesg(x)as an input and yields an outputf(g(x)).
In general,f∘gandg∘fare different functions. In other words, in many casesf(g(x))≠g(f(x))for allx.We will also see that sometimes two functions can be composed only in one specific order.
For example, iff(x)=x2andg(x)=x+2,then
but
These expressions are not equal for all values ofx,so the two functions are not equal. It is irrelevant that the expressions happen to be equal for the single input valuex=−12.
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 inputxand functionsfandg,this action defines a composite function, which we write asf∘gsuch that
The domain of the composite functionf∘gis allxsuch thatxis in the domain ofgandg(x)is in the domain off.
It is important to realize that the product of functionsfgis not the same as the function compositionf(g(x)),because, in general,f(x)g(x)≠f(g(x)).
Determining whether Composition of Functions is Commutative
Using the functions provided, findf(g(x))andg(f(x)).Determine whether the composition of the functions is commutative.
Interpreting Composite Functions
The functionc(s)gives the number of calories burned completingssit-ups, ands(t)gives the number of sit-ups a person can complete intminutes. Interpretc(s(3)).
Investigating the Order of Function Composition
Supposef(x)gives miles that can be driven inxhours andg(y)gives the gallons of gas used in drivingymiles. Which of these expressions is meaningful:f(g(y))org(f(x))?
Are there any situations wheref(g(y))andg(f(x))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 G(r). The acceleration of a planet subjected to any force F is given by the function a(F). Form a meaningful composition of these two functions, and explain what it means.
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), evaluatef(g(3))andg(f(3)).
x | f(x) | g(x) |
---|---|---|
1 | 6 | 3 |
2 | 8 | 5 |
3 | 3 | 2 |
4 | 1 | 7 |
Try It
Using (Figure), evaluatef(g(1))andg(f(4)).
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 thex- and y-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 thex-axis of its graph.
- Read off the output of the inner function from they-axis of its graph.
- Locate the inner function output on thex-axis of the graph of the outer function.
- Read the output of the outer function from they-axis of its graph. This is the output of the composite function.
Try It
Using (Figure), evaluateg(f(2)).
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 compositionf(g(x)).To do this, we will extend our idea of function evaluation. Recall that, when we evaluate a function likef(t)=t2−t,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
Givenf(t)=t2−tandh(x)=3x+2,evaluatef(h(1)).
Analysis
It makes no difference what the input variablestandxwere called in this problem because we evaluated for specific numerical values.
Try It
Givenf(t)=t2−tandh(x)=3x+2,evaluate
- h(f(2))
- h(f(−2))
Finding the Domain of a Composite Function
As we discussed previously, the domain of a composite function such asf∘gis dependent on the domain ofgand the domain off.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 asf∘g.Let us assume we know the domains of the functionsfandgseparately. If we write the composite function for an inputxasf(g(x)),we can see right away thatxmust be a member of the domain ofgin order for the expression to be meaningful, because otherwise we cannot complete the inner function evaluation. However, we also see thatg(x)must be a member of the domain off,otherwise the second function evaluation inf(g(x))cannot be completed, and the expression is still undefined. Thus the domain off∘gconsists of only those inputs in the domain ofgthat produce outputs fromgbelonging to the domain off.Note that the domain offcomposed withgis the set of allxsuch thatxis in the domain ofgandg(x)is in the domain off.
Domain of a Composite Function
The domain of a composite functionf(g(x))is the set of those inputsxin the domain ofgfor whichg(x)is in the domain off.
How To
Given a function compositionf(g(x)),determine its domain.
- Find the domain ofg.
- Find the domain off.
- Find those inputsxin the domain ofgfor whichg(x)is in the domain off.That is, exclude those inputsxfrom the domain ofgfor whichg(x)is not in the domain off.The resulting set is the domain off∘g.
Finding the Domain of a Composite Function
Find the domain of
Finding the Domain of a Composite Function Involving Radicals
Find the domain of
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 off∘gcan contain values that are not in the domain off,though they must be in the domain ofg.
Try It
Find the domain of
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
Writef(x)=√5−x2as the composition of two functions.
Try It
Writef(x)=43−√4+x2as the composition of two functions.
Access these online resources for additional instruction and practice with composite functions.
Key Equation
Composite function | (f∘g)(x)=f(g(x)) |
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,fg?
What is the composition of two functions,f∘g?
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.
How do you find the domain for the composition of two functions,f∘g?
Algebraic
For the following exercises, determine the domain for each function in interval notation.
Givenf(x)=x2+2x andg(x)=6−x2,findf+g,f−g,fg, and fg.
Givenf(x)=−3x2+x and g(x)=5,findf+g,f−g,fg,and fg.
Givenf(x)=2x2+4x and g(x)=12x,findf+g,f−g,fg, and fg.
Givenf(x)=1x−4andg(x)=16−x,findf+g,f−g,fg, and fg.
Given f(x)=3x2andg(x)=√x−5,findf+g,f−g,fg, and fg.
Givenf(x)=√xandg(x)=|x−3|,findgf.
For the following exercise, find the indicated function givenf(x)=2x2+1andg(x)=3x−5.
- f(g(2))
- f(g(x))
- g(f(x))
- (g∘g)(x)
- (f∘f)(−2)
For the following exercises, use each pair of functions to findf(g(x))andg(f(x)).Simplify your answers.
f(x)=x2+1,g(x)=√x+2
f(x)=√x+2,g(x)=x2+3
f(x)=|x|,g(x)=5x+1
f(x)=3√x,g(x)=x+1x3
f(x)=1x−6,g(x)=7x+6
f(x)=1x−4,g(x)=2x+4
For the following exercises, use each set of functions to findf(g(h(x))).Simplify your answers.
f(x)=x4+6,g(x)=x−6,andh(x)=√x
f(x)=x2+1,g(x)=1x,andh(x)=x+3
Givenf(x)=1xandg(x)=x−3,find the following:
- (f∘g)(x)
- the domain of(f∘g)(x)in interval notation
- (g∘f)(x)
- the domain of(g∘f)(x)
- (fg)x
Givenf(x)=√2−4xandg(x)=−3x,find the following:
- (g∘f)(x)
- the domain of(g∘f)(x)in interval notation
Given the functionsf(x)=1−xxandg(x)=11+x2,find the following:
- (g∘f)(x)
- (g∘f)(2)
Given functionsp(x)=1√xandm(x)=x2−4,state the domain of each of the following functions using interval notation:
- p(x)m(x)
- p(m(x))
- m(p(x))
Given functionsq(x)=1√xandh(x)=x2−9,state the domain of each of the following functions using interval notation.
- q(x)h(x)
- q(h(x))
- h(q(x))
Forf(x)=1xandg(x)=√x−1,write the domain of(f∘g)(x)in interval notation.
For the following exercises, find functionsf(x)andg(x)so the given function can be expressed ash(x)=f(g(x)).
h(x)=(x+2)2
h(x)=(x−5)3
h(x)=3x−5
h(x)=4(x+2)2
h(x)=4+3√x
h(x)=3√12x−3
h(x)=1(3x2−4)−3
h(x)=4√3x−2x+5
h(x)=(8+x38−x3)4
h(x)=√2x+6
h(x)=(5x−1)3
h(x)=3√x−1
h(x)=|x2+7|
h(x)=1(x−2)3
h(x)=(12x−3)2
h(x)=√2x−13x+4
Graphical
For the following exercises, use the graphs off,shown in (Figure), andg,shown in (Figure), to evaluate the expressions.


f(g(3))
f(g(1))
g(f(1))
g(f(0))
f(f(5))
f(f(4))
g(g(2))
g(g(0))
For the following exercises, use graphs off(x),shown in (Figure),g(x),shown in (Figure), andh(x),shown in (Figure), to evaluate the expressions.



g(f(1))
g(f(2))
f(g(4))
f(g(1))
f(h(2))
h(f(2))
f(g(h(4)))
f(g(f(−2)))
Numeric
For the following exercises, use the function values forf and gshown in (Figure) to evaluate each expression.
x | f(x) | g(x) |
---|---|---|
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 |
f(g(8))
g(f(5))
g(f(3))
f(f(4))
f(f(1))
g(g(2))
g(g(6))
For the following exercises, use the function values forf and gshown in (Figure) to evaluate the expressions.
x | f(x) | g(x) |
−3 | 11 | −8 |
−2 | 9 | −3 |
−1 | 7 | 0 |
0 | 5 | 1 |
1 | 3 | 0 |
2 | 1 | −3 |
3 | −1 | −8 |
(f∘g)(1)
(f∘g)(2)
(g∘f)(2)
(g∘f)(3)
(g∘g)(1)
(f∘f)(3)
For the following exercises, use each pair of functions to findf(g(0))andg(f(0)).
f(x)=4x+8,g(x)=7−x2
f(x)=5x+7,g(x)=4−2x2
f(x)=√x+4,g(x)=12−x3
f(x)=1x+2,g(x)=4x+3
For the following exercises, use the functionsf(x)=2x2+1andg(x)=3x+5
to evaluate or find the composite function as indicated.
f(g(2))
f(g(x))
g(f(−3))
(g∘g)(x)
Extensions
For the following exercises, usef(x)=x3+1andg(x)=3√x−1.
Find(f∘g)(x)and(g∘f)(x).Compare the two answers.
Find(f∘g)(2)and(g∘f)(2).
What is the domain of(g∘f)(x)?
What is the domain of(f∘g)(x)?
Letf(x)=1x.
- Find(f∘f)(x).
- Is(f∘f)(x)for any functionfthe same result as the answer to part (a) for any function? Explain.
For the following exercises, letF(x)=(x+1)5,f(x)=x5,andg(x)=x+1.
True or False:(g∘f)(x)=F(x).
True or False:(f∘g)(x)=F(x).
For the following exercises, find the composition whenf(x)=x2+2for allx≥0andg(x)=√x−2.
(f∘g)(6);(g∘f)(6)
(g∘f)(a);(f∘g)(a)
(f∘g)(11);(g∘f)(11)
Real-World Applications
The functionD(p)gives the number of items that will be demanded when the price isp.The production costC(x)is the cost of producingxitems. To determine the cost of production when the price is $6, you would do which of the following?
- EvaluateD(C(6)).
- EvaluateC(D(6)).
- SolveD(C(x))=6.
- SolveC(D(p))=6.
The functionA(d)gives the pain level on a scale of 0 to 10 experienced by a patient withdmilligrams of a pain-reducing drug in her system. The milligrams of the drug in the patient’s system aftertminutes is modeled bym(t).Which of the following would you do in order to determine when the patient will be at a pain level of 4?
- EvaluateA(m(4)).
- Evaluatem(A(4)).
- SolveA(m(t))=4.
- Solvem(A(d))=4.
A store offers customers a 30% discount on the pricexof selected items. Then, the store takes off an additional 15% at the cash register. Write a price functionP(x)that computes the final price of the item in terms of the original pricex.(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 tor(t)=25√t+2,find the area of the ripple as a function of time. Find the area of the ripple att=2.
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 formular(t)=2t+1,express the area burned as a function of time,t(minutes).
Use the function you found in the previous exercise to find the total area burned after 5 minutes.
The radiusr,in inches, of a spherical balloon is related to the volume,V,byr(V)=3√3V4π.Air is pumped into the balloon, so the volume aftertseconds is given byV(t)=10+20t.
- Find the composite functionr(V(t)).
- Find the exact time when the radius reaches 10 inches.
The number of bacteria in a refrigerated food product is given by N(T)=23T2−56T+1,[latex]3
- Find the composite functionN(T(t)).
- Find the time (round to two decimal places) when the bacteria count reaches 6752.
Glossary
- composite function
- the new function formed by function composition, when the output of one function is used as the input of another
Candela Citations
- Algebra and Trigonometry. Authored by: Jay Abramson, et. al. Provided by: OpenStax CNX. Located at: http://cnx.org/contents/13ac107a-f15f-49d2-97e8-60ab2e3b519c@11.1. License: CC BY: Attribution. License Terms: Download for free at http://cnx.org/contents/13ac107a-f15f-49d2-97e8-60ab2e3b519c@11.1