Difference between revisions of "2015 AIME II Problems/Problem 9"

m (Solution)
m (Solution 2 (No trig))
(7 intermediate revisions by 5 users not shown)
Line 28: Line 28:
 
In the problem, since three edges emanate from each vertex, the boundary of the cylinder touches the cube at three points.  Because the space diagonal of the cube is vertical, by the symmetry of the cube, the three points form an equilateral triangle.  Because the radius of the circle is <math>4</math>, by the Law of Cosines, the side length s of the equilateral triangle is
 
In the problem, since three edges emanate from each vertex, the boundary of the cylinder touches the cube at three points.  Because the space diagonal of the cube is vertical, by the symmetry of the cube, the three points form an equilateral triangle.  Because the radius of the circle is <math>4</math>, by the Law of Cosines, the side length s of the equilateral triangle is
  
<cmath>s^2 = 2*(4^2) - 2*(4^2)\cos(120^{\circ}) = 3(4^2)</cmath>
+
<cmath>s^2 = 2\cdot(4^2) - 2l\cdot(4^2)\cos(120^{\circ}) = 3(4^2)</cmath>
  
 
so <math>s = 4\sqrt{3}</math>.* Again by the symmetry of the cube, the volume we want to find is the volume of a tetrahedron with right angles on all faces at the submerged vertex, so since the lengths of the legs of the tetrahedron are <math>\frac{4\sqrt{3}}{\sqrt{2}} = 2\sqrt{6}</math> (the three triangular faces touching the submerged vertex are all <math>45-45-90</math> triangles) so  
 
so <math>s = 4\sqrt{3}</math>.* Again by the symmetry of the cube, the volume we want to find is the volume of a tetrahedron with right angles on all faces at the submerged vertex, so since the lengths of the legs of the tetrahedron are <math>\frac{4\sqrt{3}}{\sqrt{2}} = 2\sqrt{6}</math> (the three triangular faces touching the submerged vertex are all <math>45-45-90</math> triangles) so  
Line 36: Line 36:
 
so  
 
so  
  
<cmath>v^2 = 64 \cdot 6 = \boxed{384}</cmath>.
+
<cmath>v^2 = 64 \cdot 6 = \boxed{384}.</cmath>
  
 
In this case, our base was one of the isosceles triangles (not the larger equilateral one). To calculate volume using the latter, note that the height would be <math>2\sqrt{2}</math>.
 
In this case, our base was one of the isosceles triangles (not the larger equilateral one). To calculate volume using the latter, note that the height would be <math>2\sqrt{2}</math>.
  
 
*Note that in a 30-30-120 triangle, side length ratios are <math>1:1:\sqrt{3}</math>.
 
*Note that in a 30-30-120 triangle, side length ratios are <math>1:1:\sqrt{3}</math>.
 +
*Or, note that the altitude and the centroid of an equilateral triangle are the same point, so since the centroid is 4 units from the vertex (which is <math>\frac{2}{3}</math> the length of the median), the altitude is 6, which gives a hypotenuse of <math>\frac{12}{\sqrt{3}}=4\sqrt{3}</math> by <math>1:\frac{\sqrt{3}}{2}:\frac{1}{2}</math> relationship for 30-60-90 triangles.
 +
 +
==Solution 2 (No trig)==
 +
 +
Visualizing the corner which is submerged in the cylinder, we can see that its like slicing off a corner, where they slice an equal part off every edge, to make a tetrahedron where there are 3 right isosceles triangles and one equilateral triangle. This out of the way, we can now just find the area of that equilateral triangle, using the fact that the circle of radius <math>4</math> is the circumcircle of the equilateral triangle. Using e q u i l a t e r a l t r i a n g l e properties, you can find that the height of the triangle is <math>6</math>, and the side length is <math>\frac{6}{\sqrt{3}}=2\sqrt{3}*2=4\sqrt{3}</math>. As the other faces are right isosceles triangles, they are <math>\frac{4\sqrt{3}}{\sqrt{2}}=2\sqrt{6}</math>. Therefore the volume of this tetrahedron is
 +
 +
<cmath>\frac{2\sqrt{6}^2}{2}=12*(2\sqrt{6})=24\sqrt{6}=>\frac{24\sqrt{6}}{3}=8\sqrt{6}=>(8\sqrt{6})^2=\boxed{\boxed{384}}</cmath>
 +
 +
-dragoon
 +
 +
Note: The height of the cylinder and the side length of the cube had no effect on the result of the problem.
 +
 +
Note 2: If this doesn’t make sense, just imagine slicing a corner off a cube.
 +
 +
==Video Solution by Punxsutawney Phil==
 +
https://youtube.com/watch?v=Zmilbjm382A
  
 
==See also==
 
==See also==

Revision as of 18:14, 10 August 2022

Problem

A cylindrical barrel with radius $4$ feet and height $10$ feet is full of water. A solid cube with side length $8$ feet is set into the barrel so that the diagonal of the cube is vertical. The volume of water thus displaced is $v$ cubic feet. Find $v^2$.

[asy] import three; import solids; size(5cm); currentprojection=orthographic(1,-1/6,1/6);  draw(surface(revolution((0,0,0),(-2,-2*sqrt(3),0)--(-2,-2*sqrt(3),-10),Z,0,360)),white,nolight);  triple A =(8*sqrt(6)/3,0,8*sqrt(3)/3), B = (-4*sqrt(6)/3,4*sqrt(2),8*sqrt(3)/3), C = (-4*sqrt(6)/3,-4*sqrt(2),8*sqrt(3)/3), X = (0,0,-2*sqrt(2));  draw(X--X+A--X+A+B--X+A+B+C); draw(X--X+B--X+A+B); draw(X--X+C--X+A+C--X+A+B+C); draw(X+A--X+A+C); draw(X+C--X+C+B--X+A+B+C,linetype("2 4")); draw(X+B--X+C+B,linetype("2 4"));  draw(surface(revolution((0,0,0),(-2,-2*sqrt(3),0)--(-2,-2*sqrt(3),-10),Z,0,240)),white,nolight); draw((-2,-2*sqrt(3),0)..(4,0,0)..(-2,2*sqrt(3),0)); draw((-4*cos(atan(5)),-4*sin(atan(5)),0)--(-4*cos(atan(5)),-4*sin(atan(5)),-10)..(4,0,-10)..(4*cos(atan(5)),4*sin(atan(5)),-10)--(4*cos(atan(5)),4*sin(atan(5)),0)); draw((-2,-2*sqrt(3),0)..(-4,0,0)..(-2,2*sqrt(3),0),linetype("2 4")); [/asy]

Solution

Our aim is to find the volume of the part of the cube submerged in the cylinder. In the problem, since three edges emanate from each vertex, the boundary of the cylinder touches the cube at three points. Because the space diagonal of the cube is vertical, by the symmetry of the cube, the three points form an equilateral triangle. Because the radius of the circle is $4$, by the Law of Cosines, the side length s of the equilateral triangle is

\[s^2 = 2\cdot(4^2) - 2l\cdot(4^2)\cos(120^{\circ}) = 3(4^2)\]

so $s = 4\sqrt{3}$.* Again by the symmetry of the cube, the volume we want to find is the volume of a tetrahedron with right angles on all faces at the submerged vertex, so since the lengths of the legs of the tetrahedron are $\frac{4\sqrt{3}}{\sqrt{2}} = 2\sqrt{6}$ (the three triangular faces touching the submerged vertex are all $45-45-90$ triangles) so

\[v = \frac{1}{3}(2\sqrt{6})\left(\frac{1}{2} \cdot (2\sqrt{6})^2\right) = \frac{1}{6} \cdot 48\sqrt{6} = 8\sqrt{6}\]

so

\[v^2 = 64 \cdot 6 = \boxed{384}.\]

In this case, our base was one of the isosceles triangles (not the larger equilateral one). To calculate volume using the latter, note that the height would be $2\sqrt{2}$.

  • Note that in a 30-30-120 triangle, side length ratios are $1:1:\sqrt{3}$.
  • Or, note that the altitude and the centroid of an equilateral triangle are the same point, so since the centroid is 4 units from the vertex (which is $\frac{2}{3}$ the length of the median), the altitude is 6, which gives a hypotenuse of $\frac{12}{\sqrt{3}}=4\sqrt{3}$ by $1:\frac{\sqrt{3}}{2}:\frac{1}{2}$ relationship for 30-60-90 triangles.

Solution 2 (No trig)

Visualizing the corner which is submerged in the cylinder, we can see that its like slicing off a corner, where they slice an equal part off every edge, to make a tetrahedron where there are 3 right isosceles triangles and one equilateral triangle. This out of the way, we can now just find the area of that equilateral triangle, using the fact that the circle of radius $4$ is the circumcircle of the equilateral triangle. Using e q u i l a t e r a l t r i a n g l e properties, you can find that the height of the triangle is $6$, and the side length is $\frac{6}{\sqrt{3}}=2\sqrt{3}*2=4\sqrt{3}$. As the other faces are right isosceles triangles, they are $\frac{4\sqrt{3}}{\sqrt{2}}=2\sqrt{6}$. Therefore the volume of this tetrahedron is

\[\frac{2\sqrt{6}^2}{2}=12*(2\sqrt{6})=24\sqrt{6}=>\frac{24\sqrt{6}}{3}=8\sqrt{6}=>(8\sqrt{6})^2=\boxed{\boxed{384}}\]

-dragoon

Note: The height of the cylinder and the side length of the cube had no effect on the result of the problem.

Note 2: If this doesn’t make sense, just imagine slicing a corner off a cube.

Video Solution by Punxsutawney Phil

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

See also

2015 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
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