1

I know the domain is $\mathbb{R^2}$.

Is the range $\mathbb{R}$?

atherton
  • 1,234

3 Answers3

3

$$x^2+y^2\ge 0 \implies e^{-(x^2+y^2)}\le e^{-0}=1$$

$$x^2+y^2<\infty \implies e^{-(x^2+y^2)}\gt e^{-\infty}=0$$

So the range of $f(x,y)$ is $(0,1]$.

mike
  • 5,604
2

What are the possible values? For example, $f(1,0)=e^{-1}$, so $e^{-1}$ is in the range. Note $e^{-1}$ is not in $\mathbb{R}^2$.

Empy2
  • 50,853
2

You are looking for all possible values of this function.

First note that $f: \mathbb{R}^2 \rightarrow \mathbb{R}$, so the possible values of $f$ are real number.

Next notice that $x^2+y^2$ for $(x,y) \in \mathbb{R}^2$ can reach all non-negative real value (choose real non-negative $t \in \mathbb{R}$, $x^2+y^2$ reach value $t$ for $(x,y)=(\sqrt{t},0)$ . Note that for $(x,y) \in\mathbb{R}^2$ $x^2+y^2$ don't reach negative value.

Now you can check range of $e^{-x^2-y^2}$:you know that range of $x^2+y^2$ (all non-negative real numbers), so $e^{-x^2-y^2}$ reach the same values like $e^{-t}$ for non-negative real $t$, so the range is $(0,1]$.

agha
  • 10,038