Intersection of Two Lines Calculator
Table of contents
What is the intersection of two lines?Point of intersection of two lines — formulaIntersection of two lines in 3D with exampleHow to use this intersection of two lines calculatorFAQsWelcome to the intersection of two lines calculator, which will make you forget you've ever had trouble with this notorious problem of finding the point where some two lines intersect. Our tool accepts both the slope-intercept and general form of equation, and it can determine the intersection of two lines in 3D space as well!
Below you'll find a bit of theory related to this area. We'll recall what the intersection of two lines is all about and discuss the intersection of two lines formulas in 2D. Then we'll move on to 3D space, where we will see a bit of theory and test it in practice by going together through an example of intersecting lines in 3D. Never again will you have to wonder how do you find the intersection of two lines, promise!
What is the intersection of two lines?
We say that two lines in 2D or 3D space are intersecting if they cross each other. The intersecting lines can cross at one point only — this point is called the point of intersection. If two lines have more than one point in common, then these lines coincide (i.e., are the same). It's also possible that two lines do not intersect at all.
🔎 In 2D space, if two lines do not have a common point, then these lines are parallel. In 3D space, however, two non-parallel lines can have no point in common! To learn more, visit our parallel line calculator or its twin brother, the perpendicular line calculator.
Point of intersection of two lines — formula
Let us now discuss the formulas for the point of intersection of two lines in a plane.
Assume the lines are given in the slope-intercept form equations, i.e.:
Then the point of intersection, , is given by the formula:
If, instead, the lines are given by the standard form equations as:
then you can find the point of intersection using these formulae:
Derivation
To better understand where these formulas come from, let us derive the first of them. Take the two slope-intercept forms and note that their -values are equal at the point of intersection. This leads to the following:
which simplifies to:
We can now easily solve for , the -value at which the intersection occurs:
Once we have , we plug it into the first equation to get the corresponding :
That's it! As you can see, these formulas are not very short and simple, even if they are easy to derive. Fortunately, you can always use our intersection of two lines calculator!
In the next section, we'll discuss how to find the intersection of two lines in 3D space.
Intersection of two lines in 3D with example
Assume we have the parametric equations for two lines in 3D space. For the first line, we have:
and for the second, we have:
The parameters are (i.e., they can be any real value) and thus both represent all possible points on their respective lines.
🙋 If you have two points on the line and , the parametric equations of the line passing through them is:
To learn more, check out our line equation from two points calculator.
If these two lines have an intersection point, then the parameters and have some values (which we'll specify as and ) that deliver the same point . In other words, the system of equations:
which we may rewrite as:
has the solution . If there is no solution, our lines do not intersect.
Assume the solution exists. Be careful — this is not the intersection point yet! To find the intersection point, we must substitute into the parametric equations for the first line or into the equations for the second line.
It sounds complicated, but it's not! The best way to understand how this method works is to see it in action. Let us go through an example together.
Example
Let's find the intersection point of the following two lines:
First line:
Second line:
We write down the system:
and simplify it to:
Let's solve it. We'll do it by hand, but you can also use Omni's system of equations calculator.
From the first equation, we get , while from the third one, we have . Hence, as well. Therefore,
Let's plug in into the equations for the first line:
Therefore, our lines intersect at the 3D point . Don't hesitate to test this example in our intersection of two lines calculator!
How to use this intersection of two lines calculator
This is how you can use our tool to get your results quickly and easily:
-
Tell us the dimension of your problem: is it 2D or 3D?
-
Enter the equations of your lines. In the case of 2D problems, you can choose between the slope-intercept form and the general form. For 3D problems, enter the parametric form.
-
The results appear immediately. Omni's intersection of two lines calculator will display the coordinates of the intersection point, or it will warn you that the lines do not intersect.
-
If the latter happens, check carefully if you've entered the correct equations.
How do I know if two lines in 2D intersect?
To determine if two lines in a plane intersect, check their slopes. If the slopes are different, then the lines intersect at a single unique point. If the slopes are equal, then compute the intercepts:
- If the intercepts are different, the lines are parallel and have no point in common.
- If the intercepts are equal, the lines coincide and have all points in common.
Do non-parallel lines always intersect in 3D?
No, two non-parallel lines in 3D space generally do not intersect. Such lines are called skew lines, and they do not lie in the same plane. In fact, two lines in 3D space can be:
- Intersecting at exactly one point;
- Parallel to each other (but not identical);
- Identical (and therefore also parallel); or
- Skew (neither parallel nor intersecting).
What is the intersection of lines y=x+3 and y=2x+1?
The answer is (2, 5). To arrive at this result, we solve the equation x + 3 = 2x + 1, which gives x = 2. Then we plug in x = 2 into y = x + 3 to get y = 5. So the point of intersection has the coordinates (x, y) = (2, 5), as claimed.