2014 AIME II Problems/Problem 8

Revision as of 09:51, 2 September 2022 by Vvsss (talk | contribs) (Solution 3)

Problem

Circle $C$ with radius 2 has diameter $\overline{AB}$. Circle D is internally tangent to circle $C$ at $A$. Circle $E$ is internally tangent to circle $C$, externally tangent to circle $D$, and tangent to $\overline{AB}$. The radius of circle $D$ is three times the radius of circle $E$, and can be written in the form $\sqrt{m}-n$, where $m$ and $n$ are positive integers. Find $m+n$.

Solution 1

[asy] import graph; size(7.99cm);  real labelscalefactor = 0.5;  pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); pen dotstyle = black;  real xmin = 4.087153740193288, xmax = 11.08175859031552, ymin = -4.938019122704778, ymax = 1.194137062512079;  draw(circle((7.780000000000009,-1.320000000000002), 2.000000000000000));  draw(circle((7.271934046987930,-1.319179731427737), 1.491933384829670));  draw(circle((9.198812158392690,-0.8249788848962227), 0.4973111282761416));  draw((5.780002606580324,-1.316771019595571)--(9.779997393419690,-1.323228980404432));  draw((9.198812158392690,-0.8249788848962227)--(9.198009254448635,-1.322289365031666));  draw((7.271934046987930,-1.319179731427737)--(9.198812158392690,-0.8249788848962227));  draw((9.198812158392690,-0.8249788848962227)--(7.780000000000009,-1.320000000000002));  dot((7.780000000000009,-1.320000000000002),dotstyle);  label("$C$", (7.707377218471464,-1.576266740352400), NE * labelscalefactor);  dot((7.271934046987930,-1.319179731427737),dotstyle);  label("$D$", (7.303064016111554,-1.276266740352400), NE * labelscalefactor);  dot((9.198812158392690,-0.8249788848962227),dotstyle);  label("$E$", (9.225301294671791,-0.7792624249832147), NE * labelscalefactor);  dot((9.198009254448635,-1.322289365031666),dotstyle);  label("$F$", (9.225301294671791,-1.276266740352400), NE * labelscalefactor);  dot((9.779997393419690,-1.323228980404432),dotstyle);  label("$B$", (9.810012253929656,-1.276266740352400), NE * labelscalefactor);  dot((5.780002606580324,-1.316771019595571),dotstyle);  label("$A$", (5.812051070003994,-1.276266740352400), NE * labelscalefactor);  clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); [/asy]

Using the diagram above, let the radius of $D$ be $3r$, and the radius of $E$ be $r$. Then, $EF=r$, and $CE=2-r$, so the Pythagorean theorem in $\triangle CEF$ gives $CF=\sqrt{4-4r}$. Also, $CD=CA-AD=2-3r$, so \[DF=DC+CF=2-3r+\sqrt{4-4r}.\] Noting that $DE=4r$, we can now use the Pythagorean theorem in $\triangle DEF$ to get \[(2-3r+\sqrt{4-4r})^2+r^2=16r^2.\]

Solving this quadratic is somewhat tedious, but the constant terms cancel, so the computation isn't terrible. Solving gives $3r=\sqrt{240}-14$ for a final answer of $\boxed{254}$.

  • Notice that C, E and the point of tangency to circle C for circle E will be collinear because C and E intersect the tangent line at a right angle, implying they must be on the same line.

Solution 2

Consider a reflection of circle $E$ over diameter $\overline{AB}$. By symmetry, we now have three circles that are pairwise externally tangent and all internally tangent to a large circle. The small circles have radii $r$, $r$, and $3r$, and the big circle has radius $2$.

Descartes' Circle Theorem gives $\left(\frac{1}{r}+\frac{1}{r}+\frac{1}{3r}-\frac12\right)^2 = 2\left(\left(\frac{1}{r}\right)^2+\left(\frac{1}{r}\right)^2+\left(\frac{1}{3r}\right)^2+\left(-\frac12\right)^2\right)$

Note that the big circle has curvature $-\frac12$ because it is internally tangent. Solving gives $3r=\sqrt{240}-14$ for a final answer of $\boxed{254}$.

Solution 3

We use the notation of Solution 1 for triangle $\triangle DEC$ \[\sin \angle EDC = \frac {EF}{DE} = \frac {1}{4} \implies \cos \angle EDC =  \frac {\sqrt{15}}{4}.\] We use Cosine Law for $\triangle DEC$ and get: \[(4r)^2 +(2 – 3r)^2 – 2 \cdot 4r \cdot (2 – 3r) \cdot  \frac {\sqrt{15}}{4} = (2 – r)^2\]. \[(24 + 6 \sqrt{15} ) r^2 = (8 + 4 \sqrt {15})r \implies 3r = 4 \sqrt{15} – 14 \implies \boxed{\textbf{254}}.\] vladimir.shelomovskii@gmail.com, vvsss

See also

2014 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 7
Followed by
Problem 9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png