返回题库

AIME 2000 II · 第 10 题

AIME 2000 II — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A circle is inscribed in quadrilateral ABCDABCD, tangent to AB\overline{AB} at PP and to CD\overline{CD} at QQ. Given that AP=19AP=19, PB=26PB=26, CQ=37CQ=37, and QD=23QD=23, find the square of the radius of the circle.

解析

Solution 1

Call the center of the circle OO. By drawing the lines from OO tangent to the sides and from OO to the vertices of the quadrilateral, four pairs of congruent right triangles are formed.

Thus, AOP+POB+COQ+QOD=180\angle{AOP}+\angle{POB}+\angle{COQ}+\angle{QOD}=180, or (arctan(19r)+arctan(26r))+(arctan(37r)+arctan(23r))=180(\arctan(\tfrac{19}{r})+\arctan(\tfrac{26}{r}))+(\arctan(\tfrac{37}{r})+\arctan(\tfrac{23}{r}))=180.

Take the tan\tan of both sides and use the identity for tan(A+B)\tan(A+B) to get

tan(arctan(19r)+arctan(26r))+tan(arctan(37r)+arctan(23r))=n0=0.\tan(\arctan(\tfrac{19}{r})+\arctan(\tfrac{26}{r}))+\tan(\arctan(\tfrac{37}{r})+\arctan(\tfrac{23}{r}))=n\cdot0=0. Use the identity for tan(A+B)\tan(A+B) again to get

45r11926r2+60r13723r2=0.\frac{\tfrac{45}{r}}{1-19\cdot\tfrac{26}{r^2}}+\frac{\tfrac{60}{r}}{1-37\cdot\tfrac{23}{r^2}}=0. Solving gives r2=647r^2=\boxed{647}.

Note: the equation may seem nasty at first, but once you cancel the rrs and other factors, you are just left with r2r^2. That gives us 647647 quite easily.

Solution 2

Just use the area formula for tangential quadrilaterals. The numbers are really big. A terrible problem to work on (a,b,c,a, b, c, and dd are the tangent lengths, not the side lengths).

A=(a+b+c+d)(abc+bcd+cda+dab)=105647A = \sqrt{(a+b+c+d)(abc+bcd+cda+dab)} = 105\sqrt{647} r2=A2(a+b+c+d)2=647r^2=\frac{A^2}{(a+b+c+d)^2} = \boxed{647}.

Solution 3 (Smart algebra to make 2 less annoying)

Using the formulas established in solution 2, one notices:

r2=A2(a+b+c+d)2r^2=\frac{A^2}{(a+b+c+d)^2} r2=(a+b+c+d)(abc+bcd+cda+abd)(a+b+c+d)2r^2=\frac{(a+b+c+d)(abc+bcd+cda+abd) }{(a+b+c+d)^2} r2=abc+bcd+acd+abda+b+c+dr^2=\frac{abc+bcd+acd+abd}{a+b+c+d} r2=647r^2=\boxed{647} which is nowhere near as hard of a calculation. In fact, this is basically the same exact calculation done at the end of solution 1, just with less opportunity to cancel coefficients beforehand.