Omni Calculator logo
Last updated:

Line of Intersection of Two Planes Calculator

New

Table of contents

What is a plane in geometry?Before calculating the intersection of two planes: geometry of the problemHow to calculate the line of intersection of two planesHow to find the intersection of two planes using the symmetric form of the line equationHow to find the line of intersection of two planes: an exampleHow to use our line of intersection of two planes calculatorFAQs

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:

P=(px,py,pz)\footnotesize P=(p_x,p_y,p_z)

And the normal vector is:

n=a,b,c\footnotesize \boldsymbol{n} = \left\langle a,b,c \right\rangle

To describe the plane in one equation, we compute a constant for the plane, dd:

d=apx+bpy+cpz\footnotesize d = ap_x +bp_y +cp_z ​

and then we write the equation of the plane in the Cartesian space with this neat formula:

ax+by+cz=d\footnotesize ax+by+cz=d

Above, xx, yy, and zz are free to change, but only the combinations that are points on the plane satisfy the equation.

🙋 We built a tool entirely dedicated to the equation of a plane: try our equation of a plane calculator!

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. These situations arise when their normal vectors match (hence, the planes have the same orientation).

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:

  1. Calculate the cross product of the normal vectors of both planes: r=n1×n2\boldsymbol{r} = \boldsymbol{n}_1 \times \boldsymbol{n}_2. It is the directional vector of the line.

  2. Find a common point for both planes, P0=(x0,y0,z0)P_0 = (x_0, y_0, z_0).

  3. The equation of the resulting line of intersection is the following: l:(x0,y0,z0)+λrl: (x_0, y_0, z_0) + \lambda\boldsymbol{r}. Here, λ\lambda is a free parameter that can be any real number.

  4. Assuming that the coordinates of the directional vector are rxr_x, ryr_y, and rzr_z, we can also rewrite the equation of the line into the separate components:

    • x(λ)=x0+λrxx(\lambda) = x_0 + \lambda r_x
    • y(λ)=y0+λryy(\lambda) = y_0 + \lambda r_y
    • z(λ)=z0+λrzz(\lambda) = z_0 + \lambda r_z

By changing the value of parameter λ\lambda, we can generate every possible point on the line and thereby fully describe the line of intersection of our two planes.

If you are wondering how to find the common point P0P_0, we will describe the typical procedure in the following section with a computational example.

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 xx to the other two spatial coordinates without needing an additional parameter like λ\lambda.

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:

  • 2x4z=12x - 4z = -1; and
  • x2y+z=2x-2y+z = 2.

As you can see, in the first equation, there is no coefficient for yy: this means that the coordinates of points on this plane don't depend on yy. To find the equation of the line, follow these steps:

  1. Isolate the variable zz in the first equation: z=12x+14z = \frac{1}{2}x + \frac{1}{4}.

  2. Substitute the equation found in the previous step to zz in the second equation: x2y+(12x+14)=2x - 2y + (\frac{1}{2}x + \frac{1}{4}) = 2.

  3. Compute the sums: (112)x2y=214(1-\frac{1}{2})x -2y = 2 - \frac{1}{4}, i.e., 12x2y=74\frac{1}{2} x - 2y = \frac{7}{4}.

  4. Isolate xx in the equation above to obtain x=4y+72x = 4y +\frac{7}{2}: this is how we find the line of intersection of the two planes — or even better, its projection in the xy plane.

  5. To find the projection of the intersection line in the xz plane, we can simply use the first plane equation: x=2z12x = 2z -\frac{1}{2}.

The calculated intersection of the two planes in symmetric form is then:

x=4y+72=2z12\footnotesize x = 4y +\frac{7}{2} = 2z -\frac{1}{2}

Only the x,y,zx, y, z 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:

  • A ⁣:2x+3y+4z=1A\!: -2x + 3y + 4z = -1; and

  • B ⁣:2xy3z=2B\!: 2x - y - 3z = 2.

Let's find the two normal vectors:

  • For the first plane, we have n1=2,3,4\boldsymbol{n}_1 = \left\langle -2,3,4\right\rangle; and

  • For the second plane, we have n2=2,1,3\boldsymbol{n}_2 = \left\langle 2,-1,-3\right\rangle.

In the next step, we evaluate the cross-product of these normal vectors. It is the directional vector of the line of intersection:

r=2,3,4×2,1,3=5,2,4\footnotesize \begin{split} \boldsymbol{r} &= \left\langle -2,3,4\right\rangle \times \left\langle 2,-1,-3\right\rangle\\[.5em] &= \left\langle -5,2,-4\right\rangle \end{split}

🔎 If you want to learn how to work it out yourself step by step, check Omni's cross-product calculator.

Next, let's find the common point of both planes. We can start by setting one of the coordinates to a fixed value, e.g., x0=0x_0 = 0. In general, you can choose any of the coordinates.

By doing so, we can rewrite the equations of planes as a system of equations without the xx component:

3y+4z=1y3z=2\footnotesize \begin{aligned} 3y + 4z &= -1\\ -y - 3z &= 2 \end{aligned}

We can find the solution to this set by using our system of equations calculator. The result is a pair: y=1y=1 and z=1z=-1.

This means that our common point of both planes is P0=(0,1,1)P_0 = (0, 1, -1).

Finally, we can write the equations of the line of intersection in the parametric form:

l:0,1,1+λ5,2,4\footnotesize l: \left\langle0, 1, -1\right\rangle + \lambda \!\left\langle -5,2,-4\right\rangle

Or split it into individual equations for all coordinates:

x(λ)=5λy(λ)=1+2λz(λ)=14λ\footnotesize x(\lambda) = -5\lambda \\ y(\lambda) = 1 + 2\lambda \\ z(\lambda) = -1 - 4\lambda

We vary λ\lambda and find combinations of points on the line of intersection.

How to use our line of intersection of two planes calculator

Our line of intersection of two planes calculator allows you to find the line of intersection in parametric form for every possible combination of non-parallel planes. Simply insert the parameters, using 00, if the coefficient of any variable is not defined in your equations.

And that's all! The equation of the line of intersection will appear at the bottom of the calculator. In the case of parallel planes, you can check if they are separate or coincide.

FAQs

Can the intersection of two planes be a point?

No. A point can't be the intersection of two planes: as planes are infinite surfaces in two dimensions, if two of them intersect, the intersection "propagates" as a line. A straight line is also the only object that can result from the intersection of two planes. If two planes are parallel, no intersection can be found.

How do I find the line of intersection between two planes?

To find the line of intersection of two planes in symmetric form, you can follow these generic steps:

  1. Isolate, if possible, either z or y from the first plane's equation.
  2. Substitute the expression in the second plane equation's corresponding variable.
  3. Isolate x in the second plane's equation: you'll find an equation for the line in the xy or the xz plane.
  4. If necessary, repeat the steps above for the other variable to find the equation in the other plane.

You are done: the generic resulting expression should be:

x = ay + b = mz + q

What is the line of intersection between the planes x + y = 0 and z = 3?

The line of intersection of the planes x + y = 0 and z = 3 is, in parametric form: l: ⟨0, 0, 3⟩ + λ⟨1, -1, 0⟩. To find this result:

  1. Write the normal vectors of both planes:

    n1 = ⟨1, 1, 0⟩ and n2 = ⟨0, 0, 1⟩.

  2. Compute the cross-product of these vectors:

    r = ⟨1, 1, 0⟩ × ⟨0, 0, 1⟩ = ⟨1, -1, 0⟩.

  3. Find the common point for both planes, e.g. P = (0, 0, 3)

  4. The solution is the line of formula:

    l: ⟨0, 0, 3⟩ + λ⟨1, -1, 0⟩

What is the parametric equation of the line of intersection of two planes?

The parametric equation of the line of intersection of two planes is an equation in the form:

l: ⟨x0, y0, z0⟩ + λ⟨rx, ry, rz

where:

  • x0, y0, and z0 are the coordinates of a common point for both planes;
  • r = ⟨rx, ry, rz is the directional vector of the line; and
  • λ is the free parameter of the equation.

The result is a vector equation that defines how the line evolves in each coordinate.

Enter the coefficients of both planes in the form:
ax + by + cz = d

First plane

Second plane

Check out 46 similar coordinate geometry calculators 📈
Average rate of changeBilinear interpolationCatenary curve...43 more