Introduction to Three-Dimensional Vectors and Coordinate Systems

Introduction to the Three-Dimensional Coordinate System

The transition from considering vectors in the plane to vectors in space necessitates the introduction of a three-dimensional coordinate system. This system is represented by three mutually perpendicular axes: the xx-axis, the yy-axis, and the zz-axis. In a standard visual representation, the xx-axis is drawn extending toward the lower left, the yy-axis extends to the right, and the zz-axis extends vertically upward. A point within this space is indicated by an ordered triple of coordinates, denoted as (x,y,z)(x, y, z).

The Right-Hand Rule and Axis Orientation

To maintain a consistent orientation of the axes, the "right-hand rule" is employed. This rule dictates the placement of the xx, yy, and zz axes such that they cannot be interchanged arbitrarily. To apply this rule, one should imagine their right hand with fingers pointing in the direction of the positive xx-axis. When the fingers are curled toward the positive yy-axis, the thumb points in the direction of the positive zz-axis. Correct axis orientation is critical for the accurate representation and calculation of points and vectors in space.

Visualization and Plotting Points using the Box Method

Plotting points in three-dimensional space poses a challenge in perspective on a two-dimensional surface. A single dot may not clearly indicate if its zz-coordinate is positive or negative without additional reference. To provide a sense of perspective, points can be visualized by forming a box where one corner is at the target point P(x,y,z)P(x, y, z) and the opposite corner is at the origin (0,0,0)(0, 0, 0).

The construction of this box involves several key coordinates. A "plumb line" is dropped from the point P(x,y,z)P(x, y, z) down to the point (x,y,0)(x, y, 0) in the xyxy-plane (where z=0z = 0). From the point (x,y,0)(x, y, 0), dotted lines connect to the xx-axis at (x,0,0)(x, 0, 0) and to the yy-axis at (0,y,0)(0, y, 0). Additionally, vertices are established at (0,0,z)(0, 0, z) on the zz-axis, (0,y,z)(0, y, z) sitting above (0,y,0)(0, y, 0), and (x,0,z)(x, 0, z) sitting above (x,0,0)(x, 0, 0). Connecting these vertices creates a visual frame that accurately situated the point in space.

Artistic Conventions for 3D Diagrams

For technical drawings, even if slightly inaccurate artistically, it is often helpful to orient all lines either vertically, horizontally, or at a 45-degree angle. This convention makes the shapes and their relative positions in three-dimensional space easier to interpret. While precision in drawing is preferred, the essential goal is that the diagram correctly conveys the general idea and the specific coordinates of the objects described.

Numerical Example: Plotting a Point with Negative Coordinates

Consider the point (4,5,3)(4, 5, -3). To plot this, the xx and yy axes represent positive directions to the lower-left and right, respectively, while the positive zz-axis points upward. Beginning from the origin, one creates four tick marks along the xx-axis, moves five units in the positive yy direction, and then moves vertically downward three units (representing the negative zz coordinate). The result is a point accurately positioned in the lower octant of the coordinate system. One may complete the edges of the box to further ground the point's position relative to the origin and the axes.

The Algebra of Ordered Triples

The algebra of ordered triples in R3\text{R}^3 is mathematically analogous to the algebra of ordered pairs in the plane. Operations such as addition and scalar multiplication are performed component-wise. The formula for adding two ordered triples is defined as:

(x1,y1,z1)+(x2,y2,z2)=(x1+x2,y1+y2,z1+z2)(x_1, y_1, z_1) + (x_2, y_2, z_2) = (x_1 + x_2, y_1 + y_2, z_1 + z_2)

Scalar multiplication for a real number rr and an ordered triple (x,y,z)(x, y, z) is defined as:

r(x,y,z)=(rx,ry,rz)r(x, y, z) = (rx, ry, rz)

For example, if the triple (1,1,1)(1, 1, 1) is added to (2,3,4)(2, -3, 4), the resulting triple is (3,2,5)(3, -2, 5). Similarly, multiplying the scalar 77 by the triple (1,2,4)(1, 2, 4) yields the result (7,14,28)(7, 14, 28).

Definitions of Vectors in Space

A vector in space is defined as a directed line segment. It is visually represented as an arrow used to indicate both magnitude (length) and direction. Similar to vectors in a plane, two vectors in space are considered equal if they have the same length and direction, regardless of their location in the coordinate system.

Theorem on Vector Components and Arithmetic

Vectors in space are characterized by components, whereas points are identified by coordinates. The mathematical behavior of vectors follows these rules:

  1. If vector u\textbf{u} has components (x1,y1,z1)(x_1, y_1, z_1) and vector v\textbf{v} has components (x2,y2,z2)(x_2, y_2, z_2), then the sum vector u+v\textbf{u} + \textbf{v} has components (x1+x2,y1+y2,z1+z2)(x_1 + x_2, y_1 + y_2, z_1 + z_2). Geometrically, this is represented by the tail-to-tip method: if v\textbf{v} is shifted so its tail meets the tip of u\textbf{u}, the sum u+v\textbf{u} + \textbf{v} is the arrow starting at the tail of u\textbf{u} and ending at the tip of v\textbf{v}.

  2. Scalar multiplication follows the rule that if u\textbf{u} has components (x,y,z)(x, y, z), then rur\textbf{u} has components (rx,ry,rz)(rx, ry, rz).

  3. If point PP has coordinates (x1,y1,z1)(x_1, y_1, z_1) and point QQ has coordinates (x2,y2,z2)(x_2, y_2, z_2), the vector PQ\textbf{PQ} (originating at PP and terminating at QQ) has components calculated as the difference between terminal and initial coordinates:

PQ=(x2x1,y2y1,z2z1)\textbf{PQ} = (x_2 - x_1, y_2 - y_1, z_2 - z_1)

Standard Basis Vectors

To facilitate the description of vectors in space, three special standard basis vectors are introduced: \textbf{\hat{i}}, \textbf{\hat{j}}, and \textbf{\hat{k}}. These are denoted with hats (carets) rather than standard arrows to signify their role as basis vectors. Their components are defined as follows:

\textbf{\hat{i}} = (1, 0, 0) \textbf{\hat{j}} = (0, 1, 0) \textbf{\hat{k}} = (0, 0, 1)

In a right-handed coordinate system, \textbf{\hat{i}} is the vector from the origin to (1,0,0)(1, 0, 0), \textbf{\hat{j}} points to (0,1,0)(0, 1, 0), and \textbf{\hat{k}} points to (0,0,1)(0, 0, 1). Any vector v\textbf{v} with components (a,b,c)(a, b, c) can be expressed linearly using these standard basis vectors as:

\textbf{v} = a\textbf{\hat{i}} + b\textbf{\hat{j}} + c\textbf{\hat{k}}

This notation is widely used for its convenience in algebraic calculations within three-dimensional space.

Future Directions: Lines and Distance in Space

Future study will build upon these foundations to describe lines and distances in space. Specifically, lines will be expressed in various forms, including parametric form, point-point form, and point-direction form. Accurately describing the geometry of lines in space is a primary objective for subsequent exploration in vector calculus and spatial geometry.