Line of Intersection of Two Planes Calculator

Find the direction vector of the line where two planes meet.

Direction x 1
Direction y -1
Direction z 1

Formula: direction = n₁ × n₂ (cross product of normals)

Step-by-step with your numbers:
1. Values used:
2. Plane 1 a = 1
3. Plane 1 b = 1
4. Plane 1 c = 0
5. Plane 2 a = 0
6. Plane 2 b = 1
7. Plane 2 c = 1
8.
9. Direction x = Plane 1 a x Plane 1 b = 1 x 1 = 1
10. Direction y = -1
11. Direction z = Plane 1 a x Plane 1 b = 1 x 1 = 1
Did we solve your problem today?

Two non-parallel planes meet along a line; this finds that line's direction.

How the Math Works

The line of intersection between two planes is determined by the cross product of their normal vectors. When two planes intersect, their normals (n₁ and n₂) define the orientation of each plane. The cross product n₁ × n₂ yields a direction vector that is perpendicular to both normals, which aligns with the line where the planes meet. This vector provides the direction of the line along which all points satisfy both plane equations simultaneously. The magnitude of the cross product also relates to the angle between the planes, but the direction itself is critical for defining the line's orientation in 3D space.

Practical Applications

This calculation is essential in fields like engineering, architecture, and computer graphics. Engineers use it to analyze structural intersections, such as where two beams or walls meet, ensuring stability and accurate load distribution. Architects apply it when designing complex geometries, like skylights or roofing systems, to determine how surfaces align. In computer graphics, it helps render 3D scenes by calculating edge lines where objects intersect, crucial for realistic visuals in video games or simulations. The result guides further computations, such as finding specific points on the line or defining parametric equations for the intersection.

Day-to-Day Use

In everyday scenarios, this concept aids in practical problem-solving. For instance, when constructing a home project like a shed roof, knowing the intersection line helps align rafters or shingles correctly. Sports enthusiasts might use it to analyze angles in games like pool or tennis, where ball trajectories intersect with surfaces. Even in navigation, pilots or ship captains could apply it to determine flight or route paths intersecting with terrain or obstacles. By simplifying complex 3D geometry into a directional vector, the calculator makes spatial reasoning accessible for DIY tasks, art projects, or optimizing spatial layouts in urban planning.

Worked example

Planes x + y = d and y + z = d → direction (1, −1, 1).

FAQ

What if the direction is zero?

The planes are parallel and either never meet or are the same plane.