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
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 , and the plane 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:
Since there is an infinite number of values of 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.
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 , which is made up of the vector being multiplied to .
So, the direction vector of the line is .
The normal vector of the plane is denoted by the coefficients of the variables: .
Now, we must determine whether or not the vectors are perpendicular by calculating their dot product.
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 is on the line from its vector equation.
Now, just substitute it into the plane's scalar equation:
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.
The line intersects the plane at an infinite numebr of points
2. Line intersects the plane at a point
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 , and the plane .
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 .
Once we have the value of , 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:
Now, plug those parametric equations into the plane's scalar equation:
Finally, find the point of intersection
The point at which the line and plane intersect is
3. Line is parallel, but never intersects the plane
example
Show that the line with parametric equations , and where does not intersect the plane 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:
Sinc there is no value of 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 , which is made up of the coefficients beside for each coordinate.
For the line in this question, the direction vector is .
Since we have the scalar equation of the plane, the normal vector of the plane is .
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,
Now we must prove that no point on the line exists on the plane.
Since we know that is a point on the line, we can just it into the plane's scalar equation to check:
The line does not intersect the plane.