0:00 / 0:00

Intersection of 3 Planes

Given any 3 planes in R3R^3, the planes can either
  1. all intersection -- the system of equations is consistent, or
  2. don't all intersect -- the system of equations is inconsistent

PAGE BREAK

Consistent: 4 Possible Scenarios

1) The planes intersect at a single point → there is exactly one point of intersection.
2) The planes intersect in a single line → none of the planes are parallel or exactly 2 of the planes are parallel
3) The planes coincide → the intersection is the entire plane itself


PAGE BREAK

Inconsistent: 4 Possible Scenarios

1) The 3 planes are parallel and at least one is distinct → there are no points of intersection between the 3 planes
2) The planes form an "H" pattern → there are no points of intersection between the 3 planes
4) The planes form a triangular prism ("Δ\orange\Delta" patter) → there are no points of intersection between the 3 planes

PAGE BREAK

Finding Points of Intersection

To determine if the 3 planes intersect, we can use substitution or elimination to solve the system of 3 equations.
  • If we get an exact point (x, y, z)\left(x,\ y,\ z\right) the 3 planes intersect at exactly one point
  • If we get an equation tha makes sense for any values of x, y, or z (ex. 0=00=0) the 3 planes either intersect in a line or a plane
  • If we get an equation that does make sense for any values of x, y, or z (ex. 3=03=0) the 3 planes don't intersect


0:00 / 0:00

Example: Intersection of 3 Planes

Find the point(s) of intersection (if any) between the following 3 planes:
Π1: x+y+z=3\Pi_1:\ x+y+z=3
Π2: 2xyz=0\Pi_2:\ 2x-y-z=0
Π3: xy+4z=4\Pi_3:\ x-y+4z=4

Check if the planes are parallel
None of n1=[1, 1, 1]\vec{n_1}=\left[1,\ 1,\ 1\right], n2=[2, 1, 1]\vec{n_2}=\left[2,\ -1,\ -1\right], or n3=[1, 1, 4]\vec{n_3}=\left[1,\ -1,\ 4\right] are scalar multiples of one another, so the planes are not parallel.

Solve for one variable in plane 1
Equation 1: x=3yzx=3-y-z

Substitute this into both equations 2 and 3:
Equation 2: 2(3yz)yz=02\left(3-y-z\right)-y-z=0 y+z=2y+z=2
Equation 3: (3yz)y+4z=4\left(3-y-z\right)-y+4z=4 2y+3z=1-2y+3z=1

Now we need to solve these two equations
From the new Equation 2: y=2zy=2-z
Substitute this into the new equation 3: 2(2z)+3z=1-2\left(2-z\right)+3z=1 5z=55z=5 z=1\boxed{z=1}

Back substitute z=1z=1
2y+3z=1-2y+3z=1
2y+3(1)=1-2y+3\left(1\right)=1
y=1\boxed{y=1}

x=3yzx=3-y-z
x=3(1)(1)x=3-(1)-(1)
x=1\boxed{x=1}

Therefore, the planes intersect at an exact point (1,1,1)(1, 1, 1)
0:00 / 0:00

Example: Intersection of 3 Planes

Solve the following system of equations, then provide a geometric interpretation of the solution(s).
Π1: 2x2y+2z=0\Pi_1:\ 2x-2y+2z=-0
Π2: x+z=1\Pi_2:\ x+z=1
Π3: 3x+y+3z=4\Pi_3:\ 3x+y+3z=4

Check if the planes are parallel
None of n1=[2,2,2]\vec{n_1}=\left[2,-2,2\right], n2=[1,0,1]\vec{n_2}=\left[1,0,1\right], or n3=[3,1,3]\vec{n_3}=\left[3,1,3\right] are scalar multiples of one another, so the planes are not parallel.

Solve for one variable in plane 1
Equation 1: x=yzx=y-z

Substitute this into both equations 2 and 3:
Equation 2: (yz)+z=1\left(y-z\right)+z=1 y=1\boxed{y=1}
Equation 3: 3(yz)+y+3z=43\left(y-z\right)+y+3z=4 4y=44y=4 y=1\boxed{y=1}

Assign a parameter
Since zz can take on any value, let's assign z=t\boxed{z=t}

Substitute the value y=1y=1 and z=tz=t into the equation x=yzx=y-z:
x=1t\boxed{x=1-t}

Therefore, the planes intersect in a line r=[1,1,0]+t[1,0,1]\vec r=[1, 1, 0]+t[-1, 0, 1]
0:00 / 0:00

Example: Intersection of 3 Planes

Solve the following system of equations, then provide a geometric interpretation of the solutions(s).
Π1: x+y2z=3\Pi_1:\ x+y-2z=3
Π2: 2x+2y4z=6\Pi_2:\ 2x+2y-4z=6
Π3: x+3yz=0\Pi_3:\ x+3y-z=0

Check if the planes are parallel
Π1\Pi_1 and Π2\Pi_2 are scalar multiples of one another, meaning that the planes are identical.

Π3\Pi_3 has a normal vector that is not a scalar multiple of the normal vectors of Π1\Pi_1 and Π2\Pi_2, meaning that the three planes must intersect in a line.

Solve for one variable in plane 1
Equation 1: x=3y+2zx=3-y+2z

Substitute this into equation 3:
(3y+2z)+3yz=0\left(3-y+2z\right)+3y-z=0
3+2y+z=03+2y+z=0
z=32yz=-3-2y

Assign a parameter
Let y=t\boxed{y=t}

Substitute this into z=32yz=-3-2y:
z=32t\boxed{z=-3-2t}

Substitute y=ty=t and z=32tz=-3-2t into x=3y+2zx=3-y+2z:
x=3t+2(32t)x=3-t+2(-3-2t)
x=35t\boxed{x=-3-5t}

Therefore, the planes intersect in a line r=[3,0,3]+t[5,1,2]\vec r=[-3,0,-3]+t[-5,1,-2]
0:00 / 0:00

Example: Intersection of 3 Planes

Solve the following system of equations, then provide a geometric interpretation of the solutions(s).
Π1: x+y2z=3\Pi_1:\ x+y-2z=3
Π2: 2x+2y4z=6\Pi_2:\ 2x+2y-4z=6
Π3: 4x+4y8z=12\Pi_3:\ 4x+4y-8z=12

Check if the planes are parallel
Π1\Pi_1, Π2\Pi_2, and Π3\Pi_3 are scalar multiples of one another, meaning that the planes are identical.

Therefore, the 3 planes intersect at infinitely many points. The intersection is the plane itself.

Practice: Intersection of 3 Planes

Solve the following system of equations, then provide a geometric interpretation of the solution(s).
Π1: xy+z=4\Pi_1:\ x-y+z=4
Π2: 3x+y+z=6\Pi_2:\ 3x+y+z=6
Π3: 2x4y+3z=11\Pi_3:\ 2x-4y+3z=11
0:00 / 0:00

Example: Intersection of 3 Planes

Find the point(s) of intersection (if any) between the following 3 planes:
Π1: x+yz=3\Pi_1:\ x+y-z=3
Π2: 2x+2y2z=0\Pi_2:\ 2x+2y-2z=0
Π3: 3x3y+3z=0\Pi_3:\ -3x-3y+3z=0

Check if the planes are parallel
Planes 1, 2, and 3 all have parallel normal vectors. However, only planes 2 and 3 have Cartesian equations that are scalar multiples of one another.

This manes that planes 2 and 3 are identical, and plane 1 is a distinct parallel plane.

Therefore, there are no points of intersection between the 3 planes.
0:00 / 0:00

Example: Intersection of 3 Planes

Find the point(s) of intersection (if any) between the following 3 planes:
Π1: x+yz=3\Pi_1:\ x+y-z=3
Π2: 2x+2y2z=0\Pi_2:\ 2x+2y-2z=0
Π3: x+2yz=1\Pi_3:\ x+2y-z=1

Check if the planes are parallel
Planes 1 and 2 have parallel normal vectors but their Cartesian equations are not scalar multiples of one another. This manes that planes 1 and 2 are parallel but distinct.

Therefore, there are no points of intersection between the 3 planes.

Alternatively
Solve for one variable in plane 1: x=3y+zx=3-y+z

Substitute this into both equations 2 and 3:
Equation 2: 2(3y+z)+2y2z=02\left(3-y+z\right)+2y-2z=06=06=0
Equation 3: (3y+z)+2yz=1\left(3-y+z\right)+2y-z=1y=2y=-2

Since we get the equation 6=06=0 which doesn't make sense for any values of x, y, or z, we know that these 3 planes do not intersect.
0:00 / 0:00

Example: Intersection of 3 Planes

Find the point(s) of intersection (if any) between the following 3 planes:
Π1: 2x+y+z=0\Pi_1:\ 2x+y+z=0
Π2: xyz=1\Pi_2:\ x-y-z=1
Π3: x+y+z=0\Pi_3:\ x+y+z=0

Check if the planes are parallel
None of the planes are parallel

Solve for one variable in plane 1:
Equation 1: y=2xzy=-2x-z

Substitute this into both equations 2 and 3:
Equation 2: x(2xz)z=1x-\left(-2x-z\right)-z=13x=13x=1 x=13x=\frac{1}{3}
Equation 3: x+(2xz)+z=0x+\left(-2x-z\right)+z=0x=0x=0

Since we get different values of x, there are no points of intersection between the 3 planes.

Practice: Intersection of 3 Planes

Solve the following system of equations, then provide a geometric interpretation of the solution(s).
Π1: xy+z=0\Pi_1:\ x-y+z=0
Π2: x+y+z=0\Pi_2:\ x+y+z=0
Π3: 2x+y+2z=1\Pi_3:\ 2x+y+2z=1