Question 1135135
<br>
The solution by tutor @MathLover1 appears to be complete and correct (I didn't look at all the details).<br.
But for many relatively simple functions, there is an easier way to find the inverse, based on the idea that an inverse function has to "get you back where you started".  Finding the function that gets you back where you started means looking at the operations the function performs on the input and performing the opposite operations in the opposite order.<br>
In this example, the operations performed on the input by the function are<br>
(1) subtract 1
(2) take the square root
(3) multiply by 3
(4) subtract 4<br>
To get you back where you started, the inverse function has to<br>
(1) add 4
(2) divide by 3
(3) square
(4) add 1<br>
So the inverse function is<br>
{{{f^(-1)(x) = ((x+4)/3)^2+1}}}<br>
Looks a lot different than the inverse function shown by the other tutor; but they are equivalent.