返回题库

AIME 2000 II · 第 8 题

AIME 2000 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In trapezoid ABCDABCD, leg BC\overline{BC} is perpendicular to bases AB\overline{AB} and CD\overline{CD}, and diagonals AC\overline{AC} and BD\overline{BD} are perpendicular. Given that AB=11AB=\sqrt{11} and AD=1001AD=\sqrt{1001}, find BC2BC^2.

解析

Solution

Solution 1

Let x=BCx = BC be the height of the trapezoid, and let y=CDy = CD. Since ACBDAC \perp BD, it follows that BACCBD\triangle BAC \sim \triangle CBD, so x11=yxx2=y11\frac{x}{\sqrt{11}} = \frac{y}{x} \Longrightarrow x^2 = y\sqrt{11}.

Let EE be the foot of the altitude from AA to CD\overline{CD}. Then AE=xAE = x, and ADEADE is a right triangle. By the Pythagorean Theorem,

x2+(y11)2=1001x411x2112910=0x^2 + \left(y-\sqrt{11}\right)^2 = 1001 \Longrightarrow x^4 - 11x^2 - 11^2 \cdot 9 \cdot 10 = 0 The positive solution to this quadratic equation is x2=110x^2 = \boxed{110}.

AIME diagram

Solution 2

Let BC=xBC=x. Dropping the altitude from AA and using the Pythagorean Theorem tells us that CD=11+1001x2CD=\sqrt{11}+\sqrt{1001-x^2}. Therefore, we know that vector BD=11+1001x2,x\vec{BD}=\langle \sqrt{11}+\sqrt{1001-x^2},-x\rangle and vector AC=11,x\vec{AC}=\langle-\sqrt{11},-x\rangle. Now we know that these vectors are perpendicular, so their dot product is 0.

BDAC=1111(1001x2)+x2=0\vec{BD}\cdot \vec{AC}=-11-\sqrt{11(1001-x^2)}+x^2=0 (x211)2=11(1001x2)(x^2-11)^2=11(1001-x^2) x411x211990=0.x^4-11x^2-11\cdot 990=0. As above, we can solve this quadratic to get the positve solution BC2=x2=110BC^2=x^2=\boxed{110}.

Solution 3

Let BC=xBC=x and CD=y+11CD=y+\sqrt{11}. From Pythagoras with ADAD, we obtain x2+y2=1001x^2+y^2=1001. Since ACAC and BDBD are perpendicular diagonals of a quadrilateral, then AB2+CD2=BC2+AD2AB^2+CD^2=BC^2+AD^2, so we have

(y+11)2+11=x2+1001.\left(y+\sqrt{11}\right)^2+11=x^2+1001. Substituting x2=1001y2x^2=1001-y^2 and simplifying yields

y2+11y990=0,y^2+\sqrt{11}y-990=0, and the quadratic formula gives y=911y=9\sqrt{11}. Then from x2+y2=1001x^2+y^2=1001, we plug in yy to find x2=110x^2=\boxed{110}.

Solution 4

Let EE be the intersection of the diagonals. Since the diagonals are perpendicular, applying the Pythagorean Theorem multiple times we have

BC2=BE2+CE2=(AB2AE2)+(CD2DE2)=CD2+112(AE2+DE2)=CD2+11AD2=CD2990\begin{aligned} BC^2&=BE^2+CE^2 \\ &=(AB^2-AE^2)+(CD^2-DE^2) \\ &=CD^2+\sqrt{11}^2-(AE^2+DE^2) \\ &=CD^2+11-AD^2 \\ &=CD^2-990 \end{aligned} Followed by dropping the perpendicular like in solution 1, we obtain system of equation

BC2=CD2990BC^2=CD^2-990 BC2+CD2211CD=990BC^2+CD^2-2\sqrt{11}CD=990 Rearrange the first equation yields

CD2BC2=990CD^2-BC^2=990 Equating it with the second equation we have

CD2BC2=BC2+CD2211CDCD^2-BC^2=BC^2+CD^2-2\sqrt{11}CD Which gives CD=BC211CD=\frac{BC^2}{\sqrt{11}}. Substituting into equation 1 obtains the quadratic in terms of BC2BC^2

(BC2)211BC211990=0(BC^2)^2-11BC^2-11\cdot990=0 Solving the quadratic to obtain BC2=110BC^2=\boxed{110}.

~Nafer ~edits by fermat_sLastAMC