To find the inverse of a function, you can use the following 4 step process,
- Replace f(x) with y
- Swap every x with every y in the equation
- Solve the equation for y
- Replace y with f-1(x)
For this problem,
f(x) = √(16-x2)
y = √(16-x2) [step 1]
x = √(16-y2) [step 2]
x2 = 16 - y2
y2 = 16 - x2
y = √(16-x2) [step 3]
f-1(x) = √(16-x2) [step 4]
So the inverse of the function is f-1(x) = √(16-x2)
Note that in this case, the function is the inverse of itself.
To find the domain of the inverse, we only have to realize the the domain of the inverse is the range of the original function. So, we can plug in the end points of the domain of the function into f(x) to find the domain of the inverse.
f(x) = √(16-x2)
f(0)=√(16-02) = √(16) = 4
f(4) = √(16-42) = √(0) = 0
Therefore the domain of the inverse is between 0 and 4, i.e. 0 ≤ x ≤ 4