Analyzing the Setup
Imagine you are standing on the coordinate plane, looking at an ellipse defined by:
You have a center point at (2,0), and you want to expand a circle from this center until it perfectly kisses the boundary of the ellipse. This is not just a drawing exercise; it is a profound interaction between two conic sections.
The key to unlocking this problem lies in the concept of the normal. When the circle is at its maximum size, it is tangent to the ellipse. At this point of tangency, the normal to the ellipse—the line perpendicular to the tangent—must pass through the center of the circle.
The Parametric Dance
Instead of drowning in the Cartesian equation, we embrace the elegance of parametric coordinates. For an ellipse with semi-major axis a=6 and semi-minor axis b=4, any point P on the curve can be represented as (6cosθ,4sinθ).
Now, we invoke the standard equation for the normal at a point (x1,y1) on an ellipse:
Substituting our point P(6cosθ,4sinθ) and the values a2=36 and b2=16, we get:
6cosθ36x−4sinθ16y=36−16
Simplifying this, we arrive at 6xsecθ−4ycscθ=20. Dividing by two, we get the beautiful, clean equation:
The Intersection of Logic
We know this normal must pass through our circle's center, (2,0). By substituting x=2 and y=0 into our normal equation, the y term vanishes, leaving us with:
This simplifies to secθ=35, which means cosθ=53. Consequently, sinθ=54.
With these values, we find the exact coordinates of our point of tangency P:
P=(6⋅53,4⋅54)=(518,516)
The Final Stretch
The radius r is simply the distance between the center C(2,0) and the point P(518,516). Using the distance formula:
r2=(518−2)2+(516−0)2=(58)2+(516)2=2564+25256=25320=564
The equation of our circle is (x−2)2+y2=564. We are told the point (1,α) lies on this circle.
Substituting these coordinates, we get (1−2)2+α2=564, which simplifies to 1+α2=564. Thus, α2=564−1=559.
The question asks for 10α2. Multiplying 559 by 10 gives us 2×59=118.
The final answer is 118.