Loading…

Line and Curve Intersection Finder

Math Geometry • Coordinate Geometry

View all topics

Find intersection points between lines and common curves (circle, parabola), with steps and a pan/zoom graph.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Select intersection type

Tip: Line–circle usually yields 0, 1 (tangent), or 2 intersection points.

Line input
Circle input

If you use center-radius, the tool converts to the general form to solve robustly.

Second line input (for Two Lines)
Parabola input (for Line & Parabola)

Parabola is in the upright form \(y=ax^2+bx+c\) (not rotated).

Graph options

The plot uses square units (equal scale in x and y), so intersections look geometrically correct.

Ready
Choose an intersection type and click Calculate.
Intersection diagram (pan/zoom enabled)

Drag to pan • wheel/trackpad to zoom • pinch on touch • “Reset view” fits the geometry.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you find the intersection of two lines?

You solve the two line equations as a 2x2 system. Using standard form A1 x + B1 y + C1 = 0 and A2 x + B2 y + C2 = 0, the determinant Delta = A1 B2 - A2 B1 indicates whether there is one intersection (Delta != 0) or the lines are parallel/coincident (Delta = 0).

How do you find the intersection of a line and a circle?

Rewrite the line in a form you can substitute into the circle equation, then reduce to a quadratic in one variable. The number of real solutions determines whether there are 0 intersections, 1 intersection (tangent), or 2 intersections.

How do you find the intersection of a line and y = a x^2 + b x + c?

Set the line equation equal to the parabola equation and rearrange to get a quadratic in x. Solve for x, then substitute each x back into the line (or parabola) to get the corresponding y values.

What does it mean if two lines have no intersection or infinitely many intersections?

No intersection means the lines are parallel (same direction, different position). Infinitely many intersections means the lines are coincident, so they represent the same line.