Line of Intersection of Two Planes Calculator
- What is a plane in geometry?
- Before calculating the intersection of two planes: geometry of the problem
- How to calculate the line of intersection of two planes?
- How to find the intersection of two planes using the symmetric form of the line equation
- How to find the line of intersection of two planes: an example
- How to use our line of intersection of two planes calculator
- FAQ
Calculating the line of intersection of two planes is not always as simple as computing the intersection of two lines. In this article, we will explain to you how to calculate it — with multiple approaches for all possible cases! Keep reading to learn:
- What is a plane, and what is the intersection of two planes?
- How to find the intersection of two planes: the line in parametric form.
- How to calculate the line of intersection of two planes in the symmetric form.
- Examples of calculation of the line of intersection between two planes.
What is a plane in geometry?
A plane in geometry is a two-dimensional surface in a 3D space, a natural extension of the concept of line in 2D geometry. Planes are flat surfaces — their curvature is zero.
A plane is uniquely identified by a point and a normal vector. The point fixes the distance between the plane and the origin of the Cartesian space, while the normal vector (a vector perpendicular to the plane) fixes the orientation of the plane in space.
Let's meet these two elements. The point on the plane is:
And the normal vector is:
To describe the plane in one equation, we compute a constant for the plane, :
and then we write the equation of the plane in the Cartesian space with this neat formula:
Above, , , and are free to change, but only the combinations that are points on the plane satisfy the equation.
Before calculating the intersection of two planes: geometry of the problem
Two planes can intersect each other (unless, of course, they are parallel). When two planes intersect, a line in space is the result. This is a logical extension of the intersection of two lines in a 2D space, a much easier concept to understand:
When two lines (single-dimensional objects) intersect, we find a point, an object with zero dimensions. We can meet this reduction in dimensionality when considering planes, too. A plane is a two-dimensional object, so we expect the intersection of two planes to be a single-dimensional object, which is a line. This is indeed what we find!
🙋 You can learn about intersecting lines at our intersection of two lines calculator — and if your lines are parallel, perhaps you should visit our parallel lines calculator!
As we said before: when two planes are parallel, we can't find an intersection, and they are either separated by a given distance or totally coincide. Respectively, these situations arise if the normal vectors match (hence the planes have the same orientation) and if (thus fixing the distance of the two planes) as well.
Finding the line of intersection of two planes involves dealing with lines in the 3D space: this is not a straightforward task! We can find the line of intersection of two planes in two ways; let's meet the first one.
How to calculate the line of intersection of two planes?
In this section, we will calculate the line of intersection of two planes as a parametric equation. This method follows a simple sequence of steps that don't depend on the coefficients of the planes' equations.
The result is in the following form:
where:
- — Vector containing a point on the line;
- and — Coefficients depending on the planes' equations;
- and — Normalized normal vectors (i.e. );
- — Cross product of the normal vectors; and
- — A parameter that can vary freely;
The coefficients and are:
By changing the value of parameter , we can generate every possible , and thereby fully describe the line of intersection of our two planes.
How to find the intersection of two planes using the symmetric form of the line equation
We can also find the intersection of two planes in symmetric form. This result may be more familiar than the parametric form. In the symmetric form, we equate to the other two spatial coordinates without needing an additional parameter like .
To do so, we perform a series of substitutions and rearrangements of the planes' equations. In this case, there is no one-size-fits-all list of instructions. We'd better illustrate this process with an example.
Take these two planes:
- ; and
- .
As you can see, in the first equation, there is no coefficient for : this means that the coordinates of points on this plane don't depend on . To find the equation of the line, follow these steps:
-
Isolate the variable in the first equation: .
-
Substitute the equation found in the previous step to in the second equation: .
-
Compute the sums: , i.e., .
-
Isolate in the equation above to obtain : this is how we find the line of intersection of the two planes — or even better, its projection in the xy plane.
-
To find the projection of the intersection line in the xz plane, we can simply use the first plane equation: .
The calculated intersection of the two planes in symmetric form is then:
Only the combinations that define points on the line will simultaneously satisfy these two equations!
How to find the line of intersection of two planes: an example
Let's try the procedure to find the parametric equation of a line with a practical example. Take these planes:
- ; and
- .
Let's find the two normal vectors:
- For the first plane, we have ; and
- For the second plane, we have .
We normalize the vectors by dividing each component by the norm of the vector:
We have:
We find the norm for the second vector too:
And the normalized vector is:
We then calculate the coefficients we need to use in the equation for the line. For the first coefficient, we have the following:
We compute the dot product of the two normal vectors — if you need a hand with this operation, visit our dot product calculator:
And find the value of the coefficient:
And for the second coefficient, we have:
The last thing we need to find is the cross product between the normalized normal vectors. We will skip the steps here and give you only the final result — the cross product calculator will clear any doubt you can have.
Let's compute the products of the coefficients by the respective normalized vectors:
And:
We compute the sum of these two results:
We can combine all these results, finally finding the line of intersection of the two planes in the parametric form:
Ok, this expression is objectively clumsy; let's split it up so that we can see the individual equations cooperating for the definition of this line:
We vary and find combinations of points on the line of intersection.