Online calculator to find out whether three given lines \( L_1 \), \( L_2 \), and \( L_3 \) are concurrent, meaning they all pass through the same point.
Let the three lines be given by the equations:
First, find the point of intersection of lines \( L_1 \) and \( L_2 \) by solving the system of equations:
Using Cramer's rule (determinants), the coordinates of the intersection point are:
Then, check whether point \( P(x_0, y_0) \) lies on line \( L_3 \) by verifying if:
Consider the three lines (default values in calculator):
\[ L_1: 2x + y = -1 \] \[ L_2: 3x + 2y = -1 \] \[ L_3: -3x + 4y = 7 \]
Using Cramer's rule:
\[ x_0 = \frac{\begin{vmatrix} -1 & 1 \\ -1 & 2 \end{vmatrix}}{\begin{vmatrix} 2 & 1 \\ 3 & 2 \end{vmatrix}} = \frac{(-1)(2) - (1)(-1)}{(2)(2) - (1)(3)} = \frac{-2 + 1}{4 - 3} = -1 \] \[ y_0 = \frac{\begin{vmatrix} 2 & -1 \\ 3 & -1 \end{vmatrix}}{\begin{vmatrix} 2 & 1 \\ 3 & 2 \end{vmatrix}} = \frac{(2)(-1) - (-1)(3)}{4 - 3} = \frac{-2 + 3}{1} = 1 \]
Check L₃: \( -3(-1) + 4(1) = 3 + 4 = 7 \) ✓
Therefore, the three lines are concurrent at point P(-1, 1).
Enter the coefficients a, b, and c for lines L₁, L₂, and L₃ (as defined above) and press "Calculate".
Enter coefficients for lines in the form ax + by = c
Check analytically, and using the calculator above, whether these lines are concurrent and find their intersection points:
General Equation of a Line: ax + by = c
Cramer's Rule for Solving Systems
Systems of Equations Solver
Equations of Lines in Different Forms
Online Geometry Calculators and Solvers