3D Geometry Formulas
All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
Direction Cosine Relation
#1💡 Direction cosines (l, m, n) are the cosines of the angles a line makes with the positive x, y, z axes. They always satisfy l^2 + m^2 + n^2 = 1.
Symmetric Form of a Line
#2💡 Here (x1, y1, z1) is a point on the line and (a, b, c) are direction ratios of the line. If any DR is zero, the corresponding numerator must also be zero.
General Equation of a Plane
#3💡 Here (a, b, c) are the direction ratios of the normal to the plane. The normal vector is n = a i + b j + c k.
Angle Between Two Lines
#4💡 Use direction ratios (a1, b1, c1) and (a2, b2, c2) of the two lines. Take the absolute value of the numerator to get the acute angle.
Angle Between a Line and a Plane
#5💡 theta is measured between the line and the plane (not the normal). The formula uses sin, not cos. Here (l, m, n) are DRs of the line and (a, b, c) are DRs of the normal to the plane.
Distance from a Point to a Plane
#6💡 Substitute the point (x1, y1, z1) directly into ax + by + cz + d. The absolute value ensures a non-negative distance.
Shortest Distance Between Skew Lines
#7💡 Lines: r = a1 + t*b1 and r = a2 + s*b2. Compute b1 x b2 first, then dot it with (a2 - a1). Take the absolute value and divide by |b1 x b2|.
Condition for Coplanarity of Two Lines
#8💡 Two lines are coplanar (intersect or are parallel) if and only if the shortest distance between them is zero. This is equivalent to the scalar triple product being zero.
Foot of Perpendicular from Point to Plane
#9💡 The foot lies on the line through (x1, y1, z1) with DRs (a, b, c) (the normal direction). Substitute the parametric point into the plane equation to find the parameter value.
Image of a Point in a Plane
#10💡 The image is obtained by going twice the distance from the point to the plane along the normal. The parameter value is exactly double that of the foot of perpendicular.