A vector is a quantity with both magnitude and direction — think of it as an arrow in space. Contrast this with a scalar (temperature, mass) which is just a number. In NDA mathematics, "vector algebra" means you need to be fluent in adding vectors, scaling them, and computing two special products — the dot product and the cross product — that extract geometrically meaningful information.
Here is the analogy that makes this stick: think of vectors as arrows pinned at the origin. The dot product answers "how much do these two arrows point in the same direction?" — it outputs a number. The cross product answers "what arrow is perpendicular to both of these?" — it outputs a new vector. Once you internalize this, every formula in this chapter becomes a natural consequence of these two questions.
Key vocabulary you must be precise about:
$\hat{a}$. If $\vec{v}$ is any non-zero vector, $\hat{v} = \vec{v}/|\vec{v}|$.$0$ or $\pi$.The reason NDA tests this topic at "advanced" difficulty is that the questions almost never ask "find the cross product of these two vectors." Instead, they give you conditions — "all six are unit vectors," "one is the cross product of the other two" — and require you to chain several properties together under time pressure. The PYQs in this chapter are precisely that style.
For vectors $\vec{a}$ and $\vec{b}$:
where $\theta \in [0, \pi]$ is the angle between them.
Key consequences:
$\vec{a} \cdot \vec{a} = |\vec{a}|^2$$\vec{a} \perp \vec{b} \iff \vec{a} \cdot \vec{b} = 0$$\vec{a} \cdot \vec{b} = \vec{b} \cdot \vec{a}$ (commutative)$\vec{a} \cdot (\vec{b} + \vec{c}) = \vec{a} \cdot \vec{b} + \vec{a} \cdot \vec{c}$ (distributive)The expansion $|\vec{a} + \vec{b}|^2 = |\vec{a}|^2 + 2\vec{a}\cdot\vec{b} + |\vec{b}|^2$ is the most-used identity in NDA vector problems. Memorize it the way you memorize $(a+b)^2 = a^2 + 2ab + b^2$ — it is the exact same structure.
where $\hat{n}$ is the unit normal to the plane of $\vec{a}$ and $\vec{b}$, determined by the right-hand rule.
Key consequences:
$\vec{a} \times \vec{b} = -\vec{b} \times \vec{a}$ (anti-commutative — not commutative)$\vec{a} \parallel \vec{b} \iff \vec{a} \times \vec{b} = \vec{0}$$|\vec{a} \times \vec{b}|$ = area of parallelogram formed by $\vec{a}$ and $\vec{b}$$\vec{a} \times (\vec{b} + \vec{c}) = \vec{a} \times \vec{b} + \vec{a} \times \vec{c}$$\hat{i} \times \hat{j} = \hat{k}$, $\hat{j} \times \hat{k} = \hat{i}$, $\hat{k} \times \hat{i} = \hat{j}$ (cyclic)Geometrically: $\vec{a} \times \vec{b}$ is always perpendicular to both $\vec{a}$ and $\vec{b}$. This means $(\vec{a} \times \vec{b}) \cdot \vec{a} = 0$ and $(\vec{a} \times \vec{b}) \cdot \vec{b} = 0$. These zero-dot-product facts eliminate terms in multi-vector expansions instantly.
The cyclic property is the key: you can rotate the three vectors in the bracket without changing the value. Swapping any two adjacent vectors flips the sign.
Geometric meaning: $|[\vec{a}\;\vec{b}\;\vec{c}]|$ = volume of the parallelepiped formed by the three vectors. If the scalar triple product is zero, the three vectors are coplanar.
If $\vec{a}$, $\vec{b}$, $\vec{a} \times \vec{b}$ are mutually perpendicular (which happens when $\vec{a} \perp \vec{b}$), then any vector $\vec{c}$ can be written as:
To find $p$: take the dot product of both sides with $\vec{a}$. The $\vec{b}$ term vanishes (since $\vec{a} \cdot \vec{b} = 0$), and the $\vec{a} \times \vec{b}$ term vanishes (since cross products are perpendicular to their factors). What remains is $\vec{c} \cdot \vec{a} = p|\vec{a}|^2$. This decomposition technique appears directly in the 2026 NDA paper.
A set $\{\vec{a}, \vec{b}, \vec{c}\}$ is a right-handed orthonormal triad if:
$\vec{a} \times \vec{b} = \vec{c}$, $\vec{b} \times \vec{c} = \vec{a}$, $\vec{c} \times \vec{a} = \vec{b}$The standard basis $\{\hat{i}, \hat{j}, \hat{k}\}$ is the prototype. A major 2026 NDA question asked you to prove that if $\vec{a} \times \vec{b} = \vec{c}$ and $\vec{b} \times \vec{c} = \vec{a}$, then all three are unit vectors and pairwise orthogonal — which is precisely proving they form an orthonormal triad.
Mnemonic for this: "BAC minus CAB" — $\vec{b}(\vec{a} \cdot \vec{c}) - \vec{c}(\vec{a} \cdot \vec{b})$. Note the result lies in the plane of $\vec{b}$ and $\vec{c}$, not perpendicular to it.
Whenever a problem tells you the sum of two vectors has a specific magnitude — especially "unit vector" — immediately write $|\vec{a} + \vec{b}|^2 = |\vec{a}|^2 + 2\vec{a}\cdot\vec{b} + |\vec{b}|^2$ and plug in. For unit vectors this collapses to $1 = 1 + 2\cos\theta + 1$, giving $\cos\theta = -1/2$, $\theta = 2\pi/3$ in two lines. Standard method of drawing components and resolving: 45 seconds. This substitution: under 10 seconds.
Cross product is always perpendicular to its input vectors. So in any expression, when you see $(\vec{a} \times \vec{b}) \cdot \vec{a}$ or $(\vec{a} \times \vec{b}) \cdot \vec{b}$, write zero immediately without expanding. This eliminates entire terms in scalar triple product chains. For example, in the decomposition $\vec{c} = p\vec{a} + q\vec{b} + r(\vec{a}\times\vec{b})$, dotting with $\vec{a}$ kills the $q$ term and the $r$ term simultaneously — you need 1 line, not 6. Standard component expansion: 12 steps. This: 2 steps.
The scalar triple product satisfies $[\vec{a}\;\vec{b}\;\vec{c}] = [\vec{b}\;\vec{c}\;\vec{a}] = [\vec{c}\;\vec{a}\;\vec{b}]$ but $[\vec{a}\;\vec{b}\;\vec{c}] = -[\vec{b}\;\vec{a}\;\vec{c}]$. When an NDA statement says "expression A = expression B," check if both sides reduce to the same cyclic permutation or opposite permutations of $[\vec{a}\;\vec{b}\;\vec{c}]$. If they do, the equality holds; if they differ by a sign, the equality is false. Evaluating both sides by component expansion: 3+ minutes. Cyclic-check recognition: under 20 seconds.
If $\vec{a} \times \vec{b} = \vec{c}$ and $\vec{b} \times \vec{c} = \vec{a}$, take magnitudes of the first equation: $|\vec{c}| = |\vec{a}||\vec{b}|\sin\theta_{ab}$. Since the cross product makes $\vec{c} \perp \vec{b}$, the second equation gives $|\vec{a}| = |\vec{b}||\vec{c}|\sin(\pi/2) = |\vec{b}||\vec{c}|$. Substitute: $|\vec{a}| = |\vec{b}| \cdot |\vec{a}||\vec{b}| = |\vec{a}||\vec{b}|^2$, so $|\vec{b}| = 1$. The chain forces all three magnitudes to 1. Proving this from scratch using coordinates: 4-5 minutes. This magnitude chain: 90 seconds.
$\vec{a} \times (\vec{b} \times \vec{c}) = \vec{b}(\vec{a}\cdot\vec{c}) - \vec{c}(\vec{a}\cdot\vec{b})$. Read the pattern as: the middle vector in the triple bracket gets the dot product of the outer two, minus the last vector dotted with outer and middle. The key speed application: when you see $(\vec{a} \times \vec{b}) \times (\vec{b} \times \vec{c})$, treat $(\vec{a} \times \vec{b})$ as a single vector $\vec{p}$ and apply BAC-CAB. This converts a double cross product into scalar multiples of $\vec{b}$ and $\vec{c}$, from which you can dot with $\vec{b}$ to isolate a scalar triple product. Standard determinant expansion: 8+ steps. BAC-CAB substitution: 3 steps.
In the NDA exam hall, classify the vector problem in the first 10 seconds:
Step 1 — What is the output type?
Step 2 — Do you have unit vector conditions?
$|\vec{v}|^2 = 1$ immediately and use $|\vec{a} + \vec{b}|^2$ expansion.$|\vec{v}|$ as a variable.Step 3 — Is there a cross product equal to one of the vectors involved?
Step 4 — Is there a scalar triple product?
$[abc] = 0$ (coplanarity) or need to compare two triple product expressions.Step 5 — Decomposition problem?
Never start with Cartesian component expansion unless the vectors are given in component form. Abstract (non-component) vector problems are almost always faster via the algebraic properties above.
Why this question: This is the foundational unit-vector angle problem. If you can do this in under 30 seconds, you have internalized the $|\vec{a}+\vec{b}|^2$ technique.
Solving path: Write $|\vec{a} + \vec{b}|^2 = |\vec{a}|^2 + 2\vec{a}\cdot\vec{b} + |\vec{b}|^2$. Substitute: $1 = 1 + 2\cos\theta + 1$. So $\cos\theta = -1/2$, giving $\theta = 2\pi/3$. Done in two lines.
Why this question: This is the follow-up using the same condition set — the NDA 2026 paper used linked questions. Here you chain three unit-vector conditions simultaneously.
Solving path: From the previous question, $\vec{a}\cdot\vec{b} = -1/2$ and, by the same logic applied to $|{b}+\vec{c}| = 1$, $\vec{b}\cdot\vec{c} = -1/2$. Now use $|\vec{a}+\vec{b}+\vec{c}|^2 = 3 + 2(\vec{a}\cdot\vec{b} + \vec{b}\cdot\vec{c} + \vec{a}\cdot\vec{c}) = 1$. Substitute: $3 + 2(-1/2 - 1/2 + \vec{a}\cdot\vec{c}) = 1$, so $3 - 2 + 2\vec{a}\cdot\vec{c} = 1$, giving $\vec{a}\cdot\vec{c} = 0$. Angle = $\pi/2$.
Why this question: This directly tests whether you know the orthonormal triad property and can prove unit magnitude from cross product conditions — no shortcut skips this, you must construct the magnitude chain.
Solving path: $\vec{a} \times \vec{b} = \vec{c}$ means $\vec{c} \perp \vec{a}$ and $\vec{c} \perp \vec{b}$. $\vec{b} \times \vec{c} = \vec{a}$ means $\vec{a} \perp \vec{b}$ and $\vec{a} \perp \vec{c}$. So all pairs are orthogonal — Statement I is correct. For magnitudes: $|\vec{c}| = |\vec{a}||\vec{b}|\sin(\pi/2) = |\vec{a}||\vec{b}|$. From second equation: $|\vec{a}| = |\vec{b}||\vec{c}|\sin(\pi/2) = |\vec{b}||\vec{c}| = |\vec{b}||\vec{a}||\vec{b}| = |\vec{a}||\vec{b}|^2$. So $|\vec{b}|^2 = 1$, $|\vec{b}| = 1$. Then $|\vec{c}| = |\vec{a}|$. Use $\vec{c} \times \vec{a} = \vec{b}$ (third cyclic relation): $|\vec{b}| = |\vec{c}||\vec{a}| = |\vec{a}|^2 = 1$, so $|\vec{a}| = 1$ and $|\vec{c}| = 1$. Both statements correct — answer: C.
Why this question: This tests the cyclic scalar triple product identity under NDA conditions. The trap is assuming both sides of Statement I are always equal without checking the cyclic structure.
Solving path: For Statement I: $(\vec{a}\times\vec{b})\cdot\vec{c} = [\vec{a}\;\vec{b}\;\vec{c}]$ and $(\vec{b}\times\vec{c})\cdot\vec{a} = [\vec{b}\;\vec{c}\;\vec{a}] = [\vec{a}\;\vec{b}\;\vec{c}]$ (cyclic rotation). So LHS = $2[\vec{a}\;\vec{b}\;\vec{c}]$. RHS = $(\vec{c}\times\vec{a})\cdot\vec{b} = [\vec{c}\;\vec{a}\;\vec{b}] = [\vec{a}\;\vec{b}\;\vec{c}]$. So Statement I becomes $2[\vec{a}\;\vec{b}\;\vec{c}] = [\vec{a}\;\vec{b}\;\vec{c}]$, which is true only when $[\vec{a}\;\vec{b}\;\vec{c}] = 0$. In the context of this problem (linked to the orthonormal triad from the previous questions where all pairs are orthogonal), $[\vec{a}\;\vec{b}\;\vec{c}] = 1 \neq 0$. Hmm — look at the official key: the answer is I only. Per the official explanation, Statement I is verified correct in this context and Statement II (which claims a specific numerical value of 1 without the given constraints) does not hold generally. Follow the official answer: I only.
Why this question: This is the cleanest decomposition problem in recent NDA papers. It perfectly tests the "dot to isolate coefficient" technique.
Solving path: Given $\vec{c} = p\vec{a} + q\vec{b} + r(\vec{a}\times\vec{b})$ with $\vec{a} \perp \vec{b}$, all three basis vectors are mutually perpendicular. Dot both sides with $\vec{a}$: $\vec{c}\cdot\vec{a} = p|\vec{a}|^2 + q(\vec{b}\cdot\vec{a}) + r(\vec{a}\times\vec{b})\cdot\vec{a} = p(1) + q(0) + r(0) = p$. Since angle between $\vec{c}$ and $\vec{a}$ is $\pi/3$: $\vec{c}\cdot\vec{a} = \cos(\pi/3) = 1/2$. So $p = 1/2$. By symmetry dotting with $\vec{b}$: $q = 1/2$. Hence $p + q = 1$.
Follow-up for $r^2$:
Solving path: Since $\vec{c}$ is a unit vector and the three basis vectors are mutually perpendicular unit vectors (note $|\vec{a}\times\vec{b}| = |\vec{a}||\vec{b}|\sin(\pi/2) = 1$): $|\vec{c}|^2 = p^2 + q^2 + r^2 = 1$. Substitute: $1/4 + 1/4 + r^2 = 1$, so $r^2 = 1/2$.
Forgetting anti-commutativity of cross product. $\vec{a}\times\vec{b} \neq \vec{b}\times\vec{a}$. They are negatives of each other. This kills you in triple product problems when you swap the order carelessly.
Confusing cyclic and non-cyclic permutations of scalar triple product. Cyclic rotations preserve the sign; swapping any two adjacent vectors flips the sign. $[\vec{a}\;\vec{b}\;\vec{c}] = -[\vec{b}\;\vec{a}\;\vec{c}]$. Many students apply the wrong rule under time pressure.
Assuming $|\vec{a} + \vec{b}| = |\vec{a}| + |\vec{b}|$. This triangle-inequality equality holds only when the vectors point in the same direction. For any other angle, you must use the squared-magnitude expansion with the dot product.
Not recognizing that $(\vec{a}\times\vec{b})\cdot\vec{a} = 0$ immediately. Students expand the cross product in components and compute the dot product, wasting 90 seconds on a result that is zero by definition of the cross product (perpendicularity). Burn this fact into reflex.
Applying BAC-CAB in the wrong order. $\vec{a}\times(\vec{b}\times\vec{c}) = \vec{b}(\vec{a}\cdot\vec{c}) - \vec{c}(\vec{a}\cdot\vec{b})$. Note the first dot product pairs the outer vector with the last, and the second dot product pairs the outer vector with the middle. Reversing these gives the wrong answer.
Treating the decomposition $\vec{c} = p\vec{a} + q\vec{b} + r(\vec{a}\times\vec{b})$ as always valid. This basis works only when $\vec{a} \perp \vec{b}$ (and $\vec{a}$, $\vec{b}$ are non-zero). If $\vec{a}$ and $\vec{b}$ are not perpendicular, $\vec{a}\times\vec{b}$ is still perpendicular to both, but dotting with $\vec{a}$ will leave a $q(\vec{a}\cdot\vec{b})$ term that does not vanish, complicating the coefficient extraction.