3D Geometry — The Chapter That Separates JEE Toppers from the Rest
Three-dimensional geometry feels abstract until the moment it clicks. Once it does, you’ll realize this chapter is almost entirely formula-based — and that’s actually good news. With the right approach, you can score full marks on 3D geometry questions in JEE Main without breaking a sweat.
The chapter builds on two pillars: lines and planes in 3D space. Everything else — angles between them, distances, foot of perpendicular — follows from those two. The coordinate geometry you already know from Class 11 extends naturally into three dimensions; we’re just adding a z-axis and working with vectors.
In JEE Main, 3D geometry typically contributes 1–2 questions per paper, often from lines in space or the distance between a point and a plane. In CBSE board exams, expect a 5-mark question guaranteed — usually involving the equation of a line/plane or proving that two lines are coplanar. This is a high-reward, low-variance topic. Learn the formulas cold, practice recognizing question types, and the marks come reliably.
Key Terms and Definitions
Direction Cosines (DCs): If a line makes angles α, β, γ with the positive x-, y-, z-axes respectively, then l=cosα, m=cosβ, n=cosγ are the direction cosines.
The fundamental identity: l2+m2+n2=1 always holds. If you’re given direction ratios, normalize them using this identity to get DCs.
Direction Ratios (DRs): Any three numbers a,b,c proportional to l,m,n. If DRs are (a,b,c), then:
l=a2+b2+c2a,m=a2+b2+c2b,n=a2+b2+c2c
Position Vector: The vector r=xi^+yj^+zk^ locates a point (x,y,z) from the origin. Every 3D geometry formula has both a vector form and a Cartesian form — always learn both.
Skew Lines: Two lines in 3D that neither intersect nor are parallel. This concept doesn’t exist in 2D, so many students get confused initially.
Core Formulas
l2+m2+n2=1
If direction ratios are (a,b,c), then:
l=a2+b2+c2a,m=a2+b2+c2b,n=a2+b2+c2c
Vector form:r=a+λb
Cartesian form (Symmetric form):
ax−x1=by−y1=cz−z1
where (x1,y1,z1) is a point on the line and (a,b,c) are direction ratios.
Vector form:r⋅n^=d
General form:ax+by+cz+d=0
Three-point form (through intercepts):ax+by+cz=1
Point P(x1,y1,z1) from plane ax+by+cz+d=0:
Distance=a2+b2+c2∣ax1+by1+cz1+d∣
Distance between skew linesr=a1+λb1 and r=a2+μb2:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Angle between two lines with DRs (a1,b1,c1) and (a2,b2,c2):
The denominators in the symmetric form ARE the direction ratios. When checking if a line is perpendicular to a plane, compare the line’s DRs with the plane’s normal vector — they should be proportional.
Planes in 3D Space
A plane is determined by either a point + normal vector, or three non-collinear points.
Normal to the plane is the vector (a,b,c) in ax+by+cz+d=0. This is crucial — the normal to a plane is perpendicular to every line lying in that plane.
To find the plane through three points, set up the equation ax+by+cz=1 and solve the 3×3 system. Alternatively, use the vector method: find two vectors in the plane, take their cross product for the normal, then use the point-normal form.
Coplanarity of Lines
Two lines are coplanar if and only if:
(a2−a1)⋅(b1×b2)=0
In Cartesian form, for lines l1x−x1=m1y−y1=n1z−z1 and l2x−x2=m2y−y2=n2z−z2:
x2−x1l1l2y2−y1m1m2z2−z1n1n2=0
Solved Examples
Example 1 — Easy (CBSE Level)
Find the direction cosines of the line joining points A(2,−3,4) and B(4,1,−2).
Direction ratios of AB: (4−2,1−(−3),−2−4)=(2,4,−6).
Magnitude: 4+16+36=56=214
Direction cosines:
l=2142=141,m=2144=142,n=214−6=14−3
Verify:141+144+149=1 ✓
Example 2 — Medium (JEE Main Level)
Find the distance of the point (2,3,−5) from the plane x+2y−2z=9.
Rewrite as x+2y−2z−9=0. Here a=1, b=2, c=−2, d=−9, and point is (2,3,−5).
This exact formula appears in almost every JEE Main paper. The most common slip is forgetting the absolute value in the numerator or computing a2+b2+c2 incorrectly. Always check: does your denominator equal the magnitude of the normal vector?
CBSE typically asks 3D geometry in two places: a 3-mark question (equation of a line/plane, or angle between two lines) and a 5-mark question (foot of perpendicular, distance from a plane, or proving coplanarity). In the 5-mark question, show all steps — each intermediate result carries partial marks in CBSE marking scheme. Writing just the final answer gets you at most 1 mark.
The vector form and Cartesian form are equally acceptable in CBSE. Use whichever you’re more comfortable with — but be consistent within one solution.
JEE Main Strategy
3D geometry in JEE Main is almost always calculation-heavy but concept-light. The most frequently tested subtopics (based on papers from 2020–2024):
Distance of a point from a plane (~40% of 3D questions)
Shortest distance between skew lines (~25%)
Equation of a plane through given conditions (~20%)
Angle between line and plane (~15%)
Time yourself: a clean 3D geometry problem should take under 4 minutes. If you’re going beyond that, you’ve likely made an arithmetic error — restart the calculation rather than continuing.
Common Mistakes to Avoid
Mistake 1: Confusing direction ratios with direction cosines. DRs are any proportional set — (2,4,−6) and (1,2,−3) are both valid DRs for the same line. DCs are the normalized version where l2+m2+n2=1. Never use raw DRs in the angle formula without normalizing — it gives wrong answers.
Mistake 2: Wrong formula for angle between a line and a plane. The angle between a line and a plane uses sinθ (not cosθ), because you’re measuring from the plane (not from the normal). Students who memorize only the line-line formula (which uses cosθ) substitute wrongly here.
Mistake 3: Forgetting the absolute value in distance formulas. The distance formula always gives a non-negative result. The expression ax1+by1+cz1+d can be negative if the point is on the opposite side of the plane — always take the modulus.
Mistake 4: Assuming two non-parallel lines must intersect. In 3D, two lines can be neither parallel nor intersecting — that’s what skew lines are. Before finding the intersection of two lines, first verify they are coplanar using the determinant condition.
Mistake 5: Not converting to the correct form before applying formulas. If the plane is given as 2x−y+3z=7 and you need to use ax+by+cz+d=0, write it as 2x−y+3z−7=0. Getting the sign of d wrong changes your distance calculation entirely.
Practice Questions
Q1 (CBSE, 3 marks): Find the angle between the lines whose direction ratios are (1,1,2) and (3−1,−3−1,4).
What is the difference between direction ratios and direction cosines?
Direction ratios are any three numbers proportional to the actual cosines — they tell you the direction but aren’t normalized. Direction cosines satisfy l2+m2+n2=1. You convert by dividing each DR by a2+b2+c2. Use DRs for setting up equations; use DCs when you need actual angles.
How do I find the equation of a plane if three points are given?
Set up the plane as ax+by+cz=1 and substitute the three points to get three equations in a, b, c. Solve the system. Alternatively, find two vectors in the plane (difference of point pairs), take their cross product for the normal, then write the plane equation using any one of the three points.
When do I use cosθ vs sinθ in angle formulas?
Line-to-line angle uses cosθ. Line-to-plane angle uses sinθ (since the line makes angle θ with the plane, it makes 90°−θ with the normal). Plane-to-plane angle (the dihedral angle) uses cosθ between their normals.
How do I check if two lines in 3D are parallel, intersecting, or skew?
First check if direction vectors are parallel (proportional DRs). If yes, lines are parallel. If not, check coplanarity using the determinant condition. If coplanar and not parallel, they intersect. If neither parallel nor coplanar, they’re skew.
What’s the fastest way to find the foot of a perpendicular from a point to a plane?
If the point is P(x0,y0,z0) and the plane is ax+by+cz+d=0, the foot is:
Yes, but JEE Advanced pushes harder — expect problems combining 3D geometry with vectors, and parametric line problems where you optimize a distance. The concepts are the same; the algebra gets denser. Practice finding the image of a point in a plane and locus problems.
How many marks does 3D geometry carry in CBSE Class 12?
Typically 8 marks: one 3-mark question and one 5-mark question. Some years it appears in internal choices. Given the predictability and formula-based nature, treat this as easy full marks in your board prep.
Can direction cosines be negative?
Yes. Direction cosines can be negative because the angles α, β, γ can be obtuse. The constraint is only l2+m2+n2=1 — individual values range from −1 to 1. A line has two sets of direction cosines (opposite directions), differing only in sign.