Main content
Algebra (all content)
Course: Algebra (all content) > Unit 7
Lesson 21: Verifying that functions are inverses (Algebra 2 level)Verifying inverse functions by composition
Learn how to verify whether two functions are inverses by composing them. For example, are f(x)=5x-7 and g(x)=x/5+7 inverse functions?
This article includes a lot of function composition. If you need a review on this subject, we recommend that you go here before reading this article.
Inverse functions, in the most general sense, are functions that "reverse" each other. For example, if a function takes to , then the inverse must take to .
Let's take functions and for example: and .
Notice how and .
Here we see that when we apply followed by , we get the original input back. Written as a composition, this is .
But for two functions to be inverses, we have to show that this happens for all possible inputs regardless of the order in which and are applied. This gives rise to the inverse composition rule.
The inverse composition rule
These are the conditions for two functions and to be inverses:
for all in the domain of for all in the domain of
This is because if and are inverses, composing and (in either order) creates the function that for every input returns that input. We call this function “the identity function".
Example 1: Functions and are inverses
Let's use the inverse composition rule to verify that and above are indeed inverse functions.
Recall that and .
Let's find and .
So we see that functions and are inverses because and .
Example 2: Functions and are not inverses
If or is not equal to , then and cannot be inverses.
Let's try this for and .
So functions and are not inverses because and .
(Note here, that we could have concluded that and were not inverses after showing that .)
Check your understanding
In general, to check if and are inverse functions, we can compose them. If the result is , the functions are inverses. Otherwise, they are not.
Want to join the conversation?
- ARGH! I typed in the exact same answer as the one in the "I need help" paragraph but it won't register?(20 votes)
- It won't work because the fraction is not simplified in 30/4. You have to simplify it into 15/2 and then it will work(38 votes)
- Is there ever a circumstance where f(g(x)) = x but g(f(x)) isn't equal to x?(20 votes)
- Interesting question!
This could occur if f(x) fails to be 1-to-1 (and so fails to be invertible).
For example, if f(x) = x^2 and g(x) = sqrt(x), then f(g(x)) = [sqrt(x)]^2 = x but g(f(x)) = sqrt(x^2) = |x|.
Have a blessed, wonderful day!(39 votes)
- Is the third question correct?
because im getting x-4 for h(f(x)) no matter how many times i try(1 vote)- h(f(x)) = (3/2)( f(x) +8) [write function]
h(f(x)) = (3/2)( ((2/3)x-8) +8) [put f(x) in]
h(f(x)) = (3/2)( ((2/3)x) [-8, +8 cancels out]
h(f(x)) = x [here (3/2)*(2/3)=1]
f(h(x)) = (2/3)(h(x))-8 [write function]
f(h(x)) = (2/3)((3/2)(x+8))-8 [put h(x) in]
f(h(x)) = (2/3)((3/2)(x)(8))-8 [expand, noting that the 3/2 applies to the x and the +8]
f(h(x)) = (2/3)(((3/2)x)+12)-8 [the (3/2)8 simplifies to 12 BUT is still enclosed with the 2/3 bracket]
f(h(x) = x+8-8 [here (2/3)*(3/2) is 1, (2/3)12 is 8]
f(h(x) = x [simplify]
h(f(x)) = x
f(h(x)) = x
The two functions are invertible.
The main point I think you have got caught on is the conversion of +8 to 12 due to the 3/2, but then exiting that out of all of the brackets so that it is then not affected by the 2/3, which would result in x+4, instead of x.
Hope this helps :D(12 votes)
- What happens if both simplify down to x+3 or any other values?
Are they still inverse of each other?(6 votes) - Would the functions still be inverses if their result was equal but not x? For example f(g(x)) = x - 24 and g(f(x)) = x - 24. Would these functions still be inverses of each other?(3 votes)
- No. If you use "x" as the input to either f(g(x)) or g(f(x)), you must get "x" as the final out. To be inverse functions, each must completely reverse the operations performed by the other function. In your case, your final result is different than "x", so some operations is not being reversed.(7 votes)
- Can anyone SHOW me why f(g(x)) = g(f(x)) = x?(3 votes)
- This might be a bit late...
So, the reason why functions are inverses if f(g(x)) = x and g(f(x)) = x is because of the fundamental definition of inverse functions: that is, the input and output values are switched.
So, let's take f(g(x)) = x. What is it saying? It is saying that if you INPUT the output of function g into function f, you get the input of function g as the OUTPUT. To make it more clear: x is the input of g, and g(x) is the output. However, inputting the output of g into f causes f to output x, which is the input of g.
Now, for g(f(x)) = x, it is essentially the same thing. f(x) = output of f and x = input of f. Now, inputting f(x) - the output of f, into g gets you the output x - the input of f.
See, it's just inverse functions in play.
Hope this helped!(4 votes)
- I NEED HELP! I'm working on a problem and have the g(f(x))=2(x+1/2)-1 as a problem I'm just trying to figure it out with the fraction. i stink writing stuff out so if you can understand please help me;((3 votes)
- Your working is wrong bokeum. It will be 2x+2/2 which wil become 2x/2 +2/2 to simplify it. It will become x+1-1 the (-1) from the original question. so it will equal x.(2 votes)
- How are ever gonna use this in the real world?(2 votes)
- you might not but if you go into a career that needs math then probably(2 votes)
- in 2, how did they get from =4(4/1 x−10)+10 to =x-40+10(2 votes)
- Multiply everything in brackets by 4. 4*x/4 = x 4*-10 = -40
4(x/4 - 10) + 10 = x-40+10. You stated the problem in the wrong form.
It should be 4(x/4 - 10) + 10 instead of 4(4/x - 10) +10(2 votes)
- can we find f & g such that f(g(x))=x but g(f(x) does not equal x?(2 votes)
- Both must = x to have an inverse function. You may just have a math error on the one that doesn't = x. Check to see.(1 vote)