Difference between revisions of "2020 AIME II Problems/Problem 7"
(→Solution 1: Graph paper coordbash) |
(→Solution 1: Graph paper coordbash) |
||
Line 41: | Line 41: | ||
We graph this on graph paper, with the scale of <math>\sqrt{2}:1</math>. So, we can find <math>OT</math> then divide by <math>\sqrt{2}</math> to convert to our desired units, then square the result. With 5 minutes' worth of coordbashing, we finally arrive at <math>298</math>. | We graph this on graph paper, with the scale of <math>\sqrt{2}:1</math>. So, we can find <math>OT</math> then divide by <math>\sqrt{2}</math> to convert to our desired units, then square the result. With 5 minutes' worth of coordbashing, we finally arrive at <math>298</math>. | ||
− | + | <asy> | |
− | /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki go to User:Azjps/geogebra */ | + | /* Geogebra to Asymptote conversion by samrocksnature, documentation at artofproblemsolving.com/Wiki go to User:Azjps/geogebra */ |
real labelscalefactor = 0.5; /* changes label-to-point distance */ | real labelscalefactor = 0.5; /* changes label-to-point distance */ | ||
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ | pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ | ||
Line 83: | Line 83: | ||
dot((-5,11),dotstyle); | dot((-5,11),dotstyle); | ||
dot((0,6),linewidth(1pt) + dotstyle); | dot((0,6),linewidth(1pt) + dotstyle); | ||
− | label(" | + | label("$O$", (0.059294254264342997,6.119672124650978), NE * labelscalefactor); |
dot((2.2602739726027394,4.972602739726027),linewidth(1pt) + dotstyle); | dot((2.2602739726027394,4.972602739726027),linewidth(1pt) + dotstyle); | ||
− | label(" | + | label("$T$", (2.326166015469254,5.094921876435061), NE * labelscalefactor); |
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
/* end of picture */ | /* end of picture */ | ||
− | + | </asy> | |
Did I overcomplicate it? :huh: | Did I overcomplicate it? :huh: |
Revision as of 01:49, 11 April 2021
Contents
Problem
Two congruent right circular cones each with base radius and height have the axes of symmetry that intersect at right angles at a point in the interior of the cones a distance from the base of each cone. A sphere with radius lies within both cones. The maximum possible value of is , where and are relatively prime positive integers. Find .
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 be the point in the cross section where the bases of the cones meet, and let be the center of the sphere. Let the axis of symmetry of one of the cones extend from its vertex, , to the center of its base, . Let the sphere be tangent to at . The right triangles and are similar, implying that the radius of the sphere isThe requested sum is .
Not part of MAA's solution, but this: https://www.geogebra.org/calculator/xv4nm97a is a good visual of the cones in GeoGebra.
Solution 1: Graph paper coordbash
We graph this on graph paper, with the scale of . So, we can find then divide by to convert to our desired units, then square the result. With 5 minutes' worth of coordbashing, we finally arrive at .
Did I overcomplicate it? :huh:
Video Solution
https://youtu.be/bz5N-jI2e0U?t=44
Video Solution 2
https://www.youtube.com/watch?v=0XJddG43pIk ~ MathEx
Video Solution 3
~IceMatrix
See Also
2020 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
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.