To find the inverse of a function, you switch the spots of $x$ and $y$ in the function and solve for the new $y$ output. For example:
$y = 3 + \sin\ x$
- Switch positions of $x$ and $y$
$x = 3 + \sin\ y$
- Solve for this new $y$
$y = \sin^{-1}(x-3)$
However, I've never wondered why this is the case. Does anyone have an explanation as to where this method came about?
In addition, how would one find the inverse of a function with 3 variables $x$, $y$, and $z$?
suppose you have a function f:X->Y. If f is bijective, then we can identify a function g:Y->X which maps the images under f to its pre images. This is called the inverse function.