AMC 10 · 2015 · #21

Grade 11 geometry-2d
ellipse-eccentricitycircle-equationcoordinate-geometryperpendicular-bisector extreme-principlebound-inequality-then-enumerate ↑ Prerequisites: circle-equationcoordinate-geometry
📏 Medium solution 💡 3 insights
Problem
Circles through both foci of an ellipse must also meet it at four points. Find the sum of the interval's ends.

Pick an answer.

(A)
$5\sqrt{2}+4$
(B)
$\sqrt{17}+7$
(C)
$6\sqrt{2}+3$
(D)
$\sqrt{15}+8$
(E)
12
How to solve
Strategy Introduce a Variable

"All circles through both foci" sounds like a two-dimensional search, but Tool #4 (Introduce a Variable) collapses it: the center must sit on the y-axis, so a single height n names the whole family and r=√(n²+15) comes free. Tool #1 (Draw a Diagram) keeps the picture honest — the ellipse is 8 wide and only 2 tall, so the interesting failure happens at the top and bottom vertices, not at the ends. Tool #7 (Identify Subproblems) splits the job into: where are the foci, which circles qualify, when are there exactly four crossings, and what radii those circles have. Tool #14 (Extreme Principle) then finds the boundary case where the fourth crossing is about to be lost, which is precisely what makes the interval closed at one end and open at the other. The reason for going algebraic rather than eyeballing the picture: "exactly four" is a counting claim, and only the root count of an explicit quadratic proves it in every case instead of the ones we happen to sketch.

1STEP 1

Locate the two foci

The two foci are located immediately.

x²/16+y²/1=1, c²=16-1=15, F_±=(±√(15), 0)
2STEP 2

Put every candidate center on the y-axis

Every candidate centre sits on one line.

center (0,n), r=√(n²+15), x²+(y-n)²=n²+15
3STEP 3

Trade two curves for one quadratic in y

Combining the curves gives one quadratic.

15y²+2ny-1=0 → y=(-n±√(n²+15))/15=(-n± r)/15, x²=16(1-y²)
4STEP 4

Force both heights strictly inside the band

Four crossings means both heights stay inside.

y₁=(r-n)/15 < 1 always; |y₂|=(n+r)/15 < 1⇔ √(n²+15) < 15-n⇔ n < 7
5STEP 5

Convert the range of n into the range of r

Converting gives ends summing to choice (D).

r:[0,7)⟶[√(15),8) continuous, increasing, onto; a=√(15), b=8, a+b=√(15)+8 (D)
Answer
√(15)+8
Check the two ends by hand. At n=0 the circle is x²+y²=15 with r=√(15)≈ 3.873; the quadratic becomes 15y²=1, so y=±1/√(15)≈± 0.258, both strictly inside the band, giving four points — so √(15) really is attained and the interval is closed on the left. At n=6.9 the radius is about 7.913 and the lower crossing sits at y≈-0.988, still inside, so four points persist arbitrarily close to 8. At n=7 exactly, r=8 and y₂=-1: the two lower points have merged into the single vertex (0,-1), leaving three, so 8 is excluded and the interval is open on the right. Numerically a+b≈ 3.873+8=11.87, while the choices are about 11.07, 11.12, 11.49, 11.87, 12 — only (D) fits. A second filter agrees: no circle through both foci can have radius below √(15), because the foci are 2√(15) apart and that segment is a chord, so a=√(15) is forced, and (D) is the only choice containing √(15).
💡Key takeaway

When two curves both use x only as x², subtract them: the crossings collapse into one quadratic in y, and counting how many of its roots stay strictly inside the shape's height band tells you exactly how many intersection points there are.

  • Locate the two foci
  • Put every candidate center on the y-axis
  • Trade two curves for one quadratic in y
  • Force both heights strictly inside the band
  • Convert the range of n into the range of r