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=√(x2−x1)2+(y2−y1)2+(z2−z1)2.
- In three dimensions, the equations x=a, y=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 (x−a)2+(y−b)2+(z−c)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: v−w=⟨x1,y1,z1⟩−⟨x2,y2,z2⟩=⟨x1−x2,y1−y2,z1−z2⟩
- Vector magnitude: ∥v∥=√x12+y12+z12
- Unit vector in the direction of v: v∥v∥=1∥v∥⟨x1,y1,z1⟩=⟨x1∥v∥,y1∥v∥,z1∥v∥⟩,v≠0
Key Equations
- Distance between two points in space
d=√(x2−x1)2+(y2−y1)2+(z2−z1)2 - Sphere with center (a,b,c) and radius r
(x−a)2+(y−b)2+(z−c)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
- (x−a)2+(y−b)2+(z−c)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
Candela Citations
CC licensed content, Shared previously
- Calculus Volume 3. Authored by: Gilbert Strang, Edwin (Jed) Herman. Provided by: OpenStax. Located at: https://openstax.org/books/calculus-volume-3/pages/1-introduction. License: CC BY-NC-SA: Attribution-NonCommercial-ShareAlike. License Terms: Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction