Maths Olympiad Prep

Library / /4 of 7

, 2022

Geometry Difficulty 5.7 AIME, harder Prove it United States

Let aa, bb, xx, and yy be real numbers with a>4a > 4 and b>1b > 1 such that
x2a2+y2a216=(x20)2b21+(y11)2b2=1. \frac{x^2}{a^2} + \frac{y^2}{a^2 - 16} = \frac{(x - 20)^2}{b^2 - 1} + \frac{(y - 11)^2}{b^2} = 1.
Find the least possible value for a+ba + b.

Solution

The graph of
x2a2+y2a216=1 \frac{x^2}{a^2} + \frac{y^2}{a^2 - 16} = 1
is an ellipse centered at (0,0)(0, 0) with major axis parallel to the xx-axis of length 2a2a. The distance from the center to the foci is a2(a216)=4\sqrt{a^2 - (a^2 - 16)} = 4, so the foci are F1=(4,0)F_1 = (-4, 0) and F2=(4,0)F_2 = (4, 0).
Similarly, the graph of
(x20)2b21+(y11)2b2=1 \frac{(x - 20)^2}{b^2 - 1} + \frac{(y - 11)^2}{b^2} = 1
is an ellipse centered at (20,11)(20, 11) with major axis parallel to the yy-axis of length 2b2b. The distance from the center to the foci is b2(b21)=1\sqrt{b^2 - (b^2 - 1)} = 1, so the foci are G1=(20,10)G_1 = (20, 10) and G2=(20,12)G_2 = (20, 12).

Figure 1

Let P(x,y)P(x, y) be a point that lies on both ellipses, so by a property of ellipses,
2a=PF1+PF2and2b=PG1+PG2. 2a = PF_1 + PF_2 \quad \text{and} \quad 2b = PG_1 + PG_2.

Adding these equations and using the triangle inequality yields
2a+2b=PF1+PF2+PG1+PG2=(PF1+PG1)+(PF2+PG2)F1G1+F2G2=242+102+162+122=46. \begin{align*} 2a + 2b &= PF_1 + PF_2 + PG_1 + PG_2 \\ &= (PF_1 + PG_1) + (PF_2 + PG_2) \\ &\geq F_1G_1 + F_2G_2 \\ &= \sqrt{24^2 + 10^2} + \sqrt{16^2 + 12^2} = 46. \end{align*}
Thus a+b23a + b \geq 23. Equality is achieved by running this argument in reverse: that is, by taking PP to be the intersection of F1G1\overline{F_1G_1} and F2G2\overline{F_2G_2}, and then setting a=12(PF1+PF2)a = \frac{1}{2}(PF_1 + PF_2) and b=12(PG1+PG2)b = \frac{1}{2}(PG_1 + PG_2). In this case, a=16a = 16, b=7b = 7, and P=(14,7.5)P = (14, 7.5). Therefore the least possible value of a+ba + b is 2323.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.