Class XII Mathematics

Chapter 9: Vector Algebra

Standard NCERT & CBSE aligned study curriculum. Master concepts, track accuracy, revise weak areas, and challenge yourself with 9 customized practice modes.

Chapter Overview

Welcome to Class XII Mathematics: Vector Algebra. This chapter forms a core structural component of the math syllabus, designed to build analytical rigor and key formula models.

Use the detailed subtopic guide below to review standard definitions, key mathematical rules, and study guidelines.

Prerequisite Concepts

Introduction to Three Dimensional Geometry

Detailed Subtopics Study Guide

Review detailed conceptual explanations, mathematical equations, and guidelines for each subtopic in this chapter:

1Vectors and Scalars definition

Concept Explanation

A scalar is a quantity with magnitude only (e.g., mass, speed). A vector is a quantity possessing both magnitude and a specific physical direction in space, represented as a directed line segment.

Mathematical Representation
\vec{a} = a_x\hat{i} + a_y\hat{j} + a_z\hat{k}, \quad |\vec{a}| = \sqrt{a_x^2 + a_y^2 + a_z^2}
Study Guideline: The magnitude of a vector is calculated as the square root of the sum of the squares of its components.

2Position vector and direction cosines

Concept Explanation

A position vector represents the coordinates of a point relative to the origin. Direction cosines are the cosines of the angles (α, β, γ) that the vector makes with the coordinate axes.

Mathematical Representation
\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}, \quad \cos\alpha = l = \frac{x}{|r|}, \, \cos\beta = m = \frac{y}{|r|}, \, \cos\gamma = n = \frac{z}{|r|} \implies l^2+m^2+n^2=1
Study Guideline: The sum of the squares of the direction cosines of any vector is always exactly equal to 1.

3Addition of vectors and scalar multiplication

Concept Explanation

Vector addition adds corresponding components (triangle law or parallelogram law). Scalar multiplication multiplies each component of the vector by a real number, changing its magnitude and reversing direction if negative.

Mathematical Representation
\vec{a} + \vec{b} = (a_x+b_x)\hat{i} + (a_y+b_y)\hat{j} + (a_z+b_z)\hat{k}, \quad k\vec{a} = (ka_x)\hat{i} + (ka_y)\hat{j} + (ka_z)\hat{k}
Study Guideline: Collinear vectors are scalar multiples of each other: vector A = k * vector B.

4Scalar (dot) product of vectors

Concept Explanation

The dot product of two vectors is a scalar value. It is calculated as the sum of the products of their corresponding components, representing the projection of one vector onto another.

Mathematical Representation
\vec{a} \cdot \vec{b} = a_x b_x + a_y b_y + a_z b_z = |a||b|\cos\theta
Study Guideline: The dot product of perpendicular vectors is 0. Use the dot product to find the angle θ between two vectors: cos θ = (A • B) / (|A||B|).

5Vector (cross) product of vectors

Concept Explanation

The cross product of two vectors yields a third vector perpendicular to both input vectors, satisfying the right-hand rule. Its magnitude equals the area of the parallelogram formed by them.

Mathematical Representation
\vec{a} \times \vec{b} = \det\begin{pmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_x & a_y & a_z \\ b_x & b_y & b_z \end{pmatrix} = |a||b|\sin\theta \hat{n}
Study Guideline: The cross product of parallel vectors is the zero vector. Use the determinant method to calculate the components of the cross product vector.

6Projection of a vector on a line

Concept Explanation

The projection of vector A on vector B is the length of the shadow of A cast onto B. It is calculated by dividing their dot product by the magnitude of B.

Mathematical Representation
\text{Proj}_{\vec{b}}\vec{a} = \frac{\vec{a} \cdot \vec{b}}{|\vec{b}|} = \vec{a} \cdot \hat{b}
Study Guideline: Divide by the magnitude of the vector *on which* the projection is being taken (the base vector).