Line of Intersection of Two Planes Calculator
Find the point, direction vector, and parametric equation shared by two planes in 3D.
About the line of intersection
Examples
These plane pairs illustrate common intersection configurations.
| Plane equations | Intersection | Check |
|---|---|---|
| x + y + z - 1 = 0; x - y + z - 1 = 0 | r = (0, 0, 1) + t(2, 0, -2) | Both equations equal zero along the line. |
| x + y - 2 = 0; z - 3 = 0 | r = (2, 0, 3) + t(1, -1, 0) | The line stays in the horizontal plane z = 3. |
| x = 0; y = 0 | r = (0, 0, 0) + t(0, 0, 1) | The two coordinate planes meet at the z-axis. |
How to use the calculator
- Rewrite each plane so every term is on the left and the right side is zero.
- Enter the x, y, z, and constant coefficients for Plane 1.
- Enter the corresponding four coefficients for Plane 2.
- Select Calculate intersection to obtain a point, direction, and parametric equation.
Frequently asked questions
How is the direction vector found?
The calculator takes the cross product of the two normal vectors. The result is perpendicular to both normals and therefore parallel to both planes.
Why can my answer look different from another correct answer?
A line has infinitely many points and its direction vector can be multiplied by any nonzero scalar. Different-looking parametric equations can therefore describe exactly the same line.
What happens when the planes are parallel?
Parallel normals have a zero cross product, so no unique direction can be computed. Distinct parallel planes never intersect, while coincident planes share infinitely many lines.
How can I verify the result?
Substitute the displayed point into both plane equations and confirm each expression equals zero. Then check that each plane normal has dot product zero with the direction vector.
Does the coefficient d have to be negative?
No, d can be positive, negative, or zero. Just enter the equation exactly in the form ax + by + cz + d = 0.