Difference between revisions of "2004 AIME II Problems/Problem 11"
(→Solution) |
(→Solution) |
||
Line 8: | Line 8: | ||
D(circle(O,6)); D(Q--P--R--O); D(arc((A+B)/2,B,A,(0.52,0,1),CW),linewidth(0.7)+linetype("4 4")); dot(A); dot(B); dot(O); MP("600",(3,0,0),S); MP("125",(A+P)/2,NW); MP("375\sqrt{2}",(B+P)/2,NE); MP("A",A,W); MP("B",B,E); | D(circle(O,6)); D(Q--P--R--O); D(arc((A+B)/2,B,A,(0.52,0,1),CW),linewidth(0.7)+linetype("4 4")); dot(A); dot(B); dot(O); MP("600",(3,0,0),S); MP("125",(A+P)/2,NW); MP("375\sqrt{2}",(B+P)/2,NE); MP("A",A,W); MP("B",B,E); | ||
− | |||
− | |||
pair O=(0,0), A=(-125,0), B=375*2^.5*expi(pi/4); | pair O=(0,0), A=(-125,0), B=375*2^.5*expi(pi/4); |
Revision as of 11:08, 13 September 2015
Problem
A right circular cone has a base with radius and height A fly starts at a point on the surface of the cone whose distance from the vertex of the cone is , and crawls along the surface of the cone to a point on the exact opposite side of the cone whose distance from the vertex is Find the least distance that the fly could have crawled.
Solution
Label the starting point of the fly as and the ending as and the vertex of the cone as . With the given information, and . By the Pythagorean Theorem, the slant height can be calculated by: , so the slant height of the cone is . The base of the cone has a circumference of , so if we cut the cone along its slant height and through , we get a sector of a circle with radius .
triple O=(0,0,0), P=(0,0,2*7^.5), Q=(-6,0,0), R=(6,0,0), A=(5*Q + 27*P)/32, B=(15*2^.5 * R + (32-15*2^.5)*P)/32; D(circle(O,6)); D(Q--P--R--O); D(arc((A+B)/2,B,A,(0.52,0,1),CW),linewidth(0.7)+linetype("4 4")); dot(A); dot(B); dot(O); MP("600",(3,0,0),S); MP("125",(A+P)/2,NW); MP("375\sqrt{2}",(B+P)/2,NE); MP("A",A,W); MP("B",B,E);
pair O=(0,0), A=(-125,0), B=375*2^.5*expi(pi/4);
D(arc(O,800,180,-90)); D(D(MP("A",A))--D(MP("B",B))--O); D((-800,0)--D(MP("O",O,SE))--(0,-800)); MP("800",(0,-400),W);
</asy>
Now the sector is of the entire circle. So the degree measure of the sector is . Now we know that and are on opposite sides. Therefore, since lies on a radius of the circle that is the "side" of a 270 degree sector, will lie exactly halfway between. Thus, the radius through will divide the circle into two sectors, each with measure . Draw in to create . Now, by the Law of Cosines, . From there we have .
See also
2004 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
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.