Academy
Formulas/maths/Circles/Family of Circles Through Intersection of a Circle and a Line

Family of Circles Through Intersection of a Circle and a Line

Circle passing through the two points where circle S = 0 meets line L = 0. λ is chosen to impose one additional condition (e.g., passes through a given point).
Derivation

Let circle Sx2+y2+2gx+2fy+c=0S \equiv x^2 + y^2 + 2gx + 2fy + c = 0 meet line Llx+my+n=0L \equiv lx + my + n = 0 at points AA and BB.

Consider S+λL=0S + \lambda L = 0:

x2+y2+2gx+2fy+c+λ(lx+my+n)=0x^2 + y^2 + 2gx + 2fy + c + \lambda(lx + my + n) = 0 x2+y2+(2g+λl)x+(2f+λm)y+(c+λn)=0x^2 + y^2 + (2g + \lambda l)x + (2f + \lambda m)y + (c + \lambda n) = 0

The coefficients of x2x^2 and y2y^2 remain equal (both 1) and there is no xyxy term — this is always a circle for any λ\lambda.

It passes through AA and BB: Since S(A)=0S(A) = 0 and L(A)=0L(A) = 0, we have S(A)+λL(A)=0S(A) + \lambda L(A) = 0 for all λ\lambda. Same for BB.

Usage: To find a specific member of this family, impose one condition. For example, "the circle also passes through P(p,q)P(p, q)" gives:

S(p,q)+λL(p,q)=0    λ=S(p,q)L(p,q)S(p, q) + \lambda L(p, q) = 0 \implies \lambda = -\frac{S(p,q)}{L(p,q)}

provided PP does not lie on LL.

This family is especially useful when the two intersection points of the original circle and line are not easily computable.