An function’s inverse is founded by the swapping the input and output values.
Therefore, if the original function have a output value of y, by pug in y into the inverse function. It will yields out the input of the original function that yield out y.
That the y value only match one x value, and x value only match one y value
No x value will yield out undefined point.
$$ \text {g(x) is inverse of f(x)}↔g(x)=f^{-1}(x)↔ f(g(x))=x=f(g(x)) $$
<aside> 💡 Inverse function at corresponding points, have reciprocal slope
</aside>
$$ f'^{-1}(x)=\frac 1 {f'(f^{-1}(x))} $$
How to derivative it
Or you can use the implicit differentiation after you swapped the x and y value.
<aside> 💡 Remember: if a question ask you for the equation for the tangent line of the inverse of the function, the x and y point (original) didn’t change.
</aside>
$$ ⁍ $$