Math Last updated: July 2026

Line of Intersection of Two Planes Calculator

Find the line of intersection of two planes in 3D space. Enter the coefficients of both plane equations to get the direction vector, a point on the line, and parametric equations.

How to Use the Line of Intersection of Two Planes Calculator

Interactive calculator available after JavaScript loads.

Loading calculator...

Written by Calculator Archive Team

Math & Finance Experts — Verified Formulas, Peer-Reviewed Sources, Expert Analysis

Looking for a deeper explanation?

Read our comprehensive, peer-reviewed educational article in our Blog to learn the underlying math, formulas, and step-by-step examples.

Read Blog Guide ›

Mathematical Formula & Logic

Direction vector = n₁ × n₂ (cross product of normals). Point found by solving the system with one variable set to 0.
Variable Glossary
n₁, n₂ Normal vectors of the two planes
d Direction vector of the intersection line
(a,b,c,d) Coefficients of the plane equation ax + by + cz = d

Step-by-Step Worked Calculation

Scenario: Intersection of 2x + y - z = 3 and x - y + 2z = 1

Find the line where two planes intersect.

1

Step 1: Normal vectors: n₁ = (2, 1, -1), n₂ = (1, -1, 2).

2

Step 2: Direction vector: n₁ × n₂ = |i j k; 2 1 -1; 1 -1 2| = (1×2 - (-1)×(-1), (-1)×1 - 2×2, 2×(-1) - 1×1) = (1, -5, -3).

3

Step 3: Set z = 0 and solve: 2x + y = 3 and x - y = 1. Adding: 3x = 4, so x = 4/3. Then y = 3 - 2(4/3) = 1/3.

4

Step 4: Parametric equations: x = 4/3 + t, y = 1/3 - 5t, z = -3t.

How to Use the Line of Intersection of Two Planes Calculator

  1. 1. Enter the coefficients (a, b, c, d) for the first plane: a₁x + b₁y + c₁z = d₁.
  2. 2. Enter the coefficients (a, b, c, d) for the second plane: a₂x + b₂y + c₂z = d₂.
  3. 3. Click Calculate to find the line of intersection.
  4. 4. Review the direction vector, point on the line, and parametric equations.

What Is a Line of Intersection of Two Planes Calculator?

Line of Intersection of Two Planes Calculator is a mathematical computation tool that helps you calculate the line of intersection of two planes in 3D space. Get the direction vector, point on the line, and parametric equations with step-by-step solutions. It applies established mathematical principles to deliver accurate results, often showing the underlying formula and step-by-step working so you can understand the computation process.

Why This Calculation Matters

Mathematical calculations form the foundation of science, engineering, finance, and everyday problem-solving. Line of Intersection of Two Planes Calculator helps you work through calculations accurately and efficiently, reducing the risk of manual arithmetic errors. Whether you are a student learning concepts, a professional verifying work, or anyone needing quick and reliable math results, this tool ensures precision and saves time.

Historical Background

Mathematics has evolved over thousands of years, from ancient Babylonian clay tablets and Egyptian papyri to Greek formal proofs by Euclid and Archimedes. The development of algebra by Persian mathematician al-Khwarizmi in the 9th century and the invention of calculus by Newton and Leibniz in the 17th century laid the groundwork for modern computation. Line of Intersection of Two Planes Calculator continues this tradition by making mathematical operations accessible through digital technology.

Frequently Asked Questions

Complete indexable directory of answers (11 questions)

When do two planes not intersect?

Two planes are parallel (and distinct) when their normal vectors are proportional but the planes do not coincide. In this case, there is no intersection line.

What if the planes are identical?

If the plane equations are scalar multiples of each other, they represent the same plane. Every point on the plane is an intersection — the "line" is the entire plane.

How do I find a specific point on the intersection line?

Set one variable (usually z) to 0, then solve the resulting 2×2 system of equations for x and y. If that gives no solution, try setting a different variable to 0.

What is the angle between two planes?

The angle between two planes equals the angle between their normal vectors: cos(θ) = (n₁·n₂)/(|n₁|·|n₂|). This is the dihedral angle between the planes.

Can I extend this to 3 or more planes?

Three planes can intersect at a point (unique solution), along a line (infinitely many solutions), or have no common intersection. This requires solving a 3×3 system.

Why use the cross product for the direction?

The cross product of two vectors gives a vector perpendicular to both. Since the normals are perpendicular to their respective planes, the cross product gives a direction along which both plane equations are satisfied.

What are parametric equations?

Parametric equations express x, y, z as functions of a parameter t: x = x₀ + at, y = y₀ + bt, z = z₀ + ct, where (x₀, y₀, z₀) is a point and (a, b, c) is the direction vector.

How do I convert to symmetric form?

From parametric form x = x₀ + at, solve for t: t = (x - x₀)/a. Set equal for all three: (x - x₀)/a = (y - y₀)/b = (z - z₀)/c.

What mathematical formula does the Line of Intersection of Two Planes Calculator use?

The Line of Intersection of Two Planes Calculator uses standard mathematical formulas validated against authoritative references. The specific formula is displayed in the calculator interface with a detailed explanation of each variable.

How can I verify the Line of Intersection of Two Planes Calculator results manually?

Each calculator includes a step-by-step worked example showing exactly how the formula is applied. You can follow these steps with pen and paper to verify any result.

What types of inputs does the Line of Intersection of Two Planes Calculator accept?

The Line of Intersection of Two Planes Calculator accepts numeric inputs including integers and decimals. Invalid inputs (letters, special characters) are rejected with clear error messages.