Let R denote the set of real numbers. Let f : R x R -> R x R be a bijective function defined by f(x, y) = (x + y, x - y). The inverse function of f is given by A. f^{-1}(x, y) = (x/2 + y/2, x/2 - y/2) B. f^{-1}(x, y) = (x - y, x + y) C. f^{-1}(x, y) = ((x + y)/2, (x - y)/2) D. f^{-1}(x, y) = (2(x - y), 2(x + y))
GATE 1996 · Discrete Mathematics · Functions · medium
Answer: C. f^{-1}(x, y) = ((x + y)/2, (x - y)/2)
- Set up equations for inverse: Let (u, v) = f(x, y) = (x + y, x - y). We need to express x and y in terms of u and v.
- Solve the linear system: Adding: u + v = (x + y) + (x - y) = 2x, so x = (u + v)/2. Subtracting: u - v = (x + y) - (x - y) = 2y, so y = (u - v)/2.