Unit 1: Vector Algebra and Matrices
Table of Contents
Vector Products
Scalar (Dot) Product
The scalar product of two vectors A and B is a scalar quantity defined as:
A · B = |A| |B| cos(θ)
where |A| and |B| are the magnitudes of the vectors and θ is the angle between them.
- In component form: If A = Axî + Ayĵ + Azk̂ and B = Bxî + Byĵ + Bzk̂, then:
A · B = AxBx + AyBy + AzBz
- Properties:
- It is commutative: A · B = B · A
- It is distributive: A · (B + C) = A · B + A · C
- If A and B are perpendicular (θ = 90°), A · B = 0.
- If A and B are parallel (θ = 0°), A · B = |A||B|.
- For unit vectors: î·î = ĵ·ĵ = k̂·k̂ = 1; î·ĵ = ĵ·k̂ = k̂·î = 0
- Physical Application: Work done (W) by a force (F) over a displacement (d) is W = F · d.
Vector (Cross) Product
The vector product of two vectors A and B is a vector quantity C defined as:
A × B = |A| |B| sin(θ) n̂
where n̂ is a unit vector perpendicular to the plane containing A and B, given by the Right-Hand Rule.
- In component (determinant) form:
| î ĵ k̂ | A × B = | Ax Ay Az | | Bx By Bz | = (AyBz - AzBy)î - (AxBz - AzBx)ĵ + (AxBy - AyBx)k̂