Three-Dimensional Representation: A 3D vector describes a movement or position in space relative to an origin , incorporating , , and components. These are represented either as column vectors or in unit vector form as .
Unit Vector Basis: The unit vectors , , and represent a displacement of 1 unit in the positive direction of the , , and axes respectively. This standard basis allows any vector to be decomposed into independent orthogonal movements, simplifying complex spatial arithmetic.
Position Vectors: A position vector specifically denotes the displacement of point from the origin . This is distinct from a displacement vector , which represents the relative movement required to travel from point to point in 3D space.
Extension of Pythagoras' Theorem: The magnitude of a 3D vector is derived by applying Pythagoras' theorem twice. First, the diagonal in the -plane is calculated, and then that result is combined with the height to find the spatial diagonal.
Distance Between Points: To find the distance between points and , one calculates the magnitude of the displacement vector . This involves squaring the differences of each coordinate component, summing them, and taking the square root.
Scalar Linearity: Scalar multiplication of a 3D vector scales every component proportionally. Geometrically, this results in a vector that is either longer, shorter, or reversed in direction but remains parallel to the original vector line.
Unit Vector Construction: A unit vector in the direction of is created by dividing the vector by its own magnitude, expressed as . This normalization is essential when only the direction is required for a calculation, such as in force projections.
Vector Arithmetic: Addition and subtraction are performed component-wise, meaning values are added to values, to , and to . This follows the 'triangle law' or 'parallelogram law' of vector addition, where the result represents the cumulative displacement of the individual vectors.
Parallelism Verification: Two vectors are parallel if one can be expressed as a scalar multiple of the other, . To check this in 3D, verify if the ratio between the and components of the two vectors is constant.
| Feature | 2D Vectors | 3D Vectors |
|---|---|---|
| Components | ||
| Unit Vectors | ||
| Magnitude | ||
| Angle | Relative to 1 axis | Relative to 3 axes |
Negative Component Squaring: When a component is negative, such as , ensure that the negative sign is included inside the square when calculating magnitude: . Errors often occur when students calculate , leading to incorrect magnitudes.
Misidentifying Parallel Vectors: Vectors are only parallel if the ratio of ALL components is the same. For example, and are NOT parallel because the -ratio () differs from the and ratios ().
Magnitude vs Squared Magnitude: Students often confuse the square of the distance with the distance itself. Always read the question carefully to see if an 'exact' distance (likely a surd) or a decimal approximation is required.