Given a function of three variables, is it possible to not have a level surface at all?
Ex: I'm working on a problem that tells me to describe the level set (level surface) for $p(x,y,z) = e^{-x^2-y^2-4z^2}$. I manipulated the function to be $ln(k)=-x^2-y^2-4z^2$. I'm thinking the level surface must be a type of ellipsoid but I'm having trouble graphing it both by myself and my program doesn't seem to be able to graph it. Am I doing something wrong or is this just an odd case?
Ex: I'm plugging in a number for the constant and trying to graph it. Should I possibly be moving z over and having x and y equal to z?
Level surface are defined as
$$p(x,y,z) = e^{(-x^2-y^2-4z^2)}=k\implies -x^2-y^2-4z^2=\log k<0 \implies k\in(0,1)$$
thus set $-\log k=c\in (0,+\infty)$ and the level surface are expressed by
$$x^2+y^2+4z^2=c$$
that, fixed c, is precisely an ellipsoid. To visualize you can fix $c$ and then consider the plot for $z=0$ and for $x or y=0$.