Analyzing the Setup
Imagine you are standing on a vast, flat plane. At the origin, there is a perfectly circular fountain, defined by the equation x2+y2=4.
Nearby, there is a single, fixed point in space, marked by the coordinates (a,b). Your mission is to track the center of a new, variable circle that must pass through that point (a,b) and, crucially, must cut the fountain circle orthogonally.
We aim to find the path that the center of this new circle traces.
The Anatomy of the Variable Circle
To begin, we define our variable circle in its general form:
x2+y2+2gx+2fy+c=0
The center of this circle is located at (−g,−f). We want to find the relationship between these coordinates as the circle changes.
Since the circle must pass through the fixed point
(a,b), we substitute these coordinates into our general equation:
a2+b2+2ga+2fb+c=0
This equation acts as our anchor, linking the center parameters (g,f) to the constant c and the fixed point (a,b).
The Power of Orthogonality
Now, we introduce the condition of orthogonality. When two circles cut each other orthogonally, their radii at the point of intersection are perpendicular, leading to the algebraic condition:
2g1g2+2f1f2=c1+c2
For our fixed fountain circle, x2+y2−4=0, we identify the parameters as g2=0, f2=0, and c2=−4.
Applying this to our variable circle, the terms involving
g and
f vanish:
2g(0)+2f(0)=c+(−4)
This simplifies beautifully to 0=c−4, or simply c=4. The constant term of our variable circle is locked at 4, regardless of where the circle is centered.
Unveiling the Locus
With
c=4 determined, we return to our anchor equation:
a2+b2+2ga+2fb+4=0
We define the center of our variable circle as
(x,y). Since the center is
(−g,−f), we substitute
g=−x and
f=−y into the equation:
a2+b2+2(−x)a+2(−y)b+4=0
Rearranging the terms, we arrive at:
a2+b2−2ax−2by+4=0
Finally, by shifting the terms to match the standard form, we obtain the equation of the locus:
2ax+2by−(a2+b2+4)=0
This is a linear equation in x and y. We have successfully proven that the locus of the center is a straight line.