JEE Maths3D GeometryCommon Mistakes
Common Mistakes

Traps in 3D Geometry

6 mistake patterns students fall for. 2 high-frequency traps appear in almost every exam.

Confusing direction cosines with direction ratios

Very CommonFORMULA

Direction cosines (l, m, n) satisfy l2+m2+n2=1l^2 + m^2 + n^2 = 1, while direction ratios (a, b, c) are any scalar multiples of DCs and need not be normalized.

Why: Students use the terms DCs and DRs interchangeably, or assume DRs are already normalized.

WRONG: Taking DRs (2, 3, 6) and directly using them as DCs without dividing by 4+9+36=7\sqrt{4+9+36} = 7.
RIGHT: Always normalize: l=aa2+b2+c2l = \frac{a}{\sqrt{a^2+b^2+c^2}}, m=ba2+b2+c2m = \frac{b}{\sqrt{a^2+b^2+c^2}}, n=ca2+b2+c2n = \frac{c}{\sqrt{a^2+b^2+c^2}}. Verify l2+m2+n2=1l^2+m^2+n^2 = 1.
See pattern: Find Direction Cosines / Direction Ratios

Wrong formula for shortest distance between skew lines

Very CommonFORMULA

Students either use the wrong vectors in the scalar triple product or confuse the shortest distance formula with the distance from a point to a line.

Why: The formula involves three vector operations (subtraction, cross product, dot product) and students mix up which vectors go where.

WRONG: Computing (a1a2)(b1×b2)a1×a2\frac{|(\vec{a_1}-\vec{a_2}) \cdot (\vec{b_1} \times \vec{b_2})|}{|\vec{a_1} \times \vec{a_2}|} or using direction vectors in the numerator instead of the position vector difference.
RIGHT: Lines r=a1+tb1\vec{r} = \vec{a_1}+t\vec{b_1} and r=a2+sb2\vec{r} = \vec{a_2}+s\vec{b_2}. Distance =(a2a1)(b1×b2)b1×b2= \frac{|(\vec{a_2}-\vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2})|}{|\vec{b_1} \times \vec{b_2}|}. Numerator uses position vectors; denominator uses direction vectors.
See pattern: Shortest Distance Between Lines

Wrong sign in point-to-plane distance formula

CommonSIGN ERROR

Students drop the absolute value or substitute the point incorrectly, getting a negative or wrong distance.

Why: Rushing through the substitution and forgetting that distance must be non-negative. Sometimes the constant d is taken with the wrong sign.

WRONG: Computing ax1+by1+cz1+da2+b2+c2\frac{ax_1+by_1+cz_1+d}{\sqrt{a^2+b^2+c^2}} without absolute value, or writing dd as positive when the plane equation has it as negative.
RIGHT: Rewrite the plane as ax+by+cz+d=0ax+by+cz+d = 0 first. Then distance=ax1+by1+cz1+da2+b2+c2\text{distance} = \frac{|ax_1+by_1+cz_1+d|}{\sqrt{a^2+b^2+c^2}}. Always take the absolute value.
See pattern: Distance from Point to Plane

Using parallel condition instead of perpendicular

CommonCONCEPT

Students mix up when to use the dot product being zero (perpendicular) versus the cross product being zero (parallel).

Why: The conditions for parallel planes (normals are parallel) and perpendicular planes (normals are perpendicular) are easily confused, especially under time pressure.

WRONG: Setting a1a2+b1b2+c1c2=0a_1a_2 + b_1b_2 + c_1c_2 = 0 for parallel planes, when this is actually the condition for perpendicular planes.
RIGHT: Parallel: a1a2=b1b2=c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} (proportional normals). Perpendicular: a1a2+b1b2+c1c2=0a_1a_2 + b_1b_2 + c_1c_2 = 0 (orthogonal normals).
See pattern: Angle Between Lines or Planes

Mixing line-plane angle with plane-plane angle

CommonFORMULA

The angle between a line and a plane uses sinθ\sin\theta, while the angle between two planes uses cosθ\cos\theta. Students apply the wrong trig function.

Why: Both formulas look similar (dot product of direction vectors divided by magnitudes), but one uses cos and the other uses sin.

WRONG: Using cosθ=bnbn\cos\theta = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}||\vec{n}|} for the angle between a line and a plane, when it should be sinθ\sin\theta.
RIGHT: Line-plane angle: sinθ=bnbn\sin\theta = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}||\vec{n}|}. Plane-plane angle: cosθ=n1n2n1n2\cos\theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}||\vec{n_2}|}. Remember: line-plane angle is the complement of line-normal angle.
See pattern: Angle Between Lines or Planes

Forgetting to normalize direction cosines

OccasionalFORMULA

After finding DRs from two points or a given condition, students forget to divide by the magnitude to obtain actual DCs.

Why: The extra normalization step is easily skipped when DRs are already found and the problem asks for DCs.

WRONG: DRs of the line joining (1,2,3)(1,2,3) and (4,6,3)(4,6,3) are (3,4,0)(3,4,0). Writing DCs as (3,4,0)(3,4,0) without normalization.
RIGHT: Magnitude =9+16+0=5= \sqrt{9+16+0} = 5. DCs =(35,45,0)= \left(\frac{3}{5}, \frac{4}{5}, 0\right). Always verify l2+m2+n2=1l^2+m^2+n^2 = 1.
See pattern: Find Direction Cosines / Direction Ratios
Test yourself

Can you spot these traps under time pressure?

Take a timed quiz on 3D Geometry and see if you avoid the mistakes above.