Two vectors are a=2i^+3j^+k^ and b=i^−2j^+2k^. Find (a) the angle between them, and (b) a vector perpendicular to both.
(CBSE 12 / JEE Main — Vectors)
Vector Product Selection
flowchart TD A["Vector Problem"] --> B{What do you need?} B -->|Angle between vectors| C["Dot Product"] B -->|Projection of one on another| C B -->|Work done (F.d)| C B -->|Perpendicular vector| D["Cross Product"] B -->|Area of parallelogram| D B -->|Torque (r x F)| D B -->|Volume of parallelepiped| E["Scalar Triple Product"] C --> C1["a.b = |a||b| cos theta"] D --> D1["a x b = |a||b| sin theta n-hat"] E --> E1["[a b c] = a.(b x c)"]
The dot product captures the “alignment” between two vectors (cosine of the angle). When vectors are perpendicular, a⋅b=0. The cross product produces a new vector perpendicular to both inputs — its magnitude equals the area of the parallelogram formed by the two vectors.
These are the two fundamental operations on vectors. Every vector problem ultimately reduces to one (or both) of them.
For the cross product determinant, use the “cover and calculate” method: cover the first row and first column to get the i^ component, cover the first row and second column (with a negative sign) for j^, cover the first row and third column for k^. Practice this until it takes under 30 seconds — it appears in nearly every JEE paper.
Common Mistake
The order matters for cross product: a×b=−(b×a). Reversing the order flips the direction of the result. In the determinant, if you swap the second and third rows, all signs flip. Always put the first vector in row 2 and the second in row 3.
Want to master this topic?
Read the complete guide with more examples and exam tips.