The Most Predictable 12+ Marks in JEE Maths
If Calculus requires deep analytical thinking and Algebra requires clever manipulation, Vectors and 3D Geometry require straightforward, structured visualization and formula application.
This unit consistently accounts for 3-4 questions (12-16 marks) in JEE Mains, and highly complex but solvable problems in JEE Advanced. The best part? The questions strictly adhere to set templates.
Part 1: Vector Algebra Fundamentals
Dot (Scalar) Product and Cross (Vector) Product
You must know their geometrical meanings instinctively.
- Dot Product: a · b = |a||b|cos(θ). Geometrically represents the projection of one vector onto another. Used primarily to find the angle between vectors or check for perpendicularity (a · b = 0).
- Cross Product: a × b = |a||b|sin(θ) n̂. Geometrically represents the area of a parallelogram formed by the two vectors. The resulting vector is perpendicular to the plane containing both a and b. Used to check for collinearity (a × b = 0) and finding normal vectors.
Scalar Triple Product (STP)
[a b c] = a · (b × c)
- Represents the Volume of the parallelepiped formed by vectors a, b, and c.
- Crucial JEE Property: If [a b c] = 0, the three vectors are coplanar. This is tested constantly.
- Properties: Cyclic permutation preserves value ([a b c] = [b c a]), non-cyclic changes sign.
Vector Triple Product (VTP)
a × (b × c) = (a · c)b - (a · b)c
- Memorize the mnemonic: "BAC - CAB".
- Geometrically, this resulting vector lies in the plane of b and c and is perpendicular to a.
- Questions often combine STP and VTP to test algebraic manipulation.
Part 2: 3D Geometry — The Lines
3D Geometry is largely applied Vector Algebra.
Equation of a Line
- Vector Form: r = a + λb. (Line passing through point a, parallel to vector b).
- Cartesian Form: (x - x₁)/a = (y - y₁)/b = (z - z₁)/c. (Where a,b,c are direction ratios).
Shortest Distance Between Two Skew Lines
This is an absolute favorite of JEE examiners. Let Line 1: r = a₁ + λb₁ and Line 2: r = a₂ + μb₂
- Shortest distance (d) = |(a₂ - a₁) · (b₁ × b₂)| / |b₁ × b₂|
- Notice the numerator is essentially a Scalar Triple Product [a₂-a₁ b₁ b₂].
- If the shortest distance is 0, the lines intersect (they are coplanar).
Part 3: 3D Geometry — The Planes
Equation of a Plane
- Normal Form: r · n̂ = d (where n̂ is a unit vector normal to the plane, d is the perpendicular distance from origin).
- Point and Normal Form: (r - a) · n = 0.
- Cartesian General Form: Ax + By + Cz + D = 0. (A, B, C are direction ratios of the normal to the plane).
Family of Planes
The plane passing through the line of intersection of two planes P₁ = 0 and P₂ = 0 is: P₁ + λP₂ = 0 You will be given a supplementary condition (e.g., passing through a specific point, or perpendicular to another plane) to find the value of λ.
Points, Lines, and Planes: Interactions
You must be fast at calculating:
- Distance of a point from a plane: Perpendicular distance from (x₁, y₁, z₁) to Ax + By + Cz + D = 0 is |Ax₁ + By₁ + Cz₁ + D| / √(A² + B² + C²).
- Angle between a line and a plane: If line direction is b and plane normal is n, sin(θ) = |b · n| / (|b||n|). Careful: it's sin(θ), not cos(θ), because θ is with the plane, and the dot product calculates angle with the normal.
- Foot of perpendicular and Image of a point: Memorize the direct shortcut formula for finding the image of a point with respect to a plane.
Problem Solving Framework for Vectors & 3D
When you encounter a hard 3D/Vector problem, don't rush into equations. Use this framework:
- Draw a rough 2D/3D sketch. Label the given points, lines, and planes.
- Translate Cartesian to Vectors (or vice-versa). Sometimes a messy Cartesian 3D geometry problem is elegantly solved in 2 lines using vector dot/cross products. Conversely, a confusing abstract vector problem can be solved by assuming i, j, k components.
- Identify the Normal. In 3D geometry, the "Normal" vector is the key to almost everything. If you find the normal vector to the required plane, 90% of the problem is solved.