2013 AIME 2 Problem 10

I’ve been asked about the following problem from the 2013 AIME 2 a few times, so I decided to blog a couple of solutions for it:

Given a circle of radius \sqrt{13}, let A be a point at a distance 4 + \sqrt{13} from the center C 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. What is the maximum possible area for \Delta BKL?

(The AIME problem, in typical AIME-style, asks the contestant to extract a single integer after putting the answer in a particular form.)

Here’s an illustration of the situation.

blog_112613_01

We must find the maximal area of the red triangle.

Solution 1. If we regard LK as the base of the triangle, the height is the length of the perpendicular to LK dropped from B. If we also drop the perpendicular to LK from the center C, we get a pair of similar right triangles (triangles ABB’ and ACC’ in the figure below).

blog_112613_02

From the figure, we can see that BB’CC’ as 4 : 4 + \sqrt{13}, and this is also the ratio of the areas of the two red triangles. Hence, maximizing the area of one is the same as maximizing the area of the other.

The area of isosceles triangle CKL is \frac{1}{2}r^2\sin \angle LCK, and is maximized when \angle LCK is right. This configuration can be achieved because as the line AL rotates down from the tangent, the arc of the circle cut off increases from 0 degrees to 180, and will hit 90 at some point. At this point, the area of triangle CKL is 13/2, and so the answer to the problem is \frac{4}{4 + \sqrt{13}} \frac{13}{2}.

Solution 2. This time, let’s realize the area of BKL as the areas of the green and blue isosceles triangles, less the area of isosceles triangle CBL in the figure below.

blog_112613_03

This area can be expressed as \frac{1}{2}r^2(\sin a + \sin b - \sin(a+b)). So we have to maximize \sin a + \sin b - \sin(a+b) subject to the constraint that a and b are related by the fact that LK, and A are colinear. Using trigonometry, we can readily compute the Cartesian coordinates of points LK, and A, and use a proportion to express the fact that these 3 points are colinear:

\frac{r \sin(a+b)}{4 + \sqrt{13} - r\cos(a+b)} = \frac{r\sin a}{4 + \sqrt{13} - r\cos a}.

This can be rearranged and simplified as follows:

-r\sin(a+b)\cos a + r\sin a \cos(a+b) = (4 + \sqrt{13})(\sin a - \sin(a+b))

or, using the angle-sum formula for sine,

r\sin b = (4 + \sqrt{13})(\sin(a+b) - \sin a).

We substitute this into our formula for the area of triangle BKL and find that the area is

\frac{13}{2}(1 - \frac{r}{4 + \sqrt{13}} )\sin b.

This is maximized when b is right and its maximum value equals what we got for the first solution (as it should!).

* * *

Would you recognized essentially this same problem if you are asked to maximize \sin \angle KLB \cdot \sin \angle LBK \cdot \sin \angle BKL instead?

About girlsangle

We're a math club for girls.
This entry was posted in Contest Math and tagged , , . Bookmark the permalink.

Leave a comment