Administrator
|
f(x, y) = x + y + xy
can be written as
f(x, y) = (x + 1)(y + 1) - 1
If you plot the level curves in (x, y) space, you can easily see that level curves are convex (and not f(x, y)) which along with the fact that the function f(x, y) is increasing in both x and y, gives us quasi-concavity of f(x, y). Thus, U is a convex set.
Alternatively, you may rule out the wrong options.
Clearly, L = {(x,y)| f(x, y) <= c} is not a convex set because
if we consider two points (0, 1) and (1, 0) in L for c = 1, then for t = 0.5
we get f(t (1, 0) + (1-t) (0, 1)) = f(0.5, 0.5) = 1.25 > c = 1.
And I = {(x,y)| f(x, y) = c} is also not a convex set because
if we consider the same example as above i.e. two points (0, 1) and (1, 0) in I for c = 1, then for t = 0.5
we get f(t (1, 0) + (1-t) (0, 1)) = f(0.5, 0.5) = 1.25 > c = 1.
|