The Geometry of Constraints
Unlocking the Circle
Imagine you are standing on a coordinate plane, looking at two points: A(2,−1) and B(3,4). A circle passes through both of them. This is not just a random arrangement; it is a geometric dance.
Because the circle passes through A and B, the segment AB is a chord. The center of any circle must lie on the perpendicular bisector of its chords. This is the first thread we must pull to unravel the mystery of the circle's center.
Phase 1
The Perpendicular Bisector
To find this bisector, we need two things: a point on the line and the slope of the line. The point is the midpoint M of the chord AB.
Calculating the midpoint:
M=(22+3,2−1+4)=(2.5,1.5)
Next, we find the slope of the chord
AB using the slope formula
m1=x2−x1y2−y1:
m1=3−24−(−1)=5
Since our bisector is perpendicular to the chord, its slope m2 must be the negative reciprocal of m1. Thus, m2=−51.
Using the point-slope form
y−yM=m2(x−xM), we write:
y−1.5=−51(x−2.5)
Simplifying this, we get
5(y−1.5)=−(x−2.5), which leads us to the linear equation:
x+5y=10
This line is the home of our circle's center.
Phase 2
The Locus and the Intersection
The center
(h,k) also lies on the line
x=10−5y. We are given that the center must satisfy the constraint of the circle equation:
(x−5)2+(y−1)2=6.5
By substituting the expression for
x into the circle equation, we get:
(10−5y−5)2+(y−1)2=6.5
(5−5y)2+(y−1)2=6.5
Factoring out the 5, we get
25(1−y)2+(y−1)2=6.5. Since
(1−y)2 is equivalent to
(y−1)2, this simplifies to:
26(y−1)2=6.5
Solving for
y:
(y−1)2=266.5=0.25=41
This yields two potential values:
y=1.5 or
y=0.5.
Phase 3
The Diameter Trap
Here is where many students stumble. We have two possible centers.
If y=1.5, then x=10−5(1.5)=2.5. This point (2.5,1.5) is our midpoint M. If the center were the midpoint, AB would be a diameter, which the problem forbids.
We must reject this case. The only valid center is O(7.5,0.5).
Finally, we calculate the radius squared,
r2, using the distance formula from the center
O(7.5,0.5) to point
A(2,−1):
r2=(7.5−2)2+(0.5−(−1))2
r2=(5.5)2+(1.5)2=30.25+2.25=32.5
Expressed as a fraction, the final result is:
r2=265