Vector Analytic Geometry
Vector analytic geometry integrates the algebraic properties of vectors with the geometric framework of the Cartesian coordinate system. While standard analytic geometry often relies on slopes, distances, and algebraic equations, vector geometry provides a more robust and elegant method for describing spatial relationships, especially in three dimensions. By defining points, lines, and planes using directed line segments (vectors), we can easily compute angles, areas, and volumes, and define complex physical phenomena like forces and velocities.
Vectors in 2D and 3D Space
A vector is a mathematical entity that has both a strictly defined magnitude (length) and a specific direction. In contrast, a scalar is a quantity completely described by its magnitude alone (like temperature or mass). In a coordinate system, a vector can be represented by a directed line segment from an initial point to a terminal point , denoted as .
Vector Representation
- Component Form (2D): A vector starting at the origin and ending at is written as .
- Component Form (3D): A vector in space is written as .
- Standard Basis Vectors: Vectors can also be expressed using the fundamental unit vectors , , and pointing strictly along the positive , , and axes respectively: .
Note
Use the 3D vector explorer below to see how a 3D vector decomposes into independent horizontal and vertical coordinate components.
3D Vector Configuration
Adjust the magnitude and two coordinate direction angles. The third angle () is calculated automatically to satisfy the identity .
Rectangular Components
Cartesian Vector Formulation
Vector Magnitude
Calculates the absolute geometric length of a vector.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Magnitude of vector | - | |
| Scalar components of the vector | - |
Concept
A unit vector is a vector that has an exact magnitude of 1. Any non-zero vector can be normalized into a unit vector pointing in the exact same direction by simply dividing the vector by its own magnitude: .
Vector Addition and Scalar Multiplication
Vectors can be combined algebraically by adding their respective components, or scaled by multiplying them by a scalar number.
Basic Vector Operations
- Addition: To add two vectors and , simply add their corresponding components: . Geometrically, this represents the "tip-to-tail" or parallelogram rule.
- Scalar Multiplication: Multiplying a vector by a scalar constant scales every component: . If is negative, the vector perfectly reverses its direction.
Note
Use the 2D vector addition tool below to visualize the tip-to-tail parallelogram addition rule interactively.
Vector Addition Simulation
Resultant Vector R
Magnitude: 12.81 N
Angle: 68.66°
The Dot Product (Scalar Product)
The dot product is a fundamental algebraic operation that takes two equal-length sequences of coordinate numbers (two vectors) and returns a single, strictly scalar number. It geometrically measures the extent to which two vectors point in the exact same direction.
Dot Product Formula
Calculates the scalar dot product of two vectors.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Dot product result (a scalar value) | - | |
| Components of vector | - | |
| Components of vector | - |
Concept
Geometrically, the dot product is inherently linked to the angle precisely between the two vectors.
Geometric Dot Product
Relates the dot product to the angle between vectors.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Angle between the two vectors () | - |
Note
Use the vector projection and angle explorer below to visualize how the angle between vectors changes, and see how the vector projection of onto (orthogonal projection) is computed dynamically.
Vector Projection & Angle Explorer
Important
Orthogonal Vectors
Two strictly non-zero vectors are completely perpendicular (orthogonal) if and only if their dot product evaluates identically to zero (). This occurs because .
The Cross Product (Vector Product)
Unlike the dot product which yields a scalar, the cross product is strictly applicable only in 3D space and yields a completely new vector that is perfectly orthogonal (perpendicular) to both of the original vectors. Its direction is determined strictly by the standard right-hand rule.
Cross Product Formula
Calculates a perpendicular vector via the determinant method.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The resulting orthogonal vector | - |
Concept
The absolute geometric magnitude of the resulting cross product vector represents the exact physical area of the parallelogram strictly spanned by the two original vectors.
Magnitude of the Cross Product
Relates the cross product magnitude to the sine of the angle.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Area of the spanned parallelogram | - | |
| Angle between the vectors | - |
Note
If two non-zero vectors are perfectly parallel or perfectly anti-parallel, their strict cross product will identically equal the zero vector .
Vector Equations of Lines and Planes
Vectors provide the most direct and mathematically elegant way to rigorously define physical lines and planes in 3D space.
Vector Equations
- Equation of a Line: A line in space passing strictly through a known position vector and running perfectly parallel to a direction vector is defined exactly by: , where is any scalar parameter.
- Equation of a Plane: A flat plane in space passing completely through a known point with position vector and having a perfectly perpendicular normal vector consists strictly of all position vectors satisfying the exact orthogonality condition: .
Note
Use the 3D product visualizer below to see how the dot product computes the angle and cross product defines a normal vector and parallelogram area in 3D.
Vector Dot and Cross Product Visualizer
Manipulate two vectors in 3D space to analyze their dot product, cross product, and spanned parallelogram area
Vector Projection & Angle Explorer
- Vectors: Defined mathematically by both magnitude and direction, usually written in component form .
- Dot Product: Yields a scalar value. Used primarily to find angles between vectors and rigorously test for perpendicularity ().
- Cross Product: Yields a perpendicular vector strictly in 3D space. Used to find normal vectors and calculate the exact area of parallelograms and triangles.
- Lines and Planes: Easily defined parametrically using initial position vectors and either parallel direction vectors (for lines) or orthogonal normal vectors (for planes).