Given the function $f : \mathbb{R}^2 \to \mathbb{R}^2$ as $f(x,y) = (x+3y,3x+y)$. Find $f^{-1}$ .( Assume $f$ is a bijection)
I know how to find $f^{-1} (x) = (3x+2)$ or anything with one variable. But I am not sure how to proceed with 2 variables. Can anyone provide me with a step by step explanation?
Thanks
You need to solve $(u,v) = (x+3y, 3x+y)$ for $x,y$. In this case we get $3u-v = 8y$, hence $y = \frac{1}{8}(3u-v)$ and the same way we get $x = \frac{1}{8}(3v-u)$.
So $f^{-1}(u,v) = \frac{1}{8}(3v-u, 3u-v)$. You can check that this is true by computing $f\circ f^{-1}$ and $f^{-1}\circ f$.