返回题库

AIME 2016 I · 第 4 题

AIME 2016 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A right prism with height hh has bases that are regular hexagons with sides of length 1212. A vertex AA of the prism and its three adjacent vertices are the vertices of a triangular pyramid. The dihedral angle (the angle between the two planes) formed by the face of the pyramid that lies in a base of the prism and the face of the pyramid that does not contain AA measures 6060 degrees. Find h2h^2.

Diagram

AIME diagram

~gundraja

解析

Solution 1

Let BB and CC be the vertices adjacent to AA on the same base as AA, and let DD be the last vertex of the triangular pyramid. Then CAB=120\angle CAB = 120^\circ. Let XX be the foot of the altitude from AA to BC\overline{BC}. Then since ABX\triangle ABX is a 30609030-60-90 triangle, AX=6AX = 6. Since the dihedral angle between ABC\triangle ABC and BCD\triangle BCD is 6060^\circ, AXD\triangle AXD is a 30609030-60-90 triangle and AD=63=hAD = 6\sqrt{3} = h. Thus h2=108h^2 = \boxed{108}.

~gundraja

Solution 2

Let BB and CC be the vertices adjacent to AA on the same base as AA, and let DD be the last vertex of the triangular pyramid. Notice that we can already find some lengths. We have AB=AC=12AB=AC=12 (given) and BC=BD=144+h2BC=BD=\sqrt{144+h^2} by the Pythagorean Theorem. Let MM be the midpoint of BCBC. Then, we have AM=6AM=6 (30609030-60-90) triangles and DM=36+h2DM=\sqrt{36+h^2} by the Pythagorean Theorem. Applying the Law of Cosines, since AMD=60\angle AMD=60^{\circ}, we get

h2=36+h2+36121236+h2    h2=108,h^2=36+h^2+36-\frac12 \cdot 12 \sqrt{36+h^2} \implies h^2=\boxed{108}, as desired.

-A1001