The math optional, made finite. Daily Practice

Plane

At a Glance

Why This Chapter Matters

Planes are the simplest surfaces in 3D and underpin virtually every other analytic-geometry topic — lines, conicoids, and reflection problems all reduce to plane equations at some stage. UPSC has set a plane question in 5 of the last 13 years with marks ranging from 6 to 20, making this one of the most reliable high-value atoms in Section A. Because the three archetypes are structurally distinct, a candidate who learns each template scores cleanly and quickly.

Minimum Theory

Plane forms. Every plane in R3\mathbb{R}^3 can be written as ax+by+cz=dax+by+cz = d, where n=(a,b,c)\mathbf{n}=(a,b,c) is the normal vector. If the plane passes through a known point P0=(x0,y0,z0)P_0=(x_0,y_0,z_0), it takes the point–normal form a(xx0)+b(yy0)+c(zz0)=0a(x-x_0)+b(y-y_0)+c(z-z_0)=0. When the plane cuts the coordinate axes at (a,0,0)(a,0,0), (0,b,0)(0,b,0), (0,0,c)(0,0,c) (none zero), the intercept form is x/a+y/b+z/c=1x/a+y/b+z/c=1. The direction-cosine form lx+my+nz=plx+my+nz=p (with l2+m2+n2=1l^2+m^2+n^2=1) has pp equal to the perpendicular distance from the origin.

Distance formula. The perpendicular distance from a point Q=(Qx,Qy,Qz)Q=(Q_x,Q_y,Q_z) to the plane ax+by+cz=dax+by+cz=d is δ=aQx+bQy+cQzda2+b2+c2.\delta = \frac{|aQ_x+bQ_y+cQ_z - d|}{\sqrt{a^2+b^2+c^2}}.

Parallel and perpendicular planes. Two planes n1r=d1\mathbf{n}_1\cdot\mathbf{r}=d_1 and n2r=d2\mathbf{n}_2\cdot\mathbf{r}=d_2 are parallel when n1n2\mathbf{n}_1 \parallel \mathbf{n}_2 (equivalently, a1/a2=b1/b2=c1/c2a_1/a_2=b_1/b_2=c_1/c_2) and perpendicular when n1n2=0\mathbf{n}_1\cdot\mathbf{n}_2=0 (i.e., a1a2+b1b2+c1c2=0a_1a_2+b_1b_2+c_1c_2=0). For parallel planes only the constant changes; the normal is kept identical.

Normal from two directions. If two direction vectors v1\mathbf{v}_1 and v2\mathbf{v}_2 lie in the plane, the normal is n=v1×v2\mathbf{n}=\mathbf{v}_1\times\mathbf{v}_2. This is the key construction for building a plane through given points or parallel to a given line.

Reflection of a direction in a plane. If a line has direction vector d\mathbf{d} and the reflecting plane has unit-normal n^\hat{\mathbf{n}}, the reflected direction is d=d2(dn)n2n.\mathbf{d}' = \mathbf{d} - \frac{2(\mathbf{d}\cdot\mathbf{n})}{|\mathbf{n}|^2}\,\mathbf{n}. The reflected line passes through the intersection of the original line with the plane (the anchor point is unchanged).

Plane construction methods and key operations

Question Archetypes

ArchetypeRecognition
plane-construction”find a plane through given points/line, parallel (or perpendicular) to a given plane or axis”
locus-from-variable-plane”variable plane at fixed distance from origin cuts axes; find locus of centroid/foot”
reflection-in-plane”find image/reflection of a line in a plane”

plane-construction (3 question(s); 2013, 2015, 2018)

Construct a plane from point/parallelism/distance constraints

Recognition Cues

The question supplies two or more of: a set of points the plane must contain, a line it must be parallel to, or another plane it must be parallel/perpendicular to. You are asked to find the equation of the plane and, in harder variants, the distance from an external point to it.

Solution Template

  1. Identify which directions lie in the plane (two points give a direction vector; a parallel line gives its direction vector).
  2. Compute n=v1×v2\mathbf{n} = \mathbf{v}_1 \times \mathbf{v}_2.
  3. Write the plane in point–normal form anchored at any known point; expand and simplify to ax+by+cz=dax+by+cz=d.
  4. If distance is asked, apply the distance formula using the given external point.

Worked Example 1

2013 Paper 1, 2013-P1-Q1d (10 marks)

Find the equation of the plane through (0,1,1)(0,1,1) and (2,0,1)(2,0,-1), and parallel to the line joining (1,1,2)(-1,1,-2) and (3,2,4)(3,-2,4). Also find the distance from (1,1,2)(-1,1,-2) to the plane.

Step 1 — two directions in the plane.

v1=P1P2=(20,01,11)=(2,1,2)\mathbf{v}_1 = \overrightarrow{P_1P_2} = (2-0,\,0-1,\,-1-1) = (2,-1,-2).

Direction of the given line: v2=(3(1),21,4(2))=(4,3,6)\mathbf{v}_2 = (3-(-1),\,-2-1,\,4-(-2)) = (4,-3,6).

Step 2 — normal vector.

n=v1×v2=ijk212436=i((1)(6)(2)(3))j((2)(6)(2)(4))+k((2)(3)(1)(4))=i(66)j(12+8)+k(6+4)=(12,20,2)(6,10,1).\mathbf{n} = \mathbf{v}_1\times\mathbf{v}_2 = \begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\2&-1&-2\\4&-3&6\end{vmatrix} = \mathbf{i}((-1)(6)-(-2)(-3)) - \mathbf{j}((2)(6)-(-2)(4)) + \mathbf{k}((2)(-3)-(-1)(4)) = \mathbf{i}(-6-6) - \mathbf{j}(12+8) + \mathbf{k}(-6+4) = (-12,-20,-2) \propto (6,10,1).

Step 3 — plane equation (anchor at (0,1,1)(0,1,1)):

6(x0)+10(y1)+1(z1)=0    6x+10y+z=11.6(x-0)+10(y-1)+1(z-1)=0 \;\Rightarrow\; \boxed{6x+10y+z=11.}

Verify the line is parallel: v2n=(4)(6)+(3)(10)+(6)(1)=2430+6=0\mathbf{v}_2\cdot\mathbf{n} = (4)(6)+(-3)(10)+(6)(1)=24-30+6=0. ✓

Step 4 — distance from A=(1,1,2)A=(-1,1,-2):

δ=6(1)+10(1)+1(2)1136+100+1=6+10211137=9137.\delta = \frac{|6(-1)+10(1)+1(-2)-11|}{\sqrt{36+100+1}} = \frac{|-6+10-2-11|}{\sqrt{137}} = \frac{9}{\sqrt{137}}.

Worked Example 2

2015 Paper 1, 2015-P1-Q3c-i (6 marks)

Find the equation of the plane passing through (2,3,1)(2,3,1) and (4,5,3)(4,-5,3), and parallel to the xx-axis.

Key observation. Parallel to the xx-axis means the direction (1,0,0)(1,0,0) lies in the plane, so the xx-coefficient of the normal is zero. Write the plane as By+Cz=DBy+Cz=D.

Substitute the two points:

Subtract: 8B+2C=0C=4B-8B+2C=0 \Rightarrow C=4B.

Then D=3B+4B=7BD = 3B+4B = 7B. Divide through by BB:

y+4z=7.\boxed{y+4z=7.}

Worked Example 3

2018 Paper 1, 2018-P1-Q4d (12 marks)

Find the equation of the plane through (1,1,1)(1,1,1) and parallel to 3xy+3z=83x-y+3z=8.

Parallel plane: the normal is the same, (3,1,3)(3,-1,3). Any parallel plane has the form 3xy+3z=k3x-y+3z=k.

Substitute (1,1,1)(1,1,1):

3(1)1(1)+3(1)=k    k=5.3(1)-1(1)+3(1)=k \;\Rightarrow\; k=5.

3xy+3z=5.\boxed{3x-y+3z=5.}

Note: k=58k=5\ne 8, confirming the two planes are distinct and truly parallel.

Common Traps

locus-from-variable-plane (1 question(s); 2023)

Eliminate intercept parameters of a variable plane to find a centroid/point locus

Recognition Cues

The question introduces a plane that varies subject to a single fixed constraint (e.g., fixed distance from the origin). The plane cuts the coordinate axes; you are asked for the locus of the centroid of the resulting tetrahedron (or triangle, or foot of perpendicular, etc.). The key algebraic step is expressing the centroid in terms of the intercepts, then eliminating the intercept parameters using the fixed-distance constraint.

Solution Template

  1. Write the plane in direction-cosine form lx+my+nz=3plx+my+nz=3p (or whatever the fixed quantity is), with l2+m2+n2=1l^2+m^2+n^2=1.
  2. Read off the intercepts: A=(3p/l,0,0)A=(3p/l,0,0), B=(0,3p/m,0)B=(0,3p/m,0), C=(0,0,3p/n)C=(0,0,3p/n).
  3. Compute the centroid of the required figure (tetrahedron: average all four vertices including OO).
  4. Express l,m,nl,m,n in terms of the centroid coordinates.
  5. Substitute into l2+m2+n2=1l^2+m^2+n^2=1 to obtain the locus.

Worked Example

2023 Paper 1, 2023-P1-Q1e (10 marks)

A variable plane is at a constant distance 3p3p from the origin and meets the coordinate axes at AA, BB, CC. Show that the locus of the centroid of tetrahedron OABCOABC is 9x2+9y2+9z2=16p2.\frac{9}{x^2}+\frac{9}{y^2}+\frac{9}{z^2}=\frac{16}{p^2}.

Step 1 — direction-cosine form. Write the plane as lx+my+nz=3plx+my+nz=3p where l2+m2+n2=1l^2+m^2+n^2=1 (the perpendicular distance from OO is then 3p/l2+m2+n2=3p3p/\sqrt{l^2+m^2+n^2}=3p).

Step 2 — intercepts.

A=(3pl,0,0),B=(0,3pm,0),C=(0,0,3pn).A=\left(\frac{3p}{l},0,0\right),\quad B=\left(0,\frac{3p}{m},0\right),\quad C=\left(0,0,\frac{3p}{n}\right).

Step 3 — centroid of tetrahedron OABCOABC (four vertices O,A,B,CO,A,B,C):

G=O+A+B+C4=(3p4l,  3p4m,  3p4n).G = \frac{O+A+B+C}{4} = \left(\frac{3p}{4l},\;\frac{3p}{4m},\;\frac{3p}{4n}\right).

Step 4 — express l,m,nl,m,n in terms of G=(x,y,z)G=(x,y,z):

l=3p4x,m=3p4y,n=3p4z.l = \frac{3p}{4x},\quad m=\frac{3p}{4y},\quad n=\frac{3p}{4z}.

Step 5 — apply l2+m2+n2=1l^2+m^2+n^2=1:

9p216x2+9p216y2+9p216z2=1    9x2+9y2+9z2=16p2.\frac{9p^2}{16x^2}+\frac{9p^2}{16y^2}+\frac{9p^2}{16z^2}=1 \;\Rightarrow\; \boxed{\frac{9}{x^2}+\frac{9}{y^2}+\frac{9}{z^2}=\frac{16}{p^2}.}

Common Traps

reflection-in-plane (1 question(s); 2024)

Reflect a line in a plane (fixed point on plane + reflected direction)

Recognition Cues

The question gives a line in parametric or symmetric form and a plane equation, and asks for the “image” or “reflection” of the line. The reflected line has two ingredients: an anchor point (the intersection of the original line with the plane) and a reflected direction vector (obtained by flipping the normal component of d\mathbf{d}).

Solution Template

  1. Find the intersection P1P_1 of the given line with the plane (substitute parametric form into the plane equation and solve for tt).
  2. Compute dn\mathbf{d}\cdot\mathbf{n} and apply the reflection formula: d=d2(dn/n2)n\mathbf{d}' = \mathbf{d} - 2(\mathbf{d}\cdot\mathbf{n}/|\mathbf{n}|^2)\,\mathbf{n}.
  3. Clear fractions in d\mathbf{d}' to get integer direction ratios.
  4. Write the image line through P1P_1 with direction d\mathbf{d}' in symmetric form.

Worked Example

2024 Paper 1, 2024-P1-Q2c (20 marks)

Find the image of the line x=36t,  y=2t,  z=3+2tx=3-6t,\;y=2t,\;z=3+2t in the plane 3x+4y5z+26=03x+4y-5z+26=0.

Step 1 — direction and point on the line.

Direction: d=(6,2,2)(3,1,1)\mathbf{d}=(-6,2,2)\propto(-3,1,1). A point on the line (at t=0t=0): P0=(3,0,3)P_0=(3,0,3).

Plane normal: n=(3,4,5)\mathbf{n}=(3,4,-5).

Step 2 — intersection P1P_1 of the line with the plane.

Substitute x=36tx=3-6t, y=2ty=2t, z=3+2tz=3+2t into 3x+4y5z+26=03x+4y-5z+26=0:

3(36t)+4(2t)5(3+2t)+26=918t+8t1510t+26=2020t=03(3-6t)+4(2t)-5(3+2t)+26 = 9-18t+8t-15-10t+26 = 20-20t = 0

  t=1    P1=(36,2,3+2)=(3,2,5).\Rightarrow\; t=1 \;\Rightarrow\; P_1 = (3-6,\,2,\,3+2)=(-3,\,2,\,5).

Check: 3(3)+4(2)5(5)+26=9+825+26=03(-3)+4(2)-5(5)+26 = -9+8-25+26=0. ✓

Step 3 — reflect the direction.

Use d=(3,1,1)\mathbf{d}=(-3,1,1) (scaled):

dn=(3)(3)+(1)(4)+(1)(5)=9+45=10.\mathbf{d}\cdot\mathbf{n} = (-3)(3)+(1)(4)+(1)(-5) = -9+4-5=-10.

n2=9+16+25=50.|\mathbf{n}|^2 = 9+16+25=50.

d=(3,1,1)2(10)50(3,4,5)=(3,1,1)+25(3,4,5)=(3+65,  1+85,  12)=(95,  135,  1).\mathbf{d}' = (-3,1,1) - \frac{2(-10)}{50}(3,4,-5) = (-3,1,1) + \frac{2}{5}(3,4,-5) = \left(-3+\tfrac{6}{5},\;1+\tfrac{8}{5},\;1-2\right) = \left(-\tfrac{9}{5},\;\tfrac{13}{5},\;-1\right).

Multiply by 55: d(9,13,5)\mathbf{d}' \propto (-9,\,13,\,-5).

Step 4 — image line.

The image line passes through P1=(3,2,5)P_1=(-3,2,5) with direction (9,13,5)(-9,13,-5):

x+39=y213=z55.\boxed{\frac{x+3}{-9} = \frac{y-2}{13} = \frac{z-5}{-5}.}

Common Traps

Marks-Aware Writing

For a 6–10-mark plane-construction question: Show the two direction vectors, compute the cross product component-by-component, write the point–normal form, and expand to standard form. Box the final equation. If distance is required, show the numerator and denominator of the distance formula separately. A bare final answer without the cross product workings earns at most 3 marks.

For a 10-mark locus question: Write the plane in direction-cosine form explicitly (show l2+m2+n2=1l^2+m^2+n^2=1), state the intercept coordinates, compute the centroid with the correct 1/41/4 factor, express l,m,nl,m,n in terms of the centroid, and substitute. Each of these five steps carries partial marks.

For a 20-mark reflection question: The two conceptual phases (intersection, then direction reflection) each carry roughly half the marks. Show: (a) the substitution into the plane equation, the value of tt, and the intersection point with a check; (b) dn\mathbf{d}\cdot\mathbf{n}, n2|\mathbf{n}|^2, the reflected direction with arithmetic shown, and the final symmetric equation. A candidate who finds P1P_1 correctly but messes up the reflection still earns 8–10 marks.

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.