Suppose I sketched the domain of a function $f(x, y) = \sqrt{(x-1)^2 + (y-2)^2 - 1}$ on the x-y plane. There's no problem with that. But suppose on that same set of x-y axes I wanted to add (by hand) some level curves of the function for $z = \sqrt{3}, \sqrt{7}$ and $\sqrt{12}$ (Feel free to use any $\sqrt{}$ values).
If we allow $ z = k = (x-1)^2 + (y-2)^2 ≥ 1$ I could maybe manoeuvre $x = y-1$ which yields $2(y-2)^2 ≥ 1$
If this is correct, what steps are required next to input and graph the z-values?
Why not use ubiquitous plotting programs rather than "by hand"?
Such a 3D plot shows the structure extremely well.
But if you're required to lose the information (such as the relative heights of contours), you can easily simplify such graphs:
All the above took no more than one minute in software. I wonder how long the OP will work on doing such plots "by hand" (and not making a mistake) and whether all that hand work really helps.