Vector Algebra hero

Vector Algebra

~14 min read

In 30 seconds
  • What: Vector Algebra covers scalar and vector quantities, addition, dot product, cross product, and their geometric applications — all standard NDA Paper II content.
  • Why it matters: Vectors consistently contributes 5–8 questions per NDA exam and bridges directly into 3-D Geometry and mechanics problems.
  • Key fact: If both the dot product and cross product of two vectors are zero, at least one of the vectors must be a null vector — a favourite trap question.

Vector Algebra is one of the most reliably tested topics across every NDA Mathematics paper. Questions range from one-liners on unit vectors and direction cosines to multi-step problems on areas of triangles, coplanarity of vectors, and projection. Master the definitions and three or four key formula identities and you can score almost all the marks this chapter offers.

What This Topic Covers

The NDA syllabus for Vector Algebra follows the NCERT Class XII Chapter 10 structure. You are expected to know:

  • Types of vectors: zero, unit, coinitial, collinear, equal, negative
  • Position vectors and direction cosines / direction ratios
  • Addition and subtraction of vectors (Triangle Law and Parallelogram Law)
  • Scalar (dot) product and its properties
  • Vector (cross) product and its properties
  • Scalar triple product and coplanarity condition
  • Geometric applications: area of triangle, area of parallelogram, projection
  • Section formula — internal and external division

Why This Topic Matters for NDA

  • Vector methods are the fastest route to many 3-D Geometry answers — learning them here saves time in that chapter too.
  • Area problems using cross product are standard fare; expect at least one such question each sitting.
  • Coplanarity, orthogonality, and collinearity are tested every year in statement-based MCQs.

Exam Pattern & Weightage

The table below is compiled from NDA PYQ data spanning 2010 to 2015. Vector Algebra questions appear in both Paper I sittings (I and II) each year. Expect 5 to 8 questions from this chapter in any given exam.

Year Paper Key Sub-topics Tested Approx. Qs
2010 I & II Angle bisector, coplanar vectors, cross product magnitude, area of triangle, collinear points 6
2011 I & II Parallel vectors, collinear points, sine of angle between vectors, projection, orthogonality locus 7
2012 I & II Cross product identities, unit vector, coplanar condition, parallelogram sides, scalar triple product 8
2013 I & II Dot & cross product condition, angle between vectors, normal vector, direction cosines, length of AB 7
2014 I & II Scalar projection, perpendicular vector, direction angles, |a+b| and |a−b|, coplanar condition 8
2015 I & II Area of triangle, moment of force, unit vector magnitude, position vector, triangle inequality 7
⚡ NDA Alert

Statement-based questions ("Which of the following is/are correct?") on vector identities appear almost every year. Read every option carefully — they test edge cases like null vectors and the non-commutativity of cross product.

Core Concepts

Scalars vs Vectors

A scalar has magnitude only (mass, time, speed, volume, density). A vector has both magnitude and direction (displacement, velocity, force, momentum). A directed line segment with a fixed initial point and terminal point is a vector; its length is its magnitude.

Types of Vectors

You need to distinguish these instantly in MCQs:

  • Zero vector: Initial and terminal points coincide; magnitude = 0.
  • Unit vector: Magnitude exactly 1. The unit vector along \(\vec{a}\) is \(\hat{a} = \vec{a}/|\vec{a}|\).
  • Collinear vectors: Parallel to the same line, regardless of magnitudes or directions.
  • Equal vectors: Same magnitude and same direction.
  • Negative of a vector: Same magnitude, opposite direction.
  • Coinitial vectors: Share the same initial point.

Magnitude and Unit Vector

Magnitude If \(\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}\), then $$|\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2}$$
Unit Vector $$\hat{a} = \frac{\vec{a}}{|\vec{a}|}$$ (divide every component by the magnitude)
Direction Cosines \(l = a_1/r,\ m = a_2/r,\ n = a_3/r\) where \(r = |\vec{a}|\)
Identity: \(l^2 + m^2 + n^2 = 1\)

Addition and Subtraction

Triangle Law: if you travel from A to B then B to C, the net displacement is vector \(\vec{AC}\). Parallelogram Law: the diagonal of a parallelogram whose adjacent sides are \(\vec{a}\) and \(\vec{b}\) gives \(\vec{a} + \vec{b}\).

Component-wise Addition / Subtraction $$\vec{a} \pm \vec{b} = (a_1 \pm b_1)\hat{i} + (a_2 \pm b_2)\hat{j} + (a_3 \pm b_3)\hat{k}$$

Key properties: vector addition is commutative (\(\vec{a} + \vec{b} = \vec{b} + \vec{a}\)) and associative. Scalar multiplication by \(\lambda\) scales the magnitude by \(|\lambda|\); direction stays the same if \(\lambda > 0\), reverses if \(\lambda < 0\).

Dot Product (Scalar Product)

Dot Product — Definition $$\vec{a} \cdot \vec{b} = |\vec{a}|\,|\vec{b}|\cos\theta \quad (\theta = \text{angle between them})$$
Dot Product — Component Form $$\vec{a} \cdot \vec{b} = a_1 b_1 + a_2 b_2 + a_3 b_3$$
Angle Between Two Vectors $$\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}|\,|\vec{b}|}$$

Critical results: \(\hat{i} \cdot \hat{i} = \hat{j} \cdot \hat{j} = \hat{k} \cdot \hat{k} = 1\); \(\hat{i} \cdot \hat{j} = \hat{j} \cdot \hat{k} = \hat{k} \cdot \hat{i} = 0\). Two non-zero vectors are perpendicular if and only if their dot product is zero. Also, \(\vec{a} \cdot \vec{a} = |\vec{a}|^2\) — useful when "squaring" vector equations.

Projection of a on b $$\text{Scalar projection of }\vec{a}\text{ on }\vec{b} = \frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}$$
⚠ Common Trap

The dot product is a scalar (a number); the cross product is a vector. Writing \(\vec{a} \cdot \vec{b} = \vec{0}\) (vector zero) instead of 0 (scalar zero), or vice versa for \(\vec{a} \times \vec{b}\), is a marker NDA setters use to plant wrong options in statement-based MCQs.

Cross Product (Vector Product)

Cross Product — Definition $$\vec{a} \times \vec{b} = |\vec{a}|\,|\vec{b}|\sin\theta \, \hat{n}$$ (\(\hat{n}\) perpendicular to both, direction given by the right-hand rule)
Magnitude of Cross Product $$|\vec{a} \times \vec{b}| = |\vec{a}|\,|\vec{b}|\sin\theta$$ — equals the area of the parallelogram with \(\vec{a}, \vec{b}\) as adjacent sides.
Cross Product — Determinant Form $$\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} = (a_2 b_3 - a_3 b_2)\hat{i} - (a_1 b_3 - a_3 b_1)\hat{j} + (a_1 b_2 - a_2 b_1)\hat{k}$$

Key results: \(\hat{i} \times \hat{i} = \hat{j} \times \hat{j} = \hat{k} \times \hat{k} = \vec{0}\); \(\hat{i} \times \hat{j} = \hat{k},\ \hat{j} \times \hat{k} = \hat{i},\ \hat{k} \times \hat{i} = \hat{j}\) (and reversals give negatives). The cross product is not commutative: \(\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a})\).

Area of Triangle $$\text{Area} = \tfrac{1}{2}\,|\vec{AB} \times \vec{AC}|$$
Area of Parallelogram $$\text{Area} = |\vec{a} \times \vec{b}|$$ (where \(\vec{a},\ \vec{b}\) are adjacent sides)
⚠ Common Trap

Cross product is NOT commutative: \(\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a})\). Swapping the order flips the sign (and reverses the perpendicular direction). For area problems, magnitudes are equal so the sign does not matter — but in identity problems and scalar triple product sign questions, it does.

Scalar Triple Product

Scalar Triple Product $$[\vec{a}\ \vec{b}\ \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}) = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}$$
Coplanarity Condition Vectors \(\vec{a},\ \vec{b},\ \vec{c}\) are coplanar if and only if \([\vec{a}\ \vec{b}\ \vec{c}] = 0\)
Volume of Parallelepiped $$V = \left| [\vec{a} \ \vec{b} \ \vec{c}] \right| = \left| \vec{a} \cdot (\vec{b} \times \vec{c}) \right|$$ — three edges meeting at one vertex are taken as the three vectors.
⚡ NDA Alert

The sign of \([\vec{a}\ \vec{b}\ \vec{c}]\) depends on the orientation of the three vectors under the right-hand rule. For volume always take the absolute value. For coplanarity, the value (with sign) being zero is the test — sign does not matter when checking against zero.

Vector Triple Product

Vector Triple Product Identity $$\vec{a} \times (\vec{b} \times \vec{c}) = (\vec{a} \cdot \vec{c})\,\vec{b} - (\vec{a} \cdot \vec{b})\,\vec{c}$$
⚡ NDA Alert

If \(|\vec{a} \times \vec{b}| = \vec{a} \cdot \vec{b}\), the angle between them is 45°. This follows because \(\sin\theta = \cos\theta\) implies \(\tan\theta = 1\). NDA 2013-I tested exactly this logic.

Worked Examples

Example 1 — Finding the value of m for coplanar vectors (NDA 2012-I)

Problem: Find the value of \(m\) if the vectors \(2\hat{i} - \hat{j} + \hat{k}\), \(\hat{i} + 2\hat{j} - 3\hat{k}\), and \(3\hat{i} + m\hat{j} + 5\hat{k}\) are coplanar.

  • Three vectors are coplanar when their scalar triple product equals zero.
  • Set up the \(3 \times 3\) determinant with rows \((2, -1, 1)\), \((1, 2, -3)\), \((3, m, 5)\).
  • Expand: $$2(2\cdot 5 - (-3)\cdot m) - (-1)(1\cdot 5 - (-3)\cdot 3) + 1(1\cdot m - 2\cdot 3).$$
  • \(= 2(10 + 3m) + 1(5 + 9) + (m - 6)\).
  • \(= 20 + 6m + 14 + m - 6 = 28 + 7m\).
  • Set equal to 0: \(28 + 7m = 0 \implies m = -4\).
  • Answer: \(m = -4\).

Example 2 — Area of triangle with vertices (NDA 2011-II)

Problem: Find the area of the triangle with vertices \((1, 2, 3)\), \((2, 5, -1)\), and \((-1, 1, 2)\).

  • Let \(A = (1,2,3),\ B = (2,5,-1),\ C = (-1,1,2)\).
  • \(\vec{AB} = (2-1)\hat{i} + (5-2)\hat{j} + (-1-3)\hat{k} = \hat{i} + 3\hat{j} - 4\hat{k}\).
  • \(\vec{AC} = (-1-1)\hat{i} + (1-2)\hat{j} + (2-3)\hat{k} = -2\hat{i} - \hat{j} - \hat{k}\).
  • $$\vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 3 & -4 \\ -2 & -1 & -1 \end{vmatrix}.$$
  • $$= \hat{i}(3\cdot(-1) - (-4)\cdot(-1)) - \hat{j}(1\cdot(-1) - (-4)\cdot(-2)) + \hat{k}(1\cdot(-1) - 3\cdot(-2)).$$
  • \(= \hat{i}(-3 - 4) - \hat{j}(-1 - 8) + \hat{k}(-1 + 6) = -7\hat{i} + 9\hat{j} + 5\hat{k}\).
  • \(|\vec{AB} \times \vec{AC}| = \sqrt{49 + 81 + 25} = \sqrt{155}\).
  • Area \(= \tfrac{1}{2}\sqrt{155}\) square units.

Example 3 — Scalar projection (NDA 2014-I)

Problem: Find the scalar projection of \(\vec{a} = \hat{i} - 2\hat{j} + \hat{k}\) on \(\vec{b} = 4\hat{i} - 4\hat{j} + 7\hat{k}\).

  • Scalar projection \(= \dfrac{\vec{a} \cdot \vec{b}}{|\vec{b}|}\).
  • \(\vec{a} \cdot \vec{b} = (1)(4) + (-2)(-4) + (1)(7) = 4 + 8 + 7 = 19\).
  • \(|\vec{b}| = \sqrt{16 + 16 + 49} = \sqrt{81} = 9\).
  • Scalar projection \(= \dfrac{19}{9}\).

Example 4 — Perpendicular condition and locus (NDA 2012-I)

Problem: If vectors \(\hat{i} - x\hat{j} - y\hat{k}\) and \(\hat{i} + x\hat{j} + y\hat{k}\) are orthogonal, find the locus of \((x, y)\).

  • Two vectors are orthogonal when their dot product \(= 0\).
  • \((\hat{i} - x\hat{j} - y\hat{k}) \cdot (\hat{i} + x\hat{j} + y\hat{k}) = 0\).
  • \(1\cdot 1 + (-x)(x) + (-y)(y) = 0\).
  • \(1 - x^2 - y^2 = 0\).
  • \(x^2 + y^2 = 1\).
  • The locus is a circle of radius 1 centred at the origin.

Example 5 — When dot product and cross product are both zero (NDA 2011-II, 2012-I)

Problem: If \(\vec{a} \cdot \vec{b} = 0\) and \(\vec{a} \times \vec{b} = \vec{0}\), what can you conclude?

  • \(\vec{a} \cdot \vec{b} = |\vec{a}|\,|\vec{b}|\cos\theta = 0\) means \(|\vec{a}| = 0\), or \(|\vec{b}| = 0\), or \(\theta = 90°\).
  • \(\vec{a} \times \vec{b} = |\vec{a}|\,|\vec{b}|\sin\theta\,\hat{n} = \vec{0}\) means \(|\vec{a}| = 0\), or \(|\vec{b}| = 0\), or \(\theta = 0°\) or \(180°\).
  • Both conditions hold simultaneously only if \(|\vec{a}| = 0\) or \(|\vec{b}| = 0\).
  • Answer: Either \(\vec{a}\) is a null vector or \(\vec{b}\) is a null vector.

Example 6 — Unit vector along a given direction

Problem: Find the unit vector in the direction of \(\vec{a} = 2\hat{i} - \hat{j} + 2\hat{k}\).

  • Find the magnitude: \(|\vec{a}| = \sqrt{2^2 + (-1)^2 + 2^2} = \sqrt{9} = 3\).
  • Divide every component by the magnitude: $$\hat{a} = \frac{\vec{a}}{|\vec{a}|} = \tfrac{2}{3}\hat{i} - \tfrac{1}{3}\hat{j} + \tfrac{2}{3}\hat{k}.$$
  • Verification: \(\left(\tfrac{2}{3}\right)^2 + \left(\tfrac{1}{3}\right)^2 + \left(\tfrac{2}{3}\right)^2 = \tfrac{4+1+4}{9} = 1\) ✓.

Example 7 — Area of parallelogram from adjacent sides

Problem: Find the area of the parallelogram whose adjacent sides are \(\vec{a} = \hat{i} + \hat{j}\) and \(\vec{b} = \hat{i} - \hat{j} + \hat{k}\).

  • Area = \(|\vec{a} \times \vec{b}|\).
  • Expand the determinant: $$\vec{a} \times \vec{b} = \hat{i}(1\cdot 1 - 0\cdot (-1)) - \hat{j}(1\cdot 1 - 0\cdot 1) + \hat{k}(1\cdot(-1) - 1\cdot 1).$$
  • \(= \hat{i}(1) - \hat{j}(1) + \hat{k}(-2) = \hat{i} - \hat{j} - 2\hat{k}\).
  • Magnitude: \(\sqrt{1 + 1 + 4} = \sqrt{6}\) square units.

Example 8 — Lagrange's identity in one step

Problem: If \(|\vec{a}| = 2,\ |\vec{b}| = 3\), find \(|\vec{a} \times \vec{b}|^2 + (\vec{a} \cdot \vec{b})^2\).

  • Lagrange's identity: $$|\vec{a} \times \vec{b}|^2 + (\vec{a} \cdot \vec{b})^2 = |\vec{a}|^2 \, |\vec{b}|^2.$$
  • Substitute: \(= 2^2 \times 3^2 = 4 \times 9 = 36\).
  • No need to know the angle \(\theta\) — that is the whole point of the identity. NDA 2015-II tested this directly.

How NDA Tests Vector Algebra

About half the questions are direct formula applications (find magnitude, find angle, find area). The other half are reasoning-based: given some condition (dot = 0, cross = 0, |a+b| = |a−b|), select the correct geometric conclusion. Practising both types from the PYQ bank is the single most effective preparation move.

Exam Shortcuts (Pro-Tips)

Vector Algebra reuses a small set of identities across many question types. The shortcuts below collapse multi-step calculations into one line. Memorise every one — each has appeared in past NDA papers.

Shortcut 1 — Perpendicular and Parallel Tests

The fastest way to classify a pair of non-zero vectors:

Perpendicular ⇔ Dot Product = 0 $$\vec{a} \perp \vec{b} \iff \vec{a} \cdot \vec{b} = 0$$
Parallel (Collinear) ⇔ Cross Product = 0 $$\vec{a} \parallel \vec{b} \iff \vec{a} \times \vec{b} = \vec{0}$$

If both are zero simultaneously, one of the vectors must be the null vector — the classic NDA trap covered in Example 5.

Shortcut 2 — Lagrange's Identity

The ultimate time-saver when a question gives you any three of \(|\vec{a}|,\ |\vec{b}|,\ \vec{a} \cdot \vec{b},\ |\vec{a} \times \vec{b}|\) and asks for the fourth — skip finding \(\theta\) entirely.

Lagrange's Identity $$|\vec{a} \times \vec{b}|^2 + (\vec{a} \cdot \vec{b})^2 = |\vec{a}|^2 \, |\vec{b}|^2$$

Shortcut 3 — Squaring a Vector Equation

If you are told \(\vec{a} + \vec{b} + \vec{c} = \vec{0}\) and asked to find \(\vec{a} \cdot \vec{b} + \vec{b} \cdot \vec{c} + \vec{c} \cdot \vec{a}\), always square both sides:

Square-the-Sum Trick $$|\vec{a} + \vec{b} + \vec{c}|^2 = |\vec{a}|^2 + |\vec{b}|^2 + |\vec{c}|^2 + 2(\vec{a} \cdot \vec{b} + \vec{b} \cdot \vec{c} + \vec{c} \cdot \vec{a})$$

The left side is 0 when the sum is the null vector — solve for the dot-product sum in one line.

Shortcut 4 — Area Formulas at a Glance

Three Area Shortcuts Triangle (adjacent sides \(\vec{a}, \vec{b}\)): \(\tfrac{1}{2}|\vec{a} \times \vec{b}|\)
Parallelogram (adjacent sides \(\vec{a}, \vec{b}\)): \(|\vec{a} \times \vec{b}|\)
Parallelogram (diagonals \(\vec{d}_1, \vec{d}_2\)): \(\tfrac{1}{2}|\vec{d}_1 \times \vec{d}_2|\)

Shortcut 5 — Scalar Triple Product Reads as Volume

Whenever a question mentions a parallelepiped, tetrahedron, or asks for coplanarity, jump straight to the scalar triple product determinant:

Volume and Coplanarity Volume of parallelepiped = \(\left|[\vec{a}\ \vec{b}\ \vec{c}]\right|\)
Coplanar ⇔ \([\vec{a}\ \vec{b}\ \vec{c}] = 0\)
Volume of tetrahedron = \(\tfrac{1}{6}\left|[\vec{a}\ \vec{b}\ \vec{c}]\right|\)

Shortcut 6 — Triangle Inequality

For statement-based MCQs comparing magnitudes:

Triangle Inequality (Vectors) $$|\vec{a} + \vec{b}| \leq |\vec{a}| + |\vec{b}| \qquad |\vec{a} - \vec{b}| \geq \big||\vec{a}| - |\vec{b}|\big|$$

Equality in the first holds when \(\vec{a}\) and \(\vec{b}\) point in the same direction; in the second when they point in opposite directions.

Common Question Patterns

Knowing the recurring question types saves you from reading each problem cold. Here are the patterns that appear across multiple NDA exams:

Pattern 1 — Unit vector or magnitude of scalar multiple

Given a vector, find the unit vector in its direction, or find the scalar \(p\) such that \(p\,\vec{v}\) has a given length. Use \(\hat{a} = \vec{a}/|\vec{a}|\) and \(|p\,\vec{v}| = |p|\cdot|\vec{v}|\).

Pattern 2 — Perpendicularity and angle between vectors

Given two vectors, find the angle using \(\cos\theta = \dfrac{\vec{a} \cdot \vec{b}}{|\vec{a}|\,|\vec{b}|}\), or find a parameter that makes them perpendicular (set dot product to zero). NDA 2014-II had a question where \(\lambda\) in \((1+\lambda)\hat{i} + (1+2\lambda)\hat{j} + (1+2\lambda)\hat{k}\) makes two vectors perpendicular.

Pattern 3 — Collinearity of points

Three points A, B, C are collinear if \(\vec{AB} = \lambda\,\vec{AC}\) for some scalar \(\lambda\), equivalently \(|\vec{AB}| + |\vec{BC}| = |\vec{AC}|\), or their scalar triple product \(= 0\). NDA 2011-I asked for the value of \(a\) making three position vectors collinear — the answer was \(a = -8\).

Pattern 4 — Coplanarity of three vectors

Set the scalar triple product (determinant of the \(3 \times 3\) matrix formed by the three vectors) equal to zero. Find the missing parameter. This appeared in 2011-II, 2012-I, and 2014-II.

Pattern 5 — Area of triangle or parallelogram

Compute \(\vec{AB} \times \vec{AC}\) then take half the magnitude for a triangle, or just the magnitude for a parallelogram. Expect at least one such problem per sitting.

Pattern 6 — |a+b| versus |a−b| conditions

If \(|\vec{a} + \vec{b}| = |\vec{a} - \vec{b}|\), squaring both sides gives \(\vec{a} \cdot \vec{b} = 0\), meaning they are perpendicular. Appeared in 2014-II and 2015-I. The converse direction (if \(|\vec{a}+\vec{b}| > |\vec{a}-\vec{b}|\)) means the angle is acute.

⚡ NDA Alert

For the formula \(|\vec{a}\times\vec{b}|^2 + |\vec{a}\cdot\vec{b}|^2 = |\vec{a}|^2\,|\vec{b}|^2\), NDA 2015-II set \(|\vec{a}| = 2,\ |\vec{b}| = 3\) and asked for the combined value. Answer: \(4 \times 9 = 36\). Do not waste time computing each separately.

Preparation Strategy

Step 1 — Nail the formula sheet first

Write out every formula card in this article on one A4 sheet. Dot product formula, cross product determinant, area formulas, coplanarity condition, direction cosine identity. Review this sheet daily for one week until you can reproduce it in 90 seconds flat. You cannot afford to reconstruct formulas under exam pressure.

Step 2 — Solve PYQs year-block by year-block

Work through all vector questions from 2010 to 2015 as a timed set. Mark the sub-type of every question (angle, area, coplanarity, etc.). You will quickly see that the same five or six underlying problems repeat in different clothing.

Step 3 — Master the determinant computation

The cross product and scalar triple product both reduce to 3×3 determinant expansion. Practise expanding along the first row until the steps are automatic. One sign error costs you the entire mark. Mnemonic: for î, cover row 1 and column 1; for ĵ, cover row 1 and column 2 and negate; for k̂, cover row 1 and column 3.

Step 4 — Link to 3-D Geometry

Vector methods appear again in Three-Dimensional Geometry for lines and planes. The cross product gives the normal to a plane. The dot product gives the angle between lines. Studying both chapters together saves revision time and avoids confusion between coordinate and vector approaches.

Step 5 — Mock tests under timed conditions

Take at least two full-length NDA mock tests before the exam. In each mock, flag every vector question and review your approach after. Even one avoidable error per sitting translates to 5 marks lost (NDA awards 2.5 marks per correct answer with negative marking).

Test Your Vector Algebra Right Now

Our NDA mock tests include full-length Paper II sets with vectors, matrices, and 3-D geometry in the exact NDA format. Attempt a timed mock and get an instant subject-wise score breakdown.

Start Free Mock Test

Frequently Asked Questions

How many questions come from Vector Algebra in NDA Maths?

Based on PYQ data from 2010 to 2015, Vector Algebra contributes roughly 5 to 8 questions per NDA Mathematics paper. The count varies by sitting, but this chapter is never absent. Scoring all 8 questions in a high-weight paper adds 20 marks, which is significant.

What is the difference between a scalar product and a vector product?

The scalar (dot) product of two vectors gives a real number: \(\vec{a} \cdot \vec{b} = |\vec{a}|\,|\vec{b}|\cos\theta\). The vector (cross) product gives a new vector perpendicular to both: \(\vec{a} \times \vec{b} = |\vec{a}|\,|\vec{b}|\sin\theta\,\hat{n}\). The dot product is commutative; the cross product is anti-commutative (\(\vec{a} \times \vec{b} = -\vec{b} \times \vec{a}\)).

What does it mean if both dot product and cross product of two vectors are zero?

If \(\vec{a} \cdot \vec{b} = 0\), either the vectors are perpendicular or one is null. If \(\vec{a} \times \vec{b} = \vec{0}\), either the vectors are parallel (collinear) or one is null. The only scenario satisfying both simultaneously is that at least one vector is a null vector. This is a classic NDA trap.

How do you check if three vectors are coplanar?

Form the \(3 \times 3\) matrix with the three vectors as rows and compute its determinant. If the determinant (scalar triple product) equals zero, the vectors are coplanar. If it is non-zero, they are not coplanar. This works both for vectors given in component form and for vectors defined as differences of position vectors of three points.

What is the fastest way to find the area of a triangle using vectors?

Let the three vertices be A, B, C. Compute \(\vec{AB} = B - A\) and \(\vec{AC} = C - A\). Take their cross product \(\vec{AB} \times \vec{AC}\) using the determinant form. The area equals half the magnitude of this cross product: Area \(= \tfrac{1}{2}|\vec{AB} \times \vec{AC}|\). For a parallelogram with adjacent sides \(\vec{a}\) and \(\vec{b}\), drop the half: Area \(= |\vec{a} \times \vec{b}|\).

What is the direction cosine identity and why does it matter?

If \(l, m, n\) are the direction cosines of a vector (the cosines of the angles it makes with the x, y, z axes), then \(l^2 + m^2 + n^2 = 1\) always. This identity is used to check solutions and to set up equations when one direction cosine is unknown. Note that direction ratios \(a, b, c\) satisfy \(a^2 + b^2 + c^2 \ne 1\) in general — only the cosines satisfy this identity.

How is vector algebra connected to Three-Dimensional Geometry in NDA?

Vector algebra is the language of 3-D Geometry. The equation of a line in vector form uses direction vectors; the equation of a plane uses a normal vector obtained via cross product. The angle between two planes or lines uses the dot product formula. Mastering vector algebra first makes the 3-D Geometry chapter significantly easier. See our Three-Dimensional Geometry page for the direct bridge.