🧩 Line of Intersection Between Two Planes β€” Step-by-Step Geometric Method

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

CaseConditionResult
Planes paralleln1βˆ₯n2\mathbf{n_1} \parallel \mathbf{n_2}n1​βˆ₯n2​No intersection (or identical)
Planes identicala1a2=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 intersectn1Γ—n2β‰ 0\mathbf{n_1} \times \mathbf{n_2} \neq 0n1​×n2​=0Line 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

  1. ❌ Forgetting to normalize or simplify the direction vector.
  2. ❌ Assuming planes always intersect (check n1Γ—n2\mathbf{n_1} \times \mathbf{n_2}n1​×n2​).
  3. ❌ Picking invalid substitution (e.g., dividing by 0 when finding point).
  4. ❌ 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

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top