Hi Stacy,
Working with multivariable functions is an exciting part of intermediate calculus studies. As you learn to pick apart functions like the one in this problem, you will gain a better understanding of how these sorts of mappings correspond to physical relations between variables.
As you recall from your precalculus studies, a function is a mapping which assigns each value in the domain (a set of numbers) to one value in the range (another set of numbers). When we talk about finding the domain and range of a function, we need to consider what values are assigned outputs (i.e. the domain), as well as which outputs can be produced (i.e. the range).
In this problem, the function f(x,y) takes in a two-dimensional input value (x, y) (which you can think of as a point on a plane) and assigns a scalar value z according to the equation:
f(x,y) = 1 - e(-4x² - 9y²)
In considering which values on the ℜ² plane (the 2D plane consisting of points whose two coordinates are real numbers) are assigned values under f, we notice that all values will produce a valid z (since there is no (x, y) where f is undefined). This means that the domain of f is ℜ².
Similarly, in analyzing the output values of the function, we notice that no matter what point (x, y) we plug in, e(-4x² - 9y²) will always yield a positive real value. This means that f(x, y) can only produce real numbers z < 1. For ℜ² values (x, y), e(-4x² - 9y²) ≤ 1 since the exponent will never be a positive value. This means that f(x, y) can only produce real numbers z ≥ 0. These two constraints give us the range [0, 1).
Putting this together we can properly define the function in terms of its domain and range:
f : ℜ² → [0, 1).
As you pointed out in your question, the level curves will be centered on the origin and will be determined by the real values taken by the exponent 4x²+9y² = c. Notice that this curve defines an ellipse, though, not a circle as you had thought, so the picture will be a little bit different. The level curves can be described as concentric ellipses of eccentricity √(5/9) centered at the origin, with semimajor axes lying on the x-axis.
To answer your question about reversing the sign in the equation, that function is the same as 2 - f(x,y), which will have range (1, 2].
Keith M.
06/23/15