The function $h(x,y) = \frac{20}{3+x^2+2y^2}$ represents the following graph:
Is there anyway to see from the equation, without plotting it, that its graph will look as shown above? Moreover, is there a simple way of coming up with another equation that represents two "mountains", of given heights above the $xy$-plane, next to each other (or even more complicated "mountain ranges" with given properties)?





The function $x^2+y^2+1$ is known to describe a vertical paraboloid, i.e. the result of rotating the parabola $z=x^2+1$ around it axis. Hence it has a single minimum at $(0,0,1)$ and goes to infinity in every direction.
You can dilate the coordinates along the axis $x$ and $y$ to break the rotational symmetry, and every section becomes an ellipse instead of a circle: $z=ax^2+by^2+1$. You can also add a mixed term so that the ellipse axis takes any direction: $ax^2+bxy+cy^2+1$, making sure that $b^2<4ac$ to keep ellipses.
Now the inverse of this function,
$$\frac{z_m}{ax^2+bxy+cy^2+1}$$ is a "mountain-like" function, which has a single maximum at $(0,0,z_m)$ and goes down to zero in every direction. You can adjust the height via the parameter $z_m$, the steepness via $a$ and $c$, and the orientation via $b$.
You can translate a mountain to another location by shifting the coordinates, giving
$$z=\frac{z_m}{a(x-x_m)^2+b(x-x_m)(y-y_m)+c(y-y_m)^2+1}.$$
Now to obtain a more complex landscape, you can combine several mountains by
taking the sum of such functions with different parameters,
taking the maximum.
The sum will result in a blending effect. The maximum keeps the original surfaces and shows them "intersecting". More generally, you can tune the blending by a formula such as
$$\sqrt[\alpha]{z_0^\alpha+z_1^\alpha}$$ where $\alpha$ is a free parameter.