Topics: Geometry - Line - 3D Space
Let and be two lines in .
We say and intersect on a point if they are different lines if there exists a point such that:
Procedure
Given two lines in its general vectorial representation:
We can find their intersection by making them equal. This is the equation from where we start:
With that, we get the system with two variables and :
Solving this system gives us the intersection of the two lines. We can get three cases:
- There is one and only one solution the lines intersect (case 3)
- There are no solutions the lines never intersect
- There are infinite solutions the lines are actually the same line (i.e. they intersect everywhere; case 1)
Example 1
Let:
With these two lines, we get the system:
To solve this system, we can remove one of the equations, and then see if the determinant of the corresponding matrix is .
For instance, if we remove the second equation we get:
Since the determinant is , then we can’t work with these two equations. We shall then choose another combination of two equations and try and see if the corresponding determinant is non-zero.
However, for these two lines, we get that all three possible determinants are . In that case, then it follows that the two lines don’t intersect (i)
Example 2
Let:
Or, in their vectorial representation:
With these two lines, we get the system:
To solve this system, we can remove one of the equations, and then see if the determinant of the corresponding matrix is .
For instance, if we remove the first equation we get:
Since the determinant is non-zero, we can work with this specific two-equation system.
Upon solving it with whichever method we find most convenient, we can find the solutions to these two equations are:
When plugging these values into the equation from where we started:
…we should get the intersection point.
However, notice these two solutions won’t solve the other equation, the one we removed earlier. As such, the system has no solution, and thus, the lines never intersect.