Given a circle of radius 13, let A be a point at a distance 4+13 from the center O of the circle. Let B be the point on the circle nearest to point A. A line passing through the point A intersects the circle at points K and L. The maximum possible area for △BKL can be written in the form da−bc, where a, b, c, and d are positive integers, a and d are relatively prime, and c is not divisible by the square of any prime. Find a+b+c+d.
解析
Solution 1 (Coordbash)
Now we put the figure in the Cartesian plane, let the center of the circle O(0,0), then B(13,0), and A(4+13,0)
The equation for Circle O is x2+y2=13, and let the slope of the line AKL be k, then the equation for line AKL is y=k(x−4−13).
Then we get (k2+1)x2−2k2(4+13)x+k2⋅(4+13)2−13=0. According to Vieta's Formulas, we get
x1+x2=k2+12k2(4+13), and x1x2=k2+1(4+13)2⋅k2−13
So, LK=1+k2⋅(x1+x2)2−4x1x2
Also, the distance between B and LK is 1+k2k×13−(4+13)⋅k=1+k2−4k
So the area S=0.5ah=k2+1−4k(16+813)k2−13
Then the maximum value of S is 3104−2613
So the answer is 104+26+13+3=146.
Solution 2
Draw OC perpendicular to KL at C. Draw BD perpendicular to KL at D.
△BKL△OKL=BDOC=ABAO=44+13
Therefore, to maximize area of △BKL, we need to maximize area of △OKL.
△OKL=21r2sin∠KOL
So when area of △OKL is maximized, ∠KOL=2π.
Eventually, we get
△BKL=21⋅(13)2⋅(4+134)=3104−2613
So the answer is 104+26+13+3=146.
Solution 3 (simpler solution)
A rather easier solution is presented in the Girls' Angle WordPress:
Let N,M les on AL such that BM⊥AL,ON⊥AL, call BM=h,ON=k,LN=KN=d We call ∠LON=α By similar triangle, we have kh=4+134,h=4+134k. Then, we realize the area is just dh=d⋅4+134K As sinα=13d,cosα=13k. Now, we have to maximize 4+1352sinαcosα=4+1326sin2α, which is obviously reached when α=45∘, the answer is 3104−2613 leads to 146
~bluesoul
Solution 5
Let C and D be the base of perpendiculars dropped from points O and B to AK. Denote BD=h,OC=H.
△ABD∼△AOC⟹Hh=4+134.KL is the base of triangles △OKL and △BKL⟹[OKL][BKL]=Hh= const ⟹ The maximum possible area for △BKL and △OKL are at the same position of point K.
△OKL has sides OK=OL=13⟹max[△OKL]=2OK2=213
in the case ∠KOL=90∘. It is possible – if we rotate such triangle, we can find position when A lies on KL.