Example
Solve the intersection points of a line and circle.
highlighted = computed this step
Step 1 — Plot circle and line
Plot the line and circle intersections.
Coordinate plot
Step 2 — Circle equation
Read the circle equation.
x2+y2=25
Step 3 — Substitute the line
Read the horizontal line.
Step 4 — Substitute y
Substitute the line into the circle.
x2+32=25
Step 5 — Solve for x squared
Solve for x squared.
x2=16
Step 6 — Roots
Take both square roots.
x=-4,4
Step 7 — Intersection points
State the intersection points.
2 points: A=(-4,3)B=(4,3)
line-circle-intersection
Substitute the line equation into the circle equation, solve the resulting quadratic, then verify each point.