Distance, time, and temperature can often be described using a single number. But quantities such as displacement, velocity, force, and acceleration require something more. Knowing the magnitude alone is not enough because direction plays an equally important role. The need to represent both size and direction accurately is where Vector Algebra becomes essential.
Vector Algebra deals with mathematical quantities that have both magnitude and direction. The chapter introduces vectors, their representation, different types, and the operations that can be performed on them. You will learn how to add vectors, resolve them into components, and use dot and cross products to study angles, projections, and geometric relationships.
Vector Algebra is the branch of mathematics that studies quantities having both magnitude and direction. It provides methods for representing vectors, performing operations on them, and understanding geometric relationships in two and three dimensions. The concepts covered in this chapter form the basis for many applications in mathematics and physics.
This topic introduces the foundational mathematical quantities used to describe physical phenomena in space. Understanding the distinction between magnitude alone and magnitude combined with direction is essential for analysing directional forces, motion, and spatial relationships.
Physical quantities are divided into two distinct groups based on whether they require directional orientation. This foundational classification governs how these variables are added, scaled, and interpreted mathematically.
• Scalar Examples: Mass, length, time, temperature, distance, speed, work, energy.
• Vector Examples: Displacement, velocity, acceleration, force, weight, momentum, torque.
• Geometric Representation: A vector is visually represented by a directed line segment →AB or →a, where the initial point A marks the origin, the terminal point B marks the tip, and the length denotes the magnitude |→AB|.
This section defines the fundamental configurations and classifications of vectors based on their geometric relationships. Recognising these categories simplifies complex vector operations and systemic proofs.
Vectors are categorised by tracking how their magnitudes, initial points, and directional lines interact across space. These mathematical definitions form the building blocks for constructing coordinate grids and resolving spatial systems.
• Zero (Null) Vector: A vector whose initial and terminal points coincide; its magnitude is 0, and its direction is indeterminate (→0).
• Unit Vector: A vector whose magnitude is exactly 1 unit.
â = →a / |→a|
• Co-initial Vectors: Two or more vectors that share the same initial starting point.
• Collinear (Parallel) Vectors: Vectors that lie along the same line or run parallel to each other, regardless of their magnitudes or direction senses.
• Equal Vectors: Two vectors are equal (→a = →b) if and only if they possess identical magnitudes and point in the same direction, independent of their initial positions.
• Negative of a Vector: A vector having the same magnitude as →a but pointing in the exact opposite direction (−→a = →BA if →a = →AB).
This topic focuses on combining multiple vectors and scaling them using real numbers. These core operations determine how geometric paths merge and how directional quantities grow or shrink.
Vector addition combines paths using geometric shapes rather than simple addition. Multiplying a vector by a scalar changes its physical size or reverses its direction without altering its base axis.
• Triangle Law of Addition:
→AB + →BC = →AC
• Parallelogram Law of Addition: If two co-initial vectors form adjacent sides of a parallelogram, their sum is represented by the diagonal passing through their common initial point.
• Properties of Addition:
Commutative:
→a + →b = →b + →a
Associative:
(→a + →b) + →c = →a + (→b + →c)
• Multiplication by a Scalar (λ): Multiplying →a by a scalar λ yields a new collinear vector λ→a with magnitude |λ||→a|.
If λ > 0, the direction remains the same; if λ < 0, the direction reverses.
This topic explains how to break down any spatial vector into three independent numerical values. Splitting a vector across standard coordinate axes transforms visual geometry into clear algebraic math.
Any vector can be uniquely mapped by anchoring its initial point to the origin and projecting its length onto the X, Y, and Z axes. The unit vectors î, ĵ, and k̂ serve as the standard building blocks for these calculations.
• Position Vector:
The vector tracking a point P(x, y, z) from the origin O(0, 0, 0) is written as:
→r = xî + yĵ + zk̂
Magnitude:
|→r| = √(x² + y² + z²)
• Vector Joining Two Points A(x₁, y₁, z₁) and B(x₂, y₂, z₂):
→AB = (x₂ − x₁)î + (y₂ − y₁)ĵ + (z₂ − z₁)k̂
|→AB| = √[(x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²]
• Direction Cosines (l, m, n) from Components:
For a vector
→a = a₁î + a₂ĵ + a₃k̂
Its direction ratios are its component scalar coefficients (a₁, a₂, a₃). Its true direction cosines are:
l = a₁/|→a|
m = a₂/|→a|
n = a₃/|→a|
l² + m² + n² = 1
The vector section formula finds the position vector of a point that cuts a line segment between two known vectors. It allows you to locate exact intermediate coordinates using a fixed ratio m:n.
Similar to coordinate lines, vector segments can be cut internally between endpoints or externally along an extension. The calculation treats the endpoints' position vectors as weighted elements balanced by the ratio.
• Internal Division:
If a point R divides the line segment joining A(→a) and B(→b) internally in the ratio m:n:
→r = (m→b + n→a)/(m + n)
• External Division:
If a point R divides the line segment joining A(→a) and B(→b) externally in the ratio m:n:
→r = (m→b − n→a)/(m − n)
• Mid-point Position Vector:
→r = (→a + →b)/2
This topic covers the scalar product, which multiplies two vectors to yield a single real number. This operation is primarily used to calculate angles, evaluate perpendicular alignments, and find work expressions.
The dot product multiplies the magnitude of one vector by the directional projection of the second vector onto the first. If two non-zero vectors run perpendicular to each other, their dot product drops to zero.
• Definition:
→a · →b = |→a||→b| cos θ
⇒ cos θ = (→a · →b)/(|→a||→b|)
• Component Form:
If
→a = a₁î + a₂ĵ + a₃k̂
and
→b = b₁î + b₂ĵ + b₃k̂
then
→a · →b = a₁b₁ + a₂b₂ + a₃b₃
• Special Rules:
î · î = ĵ · ĵ = k̂ · k̂ = 1
î · ĵ = ĵ · k̂ = k̂ · î = 0
Perpendicular condition:
→a · →b = 0 ⇔ →a ⟂ →b
• Projection of a Vector:
Projection = (→a · →b)/|→b|
= →a · b̂
This topic explores the cross product, which multiplies two vectors to generate a third vector. The resulting vector stands perfectly perpendicular to both original paths, creating a spatial normal.
The cross product determines the area of geometric shapes spanned by two vectors. Its directional orientation follows the right-hand thumb rule and can be computed via matrices.
• Definition:
→a × →b = (|→a||→b| sin θ)n̂
(Where n̂ is a unit vector perpendicular to both →a and →b according to the right-hand screw rule.)
• Component Form via Determinant:
→a × →b =
| î ĵ k̂ |
| a₁ a₂ a₃ |
| b₁ b₂ b₃ |
• Special Rules:
î × î = ĵ × ĵ = k̂ × k̂ = →0
î × ĵ = k̂
ĵ × k̂ = î
k̂ × î = ĵ
→a × →b = −(→b × →a)
Parallel condition:
→a × →b = →0 ⇔ →a ∥ →b
• Geometric Applications:
Area of a Triangle:
½|→a × →b|
(where →a and →b are adjacent sides)
Area of a Parallelogram:
|→a × →b|
(where →a and →b are adjacent sides)
Area of a Parallelogram using diagonals:
½|→d₁ × →d₂|
(where →d₁ and →d₂ are diagonals)
Vector Algebra forms the backbone of coordinate geometry and physics by providing a precise way to represent quantities with both magnitude and direction. A strong understanding of vector operations helps simplify complex problems in mechanics, especially in motion and force analysis. Mastering vectors is essential for building confidence in higher-level JEE topics.
