Processing math: 100%
M408M Learning Module Pages
Main page

Chapter 10: Parametric Equations and Polar Coordinates

Chapter 12: Vectors and the Geometry of Space

Learning module LM 12.1: 3-dimensional rectangular coordinates:

      Rectangular coordinates in 3-space
      Rectangular coordinates in 3-space p2
      Terminology and notation

Learning module LM 12.2: Vectors:

Learning module LM 12.3: Dot products:

Learning module LM 12.4: Cross products:

Learning module LM 12.5: Equations of lines and planes:

Learning module LM 12.6: Surfaces:


Chapter 13: Vector Functions


Chapter 14: Partial Derivatives


Chapter 15: Multiple Integrals



Rectangular coordinates in R3

Rectangular Coordinates in <span class="MathJax_Preview" style="color: inherit;"><span class="MJXp-math" id="MJXp-Span-9"><span class="MJXp-mn" id="MJXp-Span-10">3</span></span></span><script type="math/tex" id="MathJax-Element-4">3</script>-space-p2

Distance Formula in 3-space: the distance between points P(x1,y1,z1) and Q(x2,y2,z2) is given by dist(P,Q) = (x1x2)2+(y1y2)2+(z1z2)2.


With this distance formula, spheres and cylinders can be defined in 3-space just as circles were defined using the distance formula in the plane:

    I. SPHERE: A sphere consists of all points that are a fixed distance R, called the radius from a point, called the center of the sphere. When the center is the point C(a,b,c), then the sphere of R centered at C consists of all points P(x,y,z) such that (xa)2+(yb)2+(zc)2 = R2. The sphere to the right is centered at the origin. The blue circle x2+y2=R2 in the xy-plane has been included also. Notice that the blue sphere intersects the xy-plane in this circle x2+y2=R2.

    II. CYLINDER: A (circular) cylinder consists of all points that are a fixed distance from a line, called the axis of symmetry of the cylinder; circular tells us that all its cross-sections perpendicular to this axis of symmetry are circles. When the circle is replaced by an ellipse we get what's called an elliptic cylinder (not surprisingly). The cylinder to the right has the z-axis as axis of symmetry, and if the cylinder intersects the xy-plane in the green circle x2+y2=R2, then the cylinder consists of all points P(x,y,z) such that x2+y2 = R2. Can you see how this equation changes if the x-axis or the y-axis is the axis of symmetry?

Now use the sliders to change the position of the sphere or the cylinder. When the center of the sphere lies at the origin on the axis of symmetry of the cylinder, notice that the cylinder always touches the sphere at the circle of intersection with the xy-plane. We say the cylinder circumscribes the sphere.

  Example 2: Find the trace on the yz-plane of the sphere having center (3,3,1) and radius 4; in other words, find the intersection on the yz-plane of the sphere having center (3,3,1) and radius 4.

Solution: The sphere consists of all points P(x,y,z) such that dist{(x,y,z),(3,3,1)} = 4. So by the distance formula in 3-space, the coordinates (x,y,z) satisfy the equation
(x+3)2+(y3)2+(z1)2 = 16, which after expansion becomes x2+y2+z2+6x6y2z+3 = 0. But the yz-plane is the plane x=0. Thus the trace of the sphere on the yz-plane is obtained by setting x=0. This is the circle y2+z26y2z+3 = 0, or equivalently (y3)2+(z1)2 = 7.