2
$\begingroup$

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

$\endgroup$

3 Answers 3

2
$\begingroup$

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$.

$\endgroup$
2
  • $\begingroup$ Can you tell me how we get 3u-v = 8y $\endgroup$ Commented May 7, 2015 at 21:51
  • $\begingroup$ $(u,v) = (x+3y, 3x+y)$ means that $u = x+3y$ and $v = 3x+y$. Hence $3u-v = 3(x+3y)-3x-y = 8y$. $\endgroup$
    – Lukas Betz
    Commented May 7, 2015 at 22:03
2
$\begingroup$

One thing that might be useful is to observe that this is a linear function. We can write $f(x,y) = (x + 3y, 3x + y)$ also in the matrix form

$$ f(x,y) \;\; \to \;\; \left [ \begin{array}{cc} 1 & 3 \\ 3 & 1 \\ \end{array} \right ] \left [\begin{array}{c} x \\ y \\ \end{array} \right ] \\ $$

Finding the inverse of $f$ should then be equivalent to finding the inverse of the matrix given below. Try this out and let me know if you want more help.

$\endgroup$
-1
$\begingroup$

We want a function that takes us from $(x+3y, 3x+y)$ to $(x,y)$. Let us assume that we can write this as $g(x,y) = (ax+by, cx+dy)$, then $$a(x+3y) + b(3x+y) = x+0y$$ and $$c(x+3y)+d(3x+y) = 0x+y$$

Hence the first equation gives us: $$a+3b = 1 \text{ and } 3a+b = 0$$ The second gives $$c+3d = 0 \text{ and } 3c+d =1.$$

Hence $-b = 3a$ and $a-9a = 1$ which gives $a=-1/8$ and $b=3/8$. Also $c=-3d$ and $-8d = 1$. Hence $d=-1/8$ and $c=3/8$.


This gives $g(x,y) = ( -1/8 x + 3/8 y, 3/8 x - 1/8 y )$

$\endgroup$
1
  • $\begingroup$ Is there an error? I don't understand the down vote $\endgroup$
    – Joel
    Commented May 7, 2015 at 21:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .