In rectangle ABCD, AB=100. Let E be the midpoint of AD. Given that line AC and line BE are perpendicular, find the greatest integer less than AD.
解析
Solution
Solution 1
From the problem, AB=100 and triangle FBA is a right triangle. As ABCD is a rectangle, triangles BCA, and ABE are also right triangles. By AA, △FBA∼△BCA, and △FBA∼△ABE, so △ABE∼△BCA. This gives ABAE=BCAB. AE=2AD and BC=AD, so 2ABAD=ADAB, or (AD)2=2(AB)2, so AD=AB2, or 1002, so the answer is 141.
Solution 2
Let x be the ratio of BC to AB. On the coordinate plane, plot A=(0,0), B=(100,0), C=(100,100x), and D=(0,100x). Then E=(0,50x). Furthermore, the slope of AC is x and the slope of BE is −x/2. They are perpendicular, so they multiply to −1, that is,
x⋅−2x=−1,
which implies that −x2=−2 or x=2. Therefore AD=1002≈141.42 so ⌊AD⌋=141.
Solution 3
Similarly to Solution 2, let the positive x-axis be in the direction of ray BC and let the positive y-axis be in the direction of ray BA. Thus, the vector BE=(x,100) and the vector AC=(2x,−100) are perpendicular and thus have a dot product of 0. Thus, calculating the dot product:
x⋅2x+(100)⋅(−100)=2x2−10000=02x2−10000=0→x2=5000
Substituting AD/2 for x:
(AD/2)2=5000→AD2=20000AD=1002
Solution 4
Draw CX and EX to form a parallelogram AEXC. Since EX∥AC, ∠BEX=90∘ by the problem statement, so △BEX is right. Letting AE=y, we have BE=1002+y2 and AC=EX=1002+(2y)2. Since CX=EA, 1002+y22+1002+(2y)2=(3y)2. Solving this, we have
1002+1002+y2+4y2=9y22⋅1002=4y221002=y22100=y21002=y1002=2y=AD
, so the answer is 141.