The intersection between a line and a plane
Consider a straight line that passes through the point and has direction vector , and a plane that contains the point and has normal vector . What is the relationship between and ? There are basically two possibilities:
Parallel
is parallel to , in which case it is (see figure)
Assume now that . We can now check if is actually in the plane, or not. All we have to check is if . If this is the case then the whole line has to be in (because is parallel to ). If , then is not in .
Intersecting
is not parallel to , in which case there is an intersection point between and .
Let us find the intersection point . As is on as well on , we know that must fulfil the following condition:
In principle, this is enough to determine , but let us make this more explicit by unpacking the equations that are hidden behind these two conditions. To do so, we first set . As is on , it has to fulfil the normal equation of :
and because is also on , it must fulfil the equation of the straight line as well:
Thus, we end up with four equations:
Solve this system of equations to find . We demonstrate this using an example.
Plane contains the point and has normal vector . Straight line passes through the point and has direction vector . Find the intersection point between and .
Solution
is not parallel to , as , so there is a single intersection point . The coordinates of must fulfil the equation of the plane and the equation of the straight line:
and
Thus we have the four equations
Let us first find out the value by inserting the lower three equations into the first one:
And it follows . It follows
The intersection point is .
Plane contains the point and has normal vector . Straight line passes through the point and has direction vector . Find the intersection point between and .
Solution
is not parallel to , as , so there is a single intersection point . As is on both and , its coordinates must fulfil the equation of the plane and the equation of the straight line:
and
Thus we have the four equations
Inserting and into the first equations, we get
and thus , from which follows . We get
The intersection point is .
Plane contains the point and has normal vector . The straight line passes through the point and has direction vector . Find the intersection point between and .
Solution
There is no intersection point, as and are parallel () and is not in (). Note that if you try to calculate the coordinates of the intersection point, you end up with the equation
In other words, there is no such , so no intersection point.
If is on , we would get an equation of the form
or
Thus, there is no condition for and we can choose any value we want (the equation is always correct). In other words, there are infinitely many intersection points. To find one, just choose an arbitrary value for .