0:00 / 0:00

Intersection of 2 Planes

Given any 2 planes in R3R^3, there are 3 possible scenarios.
1) The planes are parallel and are distinct → there are no points of intersection

2) The planes coincide → the intersection is a plane, there are infinitely many points of intersection

3) The planes intersect in a line → there are infinitely many points of intersection

PAGE BREAK

Finding Points of Intersection



❓ Is it possible for two planes to intersect at a single point?
No. If two planes intersect, they either intersect in a line or the planes coincide and the intersection is the entire plane.






Wize Tip
Finding the intersection between equations of planes is sometimes called finding the solutions to a system of equations.

If at least one solution exists, we say that the system of equations is consistent. Otherwise, it is inconsistent.

0:00 / 0:00

Example: Intersection of 2 Parallel Planes

Determine the solution(s) (if any) to the system of equations defined by the two planes Π1: x+2yz=1\Pi_1:\ x+2y-z=-1 and Π2: 3x+6y3z6=1\Pi_2:\ 3x+6y-3z-6=-1. Describe the intersection (if any) between the two planes.

Check if the planes are parallel
n1=[1, 2, 1]\overrightarrow{n_1}=\left[1,\ 2,\ -1\right] and n2=[3, 6, 3]\overrightarrow{n_2}=\left[3,\ 6,\ -3\right] are scalar multiples of one another, so the planes are parallel. They can either be parallel and distinct or the planes coincide and are the same plane.

Check the Cartesian equations
Π1:  x+2yz=1\Pi_1:\ \ x+2y-z=-1
Π2:  3x+6y3x=5\Pi_2:\ \ 3x+6y-3x=5
Although the normal vectors are scalar multiples of one another, the Cartesian equations are not scalar multiples of one another. So, the planes are parallel and distinct.

Therefore, there are no solutions to the system of equations, and the planes are distinct and do not intersect.

Alternatively
We can solve for one variable from plane 1, and substitute that into plane 2:

From plane 1: x=2y+z1x=-2y+z-1

Sub this into plane 2:
3(2y+z1)+6y3z6=13\left(-2y+z-1\right)+6y-3z-6=-1
6y+3z3+6y3z6=1-6y+3z-3+6y-3z-6=-1
9=1-9=-1

Since this equation doesn't make sense, there are no solutions, meaning the lines are parallel and do not intersect.

Practice: Intersection of 2 Planes

Find the point(s) of intersection (if any) of the following two planes. Provide a geometric description of the solution(s).

Π1:  3x3y+z=0\Pi_1:\ \ 3x-3y+z=0
Π2:  2x+2y23z=1\Pi_2:\ \ -2x+2y-\frac{2}{3}z=1
0:00 / 0:00

Example: Intersection of 2 Coincident Planes

Find the point(s) of intersection (if any) of the following two planes. Provide a geometric description of the solution(s).
Π1:  3x3y+z=2\Pi_1:\ \ 3x-3y+z=2
Π2:  xy+z3=23\Pi_2:\ \ x-y+\frac{z}{3}=\frac{2}{3}

Check if the planes are parallel
n1=[3, 3, 1]\overrightarrow{n_1}=\left[3,\ -3,\ 1\right] and n2=[1, 1, 13]\overrightarrow{n_2}=\left[1,\ -1,\ \frac{1}{3}\right] are scalar multiples of one another (13n1=n2\frac{1}{3}\overrightarrow{n_1}=\overrightarrow{n_2}). So, the planes are parallel.

The planes are either parallel and distinct (do not intersect), or they coincide and the intersection is the plane.

Check the Cartesian equations
13Π1=Π2\frac{1}{3}\Pi_1=\Pi_2, so the plane equations are scalar multiples of one another.

Therefore, the planes coincide and the intersection is the plane itself.

Alternatively
We can solve for one variable from plane 1: z=23x+3yz=2-3x+3y

Substitute this into plane 2:
xy+13(23x+3y)=23x-y+\frac{1}{3}\left(2-3x+3y\right)=\frac{2}{3}
xy+23x+y=23x-y+\frac{2}{3}-x+y=\frac{2}{3}
23=23\frac{2}{3}=\frac{2}{3}

Since this equation makes sense for any values of x, y, or z, we know that there are infinitely many solutions to this system of equations, meaning that the planes coincide and the intersection is the entire plane itself.

Practice: Intersection of 2 Planes

Determine the solution(s) (if any) to the following system of equations defined by the two planes Π1: x+2yz=1\Pi_1:\ x+2y-z=-1 and Π2: 3x+6y3z+2=1\Pi_2:\ 3x+6y-3z+2=-1. Describe the intersection (if any) between the two planes.
0:00 / 0:00

Example: Intersection of 2 Planes

Find the point(s) of intersection (if any) of the following two planes. Provide a geometric description of the solution(s).
Π1:  x+2y3z1=0\Pi_1:\ \ x+2y-3z-1=0
Π2:  3x+y4z+2=0\Pi_2:\ \ 3x+y-4z+2=0

Check if the planes are parallel
n1=[1, 2, 3]\overrightarrow{n_1}=\left[1,\ 2,\ -3\right] and n2=[3, 1, 4]\overrightarrow{n_2}=\left[3,\ 1,\ -4\right] are not scalar multiples.

Therefore, the planes are not parallel and will intersect in a line.

Find the line of intersection
Solve for one variable in plane 1: x=2y+3z+1x=-2y+3z+1

Substitute this into plane 2:
3(2y+3z+1)+y4z+2=03\left(-2y+3z+1\right)+y-4z+2=0
6y+9z+3+y4z+2=0-6y+9z+3+y-4z+2=0
5y+5z+5=0-5y+5z+5=0

Assign a parameter
We can xx, yy, or zz be the parameter, you will get the equation of the same line (although it may look a bit different)

Let z=t\boxed{z=t}, then we have
5y+5t+5=0-5y+5t+5=0
5y=5t5-5y=-5t-5
y=t+1\boxed{y=t+1}

Substitute y=t+1y=t+1 and z=tz=t into the equation x=2y+3z+1x=-2y+3z+1:
x=2(t+1)+3(t)+1x=-2(t+1)+3(t)+1
x=t1\boxed{x=t-1}

Therefore, the intersection is the line x=t1y=t+1z=t\begin{array}{l} x=t-1\\ y=t+1\\ z=t \end{array} or r=[1,1,0]+t[1,1,1]\vec r=[-1, 1, 0]+t[1, 1, 1].
0:00 / 0:00

Example: Intersection of 2 Planes

Determine the solution(s) (if any) to the following system of equations defined by the two planes Π1: 2x+2y3z4=0\Pi_1:\ 2x+2y-3z-4=0 and Π2: x+yz+1=0\Pi_2:\ x+y-z+1=0.

Describe the intersection (if any) between the two planes.
Check if the planes are parallel
n1=[2, 2, 3]\overrightarrow{n_1}=\left[2,\ 2,\ -3\right] and n2=[1, 1, 1]\overrightarrow{n_2}=\left[1,\ 1,\ -1\right] are not scalar multiples.

Therefore, the planes are not parallel and will intersect in a line.

Find the line of intersection
Solve for one variable in plane 1: x=y+32z+2x=-y+\frac{3}{2}z+2

Substitute this into plane 2:
(y+32z+2)+yz+1=0\left(-y+\frac{3}{2}z+2\right)+y-z+1=0
y+32z+2+yz+1=0-y+\frac{3}{2}z+2+y-z+1=0
12z+3=0\frac{1}{2}z+3=0
z=6\boxed{z=-6}

Assign a parameter
Since yy can take on any value, let y=t\boxed{y=t}, then we have
x=y+32z+2x=-y+\frac{3}{2}z+2
x=t+32(6)+2x=-t+\frac{3}{2}\left(-6\right)+2
x=t7\boxed{x=-t-7}

Therefore, the intersection is the line x=t7y=tz=6\begin{array}{l} x=-t-7\\ y=t\\ z=-6 \end{array} or r=[7, 0, 6]+t[1, 1, 0]\vec{r}=[-7,\ 0,\ -6]+t[-1,\ 1,\ 0].

Practice: Intersection of 2 Planes

Determine the solution(s) (if any) to the following system of equations defined by the two planes Π1: 3x+y+z=0\Pi_1:\ 3x+y+z=0 and Π2: xyz=2\Pi_2:\ x-y-z=2.

Describe the intersection (if any) between the two planes.

Practice: Intersection of 2 Planes

Determine an equation of a line that passes through the point A(1, 0, 1)A\left(1,\ 0,\ 1\right) and is parallel to the line of intersection of the planes Π1: x+yz=3\Pi_1:\ x+y-z=3 abd Π2: 2x+4z=4\Pi_2:\ -2x+4z=4.