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 x, y, and z axes respectively: .
Vector Magnitude
Calculates the absolute geometric length of a vector.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Magnitude of vector v | - | |
| 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.
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) | - | |
| Components of vector u | - | |
| Components of vector v | - |
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 (0 ≤ θ ≤ π) | - |
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: .
Key Takeaways
- 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).