返回题库

AIME 2021 I · 第 6 题

AIME 2021 I — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Segments AB,AC,\overline{AB}, \overline{AC}, and AD\overline{AD} are edges of a cube and AG\overline{AG} is a diagonal through the center of the cube. Point PP satisfies BP=6010BP=60\sqrt{10}, CP=605CP=60\sqrt{5}, DP=1202DP=120\sqrt{2}, and GP=367GP=36\sqrt{7}. Find AP.AP.

解析

Solution 1

First scale down the whole cube by 1212. Let point PP have coordinates (x,y,z)(x, y, z), point AA have coordinates (0,0,0)(0, 0, 0), and ss be the side length. Then we have the equations

(sx)2+y2+z2=(510)2,x2+(sy)2+z2=(55)2,x2+y2+(sz)2=(102)2,(sx)2+(sy)2+(sz)2=(37)2.\begin{aligned} (s-x)^2+y^2+z^2&=\left(5\sqrt{10}\right)^2, \\ x^2+(s-y)^2+z^2&=\left(5\sqrt{5}\right)^2, \\ x^2+y^2+(s-z)^2&=\left(10\sqrt{2}\right)^2, \\ (s-x)^2+(s-y)^2+(s-z)^2&=\left(3\sqrt{7}\right)^2. \end{aligned} These simplify into

s2+x2+y2+z22sx=250,s2+x2+y2+z22sy=125,s2+x2+y2+z22sz=200,3s22s(x+y+z)+x2+y2+z2=63.\begin{aligned} s^2+x^2+y^2+z^2-2sx&=250, \\ s^2+x^2+y^2+z^2-2sy&=125, \\ s^2+x^2+y^2+z^2-2sz&=200, \\ 3s^2-2s(x+y+z)+x^2+y^2+z^2&=63. \end{aligned} Adding the first three equations together, we get 3s22s(x+y+z)+3(x2+y2+z2)=5753s^2-2s(x+y+z)+3(x^2+y^2+z^2)=575. Subtracting this from the fourth equation, we get 2(x2+y2+z2)=5122(x^2+y^2+z^2)=512, so x2+y2+z2=256x^2+y^2+z^2=256. This means PA=16PA=16. However, we scaled down everything by 1212 so our answer is 1612=19216*12=\boxed{192}.

~JHawk0224

Solution 2 (Solution 1 with Slight Simplification)

Once the equations for the distance between point P and the vertices of the cube have been written, we can add the first, second, and third to receive,

2(x2+y2+z2)+(sx)2+(sy)2+(sz)2=250+125+200.2(x^2 + y^2 + z^2) + (s-x)^2 + (s-y)^2 + (s-z)^2 = 250 + 125 + 200. Subtracting the fourth equation gives

2(x2+y2+z2)=57563x2+y2+z2=256x2+y2+z2=16.\begin{aligned} 2(x^2 + y^2 + z^2) &= 575 - 63 \\ x^2 + y^2 + z^2 &= 256 \\ \sqrt{x^2 + y^2 + z^2} &= 16. \end{aligned} Since point A=(0,0,0),PA=16A = (0,0,0), PA = 16, and since we scaled the answer is 1612=19216 \cdot 12 = \boxed{192}.

~Aaryabhatta1

Solution 3

Let EE be the vertex of the cube such that ABEDABED is a square. Using the British Flag Theorem, we can easily show that

PA2+PE2=PB2+PD2PA^2 + PE^2 = PB^2 + PD^2 and

PA2+PG2=PC2+PE2PA^2 + PG^2 = PC^2 + PE^2 Hence, by adding the two equations together, we get 2PA2+PG2=PB2+PC2+PD22PA^2 + PG^2 = PB^2 + PC^2 + PD^2. Substituting in the values we know, we get 2PA2+7362=10602+5602+212022PA^2 + 7\cdot 36^2 =10\cdot60^2 + 5\cdot 60^2 + 2\cdot 120^2.

Thus, we can solve for PAPA, which ends up being 192\boxed{192}.

(Lokman GÖKÇE)

AIME diagram

Solution 4

For all points XX in space, define the function f:R3Rf:\mathbb{R}^{3}\rightarrow\mathbb{R} by f(X)=PX2GX2f(X)=PX^{2}-GX^{2}. Then ff is linear; let O=2A+G3O=\frac{2A+G}{3} be the center of BCD\triangle BCD. Then since ff is linear,

3f(O)=f(B)+f(C)+f(D)=2f(A)+f(G)(PB2GB2)+(PC2GC2)+(PD2GD2)=2(PA2GA2)+PG2(6010)22x2+(605)22x2+(1202)22x2=2PA223x2+(367)2,\begin{aligned} 3f(O)=f(B)+f(C)+f(D)&=2f(A)+f(G) \\ \left(PB^{2}-GB^{2}\right)+\left(PC^{2}-GC^{2}\right)+\left(PD^{2}-GD^{2}\right)&=2\left(PA^{2}-GA^{2}\right)+PG^{2} \\ \left(60\sqrt{10}\right)^{2}-2x^{2}+\left(60\sqrt{5}\right)^{2}-2x^{2}+\left(120\sqrt{2}\right)^{2}-2x^{2}&=2PA^{2}-2\cdot 3x^{2}+\left(36\sqrt{7}\right)^{2}, \end{aligned} where xx denotes the side length of the cube. Thus

36,000+18,000+28,8006x2=2PA26x2+907282,8006x2=2PA26x2+907273,728=2PA236,864=PA2PA=192.\begin{aligned} 36\text{,}000+18\text{,}000+28\text{,}800-6x^{2}&=2PA^{2}-6x^{2}+9072 \\ 82\text{,}800-6x^{2}&=2PA^{2}-6x^{2}+9072 \\ 73\text{,}728&=2PA^{2} \\ 36\text{,}864&=PA^{2} \\ PA&=\boxed{192}. \end{aligned}