Analyzing the Setup
Imagine you are standing in a coordinate plane, looking at the elegant, sweeping curve of the parabola y=x2. We have two points, A(0,1) and B(2,4), and we are tasked with finding the center of a circle that passes through both of these points while perfectly grazing the parabola at B.
This is not just a math problem; it is a puzzle of constraints. To solve it, we must listen to what the geometry is telling us.
The Chord and the Bisector
First, consider the chord AB. Since our circle passes through both A and B, the segment AB is a chord. Geometry teaches us a powerful lesson: the center of any circle must be equidistant from the endpoints of its chords.
This means the center must lie on the perpendicular bisector of AB. Let us find it. The midpoint M of AB is:
The slope of AB is mAB=2−04−1=23. The perpendicular bisector must have a slope that is the negative reciprocal, m⊥=−32.
Using the point-slope form, y−25=−32(x−1), we simplify this to:
This is our first line of defense—the center must live somewhere on this line.
The Normal at the Point of Contact
Now, let us address the tangency at B(2,4). When a circle touches a curve, they share a common tangent. The radius of the circle at the point of contact is always perpendicular to this tangent. This line, perpendicular to the tangent, is the normal.
To find it, we first need the slope of the tangent to y=x2 at x=2. The derivative is dxdy=2x. At x=2, the slope mt=2(2)=4.
The normal, being perpendicular, has a slope mn=−41. Using the point B(2,4), the equation of the normal is y−4=−41(x−2), which simplifies to:
The Intersection
We have two lines: 4x+6y=19 and x+4y=18. The center of our circle is the unique point where these two constraints meet.
To solve, we can multiply the second equation by 4 to get 4x+16y=72. Subtracting the first equation, 4x+6y=19, from this gives:
Substituting this back into x+4y=18, we find:
x=18−4(1053)=18−5106=590−106=−516
The center of the circle is C(−516,1053). We have successfully navigated the constraints, using the perpendicular bisector to handle the chord and the normal to handle the tangency. Geometry is truly a language of perfect intersections.