In trapezoid ABCD, leg BC is perpendicular to bases AB and CD, and diagonals AC and BD are perpendicular. Given that AB=11 and AD=1001, find BC2.
解析
Solution
Solution 1
Let x=BC be the height of the trapezoid, and let y=CD. Since AC⊥BD, it follows that △BAC∼△CBD, so 11x=xy⟹x2=y11.
Let E be the foot of the altitude from A to CD. Then AE=x, and ADE is a right triangle. By the Pythagorean Theorem,
x2+(y−11)2=1001⟹x4−11x2−112⋅9⋅10=0
The positive solution to this quadratic equation is x2=110.
Solution 2
Let BC=x. Dropping the altitude from A and using the Pythagorean Theorem tells us that CD=11+1001−x2. Therefore, we know that vector BD=⟨11+1001−x2,−x⟩ and vector AC=⟨−11,−x⟩. Now we know that these vectors are perpendicular, so their dot product is 0.
BD⋅AC=−11−11(1001−x2)+x2=0(x2−11)2=11(1001−x2)x4−11x2−11⋅990=0.
As above, we can solve this quadratic to get the positve solution BC2=x2=110.
Solution 3
Let BC=x and CD=y+11. From Pythagoras with AD, we obtain x2+y2=1001. Since AC and BD are perpendicular diagonals of a quadrilateral, then AB2+CD2=BC2+AD2, so we have
(y+11)2+11=x2+1001.
Substituting x2=1001−y2 and simplifying yields
y2+11y−990=0,
and the quadratic formula gives y=911. Then from x2+y2=1001, we plug in y to find x2=110.
Solution 4
Let E be the intersection of the diagonals. Since the diagonals are perpendicular, applying the Pythagorean Theorem multiple times we have
BC2=BE2+CE2=(AB2−AE2)+(CD2−DE2)=CD2+112−(AE2+DE2)=CD2+11−AD2=CD2−990
Followed by dropping the perpendicular like in solution 1, we obtain system of equation
BC2=CD2−990BC2+CD2−211CD=990
Rearrange the first equation yields
CD2−BC2=990
Equating it with the second equation we have
CD2−BC2=BC2+CD2−211CD
Which gives CD=11BC2. Substituting into equation 1 obtains the quadratic in terms of BC2
(BC2)2−11BC2−11⋅990=0
Solving the quadratic to obtain BC2=110.