返回题库

AIME 1986 · 第 14 题

AIME 1986 — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The shortest distances between an interior diagonal of a rectangular parallelepiped, PP, and the edges it does not meet are 252\sqrt{5}, 3013\frac{30}{\sqrt{13}}, and 1510\frac{15}{\sqrt{10}}. Determine the volume of PP.

解析

Solution

AIME diagram

In the above diagram, we focus on the line that appears closest and is parallel to BCBC. All the blue lines are perpendicular lines to BCBC and their other points are on ABAB, the main diagonal. The green lines are projections of the blue lines onto the bottom face; all of the green lines originate in the corner and reach out to ACAC, and have the same lengths as their corresponding blue lines. So we want to find the shortest distance between ACAC and that corner, which is wlw2+l2\frac {wl}{\sqrt {w^2 + l^2}}.

So we have:

lwl2+w2=105\frac {lw}{\sqrt {l^2 + w^2}} = \frac {10}{\sqrt {5}} hwh2+w2=3013\frac {hw}{\sqrt {h^2 + w^2}} = \frac {30}{\sqrt {13}} hlh2+l2=1510\frac {hl}{\sqrt {h^2 + l^2}} = \frac {15}{\sqrt {10}} Notice the familiar roots: 5\sqrt {5}, 13\sqrt {13}, 10\sqrt {10}, which are 12+22\sqrt {1^2 + 2^2}, 22+32\sqrt {2^2 + 3^2}, 12+32\sqrt {1^2 + 3^2}, respectively. (This would give us the guess that the sides are of the ratio 1:2:3, but let's provide the complete solution.)

l2w2l2+w2=11l2+1w2=20\frac {l^2w^2}{l^2 + w^2} = \frac {1}{\frac {1}{l^2} + \frac {1}{w^2}} = 20 h2w2h2+w2=11h2+1w2=90013\frac {h^2w^2}{h^2 + w^2} = \frac {1}{\frac {1}{h^2} + \frac {1}{w^2}} = \frac {900}{13} h2l2h2+l2=11h2+1l2=452\frac {h^2l^2}{h^2 + l^2} = \frac {1}{\frac {1}{h^2} + \frac {1}{l^2}} = \frac {45}{2} We invert the above equations to get a system of linear equations in 1h2\frac {1}{h^2}, 1l2\frac {1}{l^2}, and 1w2\frac {1}{w^2}:

1l2+1w2=45900\frac {1}{l^2} + \frac {1}{w^2} = \frac {45}{900} 1h2+1w2=13900\frac {1}{h^2} + \frac {1}{w^2} = \frac {13}{900} 1h2+1l2=40900\frac {1}{h^2} + \frac {1}{l^2} = \frac {40}{900} We see that h=15h = 15, l=5l = 5, w=10w = 10. Therefore V=51015=750V = 5 \cdot 10 \cdot 15 = \boxed{750}