• edited by
16,702 views
56 56 votes

Let $R$ denote the set of real numbers. Let $f:R\times R \rightarrow R \times R$ be a bijective function defined by $f(x,y) = (x+y, x-y)$. The inverse function of $f$ is given by

  1. $f^{-1} (x,y) = \left( \frac {1}{x+y}, \frac{1}{x-y}\right)$

  2. $f^{ -1} (x,y) = (x-y , x+y)$

  3. $f^{-1} (x,y) = \left( \frac {x+y}{2}, \frac{x-y}{2}\right)$

  4. $f^{-1}(x,y)=\left [ 2\left(x-y\right),2\left(x+y\right) \right ]$

10 Answers

Best answer
61 61 votes
to find inverse of the function take

$z_1=x+y \text{          } \to(1)$

$z_2=x-y \text{          } \to (2)$

Adding (1) and (2) we get,

$x = \frac{z_1+z_2}{2}$ and $y = \frac{z_1-z_2}{2}$

So, $f \left(\frac{z_1}{2},\frac{z_2}{2}\right) = \left(\frac{z_1+z_2}{2},\frac{z_1-z_2} {2}\right) = (x, y) \\ \implies f^{-1}(x, y) = \left(\frac{z_1}{2},\frac{z_2}{2}\right) \\=  \left\{\frac{x+y}{2},\frac{x-y}{2} \right\}$

Correct Answer: $C$
• edited by
109 109 votes
Taking an example:

$f(2,3)=(2+3,2-3)=(5,-1)$

$f^{-1}(5,-1)$ should be $(2,3).$

Substituting the values we get (C) as answer.
25 25 votes

these kind of questions are always very very interesting

 

14 14 votes

Answer : C

f(x,y) = ( x+y , x−y ) . for invertible function you have to find that there should be bijection (one to one correspondence) . 

 if f(a) = b then  a = $f^{-1}$(b)

apply this concept here , f(x,y) = f(x+y , x-y) , so (x,y) = $f^{-1}$(x+y , x-y) -----------(1)

lets assume

p1 = x+y ------------(i)

p2 = x-y ------------(ii)

By Adding           (i)+(ii)                    $\frac{(p1+ p2) }{2}$ = x   

By Subtracting    (i)-(ii)                    $\frac{(p1- p2) }{2}$ = y

put value in--(1) 

$\left ( \frac{( p1+p2 )}{2} , \frac{( p1-p2 )}{2} \right )$ = $f^{-1}$( p1 , p2 ) 

$f^{-1}\left ( x,y \right )$ =  $\left ( \frac{( x+y )}{2} , \frac{( x-y )}{2} \right )$

 
• edited by
11 11 votes

Another procedure to solve the inverse of a function using Matrices.

 

 

Ram

 

 

So, Option C  is the answer.

7 7 votes

Given $$f(x,y)=(x+y,x-y)$$

Now inverse is such a function, that if you plug in the output of $f$ [here $(x+y,x-y)$] as input to $f^{-1}$ then you shall get back the input to $f$ [i.e. $(x,y)$] which gave the output [$(x+y,x-y)$].

So our input to $f^{-1}$ should be $(x+y,x-y)$ to get output as $(x,y)$. This gives the hint that we need to choose such an inverse function which adds/subtracts the two components of the input [since the two components of the input are present in sum/subtraction form, and adding or subtracting shall result in only one particular term of each input component.]

Using option $(C)$ we have:

$f^{-1}(x+y,x-y)= \left( \frac{(x+y)+(x-y)}{2},\frac{(x+y)+(x-y)}{2}\right)=(x,y)$

So option (C) is the required answer.


Formal method of solving it.

$$f(x,y)=(x+y,x-y)$$

Let $X=x+y$ and $Y=x-y$. We need to change the equation from $x,y$ to $X,Y$. So

$$X+Y=2x \implies x=\frac{X+Y}{2}$$

$$X-Y=2y \implies y=\frac{X-Y}{2}$$

Substituting these in our function $f$,

$$f\left(\frac{X+Y}{2},\frac{X-Y}{2}\right)=(X,Y)$$

$$\implies \left(\frac{X+Y}{2},\frac{X-Y}{2}\right)=f^{-1}(X,Y)$$

so option (C) is correct.

Answer:
Position:
Show:

Related questions

47 47 votes
11 answers 11 answers
16.5k
16.5k views
Kathleen asked Oct 9, 2014
16,512 views
Suppose $X$ and $Y$ are sets and $|X| \text{ and } |Y|$ are their respective cardinality. It is given that there are exactly $97$ functions from $X$ to $Y$. From this one...
64 64 votes
6 answers 6 answers
12.4k
12.4k views
Kathleen asked Oct 9, 2014
12,393 views
Let $F$ be the collection of all functions $f: \{1, 2, 3\} \to \{1, 2, 3\}$. If $f$ and $g \in F$, define an equivalence relation $\sim$ by $f\sim g$ if and only if $f(3)...
31 31 votes
7 answers 7 answers
17.4k
17.4k views
Kathleen asked Oct 9, 2014
17,404 views
Let $X = \{2, 3, 6, 12, 24\}$, Let $\leq$ be the partial order defined by $X \leq Y$ if $x$ divides $y$. Number of edges in the Hasse diagram of $(X, \leq)$ is$3$$4$$9$No...
41 41 votes
7 answers 7 answers
29.5k
29.5k views
Kathleen asked Oct 9, 2014
29,525 views
Which of the following statements is FALSE?The set of rational numbers is an abelian group under additionThe set of integers in an abelian group under additionThe set of ...