Vector Algebra
Complete JEE preparation for vectors — basics, dot and cross products, scalar and vector triple products, and geometric applications with competitive-level shortcuts.
Types of vectors, position vectors, components, unit vectors, and section formula — the foundation for all vector operations.
Types of vectors:
- Zero vector $\vec{0}$: magnitude 0, arbitrary direction.
- Unit vector: $\hat{a} = \frac{\vec{a}}{|\vec{a}|}$, magnitude 1.
- Co-initial: same starting point. Collinear: parallel (or anti-parallel). Coplanar: lie in one plane.
- Position vector: $\vec{OP}$ of point $P(x,y,z)$ is $x\hat{i}+y\hat{j}+z\hat{k}$.
Externally: $\vec{OP} = \frac{m\vec{b}-n\vec{a}}{m-n}$.
Midpoint: $\vec{OP} = \frac{\vec{a}+\vec{b}}{2}$. Centroid of triangle: $\frac{\vec{a}+\vec{b}+\vec{c}}{3}$.
Projection, angle between vectors, work done — dot product is the workhorse of JEE vector problems.
Key properties:
- $\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).
- $\vec{a} \cdot \vec{a} = |\vec{a}|^2$.
- $\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$.
Vector projection: $\frac{\vec{a}\cdot\vec{b}}{|\vec{b}|^2}\;\vec{b}$.
JEE Trick: $|\vec{a}+\vec{b}|^2 = |\vec{a}|^2+2\vec{a}\cdot\vec{b}+|\vec{b}|^2$ — expand like algebra using $\vec{a}\cdot\vec{a}=|\vec{a}|^2$.
Perpendicular: $\vec{a}\cdot\vec{b}=0$. Parallel (same direction): $\vec{a}\cdot\vec{b}=|\vec{a}||\vec{b}|$.
$|\vec{a}-\vec{b}|^2 = 9+16-2(6) = 13$, so $|\vec{a}-\vec{b}| = \sqrt{13}$.
Area of parallelogram, torque, and perpendicular vectors — cross product is key for JEE 3D and physics problems.
In component 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_2b_3-a_3b_2)\hat{i}-(a_1b_3-a_3b_1)\hat{j}+(a_1b_2-a_2b_1)\hat{k}$$
Key properties:
- $\vec{a}\times\vec{b} = -(\vec{b}\times\vec{a})$ (anti-commutative).
- $\vec{a}\times\vec{a} = \vec{0}$.
- $\hat{i}\times\hat{j}=\hat{k}$, $\hat{j}\times\hat{k}=\hat{i}$, $\hat{k}\times\hat{i}=\hat{j}$ (cyclic).
- $|\vec{a}\times\vec{b}|$ = area of parallelogram with sides $\vec{a}$ and $\vec{b}$.
Area of triangle with sides $\vec{a}, \vec{b}$: $\frac{1}{2}|\vec{a}\times\vec{b}|$.
Area of triangle with vertices $A, B, C$: $\frac{1}{2}|\vec{AB}\times\vec{AC}|$.
JEE Shortcut: For diagonals $\vec{d}_1, \vec{d}_2$ of a parallelogram, area $= \frac{1}{2}|\vec{d}_1\times\vec{d}_2|$.
JEE Trick: Use this when you know $|\vec{a}|$, $|\vec{b}|$, and $\vec{a}\cdot\vec{b}$ but need $|\vec{a}\times\vec{b}|$.
$|\vec{AB}\times\vec{AC}| = \sqrt{36+9+16}=\sqrt{61}$. Area $= \frac{\sqrt{61}}{2}$.
Volume of parallelepiped, coplanarity test, and JEE Advanced problems involving the box product $[\vec{a}\;\vec{b}\;\vec{c}]$.
This gives the signed volume of the parallelepiped formed by $\vec{a}, \vec{b}, \vec{c}$.
Key properties:
- $[\vec{a}\;\vec{b}\;\vec{c}] = [\vec{b}\;\vec{c}\;\vec{a}] = [\vec{c}\;\vec{a}\;\vec{b}]$ (cyclic permutation preserves value).
- Swapping two adjacent vectors changes the sign: $[\vec{a}\;\vec{b}\;\vec{c}] = -[\vec{b}\;\vec{a}\;\vec{c}]$.
- $[\vec{a}\;\vec{b}\;\vec{c}] = 0 \iff \vec{a}, \vec{b}, \vec{c}$ are coplanar.
Volume of tetrahedron: $\frac{1}{6}|[\vec{a}\;\vec{b}\;\vec{c}]|$ (where $\vec{a}, \vec{b}, \vec{c}$ are edges from one vertex).
JEE Trick: Volume of tetrahedron with vertices $A, B, C, D$ is $\frac{1}{6}|[\vec{AB}\;\vec{AC}\;\vec{AD}]|$.
Three vectors are coplanar $\iff$ their scalar triple product is zero $\iff$ the $3\times3$ determinant is zero.
$[\vec{AB}\;\vec{AC}\;\vec{AD}] = \begin{vmatrix}1&0&2\\2&1&1\\2&2&3\end{vmatrix} = 1(3-2)-0(6-2)+2(4-2) = 1+4 = 5$.
Volume $= \frac{|5|}{6} = \boxed{\frac{5}{6}}$.
The BAC-CAB rule, applications to lines, planes, and geometric proofs — Advanced-level vector techniques.
Foot of perpendicular from $P$ to line $\vec{r}=\vec{a}+\lambda\vec{b}$: $\lambda = \frac{(\vec{OP}-\vec{a})\cdot\vec{b}}{|\vec{b}|^2}$.
Projection of point on plane: Use $\vec{r} = \vec{p} + t\,\vec{n}$ and substitute in the plane equation.
Key: $\vec{a}\cdot\vec{a}'=1$, $\vec{a}\cdot\vec{b}'=0$, etc.
$\vec{a}\times(\vec{b}-\vec{c}) = (\vec{c}-\vec{b})\times\vec{d} = -(\vec{b}-\vec{c})\times\vec{d} = \vec{d}\times(\vec{b}-\vec{c})$.
$(\vec{a}-\vec{d})\times(\vec{b}-\vec{c}) = \vec{0}$, so $\vec{a}-\vec{d}$ is parallel to $\vec{b}-\vec{c}$.
- $\vec{a}\cdot\vec{b}=0$ means perpendicular; $\vec{a}\times\vec{b}=\vec{0}$ means parallel — never confuse the two conditions.
- Lagrange's identity $|\vec{a}\times\vec{b}|^2=|\vec{a}|^2|\vec{b}|^2-(\vec{a}\cdot\vec{b})^2$ avoids computing cross products when magnitudes and dot product are known.
- Scalar triple product zero $\Leftrightarrow$ coplanar — this is the single most important coplanarity test in JEE.
- BAC-CAB rule: memorize $\vec{a}\times(\vec{b}\times\vec{c})=(\vec{a}\cdot\vec{c})\vec{b}-(\vec{a}\cdot\vec{b})\vec{c}$ — it appears in JEE Advanced nearly every year.
- Volume of tetrahedron $= \frac{1}{6}$ of parallelepiped volume — do not forget the $\frac{1}{6}$ factor.