Composition of Functions: Learn It 3

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.

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 the table below, evaluate [latex](f \circ g)(3)[/latex] and [latex](g \circ f)(3)[/latex].

[latex]x[/latex] [latex]f\left(x\right)[/latex] [latex]g\left(x\right)[/latex]
[latex]1[/latex] [latex]6[/latex] [latex]3[/latex]
[latex]2[/latex] [latex]8[/latex] [latex]5[/latex]
[latex]3[/latex] [latex]3[/latex] [latex]2[/latex]
[latex]4[/latex] [latex]1[/latex] [latex]7[/latex]

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-[/latex] and [latex]y-[/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.

  1. Locate the given input to the inner function on the [latex]x\text{-}[/latex] axis of its graph.
  2. Read off the output of the inner function from the [latex]y\text{-}[/latex] axis of its graph.
  3. Locate the inner function output on the [latex]x\text{-}[/latex] axis of the graph of the outer function.
  4. 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 the graphs below, evaluate [latex](f \circ g)(3)[/latex], [latex](g \circ f)(3)[/latex], and [latex]f(g(1))[/latex].Explanation of the composite function.