Analyzing the Setup
Imagine you have two circles, S1:x2+y2−6x=0 and S2:x2+y2−4y=0. They intersect at two points.
Instead of solving for these points directly, we utilize the Family of Circles theorem. This theorem states that any circle passing through the intersection of S1 and S2 can be represented by the equation S1+λS2=0, where λ is a parameter.
Think of λ as a dial. As you turn this dial, you sweep through an infinite collection of circles, all sharing the same two intersection points. Our task is to find the specific value of λ that places the center of our circle on the line 2x−3y+12=0.
The Algebraic Grind
Let us write out our equation:
(x2+y2−6x)+λ(x2+y2−4y)=0
Now, we organize the terms:
(1+λ)x2+(1+λ)y2−6x−4λy=0
To find the center, we must normalize the coefficients of
x2 and
y2 to
1. Dividing the entire equation by
(1+λ), we obtain:
x2+y2−1+λ6x−1+λ4λy=0
Comparing this to the standard form
x2+y2+2gx+2fy+c=0, we identify the center coordinates as
(−g,−f). This yields the general center
C:
C=(1+λ3,1+λ2λ)
The Constraint
The Bridge to the Solution
We are given the constraint that the center must lie on the line 2x−3y+12=0. Since the center lies on this line, its coordinates must satisfy the line's equation.
Substituting our
x and
y values into the line equation:
2(1+λ3)−3(1+λ2λ)+12=0
Multiplying by
(1+λ) to clear the denominator, we get:
6−6λ+12(1+λ)=0
Expanding this expression:
6−6λ+12+12λ=0⇒6λ+18=0
Solving for the parameter, we find λ=−3.
The Victory
Now, we substitute
λ=−3 back into our grouped equation:
(1−3)x2+(1−3)y2−6x−4(−3)y=0
This simplifies to:
−2x2−2y2−6x+12y=0
Dividing by
−2, we arrive at the final equation of our circle:
x2+y2+3x−6y=0
To verify, we test the point
(−3,6):
(−3)2+(6)2+3(−3)−6(6)=9+36−9−36=0
The point satisfies the equation perfectly. You have successfully navigated the problem by leveraging the geometric significance of the family of circles.