Definition
A vector in space is a mathematical object characterized by both a magnitude (length) and a direction. Geometrically, it is represented by a directed line segment from an initial point to a terminal point.
Why It Matters
We live in a 3D world. 3D vectors are the only way to accurately model the “reality” of flight, construction, and satellite orbits. Failure to think in 3D vectors leads to “flatland” errors where the Z-axis (altitude or depth) is tragically ignored.
Core Concepts
- Component Form: A vector with terminal point when the initial point is at the origin is written as .
- How to read: “The vector v equals the vector with components v one, v two, and v three.”
- Meaning: Standard 3D component notation when the vector starts at the origin.
- Vector Between Points: For and , the vector .
- How to read: “The vector from P one to P two equals the vector with components x two minus x one, y two minus y one, and z two minus z one.”
- Meaning: Terminal minus initial coordinates; displacement from to .
- Zero Vector: , the only vector with no specific direction and zero magnitude.
- How to read: “The zero vector has components zero, zero, zero.”
- Meaning: Additive identity; no displacement.
- Position Vector: A vector whose initial point is the origin.