Vector Algebra
"A vector is a quantity with magnitude AND direction. It is the mathematics of arrows."
1. Chapter Overview
VECTORS are quantities with BOTH magnitude and direction (displacement, velocity, force). This chapter covers: vector representation, types (zero, unit, co-initial, collinear, coplanar), OPERATIONS (addition, scalar multiplication), DOT PRODUCT (scalar product), and CROSS PRODUCT (vector product).
2. Basic Concepts
- Vector a⃗ = directed line segment. Magnitude |a⃗|.
- Unit vector: magnitude = 1. â = a⃗/|a⃗|.
- î, ĵ, k̂: Unit vectors along x, y, z axes.
- Position vector: vector from origin to a point P(x,y,z) = xî + yĵ + zk̂.
3. Vector Operations
- Addition: Triangle law / parallelogram law. a⃗ + b⃗ = (a₁+b₁)î + (a₂+b₂)ĵ + (a₃+b₃)k̂
- Scalar multiplication: k a⃗ = k(a₁î + a₂ĵ + a₃k̂). Changes magnitude. Direction: same if k>0, opposite if k<0.
4. Dot Product (Scalar Product)
- a⃗ · b⃗ = |a⃗||b⃗| cos θ = a₁b₁ + a₂b₂ + a₃b₃
- a⃗ · b⃗ = 0 ⇔ a⃗ ⟂ b⃗ (perpendicular)
- Commutative. Distributive.
- Projection of a⃗ on b⃗ = (a⃗·b⃗)/|b⃗|
5. Cross Product (Vector Product)
- a⃗ × b⃗ = |a⃗||b⃗| sin θ · n̂ (where n̂ is a UNIT VECTOR perpendicular to BOTH a⃗ and b⃗)
- |a⃗ × b⃗| = AREA of parallelogram formed by a⃗ and b⃗
- a⃗ × b⃗ = 0⃗ ⇔ a⃗ ∥ b⃗ (parallel)
- ANTI-COMMUTATIVE: a⃗ × b⃗ = —(b⃗ × a⃗)
- Determinant form using î,ĵ,k̂
6. Scalar Triple Product
- [a⃗ b⃗ c⃗] = a⃗ · (b⃗ × c⃗) = determinant of the 3×3 matrix. Volume of parallelepiped.
- Coplanarity: a⃗, b⃗, c⃗ are coplanar ⇔ [a⃗ b⃗ c⃗] = 0.
7. Exam Focus
- Vector basics — position vector, direction cosines. Section formula.
- Dot product — a⃗·b⃗ = 0 for perpendicular. Projection formula.
- Cross product — |a⃗×b⃗| = area of parallelogram. a⃗×b⃗ = 0 for parallel.
- Scalar triple product — volume. Coplanarity test.
8. Conclusion
Vectors are the FOUNDATION of 3D geometry and physics:
- DOT: Measures ALIGNMENT. 'How much of a points in the direction of b?'
- CROSS: Measures PERPENDICULARITY. 'The area spanned by a and b — and the direction perpendicular to both.'
- TRIPLE: 'The volume spanned by three vectors in space.'
'The laws of physics are written in vectors. The dot product and cross product are the grammar of that language.'
