Summary of Vectors in Three Dimensions

Essential Concepts

  • The three-dimensional coordinate system is built around a set of three axes that intersect at right angles at a single point, the origin. Ordered triples (x,y,z) are used to describe the location of a point in space.
  • The distance d between points (x1,y1,z1) and (x2,y2,z2) is given by the formula d=(x2x1)2+(y2y1)2+(z2z1)2.
  • In three dimensions, the equations x=ay=b, and z=c describe planes that are parallel to the coordinate planes.
  • The standard equation of a sphere with center (a,b,c) and radius r is (xa)2+(yb)2+(zc)2=r2.
  • In three dimensions, as in two, vectors are commonly expressed in component form, v=x,y,z, or in terms of the standard unit vectors, xi+yj+zk.
  • Properties of vectors in space are a natural extension of the properties for vectors in a plane. Let v=x1,y1,z1 and w=x2,y2,z2 be vectors, and let k be a scalar.
    • Scalar multiplication: kv=kx1,ky1,kz1
    • Vector addition: v+w=x1,y1,z1+x2,y2,z2=x1+x2,y1+y2,z1+z2
    • Vector subtraction: vw=x1,y1,z1x2,y2,z2=x1x2,y1y2,z1z2
    • Vector magnitude: v∥=x12+y12+z12
    • Unit vector in the direction of v: vv=1vx1,y1,z1=x1v,y1v,z1v,v0

Key Equations

  • Distance between two points in space
    d=(x2x1)2+(y2y1)2+(z2z1)2
  • Sphere with center (a,b,c) and radius r
    (xa)2+(yb)2+(zc)2=r2

Glossary

coordinate plane
a plane containing two of the three coordinate axes in the three-dimensional coordinate system, named by the axes it contains: the xy-plane, xz-plane, or the yz-plane
octants
the eight regions of space created by the coordinate planes
right-hand rule
a common way to define the orientation of the three-dimensional coordinate system; when the right hand is curved around the z-axis in such a way that the fingers curl from the positive x-axis to the positive y-axis, the thumb points in the direction of the positive z-axis
sphere
the set of all points equidistant from a given point known as the center
standard equation of a sphere
(xa)2+(yb)2+(zc)2=r2 describes a sphere with center (a,b,c) and radius r
three-dimensional rectangular coordinate system
a coordinate system defined by three lines that intersect at right angles; every point in space is described by an ordered triple (x,y,z) that plots its location relative to the defining axes