Line of Intersection of Two Planes Calculator
Solve line intersection two planes problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.
Reviewed for accuracy by Manoj Kumar, Mathematics Educator
Line of Intersection of Two Planes Calculator
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser — no data is sent to any server.
Formula: Direction = n₁ × n₂ (cross product of normal vectors)
Worked example — Line: (4+2t, 2, -2t) | Direction: (2, 0, -2) | Angle: 70.53°
Formula
Direction = n₁ × n₂ (cross product of normal vectors)
The direction vector of the intersection line is the cross product of the two plane normals. A point on the line is found by setting one variable to zero and solving the remaining 2x2 system. The parametric form is P = P₀ + t * d.
Worked Examples
Example 1: Perpendicular Planes
Problem:Find the intersection of planes x + y + z = 6 and x - y + z = 2.
Solution:Normal vectors: n1 = (1,1,1), n2 = (1,-1,1) Direction = n1 x n2 = (1*1-1*(-1), 1*1-1*1, 1*(-1)-1*1) = (2, 0, -2) Set z=0: x+y=6 and x-y=2 => x=4, y=2 Point: (4, 2, 0) Parametric: x=4+2t, y=2, z=-2t Angle: cos(theta) = |1-1+1|/(sqrt(3)*sqrt(3)) = 1/3, theta = 70.53°
Result:Line: (4+2t, 2, -2t) | Direction: (2, 0, -2) | Angle: 70.53°
Example 2: General Plane Intersection
Problem:Find the intersection of 2x + y - z = 3 and x - y + 2z = 1.
Solution:Normal vectors: n1 = (2,1,-1), n2 = (1,-1,2) Direction = n1 x n2 = (1*2-(-1)*(-1), (-1)*1-2*2, 2*(-1)-1*1) = (1, -5, -3) Set z=0: 2x+y=3 and x-y=1 => 3x=4, x=4/3, y=1/3 Point: (1.333, 0.333, 0) Angle: cos(theta) = |2-1-2|/(sqrt(6)*sqrt(6)) = 1/6, theta = 80.41°
Result:Line: (1.333+t, 0.333-5t, -3t) | Direction: (1, -5, -3) | Angle: 80.41°
Frequently Asked Questions
How do you find the line of intersection of two planes?
To find the line where two planes intersect, you need two things: a direction vector for the line and a point on it. The direction vector is the cross product of the two planes' normal vectors: d = n1 x n2. This works because the intersection line must be perpendicular to both normal vectors simultaneously. To find a specific point on the line, set one variable (say z) to zero and solve the resulting system of two equations in two unknowns. The parametric equation of the line is then P = P0 + t*d, where P0 is the point found and t is a parameter. If the cross product is the zero vector, the planes are parallel and do not intersect in a line.
What is the cross product and why is it used here?
The cross product of two vectors a = (a1, a2, a3) and b = (b1, b2, b3) produces a new vector perpendicular to both: a x b = (a2*b3 - a3*b2, a3*b1 - a1*b3, a1*b2 - a2*b1). Its magnitude equals the area of the parallelogram formed by the two vectors. In the context of plane intersection, the cross product of the normal vectors gives the direction of the intersection line because this line must lie in both planes simultaneously, meaning it must be perpendicular to both normal vectors. The cross product is the unique vector (up to scalar multiples) that satisfies this perpendicularity condition. A zero cross product means the normals are parallel, so the planes are parallel.
What does it mean when two planes are parallel?
Two planes are parallel when their normal vectors are scalar multiples of each other, meaning n1 = k * n2 for some scalar k. Geometrically, parallel planes never intersect and maintain a constant distance between them everywhere. The distance between parallel planes a1*x + b1*y + c1*z = d1 and a1*x + b1*y + c1*z = d2 is |d1 - d2| / sqrt(a1² + b1² + c1²). If the planes are parallel AND have the same constant term (after normalization), they are coincident, meaning they are the same plane and every point on one is on the other. Line of Intersection of Two Planes Calculator detects both cases by checking whether the cross product of the normal vectors is the zero vector.
How do you write the parametric equations of the intersection line?
The parametric equations express each coordinate as a function of a single parameter t. Given a point P0 = (x0, y0, z0) on the line and the direction vector d = (dx, dy, dz), the parametric form is: x = x0 + dx*t, y = y0 + dy*t, z = z0 + dz*t, where t ranges from negative infinity to positive infinity. Each value of t gives a unique point on the line. At t = 0, you get the reference point P0. Positive t values give points in one direction, and negative t values give points in the opposite direction. The parametric form is the most general and useful representation of a line in 3D space because it handles all orientations, including lines parallel to coordinate planes.
What is the symmetric form of a line equation in 3D?
The symmetric form eliminates the parameter t from parametric equations by setting them equal: (x - x0)/dx = (y - y0)/dy = (z - z0)/dz. This form is compact but has limitations: it cannot be used when any component of the direction vector is zero, because that would create division by zero. In such cases, the zero component means the corresponding coordinate is constant. For instance, if dz = 0, the line lies in the plane z = z0, and you would write (x - x0)/dx = (y - y0)/dy with z = z0 separately. The symmetric form is commonly used in textbooks for compactness but the parametric form is more practical for computations.
How do you calculate the angle between two planes?
The angle between two planes equals the angle between their normal vectors. Using the dot product formula: cos(theta) = |n1 * n2| / (|n1| * |n2|), where the absolute value ensures the acute angle is returned (since normals can point in opposite directions for the same plane). If the dot product is zero, the planes are perpendicular (90 degrees apart). If the absolute value of the cosine is 1, the planes are parallel (0 degrees apart). The angle between planes is also called the dihedral angle and has applications in crystallography, architecture, and origami design. Note that two intersecting planes always form two supplementary dihedral angles that sum to 180 degrees.
What are practical applications of plane intersection?
Finding the intersection of planes has numerous practical applications in science and engineering. In computer graphics, clipping algorithms determine where objects cross viewing planes. In structural engineering, the intersection of roof planes determines ridge lines and valley lines in roof design. In geology, the intersection of fault planes and bedding planes determines outcrop patterns. In crystallography, crystal faces are defined as planes, and their intersections form crystal edges. GPS and surveying use plane intersections for triangulation in three dimensions. In manufacturing, CNC machines compute tool paths by intersecting cutting planes with workpiece surfaces. Even in aviation, the intersection of navigational planes determines flight path intersections.
Can three or more planes intersect in a single line?
Yes, three or more planes can intersect in a single line if all their pairwise intersection lines coincide. This happens when all the planes share a common line but have different normal vectors that all lie in the same plane perpendicular to that common line. Mathematically, if you have three plane equations forming a system of three equations in three unknowns, the system has infinitely many solutions forming a line when the coefficient matrix has rank 2. In physical terms, imagine a book spine where multiple pages (planes) all meet along the same edge (line). This configuration is called a pencil of planes, and it occurs naturally in crystallography and in the geometry of ruled surfaces.
How do you verify that a computed intersection line is correct?
To verify the intersection line, substitute any point on the line into both plane equations and confirm both equations are satisfied. Take the parametric point P(t) = P0 + t*d for several values of t (such as t = 0, 1, -1) and check that each resulting point satisfies both a1*x + b1*y + c1*z = d1 and a2*x + b2*y + c2*z = d2. Additionally, verify that the direction vector is perpendicular to both plane normals by checking that the dot products d * n1 = 0 and d * n2 = 0. If the direction vector was computed via cross product, these dot products should be zero by construction, providing a quick computational check.
What is the normal vector of a plane?
The normal vector of a plane is a vector perpendicular to the plane surface. For a plane defined by the equation ax + by + cz = d, the normal vector is simply n = (a, b, c), which can be read directly from the coefficients. The normal vector determines the orientation of the plane in space. Two planes with the same normal vector (or scalar multiples) are parallel. The normal vector is also the gradient of the plane function f(x,y,z) = ax + by + cz. Scaling the normal vector does not change the plane orientation but does change the constant d proportionally. Normal vectors are fundamental in computer graphics for lighting calculations, determining which side of a surface faces the viewer, and computing reflections.
References
Reviewed for accuracy by Manoj Kumar, Mathematics Educator · Editorial policy
Related Calculators
🧮Intersection of Two Lines Calculator
Calculate intersection of two lines with inputs, formulas, and instant results.
🧮Line Equation From Two Points Calculator
Calculate line equation from two points with inputs, formulas, and instant results.
🧮Graphing Inequalities on Anumber Line Calculator
Calculate graphing inequalities on anumber line with inputs, formulas, and instant results.
🧮Union and Intersection Calculator
Calculate union and intersection with inputs, formulas, and instant results.
🧮Angle Between Two Vectors Calculator
Calculate angle between two vectors with inputs, formulas, and instant results.
🧮Line Integral Calculator
Calculate line integral with inputs, formulas, and instant results.
🧮Least Squares Regression Line Calculator
Calculate least squares regression line with inputs, formulas, and instant results.
🧮Parallel Line Calculator
Calculate parallel line with inputs, formulas, and instant results.