Answer to Q1:
(fog)(4) = 2
Explanation:
We have given two function. We have to find their composition.
f(x) = 2x and g(x)= 1 / x-3
(fog)(x) = ? and (fog)(4) = ?
The formula to find composition is:
(fog)(x) = f(g(x))
(fog)(x) = f(1 / x-3)
(fog)(x) = 2(1 / x-3)
(fog)(x) = 2 / x-3
Putting x = 4 in above equation, we have
(fog)(4) = 2 / 4-3
(fog)(4) = 2 / 1
(fog)(4) = 2
Answer to Q2:
g⁻¹(x) = 1/x+3
Explanation:
We have given a function and we have to find its inverse.
g(x) = 1 / x-3
g⁻¹(x) = ?
Let y = g(x)
y = 1 / x-3
We have to separate x from above equation.
y(x-3) = 1
x-3 = 1 / y
Adding 3 to both sides of above equation, we have
x-3+3 = 1/y+3
x = 1/y+3
Putting x = g⁻¹(y) in above equation, we have
g⁻¹(y) = 1/y+3
Replacing y with x , we have
g⁻¹(x) = 1/x+3 which is the answer.
Answer to Q3:
(-∞,0)∪(0,∞)
Explanation:
Since g⁻¹(x) = 1/x+3
We have to find the domain of above function.
Domain is defined as the set of values of independent variable where function is defined.
Hence given function contain 1/x term which is defined all real values except at x = 0.
The term 3 is defined at all real values.
Hence,g⁻¹(x) has domain equal to all real values except x = 0.
dom g⁻¹(x) = (-∞,0)∪(0,∞).