Composition of functions (§6.1)

A function takes one number and gives you another. 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 not usually the same.

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 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 between 2011 and 2016 by Toby Bartels, last edited on 2016 April 20. Toby reserves no legal rights to it.

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

HTML 5