返回题库

AIME 2020 II · 第 7 题

AIME 2020 II — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Two congruent right circular cones each with base radius 33 and height 88 have the axes of symmetry that intersect at right angles at a point in the interior of the cones a distance 33 from the base of each cone. A sphere with radius rr lies within both cones. The maximum possible value of r2r^2 is mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution (Official MAA)

Consider the cross section of the cones and sphere by a plane that contains the two axes of symmetry of the cones as shown below. The sphere with maximum radius will be tangent to the sides of each of the cones. The center of that sphere must be on the axis of symmetry of each of the cones and thus must be at the intersection of their axes of symmetry. Let AA be the point in the cross section where the bases of the cones meet, and let CC be the center of the sphere. Let the axis of symmetry of one of the cones extend from its vertex, BB, to the center of its base, DD. Let the sphere be tangent to AB\overline{AB} at EE. The right triangles ABD\triangle ABD and CBE\triangle CBE are similar, implying that the radius of the sphere is

CE=ADBCAB=ADBDCDAB=3582+32=1573=22573.CE = AD \cdot\frac{BC}{AB} = AD \cdot\frac{BD-CD}{AB} =3\cdot\frac5{\sqrt{8^2+3^2}} = \frac{15}{\sqrt{73}}=\sqrt{\frac{225}{73}}. The requested sum is 225+73=298225+73=298.

AIME diagram

Not part of MAA's solution, but this: https://www.geogebra.org/calculator/xv4nm97a is a good visual of the cones in GeoGebra.

Solution (Incircles + Coordinate Bash)

AIME diagram

Let AA be the origin in the above diagram. Then BB is (6,0)(6,0), CC is (0,6)(0,6), DD is (3,8)(3,8), and EE is (8,3)(8,3). Also, it is easy to see that the inscribed sphere is simply the inscribed circle of AEFAEF. Then we want to find the intersection of ADAD and CECE to determine the coordinates of point FF. Note that ADAD is line y=83xy=\frac{8}{3}x, and CECE is line y=38x+6y=-\frac{3}{8}x+6. Then, you can see that these lines are perpendicular, indicating that AEFAEF is a right triangle with right angle at FF. Finding the intersection of the lines by solving the system, we get that FF is the point (14473,38473)(\frac{144}{73},\frac{384}{73}) in this plane. Then, we can find the distances EFEF and AFAF by the distance formula, which are 5573\frac{55}{\sqrt{73}} and 4873\frac{48}{\sqrt{73}} respectively. Also, AE=73AE=\sqrt{73}. Then, to find the radius of this triangle's incircle, we use the formula a=rsa=rs from which we get that r=1573r=\frac{15}{\sqrt{73}} and r2=22573    298r^2=\frac{225}{73} \implies \boxed{298} is the answer.

~SirAppel

Solution (Clean analytic geometry)

Using the diagram above, we notice that the desired length is simply the distance between the point CC and AB\overline{AB}. We can mark CC as (3,3)(3,3) since it is 33 units away from each of the bases. Point BB is (8,3)(8,3). Thus, line AB\overline{AB} is y=38x3x+8y=0y = \frac{3}{8}x \Rightarrow 3x + 8y = 0. We can use the distance from point to line formula Ax0+By0+CA2+B2\frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}, where x0x_0 and y0y_0 are the coordinates of the point, and A, B, and C are the coefficients of the line in form Ax+By+C=0Ax + By + C = 0. Plugging everything in, we get

3(3)8(3)82+32=157322573298\frac{|3(3) - 8(3)|}{\sqrt{8^2 + 3^2}} = \frac{15}{\sqrt{73}} \Rightarrow \frac{225}{73} \Rightarrow \boxed{298} .

Solution 1: Graph paper coordbash

We graph this on graph paper, with the scale of 2:1\sqrt{2}:1. So, we can find OTOT then divide by 2\sqrt{2} to convert to our desired units, then square the result. With 5 minutes' worth of coordbashing, we finally arrive at 298298.

AIME diagram

~samrocksnature

Solution 2

Using the graph drawn above in MAA solution, we see that AC2r2\sqrt{AC^2-r^2} + BC2r2\sqrt{BC^2-r^2} = ABAB. ABAB = 82+32\sqrt{8^2+3^2} = 73\sqrt{73}, ACAC = 32\sqrt{2}, ABAB = 5. Plugging in and solve for r2r^2 gives us r2r^2 = 22573\frac{225}{73}.

~S17209

Video Solution

https://youtu.be/bz5N-jI2e0U?t=44

Video Solution 2

https://www.youtube.com/watch?v=0XJddG43pIk ~ MathEx

Video Solution 3

https://youtu.be/dHGXtB0FxXs

~IceMatrix