Line of Intersection of Two Planes Calculator
Find the parametric and symmetric forms of the line where two planes intersect
Enter Plane Equations
Enter the coefficients for each plane in the form: ax + by + cz = d
First Plane
Second Plane
Results
Normal Vectors
Direction Vector (n₁ × n₂)
Common Point
Parametric Form
Symmetric Form
Example: Finding Line of Intersection
Given Planes
Plane A: -2x + 3y + 4z = -1
Plane B: 2x - y - 3z = 2
Step-by-Step Solution
Step 1: Identify normal vectors: n₁ = ⟨-2, 3, 4⟩, n₂ = ⟨2, -1, -3⟩
Step 2: Calculate direction vector: r = n₁ × n₂ = ⟨-5, 2, -4⟩
Step 3: Find common point by setting x = 0: P₀ = (0, 1, -1)
Step 4: Form parametric equation: l: ⟨0, 1, -1⟩ + λ⟨-5, 2, -4⟩
Plane Relationships
Intersecting
Two planes meet along a line
Most common case
Parallel
Planes never intersect
Same orientation, different positions
Coincident
Planes are identical
Same equation, infinite intersection
Key Formulas
Tips
Direction vector is perpendicular to both normal vectors
If cross product is zero, planes are parallel
Any point on the line satisfies both plane equations
Parameter λ can be any real number
Understanding Plane Intersections
What is a Plane?
A plane in 3D geometry is a flat, two-dimensional surface that extends infinitely in all directions. It can be uniquely defined by a point and a normal vector (perpendicular to the plane).
Plane Equation
Every plane can be expressed as: ax + by + cz = d
- •(a, b, c) forms the normal vector
- •d is the constant term
- •(x, y, z) represents any point on the plane
Cross Product Method
The direction vector of the intersection line is found using the cross product of the normal vectors:
- •r = n₁ × n₂
- •This vector is perpendicular to both planes
- •If r = 0, planes are parallel
Finding the Intersection Line
The intersection of two planes (when they're not parallel) is always a straight line. We express this line in parametric form.
Parametric Form
The line equation: l: P₀ + λr
- •P₀ is any point on both planes
- •r is the direction vector
- •λ is a parameter (any real number)
Applications
Engineering
Structural analysis, intersecting surfaces
Computer Graphics
3D modeling, collision detection
Geology
Rock layer intersections, fault lines