JEE Weightage: 8-10%

JEE Maths — Vectors And 3D Complete Chapter Guide

Vectors And 3D for JEE. Chapter weightage, key formulas, solved PYQs, preparation strategy. Vectors and 3D Geometry together form one of the most predictable…

10 min read

Chapter Overview & Weightage

Vectors and 3D Geometry together form one of the most predictable chapters in JEE Main. The questions follow recognizable patterns, the formulas are finite, and with good practice, this is a chapter where you can reliably score full marks.

JEE Main typically drops 2–3 questions from this chapter per shift, making it worth 8–10 marks. That’s roughly 4% of your total score from a chapter that takes 2–3 weeks to master well.

JEE Main 2024 asked 2 questions on Vectors & 3D in almost every shift. JEE Advanced treats this as a tool — expect it woven into problems on geometry and even calculus. For board exams, this chapter carries 6 marks directly.

Year-by-Year Weightage (JEE Main)

<WeightageTable exam=“JEE” data={[ { year: “2024”, questions: 3, marks: 12, topics: “Dot product, Line-plane angle, Shortest distance” }, { year: “2023”, questions: 2, marks: 8, topics: “Vector triple product, Plane equation” }, { year: “2022”, questions: 3, marks: 12, topics: “Cross product magnitude, Coplanar vectors, Distance formula” }, { year: “2021”, questions: 2, marks: 8, topics: “Direction cosines, Skew lines” }, { year: “2020”, questions: 2, marks: 8, topics: “Projection, Foot of perpendicular” }, ]} />

The consistency here is the signal. This chapter shows up every year without fail.


Key Concepts You Must Know

Ranked by JEE frequency — the top items appear in almost every session.

Tier 1 — Non-negotiable:

  • Scalar (dot) product and its geometric meaning
  • Vector (cross) product — magnitude and direction
  • Equation of a line in vector and Cartesian form
  • Equation of a plane — all three forms (normal, intercept, three-point)
  • Shortest distance between two skew lines

Tier 2 — Appears regularly:

  • Scalar triple product and coplanarity condition
  • Angle between line and plane, angle between two planes
  • Distance of a point from a plane
  • Section formula in 3D
  • Foot of perpendicular from point to line/plane

Tier 3 — JEE Advanced territory:

  • Vector triple product: a×(b×c)=(ac)b(ab)c\vec{a} \times (\vec{b} \times \vec{c}) = (\vec{a} \cdot \vec{c})\vec{b} - (\vec{a} \cdot \vec{b})\vec{c}
  • Image of a point in a plane
  • Family of planes through intersection of two planes

Important Formulas

ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}|\cos\theta

When to use: Finding angle between vectors, checking perpendicularity (ab=0\vec{a} \cdot \vec{b} = 0), projection problems. Also use to check if vectors are perpendicular faster than any other method.

a×b=absinθ|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta

When to use: Area of triangle or parallelogram, checking parallel vectors (a×b=0\vec{a} \times \vec{b} = \vec{0}). Area of triangle with sides a\vec{a} and b\vec{b} is 12a×b\frac{1}{2}|\vec{a} \times \vec{b}|.

[a b c]=a(b×c)=a1a2a3b1b2b3c1c2c3[\vec{a}\ \vec{b}\ \vec{c}] = \vec{a} \cdot (\vec{b} \times \vec{c}) = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}

When to use: Checking coplanarity of three vectors (STP = 0), volume of parallelepiped. This is one determinant calculation — JEE loves asking it as a fill-in-the-blank.

d=(a2a1)(b1×b2)b1×b2d = \frac{|(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2})|}{|\vec{b_1} \times \vec{b_2}|}

When to use: Any time two lines are not parallel and don’t intersect (skew lines). First check if they’re actually skew — if (a2a1)(b1×b2)=0(\vec{a_2}-\vec{a_1})\cdot(\vec{b_1}\times\vec{b_2}) = 0, they’re coplanar (intersecting or parallel).

d=ax1+by1+cz1+da2+b2+c2d = \frac{|ax_1 + by_1 + cz_1 + d|}{\sqrt{a^2 + b^2 + c^2}}

When to use: Any problem involving how far a point is from ax+by+cz+d=0ax + by + cz + d = 0. Memorize this cold — it appears 1–2 times per year in JEE Main and the calculation is usually clean.

Normal form: rn^=d\vec{r} \cdot \hat{n} = d

Through a point, normal n\vec{n}: n(ra)=0\vec{n} \cdot (\vec{r} - \vec{a}) = 0

Intercept form: xa+yb+zc=1\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1

When to use: Normal form for theoretical questions, intercept form when intercepts are given, point-normal form for construction problems.


Solved Previous Year Questions

PYQ 1 — JEE Main 2024 (Session 1)

Question: If a=i^+2j^+3k^\vec{a} = \hat{i} + 2\hat{j} + 3\hat{k} and b=2i^+3j^k^\vec{b} = 2\hat{i} + 3\hat{j} - \hat{k}, find the angle between a\vec{a} and b\vec{b}.

Solution:

ab=(1)(2)+(2)(3)+(3)(1)=2+63=5\vec{a} \cdot \vec{b} = (1)(2) + (2)(3) + (3)(-1) = 2 + 6 - 3 = 5 a=1+4+9=14|\vec{a}| = \sqrt{1 + 4 + 9} = \sqrt{14} b=4+9+1=14|\vec{b}| = \sqrt{4 + 9 + 1} = \sqrt{14} cosθ=abab=51414=514\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}||\vec{b}|} = \frac{5}{\sqrt{14} \cdot \sqrt{14}} = \frac{5}{14} θ=cos1 ⁣(514)\theta = \cos^{-1}\!\left(\frac{5}{14}\right)

Answer: cos1(5/14)\cos^{-1}(5/14)

When both magnitudes come out equal (both 14\sqrt{14} here), the denominator simplifies to just the magnitude squared. Always compute magnitudes before the dot product — it saves recalculation time.


PYQ 2 — JEE Main 2023 (Session 2)

Question: Find the shortest distance between the lines:

x12=y23=z34andx23=y44=z55\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} \quad \text{and} \quad \frac{x-2}{3} = \frac{y-4}{4} = \frac{z-5}{5}

Solution:

Line 1: point A1=(1,2,3)A_1 = (1,2,3), direction b1=2i^+3j^+4k^\vec{b_1} = 2\hat{i}+3\hat{j}+4\hat{k}

Line 2: point A2=(2,4,5)A_2 = (2,4,5), direction b2=3i^+4j^+5k^\vec{b_2} = 3\hat{i}+4\hat{j}+5\hat{k}

a2a1=(21)i^+(42)j^+(53)k^=i^+2j^+2k^\vec{a_2} - \vec{a_1} = (2-1)\hat{i}+(4-2)\hat{j}+(5-3)\hat{k} = \hat{i}+2\hat{j}+2\hat{k} b1×b2=i^j^k^234345\vec{b_1} \times \vec{b_2} = \begin{vmatrix}\hat{i}&\hat{j}&\hat{k}\\2&3&4\\3&4&5\end{vmatrix} =i^(1516)j^(1012)+k^(89)=i^+2j^k^= \hat{i}(15-16) - \hat{j}(10-12) + \hat{k}(8-9) = -\hat{i}+2\hat{j}-\hat{k} b1×b2=1+4+1=6|\vec{b_1}\times\vec{b_2}| = \sqrt{1+4+1} = \sqrt{6} d=(a2a1)(b1×b2)b1×b2d = \frac{|(\vec{a_2}-\vec{a_1})\cdot(\vec{b_1}\times\vec{b_2})|}{|\vec{b_1}\times\vec{b_2}|}

Numerator: (i^+2j^+2k^)(i^+2j^k^)=1+42=1(\hat{i}+2\hat{j}+2\hat{k})\cdot(-\hat{i}+2\hat{j}-\hat{k}) = -1+4-2 = 1

d=16=16d = \frac{|1|}{\sqrt{6}} = \frac{1}{\sqrt{6}}

Answer: 16\dfrac{1}{\sqrt{6}}

Most students mess up the 3×33\times3 determinant in the cross product step. Write it out fully — don’t try to compute it mentally. A sign error here gives a completely wrong answer with no partial credit in JEE Main.


PYQ 3 — JEE Main 2022 (July Session)

Question: Find the equation of the plane passing through (1,1,1)(1,1,1) and perpendicular to the planes x+2y+3z=7x + 2y + 3z = 7 and 2x3y+4z=02x - 3y + 4z = 0.

Solution:

Why perpendicular to two planes? The normal to our required plane must be perpendicular to both given normals — which means the normal is their cross product.

n1=i^+2j^+3k^\vec{n_1} = \hat{i}+2\hat{j}+3\hat{k} and n2=2i^3j^+4k^\vec{n_2} = 2\hat{i}-3\hat{j}+4\hat{k}

n=n1×n2=i^j^k^123234\vec{n} = \vec{n_1}\times\vec{n_2} = \begin{vmatrix}\hat{i}&\hat{j}&\hat{k}\\1&2&3\\2&-3&4\end{vmatrix} =i^(8+9)j^(46)+k^(34)=17i^+2j^7k^= \hat{i}(8+9) - \hat{j}(4-6) + \hat{k}(-3-4) = 17\hat{i}+2\hat{j}-7\hat{k}

The plane passes through (1,1,1)(1,1,1) with normal (17,2,7)(17, 2, -7):

17(x1)+2(y1)7(z1)=017(x-1) + 2(y-1) - 7(z-1) = 0 17x+2y7z12=017x + 2y - 7z - 12 = 0

Answer: 17x+2y7z=1217x + 2y - 7z = 12


Difficulty Distribution

For JEE Main specifically, this chapter follows a consistent pattern across sessions:

Difficulty% of QuestionsWhat to Expect
Easy40%Direction cosines, angle between vectors, basic distance formula — direct formula application
Medium45%Shortest distance between skew lines, plane through 3 points, foot of perpendicular
Hard15%Combination problems (line + plane + projection), vector triple product identities

The “hard” questions in this chapter for JEE Main are actually medium-difficulty in disguise — they just have more steps. There are no conceptual surprises. If you know all formulas cold and can handle 3×33\times3 determinants quickly, you can solve every question in this chapter.

JEE Advanced is a different story — here Vectors & 3D appears as a tool inside geometry or coordinate problems, and the difficulty is in recognizing how to use it. Expect 1–2 such problems per paper.


Expert Strategy

Week 1: Build the vocabulary. Vectors is a language. Spend 3–4 days just on the basic operations — dot product, cross product, scalar triple product. Solve 20–30 straightforward numerical problems. Speed matters; you want these to feel automatic.

Week 2: Memorize and drill the 3D forms. There are exactly 5 standard scenarios that JEE recycles — line through two points, plane through three points, shortest distance, distance from point to plane, and foot of perpendicular. Write these as templates and solve 5 problems of each type.

Week 3: PYQ sprint. Solve every Vectors & 3D question from the last 5 years of JEE Main. You’ll find the same structural patterns repeating. Categorize problems by type, not by year.

Toppers treat 3D geometry as a determinant factory. Every key formula reduces to computing a 3×33\times3 determinant or a dot product. If you’re fast and accurate with determinants (practice the cofactor expansion until it’s 30 seconds per determinant), this chapter becomes a scoring machine.

Exam day allocation: 3 questions from this chapter should take you 12–14 minutes total. If any single question crosses 6 minutes, mark it and move on — the formula is almost certainly being misapplied, not missing.

For JEE Advanced: Practice recognizing when Vectors is the right tool. When you see “angle between line and plane” or “distance between two objects in space,” reach for vector methods even if the problem looks like a coordinate geometry problem.


Common Traps

Trap 1: Confusing ab\vec{a}\cdot\vec{b} with ab|\vec{a}||\vec{b}|

The dot product gives a scalar — not a magnitude. Students write ab=ab\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}| when they mean ab=abcosθ\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta. The cosθ\cos\theta is not optional. This trips up 20–30% of students on angle questions.

Trap 2: Wrong shortest distance formula for parallel lines

The skew line formula doesn’t work for parallel lines — the denominator becomes zero. For two parallel lines, the shortest distance is:

d=b×(a2a1)bd = \frac{|\vec{b} \times (\vec{a_2}-\vec{a_1})|}{|\vec{b}|}

where b\vec{b} is the common direction. JEE has set questions specifically to catch students who use the wrong formula.

Trap 3: Not checking if lines are actually skew

Before applying the shortest distance formula, verify the lines don’t intersect. If (a2a1)(b1×b2)=0(\vec{a_2}-\vec{a_1})\cdot(\vec{b_1}\times\vec{b_2}) = 0, the lines are coplanar. JEE Main 2022 had a question where applying the skew-line formula to intersecting lines gave a non-zero answer that matched a wrong option perfectly.

Trap 4: Direction cosines vs. direction ratios

Direction ratios are proportional, direction cosines are the actual cosines — they must satisfy l2+m2+n2=1l^2+m^2+n^2=1. Questions that ask for direction cosines expect normalized values. Giving direction ratios as the answer is marked wrong, even if the ratio is correct.

Trap 5: Sign errors in the foot-of-perpendicular formula

When finding the foot of perpendicular from point P(x1,y1,z1)P(x_1,y_1,z_1) to the plane ax+by+cz+d=0ax+by+cz+d=0, the foot is:

xx1a=yy1b=zz1c=ax1+by1+cz1+da2+b2+c2\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} = -\frac{ax_1+by_1+cz_1+d}{a^2+b^2+c^2}

The right-hand side carries a negative sign. Students consistently drop it and get (x1,y1,z1)(x_1,y_1,z_1) as the foot (i.e., the original point itself), which at least should signal the mistake.