Difference between revisions of "2015 AIME I Problems/Problem 15"

m (Solution)
(Solution 3)
(12 intermediate revisions by 10 users not shown)
Line 2: Line 2:
  
 
A block of wood has the shape of a right circular cylinder with radius <math>6</math> and height <math>8</math>, and its entire surface has been painted blue.  Points <math>A</math> and <math>B</math> are chosen on the edge of one of the circular faces of the cylinder so that <math>\overarc{AB}</math> on that face measures <math>120^\text{o}</math>.  The block is then sliced in half along the plane that passes through point <math>A</math>, point <math>B</math>, and the center of the cylinder, revealing a flat, unpainted face on each half.  The area of one of these unpainted faces is <math>a\cdot\pi + b\sqrt{c}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are integers and <math>c</math> is not divisible by the square of any prime.  Find <math>a+b+c</math>.
 
A block of wood has the shape of a right circular cylinder with radius <math>6</math> and height <math>8</math>, and its entire surface has been painted blue.  Points <math>A</math> and <math>B</math> are chosen on the edge of one of the circular faces of the cylinder so that <math>\overarc{AB}</math> on that face measures <math>120^\text{o}</math>.  The block is then sliced in half along the plane that passes through point <math>A</math>, point <math>B</math>, and the center of the cylinder, revealing a flat, unpainted face on each half.  The area of one of these unpainted faces is <math>a\cdot\pi + b\sqrt{c}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are integers and <math>c</math> is not divisible by the square of any prime.  Find <math>a+b+c</math>.
 +
 +
<asy>
 +
import three; import solids;
 +
size(8cm);
 +
currentprojection=orthographic(-1,-5,3);
 +
 +
picture lpic, rpic;
 +
 +
size(lpic,5cm);
 +
draw(lpic,surface(revolution((0,0,0),(-3,3*sqrt(3),0)..(0,6,4)..(3,3*sqrt(3),8),Z,0,120)),gray(0.7),nolight);
 +
draw(lpic,surface(revolution((0,0,0),(-3*sqrt(3),-3,8)..(-6,0,4)..(-3*sqrt(3),3,0),Z,0,90)),gray(0.7),nolight);
 +
draw(lpic,surface((3,3*sqrt(3),8)..(-6,0,8)..(3,-3*sqrt(3),8)--cycle),gray(0.7),nolight);
 +
draw(lpic,(3,-3*sqrt(3),8)..(-6,0,8)..(3,3*sqrt(3),8));
 +
draw(lpic,(-3,3*sqrt(3),0)--(-3,-3*sqrt(3),0),dashed);
 +
draw(lpic,(3,3*sqrt(3),8)..(0,6,4)..(-3,3*sqrt(3),0)--(-3,3*sqrt(3),0)..(-3*sqrt(3),3,0)..(-6,0,0),dashed);
 +
draw(lpic,(3,3*sqrt(3),8)--(3,-3*sqrt(3),8)..(0,-6,4)..(-3,-3*sqrt(3),0)--(-3,-3*sqrt(3),0)..(-3*sqrt(3),-3,0)..(-6,0,0));
 +
draw(lpic,(6*cos(atan(-1/5)+3.14159),6*sin(atan(-1/5)+3.14159),0)--(6*cos(atan(-1/5)+3.14159),6*sin(atan(-1/5)+3.14159),8));
 +
 +
size(rpic,5cm);
 +
draw(rpic,surface(revolution((0,0,0),(3,3*sqrt(3),8)..(0,6,4)..(-3,3*sqrt(3),0),Z,230,360)),gray(0.7),nolight);
 +
draw(rpic,surface((-3,3*sqrt(3),0)..(6,0,0)..(-3,-3*sqrt(3),0)--cycle),gray(0.7),nolight);
 +
draw(rpic,surface((-3,3*sqrt(3),0)..(0,6,4)..(3,3*sqrt(3),8)--(3,3*sqrt(3),8)--(3,-3*sqrt(3),8)--(3,-3*sqrt(3),8)..(0,-6,4)..(-3,-3*sqrt(3),0)--cycle),white,nolight);
 +
draw(rpic,(-3,-3*sqrt(3),0)..(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),0)..(6,0,0));
 +
draw(rpic,(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),0)..(6,0,0)..(-3,3*sqrt(3),0),dashed);
 +
draw(rpic,(3,3*sqrt(3),8)--(3,-3*sqrt(3),8));
 +
draw(rpic,(-3,3*sqrt(3),0)..(0,6,4)..(3,3*sqrt(3),8)--(3,3*sqrt(3),8)..(3*sqrt(3),3,8)..(6,0,8));
 +
draw(rpic,(-3,3*sqrt(3),0)--(-3,-3*sqrt(3),0)..(0,-6,4)..(3,-3*sqrt(3),8)--(3,-3*sqrt(3),8)..(3*sqrt(3),-3,8)..(6,0,8));
 +
draw(rpic,(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),0)--(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),8));
 +
label(rpic,"$A$",(-3,3*sqrt(3),0),W);
 +
label(rpic,"$B$",(-3,-3*sqrt(3),0),W);
 +
 +
add(lpic.fit(),(0,0));
 +
add(rpic.fit(),(1,0)); </asy>
 +
 +
Credit to Royalreter1 and chezbgone2 for the diagram
  
 
==Solution==
 
==Solution==
 +
Label the points where the plane intersects the top face of the cylinder as <math>C</math> and <math>D</math>, and the center of the cylinder as <math>O</math>, such that <math>C,O,</math> and <math>A</math> are collinear. Let <math>T</math> be the center of the bottom face, and <math>M</math> the midpoint of <math>\overline{AB}</math>. Then <math>OT=4</math>, <math>TM=3</math> (because of the 120 degree angle), and so <math>OM=5</math>.
 +
 +
Project <math>C</math> and <math>D</math> onto the bottom face to get <math>X</math> and <math>Y</math>, respectively. Then the section <math>ABCD</math> (whose area we need to find), is a stretching of the section <math>ABXY</math> on the bottom face. The ratio of stretching is <math>\frac{OM}{TM}=\frac{5}{3}</math>, and we do not square this value when finding the area because it is only stretching in one direction. Using 30-60-90 triangles and circular sectors, we find that the area of the section <math>ABXY</math> is <math>18\sqrt{3}\ + 12 \pi</math>. Thus, the area of section <math>ABCD</math> is <math>20\pi + 30\sqrt{3}</math>, and so our answer is <math>20+30+3=\boxed{053}</math>.
 +
 +
==Solution 2==
 +
 +
Label the points same as in the first sentence above. Consider a view of the cylinder such that height is disregarded, i.e. a top view. From this view, note that Cylinder <math>O</math> has become a circle with <math>\overarc{AB}</math> = <math>\overarc{CD}</math> = <math>120^\text{o}</math>. Using 30-60-90 triangles, we get rectangle <math>ABCD</math> to have a horizontal component of <math>6</math>. Now, consider a side view, such that <math>A</math> and <math>B</math> coincide at the bottom of the diagram. From this view, consider the right triangle composed of hypotenuse <math>AD</math> and a point along the base of the viewpoint, which will be labeled as <math>E</math>. From the top view, <math>AE = 6</math>. Because of the height of the cylinder, <math>DE</math> is equal to <math>8</math>. This makes <math>AD</math> equal to <math>10</math>.
 +
 +
 +
Now, the use of simple calculus is required. Conceptualize an infinite number of lines perpendicular to <math>AE</math> intersecting both <math>AE</math> and <math>AD</math>. Consider the area between point <math>A</math> and the first vertical line. Label the point where the line intersects AE as E', and the point where the line intersects AD as D'. The area of the part of the initial unpainted face within these two positions approaches a rectangle with length AD' and width <math>w</math>. The area of the base within these two positions approaches a rectangle with length AE' and width <math>w</math>. The ratio of AD':AE' is 10:6, since the ratio of AD:AE is 10:6. This means that the area of the initial unpainted surface within these two positions to the area of the base within these two positions is equal to 10<math>w</math>:6<math>w</math> = 10:6. Through a similar argument, the areas between each set of vertical lines also maintains a ratio of 10:6. Therefore, the ratio of the area we wish to find to the area of the base between AB and CD (from the top perspective) is 10:6. Using 30-60-90 triangles and partial circles, the area of the base between AB and CD is calculated to be <math>18\sqrt{3}\ + 12 \pi</math>. The area of the unpainted surface therefore becomes <math>20\pi + 30\sqrt{3}</math>, and so our answer is <math>\boxed{053}</math>.
 +
 +
==Solution 3==
 +
This problem can be calculus-bashed (for those like me who never noticed the surface was merely a stretch of its projection). Label points as in the first paragraph of Solution 1 (<math>A</math> and <math>B</math> as given, <math>M</math> the midpoint of <math>AB</math>, <math>O</math> the center of the cylinder, <math>T</math> the center of the bottom face of the cylinder). Because of the 120 degrees and right triangle calculations, we find <math>MT</math> = 3, <math>OT</math> = 4, <math>OM</math> = 5). We will be integrating with respect to the y-coordinate which we define as distance downwards from <math>O</math> (in this system, the <math>y</math>-coordinate of the bottom face would be 4).
 +
 +
We note that by similar triangles, we have that the length from <math>O</math> to the point on the unpainted surface of coordinate <math>y</math> is <math>\ell = \frac{5}{4} y</math>, and therefore <math>d\ell = \frac{5}{4} dy</math>. Define the segment <math>A'B'</math> to be the intersection of the painted surface with the circular cross section of the cylinder of coordinate <math>y</math>, with endpoints <math>A'</math> and <math>B'</math> and midpoint <math>M'</math>, with <math>T'</math> the center of this circular cross section. Then, by similar triangles, <math>T'M' = \frac{3}{4} y</math> and thus <cmath>A'B' = 2A' M' = 2 \sqrt{ 6^2 - \left( \frac{3}{4}y\right)^2 } = \frac{3}{2} \sqrt{ 64 - y^2 }</cmath>. We know that <math>A'B'</math> is perpendicular to <math>OM</math>.
 +
 +
Now we can set up our integral: we will integrate <math>y</math> from 0 to 4 and multiply by two because the total height is 8.
 +
<cmath> A = 2\int_0^4 \left(\frac{3}{2}\sqrt{ 64 - y^2 }\right) \left( \frac{5}{4} dy\right) </cmath>
 +
<cmath> A = \frac{15}{4} \int_0^4 \sqrt{ 64 - y^2 }dy </cmath>
 +
 +
Then we substitute <math>y = 8\sin \theta</math> with <math>dy = 8 \cos \theta d \theta</math>, changing the bounds to 0 to <math>\frac{\pi}{6}</math> as appropriate.
 +
<cmath> A = \frac{15}{4} \int_0^\frac{\pi}{6} \sqrt{ 64 - 64\sin^2 \theta }\cdot 8\cos\theta d\theta </cmath>
 +
<cmath> A = 240 \int_0^\frac{\pi}{6} \cos^2 \theta d\theta </cmath>
 +
<cmath> A = 240 \left[ \frac{\theta}{2} + \frac{\sin 2\theta}{4} \right]_0^\frac{\pi}{6}  = 240 \left[ \frac{\pi}{12} + \frac{\sqrt{3}}{8} \right] = 20{\pi} + 30\sqrt{3}</cmath>
  
Label the points where the plane intersects the top face of the cylinder as C and D, and the center of the cylinder as O, such that COA is a straight line. Consider a view of the cylinder such that height is disregarded. From this view, note that Cylinder O has become a circle with <math>\overarc{AB}</math> = <math>\overarc{CD}</math> = <math>120^\text{o}</math>. Using 30-60-90 triangles, we get rectangle ABCD to have a horizontal component of 6. Now, consider a side view, such that A and B coincide at the bottom of the diagram. From this view, consider the right triangle composed of hypotenuse AD and a point along the base of the viewpoint, which will be labeled as E. From the top view, AE = 6. Because of the height of the cylinder, DE is equal to 8. This makes AD equal to 10.  
+
Therefore, <math>a + b + c = 20 + 30 + 3 = \boxed{053}</math>.
  
Now, the use of simple calculus is required. Conceptualize an infinite number of lines perpendicular to AE intersecting both AE and AD. Consider the area between point A and the first vertical line. Label the point where the line intersects AE as E', and the point where the line intersects AD as D'. The area of the part of the initial unpainted face within these two positions approaches a rectangle with length AD' and width <math>w</math>. The area of the base within these two positions approaches a rectangle with length AE' and width <math>w</math>. The ratio of AD':AE' is 10:6, since the ratio of AD:AE is 10:6. This means that the area of the initial unpainted surface within these two positions to the area of the base within these two positions is equal to 10<math>w</math>:6<math>w</math> = 10:6. Through a similar argument, the areas between each set of vertical lines also maintains a ratio of 10:6. Therefore, the ratio of the area we wish to find to the area of the base between AB and CD (from the top perspective) is 10:6. Using 30-60-90 triangles and partial circles, the area of the base between AB and CD is calculated to be <math>18\sqrt{3}\ + 12 \pi</math>. The area of the unpainted surface therefore becomes <math>20\pi + 30\sqrt{3}</math>, and so our answer is \boxed{053}.
+
==Video Solution by Punxsutawney Phil==
 +
https://youtube.com/watch?v=WkSksszz4KM
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=2015|n=I|num-b=14|after=Last Problem}}
 
{{AIME box|year=2015|n=I|num-b=14|after=Last Problem}}
 
{{MAA Notice}}
 
{{MAA Notice}}
[[Category:Introductory Geometry Problems]]
+
 
 +
[[Category:Intermediate Geometry Problems]]
 +
[[Category:3D Geometry Problems]]

Revision as of 12:36, 25 June 2021

Problem

A block of wood has the shape of a right circular cylinder with radius $6$ and height $8$, and its entire surface has been painted blue. Points $A$ and $B$ are chosen on the edge of one of the circular faces of the cylinder so that $\overarc{AB}$ on that face measures $120^\text{o}$. The block is then sliced in half along the plane that passes through point $A$, point $B$, and the center of the cylinder, revealing a flat, unpainted face on each half. The area of one of these unpainted faces is $a\cdot\pi + b\sqrt{c}$, where $a$, $b$, and $c$ are integers and $c$ is not divisible by the square of any prime. Find $a+b+c$.

[asy] import three; import solids; size(8cm); currentprojection=orthographic(-1,-5,3);  picture lpic, rpic;  size(lpic,5cm); draw(lpic,surface(revolution((0,0,0),(-3,3*sqrt(3),0)..(0,6,4)..(3,3*sqrt(3),8),Z,0,120)),gray(0.7),nolight); draw(lpic,surface(revolution((0,0,0),(-3*sqrt(3),-3,8)..(-6,0,4)..(-3*sqrt(3),3,0),Z,0,90)),gray(0.7),nolight); draw(lpic,surface((3,3*sqrt(3),8)..(-6,0,8)..(3,-3*sqrt(3),8)--cycle),gray(0.7),nolight); draw(lpic,(3,-3*sqrt(3),8)..(-6,0,8)..(3,3*sqrt(3),8)); draw(lpic,(-3,3*sqrt(3),0)--(-3,-3*sqrt(3),0),dashed); draw(lpic,(3,3*sqrt(3),8)..(0,6,4)..(-3,3*sqrt(3),0)--(-3,3*sqrt(3),0)..(-3*sqrt(3),3,0)..(-6,0,0),dashed); draw(lpic,(3,3*sqrt(3),8)--(3,-3*sqrt(3),8)..(0,-6,4)..(-3,-3*sqrt(3),0)--(-3,-3*sqrt(3),0)..(-3*sqrt(3),-3,0)..(-6,0,0)); draw(lpic,(6*cos(atan(-1/5)+3.14159),6*sin(atan(-1/5)+3.14159),0)--(6*cos(atan(-1/5)+3.14159),6*sin(atan(-1/5)+3.14159),8));  size(rpic,5cm); draw(rpic,surface(revolution((0,0,0),(3,3*sqrt(3),8)..(0,6,4)..(-3,3*sqrt(3),0),Z,230,360)),gray(0.7),nolight); draw(rpic,surface((-3,3*sqrt(3),0)..(6,0,0)..(-3,-3*sqrt(3),0)--cycle),gray(0.7),nolight); draw(rpic,surface((-3,3*sqrt(3),0)..(0,6,4)..(3,3*sqrt(3),8)--(3,3*sqrt(3),8)--(3,-3*sqrt(3),8)--(3,-3*sqrt(3),8)..(0,-6,4)..(-3,-3*sqrt(3),0)--cycle),white,nolight); draw(rpic,(-3,-3*sqrt(3),0)..(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),0)..(6,0,0)); draw(rpic,(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),0)..(6,0,0)..(-3,3*sqrt(3),0),dashed); draw(rpic,(3,3*sqrt(3),8)--(3,-3*sqrt(3),8)); draw(rpic,(-3,3*sqrt(3),0)..(0,6,4)..(3,3*sqrt(3),8)--(3,3*sqrt(3),8)..(3*sqrt(3),3,8)..(6,0,8)); draw(rpic,(-3,3*sqrt(3),0)--(-3,-3*sqrt(3),0)..(0,-6,4)..(3,-3*sqrt(3),8)--(3,-3*sqrt(3),8)..(3*sqrt(3),-3,8)..(6,0,8)); draw(rpic,(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),0)--(-6*cos(atan(-1/5)+3.14159),-6*sin(atan(-1/5)+3.14159),8)); label(rpic,"$A$",(-3,3*sqrt(3),0),W); label(rpic,"$B$",(-3,-3*sqrt(3),0),W);  add(lpic.fit(),(0,0)); add(rpic.fit(),(1,0)); [/asy]

Credit to Royalreter1 and chezbgone2 for the diagram

Solution

Label the points where the plane intersects the top face of the cylinder as $C$ and $D$, and the center of the cylinder as $O$, such that $C,O,$ and $A$ are collinear. Let $T$ be the center of the bottom face, and $M$ the midpoint of $\overline{AB}$. Then $OT=4$, $TM=3$ (because of the 120 degree angle), and so $OM=5$.

Project $C$ and $D$ onto the bottom face to get $X$ and $Y$, respectively. Then the section $ABCD$ (whose area we need to find), is a stretching of the section $ABXY$ on the bottom face. The ratio of stretching is $\frac{OM}{TM}=\frac{5}{3}$, and we do not square this value when finding the area because it is only stretching in one direction. Using 30-60-90 triangles and circular sectors, we find that the area of the section $ABXY$ is $18\sqrt{3}\ + 12 \pi$. Thus, the area of section $ABCD$ is $20\pi + 30\sqrt{3}$, and so our answer is $20+30+3=\boxed{053}$.

Solution 2

Label the points same as in the first sentence above. Consider a view of the cylinder such that height is disregarded, i.e. a top view. From this view, note that Cylinder $O$ has become a circle with $\overarc{AB}$ = $\overarc{CD}$ = $120^\text{o}$. Using 30-60-90 triangles, we get rectangle $ABCD$ to have a horizontal component of $6$. Now, consider a side view, such that $A$ and $B$ coincide at the bottom of the diagram. From this view, consider the right triangle composed of hypotenuse $AD$ and a point along the base of the viewpoint, which will be labeled as $E$. From the top view, $AE = 6$. Because of the height of the cylinder, $DE$ is equal to $8$. This makes $AD$ equal to $10$.


Now, the use of simple calculus is required. Conceptualize an infinite number of lines perpendicular to $AE$ intersecting both $AE$ and $AD$. Consider the area between point $A$ and the first vertical line. Label the point where the line intersects AE as E', and the point where the line intersects AD as D'. The area of the part of the initial unpainted face within these two positions approaches a rectangle with length AD' and width $w$. The area of the base within these two positions approaches a rectangle with length AE' and width $w$. The ratio of AD':AE' is 10:6, since the ratio of AD:AE is 10:6. This means that the area of the initial unpainted surface within these two positions to the area of the base within these two positions is equal to 10$w$:6$w$ = 10:6. Through a similar argument, the areas between each set of vertical lines also maintains a ratio of 10:6. Therefore, the ratio of the area we wish to find to the area of the base between AB and CD (from the top perspective) is 10:6. Using 30-60-90 triangles and partial circles, the area of the base between AB and CD is calculated to be $18\sqrt{3}\ + 12 \pi$. The area of the unpainted surface therefore becomes $20\pi + 30\sqrt{3}$, and so our answer is $\boxed{053}$.

Solution 3

This problem can be calculus-bashed (for those like me who never noticed the surface was merely a stretch of its projection). Label points as in the first paragraph of Solution 1 ($A$ and $B$ as given, $M$ the midpoint of $AB$, $O$ the center of the cylinder, $T$ the center of the bottom face of the cylinder). Because of the 120 degrees and right triangle calculations, we find $MT$ = 3, $OT$ = 4, $OM$ = 5). We will be integrating with respect to the y-coordinate which we define as distance downwards from $O$ (in this system, the $y$-coordinate of the bottom face would be 4).

We note that by similar triangles, we have that the length from $O$ to the point on the unpainted surface of coordinate $y$ is $\ell = \frac{5}{4} y$, and therefore $d\ell = \frac{5}{4} dy$. Define the segment $A'B'$ to be the intersection of the painted surface with the circular cross section of the cylinder of coordinate $y$, with endpoints $A'$ and $B'$ and midpoint $M'$, with $T'$ the center of this circular cross section. Then, by similar triangles, $T'M' = \frac{3}{4} y$ and thus \[A'B' = 2A' M' = 2 \sqrt{ 6^2 - \left( \frac{3}{4}y\right)^2 } = \frac{3}{2} \sqrt{ 64 - y^2 }\]. We know that $A'B'$ is perpendicular to $OM$.

Now we can set up our integral: we will integrate $y$ from 0 to 4 and multiply by two because the total height is 8. \[A = 2\int_0^4 \left(\frac{3}{2}\sqrt{ 64 - y^2 }\right) \left( \frac{5}{4} dy\right)\] \[A = \frac{15}{4} \int_0^4 \sqrt{ 64 - y^2 }dy\]

Then we substitute $y = 8\sin \theta$ with $dy = 8 \cos \theta d \theta$, changing the bounds to 0 to $\frac{\pi}{6}$ as appropriate. \[A = \frac{15}{4} \int_0^\frac{\pi}{6} \sqrt{ 64 - 64\sin^2 \theta }\cdot 8\cos\theta d\theta\] \[A = 240 \int_0^\frac{\pi}{6} \cos^2 \theta d\theta\] \[A = 240 \left[ \frac{\theta}{2} + \frac{\sin 2\theta}{4} \right]_0^\frac{\pi}{6}  = 240 \left[ \frac{\pi}{12} + \frac{\sqrt{3}}{8} \right] = 20{\pi} + 30\sqrt{3}\]

Therefore, $a + b + c = 20 + 30 + 3 = \boxed{053}$.

Video Solution by Punxsutawney Phil

https://youtube.com/watch?v=WkSksszz4KM

See also

2015 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 14
Followed by
Last Problem
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