Question Statement
Find the equation of the circle passing through the intersection of the circles:
C1:x2+y2−8x−2y+7=0
C2:x2+y2−4x+10y+8=0
and passing through the point (−1,−2).
Hint: The equation of the required circle can be represented as C1+λC2=0.
Background and Explanation
To find a circle passing through the intersection of two given circles S1=0 and S2=0, we use the concept of a "Family of Circles." The general equation for any such circle is S1+λS2=0, where λ is a constant determined by an additional condition (in this case, a specific point the circle must pass through).
Solution
Let the equation of the required circle be represented by the family of circles formula:
(x2+y2−8x−2y+7)+λ(x2+y2−4x+10y+8)=0
Since the required circle passes through the point (−1,−2), we substitute x=−1 and y=−2 into equation (i):
[(−1)2+(−2)2−8(−1)−2(−2)+7]+λ[(−1)2+(−2)2−4(−1)+10(−2)+8]=0(1+4+8+4+7)+λ(1+4+4−20+8)=024+λ(−3)=024−3λ=03λ=24λ=8
Now, substitute λ=8 back into equation (i) to find the specific equation of the circle:
(x2+y2−8x−2y+7)+8(x2+y2−4x+10y+8)=0x2+y2−8x−2y+7+8x2+8y2−32x+80y+64=0
Grouping the like terms together:
(x2+8x2)+(y2+8y2)+(−8x−32x)+(−2y+80y)+(7+64)=0
9x2+9y2−40x+78y+71=0
This is the required equation of the circle.
- Family of Circles: The equation of a circle passing through the intersection of two circles C1=0 and C2=0 is C1+λC2=0.
- Point Substitution: Substituting a known point (x,y) into an equation to solve for an unknown parameter (λ).
- Algebraic Simplification: Combining like terms to reach the standard form of a circle's equation.
Summary of Steps
- Set up the general equation of the family of circles using C1+λC2=0.
- Substitute the coordinates of the given point (−1,−2) into the equation.
- Solve the resulting linear equation to find the value of the constant λ.
- Substitute the value of λ back into the family equation.
- Expand the brackets and simplify by combining like terms to get the final equation.