
Sam S. answered 10/21/20
Friendly, knowledgeable, and a passion for teaching.
The trick is to, instead of looking at the function as f(x)=4/(x-4)^2, look at it as f(x)=y=4/(x-4)^2. From here you should try to solve for x in terms of y to find the inverse function. To do this we first multiply both sides by (x-4)^2 to give us y(x-4)^2=4. Now we divide both sides by y to reach (x-4)^2=4/y. Now we take the square root of both sides to show that sqrt((x-4)^2)=x-4=sqrt(4/y)=2/sqrt(y). Now we simply add 4 to both sides of the equation to see that x=2/sqrt(y)+4=f^-1(y). Since the variable y is arbitrary this means that f^-1(x)=2/sqrt(x)+4! :) You can then check this by showing that f^-1(f(x))=f(f^-1(x))=x, the definition of an inverse function.