Vector algebra gives mathematics a language for describing quantities that have both magnitude and direction, such as velocity, force, and displacement. Unlike scalars, which are described by a single number, vectors require both a magnitude and a direction for their complete specification. This chapter formalises vectors as directed line segments, develops the arithmetic of vectors, and establishes the two central products: the scalar (dot) product and the vector (cross) product.
The chapter begins with the classification of vectors, including zero, unit, and position vectors, and their representation in terms of components along the coordinate axes. It then develops vector addition, scalar multiplication, and the section formula, followed by the dot product, its geometric meaning, and orthogonality conditions. The cross product and its role in computing areas and finding vectors perpendicular to two given vectors complete the chapter.
Vector algebra is the indispensable preparation for the next chapter on three-dimensional geometry, where lines and planes are described using vectors, and for physics, where forces, velocities, and fields are all vector quantities. The chapter also introduces the fundamental idea of a vector-valued product that produces both a scalar (the dot product) and a vector (the cross product), concepts that pervade higher mathematics and mechanics.
2. Basic Concepts
A vector is represented by a directed line segment such as $\overrightarrow{AB}$, with initial point A and terminal point B. The magnitude of $\overrightarrow{AB}$ is denoted $|\overrightarrow{AB}|$.
Types of Vectors
Zero vector: A vector with zero magnitude, denoted $\vec{0}$.
Unit vector: A vector with magnitude 1, denoted $\hat{a}$ in the direction of a: $\hat{a} = \frac{\vec{a}}{|\vec{a}|}$.
Position vector: The vector of a point P with respect to an origin O, denoted $\overrightarrow{OP}$.
Equal vectors: Two vectors with the same magnitude and the same direction.
Collinear (parallel) vectors: Vectors with the same or opposite directions, i.e., one is a scalar multiple of the other.
Negative of a vector: $\vec{a}$ and $-\vec{a}$ have the same magnitude but opposite directions.
Components Along the Axes
Using the unit vectors $\hat{i}$, $\hat{j}$, $\hat{k}$ along the x, y, and z axes, any vector can be written as
where $\hat{n}$ is a unit vector perpendicular to both $\vec{a}$ and $\vec{b}$, directed according to the right-hand rule. Its magnitude $|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta$ equals the area of the parallelogram formed by the two vectors.
Its magnitude gives the volume of the parallelepiped formed by the three vectors. The three vectors are coplanar if and only if the scalar triple product is zero.
Quick Revision Tables
Table 1: Vectors at a Glance
Concept
Definition/Formula
Magnitude
Unit vector
a-hat = a/
Dot product
a.b =
Cross product
a x b =
Angle
cos(theta) = (a.b)/(
Projection of a on b
(a.b)/
Table 2: Properties of Products
Property
Dot product
Cross product
Result
Scalar
Vector
Zero when
Perpendicular
Parallel
Commutative?
Yes
No, anti-commutative
a with itself
a
Geometric meaning
Projection
Area of parallelogram
Table 3: Position and Section Formula
Division
Formula
Internal in ratio m:n
OP = (m b + n a)/(m + n)
External in ratio m:n
OP = (m b - n a)/(m - n)
Midpoint
(a + b)/2
Centroid of triangle
(a + b + c)/3
Mind Map
graph TD
A["Vector Algebra"] --> B["Basic Vectors"]
A --> C["Addition and Scalar Multiplication"]
A --> D["Dot Product"]
A --> E["Cross Product"]
A --> F["Section Formula"]
A --> G["Scalar Triple Product"]
B --> B1["Zero, unit, position vectors"]
B --> B2["Component form: a1i + a2j + a3k"]
C --> C1["Triangle law of addition"]
D --> D1["a.b = |a||b| cos(theta)"]
D --> D2["Zero when perpendicular"]
E --> E1["a x b = |a||b| sin(theta) n-hat"]
E --> E2["Zero when parallel"]
E --> E3["Area of parallelogram"]
F --> F1["Internal and external division"]
G --> G1["a.(b x c)"]
G --> G2["Zero when coplanar"]
Important Diagrams (SVG)
Diagram 1: Triangle Law and Parallelogram Law of Addition
Diagram 2: Dot Product Angle and Cross Product Direction
Common Mistakes
Confusing the dot product (a scalar) with the cross product (a vector); the dot product can never be written with direction.
Forgetting that a x b = -(b x a); the cross product is anti-commutative, and switching the order flips the sign.
Writing a x a = |a|^2; in fact a x a = 0, the zero vector.
Using the cosine formula for the cross product magnitude; the cross product uses sin theta, the dot product uses cos theta.
Forgetting that the scalar triple product is zero exactly when the three vectors are coplanar.
In the section formula, mixing up m and n, or forgetting to divide by (m + n).
Writing the projection of a on b as (a.b)/|a|; it is (a.b)/|b|, dividing by the magnitude of the vector onto which projection is taken.
Confusing the direction cosines with the components; direction cosines are unitless, satisfy l^2 + m^2 + n^2 = 1, and equal the components divided by the magnitude.
Forgetting that for the cross product, the result is perpendicular to both vectors; checking this catches many errors.
Using the right-hand rule incorrectly; a x b curls from a toward b, and reversing the order reverses the direction of the unit normal.
Exam Tips
To test if two vectors are perpendicular, compute the dot product and set it to zero; to test parallelism, check that the cross product is the zero vector.
For the angle between two vectors, always use cos theta = (a.b)/(|a||b|) and verify theta lies in [0, pi].
Compute cross products using the determinant form with i, j, k in the first row; this avoids sign errors.
For area problems, remember that the area of a triangle is half the magnitude of the cross product of two of its sides.
When two vectors are given and a third unit vector perpendicular to both is required, compute (a x b)/|a x b|.
Verify the section formula result by testing with the midpoint (ratio 1:1), which must give (a + b)/2.
In component problems, compare corresponding components when equating vectors; a single differing component breaks equality.
Use the scalar triple product to test coplanarity of three vectors or four points by converting the points into three vectors.
Conclusion
Vector algebra provides a compact and powerful framework for all of geometry and mechanics. The classification of vectors, component representation, and the laws of addition give the arithmetic backbone, while the dot product captures projections and perpendicularity and the cross product captures areas and perpendicular directions. The section formula connects vectors to the geometry of division of line segments, and the scalar triple product unifies the three-vector analysis through volume and coplanarity conditions. Every concept in this chapter feeds directly into the next chapter on three-dimensional geometry, where the equations of lines and planes are naturally expressed in vector form, and into physics, where the full power of vectors is required. Mastery of these algebraic skills is therefore essential for both examination success and for all subsequent work involving directed quantities.