My professor had given us a problem. It goes like -
Find equation of circle passing through intersection of circle $S=x^2+y^2-12x-4y-10=0$ and $L:3x+y=10$ and having radius equal to that of circle $S$.
So when he was telling the solution, he setup an equation like -
$x^2+y^2-12x-4y-10=0+2t(3x+y-10)=0$ where $t \in \mathbb{R}$
$= x^2+y^2+2(3t-6)x+2(-2+t)y-(10+2t)=0$
So now we can find out that radius of $S=\sqrt{50}$
Now we can use for any general circle $r=\sqrt{g^2+f^2-c}$ to get ,
$(6-3t)^2+(t-2)^2+10+20t=50\implies t=0,2$
Now we can remove $t=0$ as we will get $S$
So putting $t=2 \implies \boxed{x^2+y^2=50}$
Now this solution is ok, but I didn't get why putting $t$ worked? I mean why is $x^2+y^2-12x-4y-10=0+2t(3x+y-10)=0$ working? Can someone explain this?
Let $A,B$ be the intersection points of $S$ and $L$; in other words $S(A)=S(B)=L(A)=L(B)=0$. Then for any $t$ we also have $(S+tL)(A)=(S+tL)(B)=0$, that is $S+tL$ passes through $A$ and $B$. You seem to be asking why these are all the circles that pass through $A$ and $B$. I think this is usually explained via linear algebra. Very roughly speaking, a general circle looks like $x^2+y^2+ax+by+c=0$, with $3$ coefficients, so "the degree of freedom" is $3$. If you require a circle to pass through $A,B$ then you impose two constraints, so "there is only $1$ degree of freedom left". Since our $t$ was arbitrary, that's exactly the degree of freedom left.