Eroxl's Notes
Visualizing 3D Surfaces

There are multiple methods to accurately approximate the surfaces in 3D, usually this requires flattening them onto 2D graphs.

Planes

A 3D surface can be partially visualized as multiple 2D graphs, where one of the variables is set to a different constant for each one. If the shape still isn't apparent a second "cross section" can then be taken by setting a different parameter to different constants to get a better grasp of the shape.

Example

Y axisX axis00-3-3-2-2-1-1112233-1-111Expression 1Expression 2Expression 3Expression 4"z" equals 0"z" equals 0.5"z" equals 0.7 5"z" equals 0.9z=0z=0z=0.5z=0.5z=0.75z=0.75z=0.9z=0.9

Using this shape and noticing that it's an even function about , we can see that the shape forms a sphere.

Y axisX axis00-3-3-2-2-1-1112233-1-111Expression 1Expression 2Expression 3Expression 4"z" equals 0"z" equals 0.5"z" equals 0.7 5"z" equals 0.9z=0z=0z=0.5z=0.5z=0.75z=0.75z=0.9z=0.9
Y axisX axis00-3-3-2-2-1-1112233-1-111Expression 1Expression 2Expression 3Expression 4"y" equals 0"y" equals 0.5"y" equals 0.7 5"y" equals 0.9y=0y=0y=0.5y=0.5y=0.75y=0.75y=0.9y=0.9

Using these two graphs we can clearly see that it forms an hourglass shape with rings of circles.