Analyzing the Setup
Imagine you are standing on a coordinate plane with two fixed anchors: point A at (5,0) and point B at (−5,0).
We are tasked with finding the path of a point P(x,y) that maintains a specific relationship: its distance from A is exactly three times its distance from B. This is the classic Circle of Apollonius.
The Algebraic Foundation
We start with the condition PA=3PB. To eliminate the cumbersome square roots inherent in the distance formula, we square both sides to obtain:
By substituting the coordinates of A(5,0) and B(−5,0), we derive the following equation:
Expanding both sides, we get:
x2−10x+25+y2=9(x2+10x+25+y2)
The Simplification
Next, we expand the right side of the equation:
x2−10x+25+y2=9x2+90x+225+9y2
Bringing all terms to one side, we arrive at:
Dividing the entire equation by 8, we obtain the standard form:
Final Calculation
Comparing this to the general circle equation x2+y2+2gx+2fy+c=0, we identify the parameters:
g=6.25, f=0, and c=25.
The radius squared is determined by the formula r2=g2+f2−c. Substituting our values:
r2=(6.25)2+02−25
r2=39.0625−25=14.0625
The problem requires the value of 4r2:
Rounding to the nearest integer, we arrive at the final result of 56.