Author: Rishabh Kumar (IIT + ISI | Global Math Mentor)**
Published: October 2025
Category: 3D Geometry | Vectors & Planes
πΉ Introduction
In 3D geometry, two planes can:
1οΈβ£ Be parallel,
2οΈβ£ Coincide, or
3οΈβ£ Intersect in a line.
That line of intersection is a crucial concept β it represents all points that lie on both planes simultaneously.
Two planes meet where their equations are simultaneously true.
The line of intersection = the common solution set of both planes.
β‘οΈ 1οΈβ£ Equation of a Plane
A plane in 3D space can be written as: a1x+b1y+c1z+d1=0a_1x + b_1y + c_1z + d_1 = 0a1βx+b1βy+c1βz+d1β=0
where n1=(a1,b1,c1)\mathbf{n_1} = (a_1, b_1, c_1)n1β=(a1β,b1β,c1β) is the normal vector to the plane.
Letβs consider two planes: Ο1:a1x+b1y+c1z+d1=0\pi_1: a_1x + b_1y + c_1z + d_1 = 0Ο1β:a1βx+b1βy+c1βz+d1β=0 Ο2:a2x+b2y+c2z+d2=0\pi_2: a_2x + b_2y + c_2z + d_2 = 0Ο2β:a2βx+b2βy+c2βz+d2β=0
π― 2οΈβ£ Direction Vector of Line of Intersection
The direction vector of the line is perpendicular to both normals, n1\mathbf{n_1}n1β and n2\mathbf{n_2}n2β.
Hence, d=n1Γn2\mathbf{d} = \mathbf{n_1} \times \mathbf{n_2}d=n1βΓn2β
β This gives the direction of the line (parallel to both planes but perpendicular to both normals).
πΉ Step-by-Step Example
Find the line of intersection of the planes: Ο1:x+2y+3z=4\pi_1: x + 2y + 3z = 4Ο1β:x+2y+3z=4 Ο2:2xβy+z=5\pi_2: 2x – y + z = 5Ο2β:2xβy+z=5
Step 1οΈβ£: Find Normal Vectors
n1=(1,2,3),n2=(2,β1,1)\mathbf{n_1} = (1, 2, 3), \quad \mathbf{n_2} = (2, -1, 1)n1β=(1,2,3),n2β=(2,β1,1)
Step 2οΈβ£: Find Direction Vector of Line
d=n1Γn2\mathbf{d} = \mathbf{n_1} \times \mathbf{n_2}d=n1βΓn2β d=β£ijk1232β11β£=(2Γ1β3Γ(β1))iβ(1Γ1β3Γ2)j+(1Γ(β1)β2Γ2)k\mathbf{d} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & 2 & 3 \\ 2 & -1 & 1 \end{vmatrix} = (2 \times 1 – 3 \times (-1))\mathbf{i} – (1 \times 1 – 3 \times 2)\mathbf{j} + (1 \times (-1) – 2 \times 2)\mathbf{k}d=βi12βj2β1βk31ββ=(2Γ1β3Γ(β1))iβ(1Γ1β3Γ2)j+(1Γ(β1)β2Γ2)k d=(5)iβ(β5)j+(β5)k=(5,5,β5)\mathbf{d} = (5)\mathbf{i} – (-5)\mathbf{j} + (-5)\mathbf{k} = (5, 5, -5)d=(5)iβ(β5)j+(β5)k=(5,5,β5)
β Direction vector d=(1,1,β1)\mathbf{d} = (1, 1, -1)d=(1,1,β1) (simplified).
Step 3οΈβ£: Find a Point on the Line
We can find one point that lies on both planes.
Letβs eliminate one variable.
From Ο1:x+2y+3z=4\pi_1: x + 2y + 3z = 4Ο1β:x+2y+3z=4
and Ο2:2xβy+z=5\pi_2: 2x – y + z = 5Ο2β:2xβy+z=5
Letβs set z=0z = 0z=0 to simplify.
Then: x+2y=4(1)x + 2y = 4 \quad (1)x+2y=4(1) 2xβy=5(2)2x – y = 5 \quad (2)2xβy=5(2)
Multiply (1) by 1 and (2) by 2 to eliminate xxx: x+2y=4x + 2y = 4x+2y=4 4xβ2y=104x – 2y = 104xβ2y=10
Add β 5x=14βx=2.85x = 14 \Rightarrow x = 2.85x=14βx=2.8
Substitute back: 2.8+2y=4βy=0.62.8 + 2y = 4 \Rightarrow y = 0.62.8+2y=4βy=0.6
β When z=0z = 0z=0, point P(2.8,0.6,0)P(2.8, 0.6, 0)P(2.8,0.6,0) lies on both planes.
Step 4οΈβ£: Write Line Equation
Using point P(2.8,0.6,0)P(2.8, 0.6, 0)P(2.8,0.6,0) and direction vector (1,1,β1)(1, 1, -1)(1,1,β1):
Vector Form: r=(2.8i+0.6j)+Ξ»(i+jβk)\mathbf{r} = (2.8\mathbf{i} + 0.6\mathbf{j}) + \lambda(\mathbf{i} + \mathbf{j} – \mathbf{k})r=(2.8i+0.6j)+Ξ»(i+jβk)
Parametric Form: x=2.8+Ξ»,y=0.6+Ξ»,z=βΞ»x = 2.8 + \lambda, \quad y = 0.6 + \lambda, \quad z = -\lambdax=2.8+Ξ»,y=0.6+Ξ»,z=βΞ»
β Final answer: x=2.8+t,y=0.6+t,z=βt\boxed{x = 2.8 + t, \quad y = 0.6 + t, \quad z = -t}x=2.8+t,y=0.6+t,z=βtβ
πΉ Alternative (Using Elimination Method)
To find the equation directly:
1οΈβ£ Multiply or add plane equations to eliminate one variable (say zzz).
2οΈβ£ Express the remaining two equations as xxx and yyy in terms of a parameter.
3οΈβ£ Back-substitute to find the third variable.
Both methods lead to the same result.
π 3οΈβ£ Special Cases
| Case | Condition | Result |
|---|---|---|
| Planes parallel | n1β₯n2\mathbf{n_1} \parallel \mathbf{n_2}n1ββ₯n2β | No intersection (or identical) |
| Planes identical | a1a2=b1b2=c1c2=d1d2\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} = \frac{d_1}{d_2}a2βa1ββ=b2βb1ββ=c2βc1ββ=d2βd1ββ | Infinite common points |
| Planes intersect | n1Γn2β 0\mathbf{n_1} \times \mathbf{n_2} \neq 0n1βΓn2βξ =0 | Line of intersection exists |
πΉ Visual Interpretation
Picture two sheets of paper meeting at a straight edge β that edge is the line of intersection.
Mathematically, that line satisfies both plane equations simultaneously.
Each plane restricts space to a 2D surface; their intersection restricts it further to a 1D line.
(Insert visual: two semi-transparent planes intersecting in a line, with direction vector labeled as n1Γn2\mathbf{n_1} \times \mathbf{n_2}n1βΓn2β).
πΉ Common Mistakes
- β Forgetting to normalize or simplify the direction vector.
- β Assuming planes always intersect (check n1Γn2\mathbf{n_1} \times \mathbf{n_2}n1βΓn2β).
- β Picking invalid substitution (e.g., dividing by 0 when finding point).
- β Mixing up point vector and direction vector in vector form.
π Why It Matters
Understanding the intersection of planes is essential in:
- 3D geometry and vector algebra,
- Engineering & computer graphics,
- Physics (force & motion planes),
- Advanced math competitions (STEP/MAT).
Itβs also foundational for lines, distances, and planes intersection problems that follow.
π Learn Beyond Formula
At Math By Rishabh, every geometric topic is taught visually, algebraically, and conceptually.
In the Mathematics Elevate Mentorship Program, youβll:
β
Learn vector geometry through visualization,
β
Master problem-solving for IB, A Level, and STEP,
β
Build reasoning that links geometry and algebra seamlessly.
π See space mathematically.
π Book your personalized mentorship session now at MathByRishabh.com


