Composition of functions (§6.1)

A function takes one number as input and gives you another as output. You can then take this output and use it as the input to another function, to get yet another number. This is composition of functions.

If f and g are functions, then their composite is also a function, denoted f ∘ g, which I usually read as ‘f after g’. It may be defined as follows:

Notice that you do g first and f afterwards. The two composites f ∘ g and g ∘ f are usually different from each other.

Sometimes it helps to use different variables for the different functions. That is:

If f and g are both defined for every real number, then so is f ∘ g. But in general, the domain of f ∘ g is only part of the domain of g. We have:

If you simplify the expression for f ∘ g, then this will only help with the second condition; be sure to go back and check the domain of g!
Go back to the course homepage.
This web page was written by Toby Bartels, last edited on 2020 February 24. Toby reserves no legal rights to it.

The permanent URI of this web page is http://tobybartels.name/MATH-1150/2022FA/composition/.

HTML 5