Composite and Inverse Functions
In this article, we will discuss:
Here is one more link to practice a few extra questions: Maths Genie Composite and Inverse Functions Questions
Step #1: Replace f(x) with y.
Step #2: Interchange x and y.
Step #3: Solve for y in terms of x.
Step #4: Replace y with f⁻¹(x).
Solved Example:
Question 1: Let f(x) = 3x + 4. To find the inverse of this function.
Solution:
we follow the steps:
y = 3x + 4
x = 3y + 4
y = (x – 4)/3
f⁻¹(x) = (x – 4)/3
Question 1: Determine the inverse of the function represented by f(x) = 4x - 3.
Answer :Step #1: Start with the given function
f(x) = 4x - 3.
Step #2: Represent the function as
y = 4x - 3.
Step #3: Exchange the positions of x and y in the equation, yielding
x = 4y - 3.
Step #4: Solve the equation for y:
x + 3 = 4y,
leading to the expression y = (x + 3)/4.
Step #5: Therefore, the inverse of f(x) is expressed as
f⁻¹(x) = (x + 3)/4.
Question 2: Consider the function g(x) = 2x - 5. Find the inverse of this function.
Answer :Solution:
Step #1: Start by replacing g(x) with y:
y = 2x – 5
Step #2: Swap the positions of x and y:
x = 2y – 5
Step #3: Solve for y in terms of x:
y = x + 5/2
Step #4: Replace y with g-1(x):
g-1(x) = x + 5/2
Step #1: Apply the first function to the input value.
Step #2: Take the output of the first function and apply the second function to it.
Step #3: Simplify the expression.
Solved Example:
Question 1: Let f(x) = x² and g(x) = x – 1. To find (f ∘ g)(x)
Solution:
we follow the steps:
g(x) = x – 1.
f(g(x)) = (x – 1)²
f(g(x)) = x² – 2x + 1.
Question 1: Let f(x) = 2x - 1 and g(x) = x2 + 1. Find the composite function (g ∘ f)(x) and simplify it.
Answer :Step #1: Replace f(x) in g(f(x)):
(g ∘ f)(x) = g(2x - 1).
Step #2: Substitute f(x) into g(x):
(g ∘ f)(x) = (2x - 1)2 + 1
= 4x2 - 4x + 2.
Question 2: Let f(x) = 2x + 3 and g(x) = x2 - 2x. Find the composite function (g ∘ f)(x) and simplify it.
Answer :Solution:
Step #1: Replace f(x) in g(f(x)):
(g ∘ f)(x) = g(2x + 3).
Step #2: Substitute f(x) into g(x):
(g ∘ f)(x) = (2x + 3)2 - 2(2x + 3)
= 4x2 + 12x + 9 - 4x - 6
= 4x2 + 8x + 3.
Question 1: Let f(x) = 3x + 2 and g(x) = 5x - 1. Find f(g(x)).
Question 2: Let f(x) = x² - 5x + 6 and g(x) = 2x + 1. Find f(g(x)).
Question 3: Let f(x) = 3x - 4. Find f⁻¹(x).
Question 4: Let f(x) = 2x - 1 and g(x) = 3x + 2. Find g(f(x)).