What would this region even look like and how can I sketch it?

40 Views Asked by At

I need to sketch the following region in $\mathbb{R^3}$.

$$D=\{(x,y,z) : 0 \leq z \leq 1-|x|-|y|\}$$

I really have no idea how to go about sketching this and I can never visualise in 3D.

I have tried letting $x,y,z=0$ and seeing if that can help me see what it looks like but I'm very stuck.

Thank you.

3

There are 3 best solutions below

2
On BEST ANSWER

Hint

  1. What is the shape of the base of this region, i.e., its intersection with the $xy$-plane? By construction, this is $$\{(x, y, 0) : 0 \leq 1 - |x| - |y|\}.$$

  2. Note that the restriction of the top surface of the solid to the quadrant $\{x \geq 0, y \geq 0\}$ is just the appropriate part of the graph of $$z = 1 - x - y ;$$ in particular, this equation is affine, and hence the part of the surface is part of a plane. The same conclusion applies separately just as well to the other three quadrants.

1
On

Look at the planar sections of $D$ for $z=z_0$ constant. You have $$(x,y,z_0) \in D \Longleftrightarrow \vert x \vert + \vert y \vert \le 1-z_0$$ which is the empty set for $z_0 > 1$ and a square as drawn in the picture for $0 \le z_0 \le 1$ enter image description here

This is well known if you know the $\mathbb R^2$ norm $\vert x \vert + \vert y \vert$.

This allows us to conclude that $D$ is a pyramid with a square base of height $1$ oriented as in the above picture.

0
On

If you are comfortable sketching functions in the plane, first think in horizontal planes at different heights. This amounts to fixing $z = h$ (a given height) and letting $x$ and $y$ vary.

At height $h$ what you see is the plot of the function $h = 1 - |x| - |y|$, that is, you should plot $$|y| = 1-h -|x|$$ $$y = \pm (1-h -|x|).$$ With the plus sign in front, this looks like a "$\wedge$" character; with the minus sign in front, it looks like a "$\lor$" character.

Note that the $\pm$ equation only makes sense as long as the right hand side is positive in the first equation.

If you take that into account (you can do the calculations) you will finally have a diamond shape with vertices at $1-h$ to the north, south, east and west of the origin in the $x,y$ plane. The diamond gets smaller as the height increases, finally becoming a point when $h=1$.

This description corresponds to the graph of $z=1-|x|-|y|$, but you need $0\leq z\leq 1-|x|-|y|$. This means that for each $x,y$ your set includes all points with height between the base $z=0$ and the "diamond shaped hat" just described. This furnishes a solid pyramid with a diamond (square) base.

The functions in each quadrant $\{x>0, y>0\}$, $\{x<0, y>0\}$, etc. are planes, so that the pyramid will have a linear or planar vertical profile in any direction. (Looking at it from the side, $y=0$, for example, gives $z\leq 1-|x|$)