返回题库

AIME 2009 II · 第 3 题

AIME 2009 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In rectangle ABCDABCD, AB=100AB=100. Let EE be the midpoint of AD\overline{AD}. Given that line ACAC and line BEBE are perpendicular, find the greatest integer less than ADAD.

解析

Solution

Solution 1

AIME diagram

From the problem, AB=100AB=100 and triangle FBAFBA is a right triangle. As ABCDABCD is a rectangle, triangles BCABCA, and ABEABE are also right triangles. By AAAA, FBABCA\triangle FBA \sim \triangle BCA, and FBAABE\triangle FBA \sim \triangle ABE, so ABEBCA\triangle ABE \sim \triangle BCA. This gives AEAB=ABBC\frac {AE}{AB}= \frac {AB}{BC}. AE=AD2AE=\frac{AD}{2} and BC=ADBC=AD, so AD2AB=ABAD\frac {AD}{2AB}= \frac {AB}{AD}, or (AD)2=2(AB)2(AD)^2=2(AB)^2, so AD=AB2AD=AB \sqrt{2}, or 1002100 \sqrt{2}, so the answer is 141\boxed{141}.

Solution 2

Let xx be the ratio of BCBC to ABAB. On the coordinate plane, plot A=(0,0)A=(0,0), B=(100,0)B=(100,0), C=(100,100x)C=(100,100x), and D=(0,100x)D=(0,100x). Then E=(0,50x)E=(0,50x). Furthermore, the slope of AC\overline{AC} is xx and the slope of BE\overline{BE} is x/2-x/2. They are perpendicular, so they multiply to 1-1, that is,

xx2=1,x\cdot-\frac{x}{2}=-1, which implies that x2=2-x^2=-2 or x=2x=\sqrt 2. Therefore AD=1002141.42AD=100\sqrt 2\approx 141.42 so AD=141\lfloor AD\rfloor=\boxed{141}.

Solution 3

Similarly to Solution 2, let the positive x-axis be in the direction of ray BCBC and let the positive y-axis be in the direction of ray BABA. Thus, the vector BE=(x,100)BE=(x,100) and the vector AC=(2x,100)AC=(2x,-100) are perpendicular and thus have a dot product of 0. Thus, calculating the dot product:

x2x+(100)(100)=2x210000=0x\cdot2x+(100)\cdot(-100)=2x^2-10000=0 2x210000=0x2=50002x^2-10000=0\rightarrow x^2=5000 Substituting AD/2 for x:

(AD/2)2=5000AD2=20000(AD/2)^2=5000\rightarrow AD^2=20000 AD=1002AD=100\sqrt2

Solution 4

AIME diagram

Draw CXCX and EXEX to form a parallelogram AEXCAEXC. Since EXACEX \parallel AC, BEX=90\angle BEX=90^\circ by the problem statement, so BEX\triangle BEX is right. Letting AE=yAE=y, we have BE=1002+y2BE=\sqrt{100^2+y^2} and AC=EX=1002+(2y)2AC=EX=\sqrt{100^2+(2y)^2}. Since CX=EACX=EA, 1002+y22+1002+(2y)2=(3y)2\sqrt{100^2+y^2}^2+\sqrt{100^2+(2y)^2}=(3y)^2. Solving this, we have

1002+1002+y2+4y2=9y2100^2+ 100^2 + y^2 + 4y^2 = 9y^2 21002=4y22\cdot 100^2 = 4y^2 10022=y2\frac{100^2}{2}=y^2 1002=y\frac{100}{\sqrt{2}}=y 10022=y\frac{100\sqrt{2}}{2}=y 1002=2y=AD100\sqrt{2}=2y=AD , so the answer is 141\boxed{141}.