A vector is a quantity that has both magnitude and direction. Compare this to a scalar, which has only magnitude. When you say “60 km/h” — that’s speed, a scalar. When you say “60 km/h towards Delhi” — that’s velocity, a vector.
In Class 12 and JEE, vectors are the language of physics and 3D geometry. You’ll use them to describe forces, displacement, electric fields, and lines in space. The better your vector intuition, the faster you solve problems.
We represent a vector as a or in bold as a. Geometrically, it’s a directed line segment — the length is the magnitude, the arrowhead gives the direction.
Vectors carries 8-10 marks in CBSE Class 12 boards and appears in 1-2 questions in JEE Main every year. The JEE Main 2024 Shift 1 paper had a cross product + unit vector problem worth 4 marks — exactly the type we’ll cover here.
Key Terms and Definitions
Position Vector: The vector OP from the origin O to a point P(x,y,z) is called the position vector of P. Written as r=xi^+yj^+zk^.
Magnitude (Modulus): The length of the vector. For a=a1i^+a2j^+a3k^:
∣a∣=a12+a22+a32
Unit Vector: A vector of magnitude 1 in the direction of a:
a^=∣a∣a
Equal Vectors: Same magnitude AND same direction. Note that position doesn’t matter — a free vector can be placed anywhere.
Negative Vector: −a has the same magnitude as a but opposite direction.
Zero Vector: 0 — magnitude is zero, direction is undefined.
Collinear Vectors: Two or more vectors are collinear (or parallel) if they lie along the same or parallel lines. a∥b if a=λb for some scalar λ.
Coplanar Vectors: Vectors lying in the same plane.
Component Form
Any vector in 3D space can be written as:
a=a1i^+a2j^+a3k^
where i^, j^, k^ are unit vectors along the x, y, z axes respectively.
Core Operations
Addition and Subtraction
Triangle Law: Place vectors head-to-tail. The resultant closes the triangle.
Parallelogram Law: If two vectors act from the same point, the diagonal of the parallelogram formed gives the resultant.
In component form:
a+b=(a1+b1)i^+(a2+b2)j^+(a3+b3)k^
Scalar Multiplication
λa=λa1i^+λa2j^+λa3k^
This scales the magnitude by ∣λ∣ and reverses direction if λ<0.
Section Formula
If r divides the line joining A (position vector a) and B (position vector b) in ratio m:n:
Internal Division:
r=m+nmb+na
External Division:
r=m−nmb−na
Midpoint (m=n=1):
r=2a+b
Dot Product (Scalar Product)
The dot product of a and b gives a scalar:
a⋅b=∣a∣∣b∣cosθ
Component form:
a⋅b=a1b1+a2b2+a3b3
Why the dot product matters: When a⋅b=0 and neither vector is zero, they are perpendicular. This is how we check orthogonality — used constantly in both boards and JEE.
Key Dot Product Results
i^⋅i^=j^⋅j^=k^⋅k^=1
i^⋅j^=j^⋅k^=k^⋅i^=0
a⋅a=∣a∣2
Finding Angle Between Vectors
cosθ=∣a∣∣b∣a⋅b
If the question asks whether vectors are perpendicular, never compute the angle — just check if the dot product is zero. Saves 30 seconds per problem.
Projection of a on b
Projection of a on b=∣b∣a⋅bVector projection=∣b∣2a⋅bb
Cross Product (Vector Product)
The cross product of a and b gives a vector perpendicular to both:
a×b=∣a∣∣b∣sinθn^
Component form (determinant):
a×b=i^a1b1j^a2b2k^a3b3
Why this formula works the way it does: The cross product uses the determinant because we need a systematic way to get a vector perpendicular to two given vectors. The cofactor expansion along the first row does exactly that.
Key Cross Product Results
i^×j^=k^, j^×k^=i^, k^×i^=j^ (cyclic)
j^×i^=−k^ (anti-cyclic)
a×a=0
∣a×b∣ = area of parallelogram formed by a and b
Area of parallelogram=∣a×b∣Area of triangle=21∣a×b∣
Solved Examples
Example 1 — Finding Unit Vector (CBSE Level)
Q: Find a unit vector in the direction of a=2i^−3j^+6k^.
Step 1: Find the magnitude.
∣a∣=4+9+36=49=7
Step 2: Divide by magnitude.
a^=∣a∣a=72i^−3j^+6k^=72i^−73j^+76k^
Example 2 — Angle Between Vectors (CBSE Level)
Q: Find the angle between a=i^+j^−k^ and b=i^−j^+k^.
Example 4 — Vector Perpendicularity Condition (JEE Main Level)
Q: If a=2i^+λj^+k^ and b=i^−2j^+3k^ are perpendicular, find λ.
For perpendicularity, a⋅b=0:
(2)(1)+(λ)(−2)+(1)(3)=02−2λ+3=0λ=25
Example 5 — Scalar Triple Product (JEE Advanced Level)
The scalar triple product[abc]=a⋅(b×c) gives the volume of the parallelepiped formed by the three vectors.
[abc]=a1b1c1a2b2c2a3b3c3
If [abc]=0, the vectors are coplanar.
Q: Show that a=i^+2j^−3k^, b=2i^−j^+k^, c=3i^+j^−2k^ are coplanar.
[abc]=1232−11−31−2
Expanding: 1(2−1)−2(−4−3)+(−3)(2+3)=1+14−15=0
Since the scalar triple product is zero, the vectors are coplanar. ✓
Exam-Specific Tips
CBSE Class 12 Board Exam
The board exam tests vectors mainly in two ways: direct formula application (1-2 mark questions in VSA section) and proof/derivation questions (4-5 marks). The section formula and dot product for angle questions are almost guaranteed every year.
CBSE 2023 and 2024 both had a “find a vector perpendicular to both a and b” question — that’s a cross product. If you see this phrasing, go straight to the determinant formula. 4 marks, 3 minutes if you know it cold.
In CBSE marking, show each step clearly:
State the formula used
Substitute values
Simplify step-by-step
Even if your final answer is wrong due to arithmetic, you’ll get 2/4 marks for correct method.
JEE Main
JEE Main typically has 1-2 vector questions, often combined with 3D Geometry. High-yield topics:
Dot product conditions (perpendicular, parallel)
Cross product for area
Vector equations of lines (bridge to 3D chapter)
Scoring tip: The scalar triple product question in JEE Main is usually a 2-step problem. Set up the determinant quickly and expand along the row with the most zeros.
JEE Advanced
Expect vectors inside proofs — proving inequalities using the Cauchy-Schwarz identity, or geometry problems where you must translate geometric conditions into vector equations. Practice the vector form of the equation of a plane.
Common Mistakes to Avoid
Mistake 1: Confusing dot product and cross product outputs.a⋅b is a scalar (just a number). a×b is a vector. If you write a⋅b=3i^, the examiner will mark it wrong even if your calculation is right.
Mistake 2: Wrong sign in cross product expansion.
Remember: when expanding the determinant for the j^ component, there’s a negative sign in front. Students regularly forget this. The pattern is: +i^, −j^, +k^.
Mistake 3: ∣a+b∣2=∣a∣2+∣b∣2.
The correct expansion is ∣a+b∣2=∣a∣2+2a⋅b+∣b∣2. The middle term vanishes only when a⊥b.
Mistake 4: Unit vector direction errors.a^=a/∣a∣ gives a unit vector in the direction of a. The unit vector in the direction opposite to a is −a^. CBSE sometimes asks for this and students write the same answer both ways.
Mistake 5: Using degree mode in dot product calculations.cosθ must be computed correctly. If the question gives the angle in degrees (say 60°), write cos60°=1/2. Don’t just write “0.5” without justification — show the exact value for full marks.
Practice Questions
Q1 (CBSE): Find the value of x for which x(i^+j^+k^) is a unit vector.
We need ∣x(i^+j^+k^)∣=1.
∣x∣⋅12+12+12=1⟹∣x∣⋅3=1⟹x=±31
Q2 (CBSE): If a=5i^−j^−3k^ and b=i^+3j^−5k^, show that a+b and a−b are perpendicular.
a+b=6i^+2j^−8k^
a−b=4i^−4j^+2k^
(a+b)⋅(a−b)=(6)(4)+(2)(−4)+(−8)(2)=24−8−16=0 ✓
Q3 (CBSE): Find the area of the parallelogram whose adjacent sides are a=3i^+j^+4k^ and b=i^−j^+k^.
Q6 (JEE Main): The position vectors of A and B are i^+2j^−3k^ and 3i^−j^+2k^. Find the position vector of the point that divides AB in ratio 2:3 internally.
Q7 (JEE Advanced): If a, b, c are unit vectors such that a+b+c=0, find a⋅b+b⋅c+c⋅a.
Since a+b+c=0, take the dot product of both sides with itself:
∣a+b+c∣2=0
∣a∣2+∣b∣2+∣c∣2+2(a⋅b+b⋅c+c⋅a)=0
Since each is a unit vector: 1+1+1+2(a⋅b+b⋅c+c⋅a)=0
a⋅b+b⋅c+c⋅a=−23
Q8 (CBSE): Prove that (a+b)×(a−b)=−2(a×b).
(a+b)×(a−b)=a×a−a×b+b×a−b×b
=0−a×b+b×a−0
Since b×a=−a×b:
=−a×b−a×b=−2(a×b) ✓
Frequently Asked Questions
What is the difference between a scalar and a vector?
A scalar has only magnitude (temperature, mass, speed). A vector has both magnitude and direction (force, velocity, displacement). The mathematical test: if reversing direction changes the quantity, it’s a vector.
When is a×b=0?
Either one of the vectors is the zero vector, OR the two vectors are parallel (collinear). The cross product vanishes when sinθ=0, i.e., θ=0° or 180°.
Can the dot product be negative?
Yes. a⋅b=∣a∣∣b∣cosθ. When 90°<θ≤180°, cosθ is negative, so the dot product is negative. This means the angle between the vectors is obtuse.
What does the scalar triple product represent geometrically?
It gives the signed volume of the parallelepiped (a 3D parallelogram-box) formed by the three vectors. If it’s zero, the three vectors are coplanar — they all lie in the same plane.
How do I find a vector perpendicular to a given plane?
If the plane contains vectors a and b, then a×b is perpendicular (normal) to the plane. This is the core idea behind the vector equation of a plane.
Is a×b=b×a?
No — the cross product is anti-commutative: a×b=−b×a. Order matters. The direction reverses when you swap the vectors, following the right-hand rule.
What is the formula for the angle between two vectors in JEE Main?cosθ=∣a∣∣b∣a⋅b. This is valid for 0°≤θ≤180°. JEE sometimes asks for the acute angle — in that case, take ∣cosθ∣.
How is the projection formula used in JEE?
If a is resolved along b and perpendicular to b, the component along b is ∣b∣a⋅b and the component perpendicular to b is ∣a∣2−(∣b∣a⋅b)2. This appears in work-energy problems in JEE Physics too.