JEE MathsVectorsQuestion Types
Top Question Types

Vectors - How It Appears in JEE

8 recurring patterns. Learn the pattern, recognize it in 5 seconds, apply the right approach.

01

Magnitude & Unit Vector

Pattern

Find the magnitude of a vector or the unit vector in its direction

How to recognize

Asks for |a|, magnitude, length, or unit vector (a-hat). May involve vector operations before finding magnitude.

Compute |a| = sqrt(a1^2 + a2^2 + a3^2). For unit vector, divide the vector by its magnitude: a-hat = a/|a|.
02

Angle Between Vectors (Dot Product)

Pattern

Find the angle between two vectors using the dot product

How to recognize

Asks for angle, perpendicularity check, or cos(theta) between two vectors

Use cos(theta) = (a.b)/(|a||b|). Compute the dot product and both magnitudes separately, then find theta.
03

Area Using Cross Product

Pattern

Find the area of a triangle or parallelogram using the cross product

How to recognize

Mentions area, triangle vertices, or parallelogram with vectors as sides or diagonals

Compute a x b using the determinant method. Area of parallelogram = |a x b|. Area of triangle = (1/2)|a x b|.
04

Volume Using Scalar Triple Product

Pattern

Find the volume of a parallelepiped or tetrahedron using scalar triple product

How to recognize

Mentions parallelepiped, tetrahedron volume, or three vectors with a volume-related question

Compute [a b c] = a.(b x c) using the 3x3 determinant. Volume of parallelepiped = |[a b c]|. Volume of tetrahedron = (1/6)|[a b c]|.
05

Coplanarity & Collinearity

Pattern

Prove or test whether vectors are coplanar or points are collinear

How to recognize

Asks to prove coplanarity, check collinearity, or show vectors lie in the same plane

For coplanarity: show [a b c] = 0. For collinearity of points A, B, C: show AB x AC = 0 (cross product is zero vector).
06

Projection & Component

Pattern

Find the projection or component of one vector along another

How to recognize

Mentions projection, component along a direction, or shadow of a vector on another

Scalar projection = (a.b)/|b|. Vector projection = ((a.b)/|b|^2) * b. Component perpendicular = a minus the vector projection.
07

Vector Equation of Line/Plane

Pattern

Write or use the vector equation of a line or plane

How to recognize

Asks for equation of a line through points, plane containing vectors, or intersection of lines/planes in vector form

Line: r = a + t*b. Plane: r = a + s*b + t*c or (r - a).n = 0. Identify the point and direction/normal vectors from the given data.
08

Position Vector Problems (Section Formula, Centroid)

Pattern

Find position vectors using section formula, midpoint, or centroid

How to recognize

Mentions dividing in a ratio, midpoint, centroid, or finding position vector of a point on a line segment

Section formula: r = (mb + na)/(m+n). Midpoint: (a+b)/2. Centroid: (a+b+c)/3. For external division, negate the second ratio.