Section 2.6 - Cylinders and Quadric Surfaces

Section Objectives

  1. Identify cylinders as 3-dimensional surfaces.
  2. Recognize quadric surfaces from their graphs or equations.
  3. Roughly sketch the graph of a quadric surface.
  4. Sketch the traces of a quadric surface.



Cylinders

In the last section, we study planes, which are surfaces in space. In this section, we will continue our study of 3-dimensional surfaces. We are already somewhat familiar with the surfaces we call cylinders--think of a soda can or a can of vegetables. Actually, cylinders are far more general than these examples seem to indicate.


A cylinder is the set of all lines in space that are parallel to a given line and pass through a given curve. The curve is called the generating curve, and the parallel lines are called rulings.


In the following image, the generating curve is a circle in the -plane and the rulings are lines through the circle and parallel to the -axis.

Illustration of a cylinder

 


The generating curves are not required to be closed curves. For example, think about the parabola in the -plane. Now draw lines parallel to the -axis through the parabola. The resulting surface is a cyclinder. You can easily construct this kind of surface with a sheet of paper.

When we consider the equation in 3-dimensional space, we notice immediately that we are "missing" the -coordinates. This means the -coordinates are arbitrary, and the equation defines the cylinder described above.



When considered in 3-dimensional space, any equation containing 2 out of the 3 rectangular coordinates describes a cylinder with the rulings parallel to the axis of the missing variable. This is not the only way to form cylinders, but it's an important way!



Examples










Traces of a surface

The traces of a surface are the cross-section curves created when the surface intersects a plane parallel to one of the coordinate axes. Depending on the context, we may also use the names contours, level curves, or cross sections when referring to traces. You can obtain an equation for a trace by fixing the level of one of the variables.



Examples




Quadric surfaces

The quadric surfaces are the three-dimensional analogs of the conic sections. Recall that the conic sections are the ellipses (and circles), parabolas, and hyperbolas. (For a brief review of the conic sections, see chapter 12 of the OpenStax trig book.)


The quadric surfaces are the graphs of equations that can be written in the form


There are six types of quadric surfaces: ellipsoids (including spheres), paraboloids, cones, hyperboloids of one sheet, hyperboloids of two sheets, and hyperbolic paraboloids. We will only consider the quadric surfaces whose equations have no mixed-variable terms (i.e., ). In general, such terms can be eliminated by rotation of axes.


The quadric surfaces can be identified (and sketched) from their equations by thinking about their traces. For example, consider the equation . Fixing the value of the variable , and therefore generating the trace at the "level" , gives . This equation makes sense only when , and for each such , the trace is an ellipse (at the level ). Similarly, fixing the value generates the circles at the levels for . Finally, fixing the value generates the ellipses at the levels for . The traces or cross sections, which are all parallel to the coordinates planes, are either circles or ellipses. Our conclusion is that the original equation, , describes an ellipsoid. Whichever axis you look along, you will see circles or ellipses. Here is the SageMath code that will generate the ellipsoid:



Examples