返回题库

AIME 2013 II · 第 10 题

AIME 2013 II — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given a circle of radius 13\sqrt{13}, let AA be a point at a distance 4+134 + \sqrt{13} from the center OO of the circle. Let BB be the point on the circle nearest to point AA. A line passing through the point AA intersects the circle at points KK and LL. The maximum possible area for BKL\triangle BKL can be written in the form abcd\frac{a - b\sqrt{c}}{d}, where aa, bb, cc, and dd are positive integers, aa and dd are relatively prime, and cc is not divisible by the square of any prime. Find a+b+c+da+b+c+d.

解析

Solution 1 (Coordbash)

AIME diagram

Now we put the figure in the Cartesian plane, let the center of the circle O(0,0)O (0,0), then B(13,0)B (\sqrt{13},0), and A(4+13,0)A(4+\sqrt{13},0)

The equation for Circle O is x2+y2=13x^2+y^2=13, and let the slope of the line AKLAKL be kk, then the equation for line AKLAKL is y=k(x413)y=k(x-4-\sqrt{13}).

Then we get (k2+1)x22k2(4+13)x+k2(4+13)213=0(k^2+1)x^2-2k^2(4+\sqrt{13})x+k^2\cdot (4+\sqrt{13})^2-13=0. According to Vieta's Formulas, we get

x1+x2=2k2(4+13)k2+1x_1+x_2=\frac{2k^2(4+\sqrt{13})}{k^2+1}, and x1x2=(4+13)2k213k2+1x_1x_2=\frac{(4+\sqrt{13})^2\cdot k^2-13}{k^2+1}

So, LK=1+k2(x1+x2)24x1x2LK=\sqrt{1+k^2}\cdot \sqrt{(x_1+x_2)^2-4x_1x_2}

Also, the distance between BB and LKLK is k×13(4+13)k1+k2=4k1+k2\frac{k\times \sqrt{13}-(4+\sqrt{13})\cdot k}{\sqrt{1+k^2}}=\frac{-4k}{\sqrt{1+k^2}}

So the area S=0.5ah=4k(16+813)k213k2+1S=0.5ah=\frac{-4k\sqrt{(16+8\sqrt{13})k^2-13}}{k^2+1}

Then the maximum value of SS is 10426133\frac{104-26\sqrt{13}}{3}

So the answer is 104+26+13+3=146104+26+13+3=\boxed{146}.

Solution 2

AIME diagram

Draw OCOC perpendicular to KLKL at CC. Draw BDBD perpendicular to KLKL at DD.

OKLBKL=OCBD=AOAB=4+134\frac{\triangle OKL}{\triangle BKL} = \frac{OC}{BD} = \frac{AO}{AB} = \frac{4+\sqrt{13}}{4} Therefore, to maximize area of BKL\triangle BKL, we need to maximize area of OKL\triangle OKL.

OKL=12r2sinKOL\triangle OKL = \frac12 r^2 \sin{\angle KOL} So when area of OKL\triangle OKL is maximized, KOL=π2\angle KOL = \frac{\pi}{2}.

Eventually, we get

BKL=12(13)2(44+13)=10426133\triangle BKL= \frac12 \cdot (\sqrt{13})^2\cdot(\frac{4}{4+\sqrt{13}})=\frac{104-26\sqrt{13}}{3} So the answer is 104+26+13+3=146104+26+13+3=\boxed{146}.

Solution 3 (simpler solution)

A rather easier solution is presented in the Girls' Angle WordPress:

http://girlsangle.wordpress.com/2013/11/26/2013-aime-2-problem-10/

Solution 4

Let N,MN,M les on ALAL such that BMAL,ONALBM\bot AL, ON\bot AL, call BM=h,ON=k,LN=KN=dBM=h, ON=k,LN=KN=d We call LON=α\angle{LON}=\alpha By similar triangle, we have hk=44+13,h=4k4+13\frac{h}{k}=\frac{4}{4+\sqrt{13}}, h=\frac{4k}{4+\sqrt{13}}. Then, we realize the area is just dh=d4K4+13dh=d\cdot \frac{4K}{4+\sqrt{13}} As sinα=d13,cosα=k13\sin \alpha=\frac{d}{\sqrt{13}}, \cos \alpha=\frac{k}{\sqrt{13}}. Now, we have to maximize 52sinαcosα4+13=26sin2α4+13\frac{52\sin \alpha \cos \alpha}{4+\sqrt{13}}=\frac{26\sin 2\alpha}{4+\sqrt{13}}, which is obviously reached when α=45\alpha=45^{\circ}, the answer is 10426133\frac{104-26\sqrt{13}}{3} leads to 146\boxed{146}

~bluesoul

Solution 5

AIME diagram

Let C and D be the base of perpendiculars dropped from points O and B to AK. Denote BD=h,OC=HBD = h, OC = H.

ABDAOC    hH=44+13.\triangle ABD \sim \triangle AOC \implies \frac {h}{H} = \frac {4}{4 + \sqrt{13}}. KLKL is the base of triangles OKL\triangle OKL and BKL    [BKL][OKL]=hH=\triangle BKL \implies \frac {[BKL]}{[OKL]} = \frac{h}{H} = const     \implies The maximum possible area for BKL\triangle BKL and OKL\triangle OKL are at the same position of point KK.

OKL\triangle OKL has sides OK=OL=13    max[OKL]=OK22=132OK = OL = \sqrt{13}\implies \max[\triangle OKL] = \frac {OK^2}{2} = \frac {13}{2}

in the case KOL=90.\angle KOL = 90^\circ. It is possible – if we rotate such triangle, we can find position when AA lies on KL.KL.

max[BKL]=max[OKL]44+13=264+13    146\max[\triangle BKL] = \max[\triangle OKL] \cdot \frac {4}{4+\sqrt{13}} = \frac {26}{4+\sqrt{13}} \implies \boxed{\textbf{146}} vladimir.shelomovskii@gmail.com, vvsss