Composite and inverse functions (§§6.1&6.2)

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.

Definition

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:

Domains of composites

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!

Inverse functions

As composition involves performing one function after another, so inverses involve performing a function backwards.

Two functions f and g are inverse functions of each other if:

Not every function has an inverse function! If f does have an inverse function, then it only has one; we call f one-to-one and denote its unique inverse function by f−1.

Warning: f−1 does not mean 1/f!

There are two ways to caclulate f−1:

If you ever get more than one solution when you solve the equation, then f is not one-to-one, and it has no inverse.

We have:

Graphs of inverse functions

The graphs of inverse functions are related by switching x and y. In particular: A function is one-to-one if and only if its graph satisfies the Horizontal Line Test: every horizontal line goes through the graph at most once.
Go back to the course homepage.
This web page was written between 2011 and 2016 by Toby Bartels, last edited on 2016 August 19. Toby reserves no legal rights to it.

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

HTML 5