Let R denote the set of real numbers. Let f : R -> R -> R be a bijective function defined by g(C) = {f(x) | x in C} for all subsets C of R. The inverse function of f is given by
A. f^(-1)(x, y) = (x - y, x + y)
B. f^(-1)(x, y) = (x - y, x + y) / 2
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: f^(-1)(x, y) = ((x+y)/2, (x-y)/2)
Write the defining equations of f: Let (x, y) = f(a, b) = (a+b, a-b). We have two equations: x = a+b and y = a-b.
Solve for a and b: Adding: x + y = 2a => a = (x+y)/2. Subtracting: x - y = 2b => b = (x-y)/2. So f^(-1)(x, y) = ((x+y)/2, (x-y)/2).