intersection of a line and plane

Types of intersections

There are three types of intersections between a line and a plane that you should know:

1. Plane contains the line
1. Plane contains the line
2. Line intersects the plane at a point
2. Line intersects the plane at a point
3. Line does not intersect plane
3. Line does not intersect plane

1. Plane contains the line

No description

In this scenario, the line directly on the plane. This means there is exists an infinite number of points such that if they are on the line, they are also points on the plane it intersects.

This type of intersection also means that the line is parallel to the plane.

example

Show that the line r=(3, 2, 1)+t(14, 5, 3) \vec {r} = (3, \ -2, \ 1) + t(14, \ -5, \ -3) , tR t \in \mathbb {R} and the plane x+y+3z4=0 x + y + 3z - 4 = 0 share an infinite number of points by:

a) Substituting the parametric equations of the line into the plane

b) Using the dot product

answer

a) By substituting the parametric equations into the plane, we get:

   x+y+3z4=0 \quad \quad \quad \quad \quad \quad \quad \quad \quad \ \ \ x + y + 3z - 4 = 0

(3+14t)+(25t)+3(13t)4=0 (3 + 14t) + (-2 - 5t) + 3(1 - 3t) - 4 = 0

 3+14t25t+39t4=0 \quad \quad \quad \ \, \, 3 + 14t -2 - 5t + 3 - 9t - 4 = 0

 (0)t=0 \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \ \, (0)t = 0

Since there is an infinite number of values of tt that we can plug in to satisfy the equation, there are an infinite number of points that are on both the line and the plane.


\therefore The line intersects the plane at an infinite number of points


b) To use the dot product to solve this problem, we must first find the direction vector of the line, and the normal of the plane:


The direction vector of the line is equation to m \vec {m} , which is made up of the vector being multiplied to tt.

So, the direction vector of the line is dline=(14, 5, 3) \vec {d}_{line} = (14, \ -5, \ -3) .

The normal vector of the plane is denoted by the coefficients of the variables: nplane=(1, 1, 3) \vec {n}_{plane} = (1, \ 1, \ 3) .


Now, we must determine whether or not the vectors are perpendicular by calculating their dot product.

dline  nplane=(14, 5, 3)  (1, 1, 3)=(14)(1)+(5)(1)+(3)(3)=1459=0 \vec {d}_{line} \ \cdot \ \vec {n}_{plane} = (14, \ -5, \ -3) \ \cdot \ (1, \ 1, \ 3) = (14)(1) + (-5)(1) + (-3)(3) = 14 - 5 - 9 = 0

So, the line is parallel to the plane, since its direction vector is orthogonal to the plane's normal.


Now we must show that at least one point on the line is also on the plane, to prove there is an infinite number of points that are intersect the line and the plane:

We know that the point (3, 2, 1) (3, \ -2, \ 1) is on the line from its vector equation.


Now, just substitute it into the plane's scalar equation:

  x+y+3z4=0 \quad \quad \ \ \, x + y + 3z - 4 = 0

(3)+(2)+3(1)4=0 (3) + (-2) + 3(1) - 4 = 0

3+2+34=0 3 + -2 + 3 - 4 = 0

66=0 6 - 6 = 0

0=0 0 = 0

Since the point satisfies the equation above, it is also on the plane, which means that the line intersects the plane at an infinite number of points.


\therefore The line intersects the plane at an infinite numebr of points

2. Line intersects the plane at a point

No description

When a line intersects the plane at a point, it is never parallel to the plane.

example

Find the point of intersection between the line r=(3, 1, 2)+t(1, 4, 8) \vec {r} = (3, \ 1, \ 2) + t(1, \ -4, \ -8) , sR s \in \mathbb {R} and the plane 4x+2yz8=0 4x + 2y - z - 8 = 0 .

answer

Since we are given the vector equation of the line, and the scalar equation of the plane, we should obtain the parametric equations of the line, and plug them into the equation, and get a value for tt.

Once we have the value of tt, we can determine the point at which the intersection occurs by substituting it into the line's vector equation, and solving.


So, the parametric equations of the line are:

x=3+t x = 3 + t

y=14t y = 1 - 4t

z=28t z = 2 - 8t


Now, plug those parametric equations into the plane's scalar equation:

   4x+2yz8=0 \quad \quad \quad \quad \quad \quad \quad \ \ \ \, 4x + 2y - z - 8 = 0

4(3+t)+2(14t)(28t)8=0 4(3 + t) + 2(1 - 4t) - (2 - 8t) - 8 = 0

12+4t+28t2+8t8=0 \quad \quad \, \, 12 + 4t + 2 - 8t - 2 + 8t - 8 = 0

   4t=4 \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \ \ \ \, 4t = -4

 t=1 \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \ \, t = -1


Finally, find the point of intersection

(3, 1, 2)+t(1, 4, 8) (3, \ 1, \ 2) + t(1, \ -4, \ -8)

=(3, 1, 2)+(1)(1, 4, 8) = (3, \ 1, \ 2) + (-1)(1, \ -4, \ -8)

=(3, 1, 2)+(1, 4, 8) = (3, \ 1, \ 2) + (-1, \ 4, \ 8)

=(1, 5, 10) = (1, \ 5, \ 10)


\therefore The point at which the line and plane intersect is (1, 5, 10) (1, \ 5, \ 10)

3. Line is parallel, but never intersects the plane

No description

example

Show that the line with parametric equations x=2+t x = 2 + t , y=2+2t y = 2 + 2t and z=9+8t z = 9 + 8t where tR t \in \mathbb {R} does not intersect the plane 2x5y+z6=0 2x - 5y + z - 6 = 0 by:

a) Substituting the parametric equations of the line into the plane

b) Using the dot product

answer

a) When we substitute the equations into line, we get:

   2x5y+z6=0 \quad \quad \quad \quad \quad \quad \quad \ \ \ \, 2x - 5y + z - 6 = 0

2(2+t)5(2+2t)+(9+8t)6=0 2(2 + t) - 5(2 + 2t) + (9 + 8t) - 6 = 0

  4+2t1010t+9+8t6=0 \quad \ \ \, \, 4 + 2t - 10 - 10t + 9 + 8t - 6 = 0

(0)t=3 \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \, (0)t = -3


Sinc there is no value of tt for which the equation is true, there is no intersection.


b) To use the dot product to solve this problem, we must first find the direction vector of the line, and the normal of the plane:


The direction vector of the line is equation to m \vec {m} , which is made up of the coefficients beside tt for each coordinate.

For the line in this question, the direction vector is d line =(1, 2, 8) \vec {d}_{ \text{ line } } = (1, \ 2, \ 8) .

Since we have the scalar equation of the plane, the normal vector of the plane is nplane=(2, 5, 1) \vec {n}_{ \text {plane} } = (2, \ -5, \ 1) .


If the dot product of these two vectors is equal to zero, it means that the line and the plane are parallel to each other (since the direction vector of the line is orthogonal to the plane's normal).

So, (1, 2, 8)  (2, 5, 1)=(1)(2)+(2)(5)+(8)(1)=210+8=0 (1, \ 2, \ 8) \ \cdot \ (2, \ -5, \ 1) = (1)(2) + (2)(-5) + (8)(1) = 2 - 10 + 8 = 0


Now we must prove that no point on the line exists on the plane.

Since we know that (2, 2, 9) (2, \ 2, \ 9) is a point on the line, we can just it into the plane's scalar equation to check:

   2x5y+z6=0 \quad \ \ \ \, \, \, 2x - 5y + z - 6 = 0

2(2)5(2)+(9)6=0 2(2) - 5(2) + (9) - 6 = 0

  410+96=0 \quad \quad \ \ \, \, 4 - 10 + 9 - 6 = 0

   30 \quad \quad \quad \quad \quad \quad \quad \ \ \ -3 \ne 0


\therefore The line does not intersect the plane.