Equation of a Plane
A plane with normal direction (a, b, c) passing through (x1, y1, z1) has the equation a(x-x1) + b(y-y1) + c(z-z1) = 0, which simplifies to ax + by + cz + d = 0. In vector form: (r - a).n = 0 or r.n = d.
The plane equation is central to 3D geometry. It appears in distance problems, angle calculations, intersection of planes, and image/foot of perpendicular questions. JEE tests multiple ways of forming the equation: normal form, three-point form, and intercept form.
Foot of Perpendicular and Image of a Point
The foot of the perpendicular from a point P to a plane is found by writing the line through P along the normal to the plane and finding its intersection with the plane. The image of P is twice as far as the foot from P along the same normal direction.
Foot of perpendicular and image problems are popular in JEE because they combine line equations, plane equations, and distance formulas. The image formula (factor of 2) is a common source of errors.