Line Intersection Calculator

    Find intersection of two lines

    公式

    x = (b₂ - b₁) / (m₁ - m₂)

    Set equations equal to find where lines cross.

    示例

    y=2x+1 and y=-x+4

    Intersect at (1, 3).

    常见问题

    关于 Line Intersection

    Find intersection of two lines.