Vectors and Vector Spaces
Subject: Mathematics
Topic: 8
Cambridge Code: 0580
Vector Fundamentals
Vector - Quantity with magnitude and direction
Notation
Column vector:
Component form:
Directional form: (from A to B)
Position Vectors
Position vector with origin O:
Vector from Point to Point
Vector Operations
Addition and Subtraction
Graphically: Tip-to-tail method
Scalar Multiplication
Properties:
- k > 0: Same direction, scaled magnitude
- k < 0: Opposite direction
- |k|: Magnitude factor
Magnitude (Length)
Magnitude Formula
2D:
Unit Vectors
Unit vector - Magnitude 1
Standard Basis Vectors
Dot Product (Scalar Product)
Dot product - Scalar result from two vectors
Definition
Or using angle:
Angle Between Vectors
Orthogonality
Orthogonal vectors - Perpendicular ()
Properties
- Commutative:
- Distributive:
- Scalar multiplication:
Cross Product (Vector Product)
Cross product - Vector result from two 3D vectors
Definition
Magnitude and Angle
Direction given by right-hand rule
Properties
- Anti-commutative:
- Distributive:
- Parallel vectors: if parallel
Geometric Interpretation
= Area of parallelogram formed by u and v
Lines in 3D
Parametric Equation
Where:
- a = point on line
- d = direction vector
- t = parameter
Cartesian Equation
If direction = (a, b, c) and passes through :
Angle Between Lines
Planes in 3D
Equation of Plane
Normal form:
Standard form:
Where (a, b, c) is normal vector
Angle Between Planes
Equal to angle between normals:
Vector Spaces
Vector space - Set closed under addition and scalar multiplication
Properties
For vectors u, v, w and scalars a, b:
- Closure under addition
- Commutativity: u + v = v + u
- Associativity: (u + v) + w = u + (v + w)
- Zero vector exists
- Closure under scalar multiplication
- Distributivity: a(u + v) = au + av
Subspaces
Subspace - Subset that is also vector space
Must contain zero vector and closed under operations
Basis and Dimension
Basis - Set of linearly independent vectors spanning space
Dimension - Number of basis vectors
Example: ℝ³ has dimension 3
Linear Independence
Linearly independent - No vector is linear combination of others
Linearly dependent - One vector is combination of others
Testing Independence
Vectors v₁, v₂, ..., vₙ independent iff:
Only when all
Applications
Physics
Velocity, acceleration, force vectors
Engineering
Stress, strain, and structural analysis
Graphics
Vector operations in 3D rendering
Navigation
Direction and distance calculations
Key Points
- Vector has magnitude and direction
- Addition: Tip-to-tail or component-wise
- Dot product gives scalar
- Dot product zero means perpendicular
- Cross product gives perpendicular vector
- Parametric equations define lines
- Planes have normal vectors
- Vector spaces satisfy closure properties
- Basis vectors are linearly independent
- Dimension = number of basis vectors
Practice Questions
- Calculate magnitudes
- Find unit vectors
- Compute dot products
- Calculate cross products
- Find angles between vectors
- Write line equations
- Write plane equations
- Check linear independence
- Find bases for spaces
- Apply to physical problems
Revision Tips
- Visualize in 3D when possible
- Remember right-hand rule for cross product
- Know when to use dot vs cross product
- Practice component calculations
- Understand geometric interpretations
- Work with parametric equations
- Test perpendicularity with dot product
- Verify answers reasonably
- Connect to applications