返回题库

AIME 2013 II · 第 4 题

AIME 2013 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In the Cartesian plane let A=(1,0)A = (1,0) and B=(2,23)B = \left( 2, 2\sqrt{3} \right). Equilateral triangle ABCABC is constructed so that CC lies in the first quadrant. Let P=(x,y)P=(x,y) be the center of ABC\triangle ABC. Then xyx \cdot y can be written as pqr\tfrac{p\sqrt{q}}{r}, where pp and rr are relatively prime positive integers and qq is an integer that is not divisible by the square of any prime. Find p+q+rp+q+r.

解析

Solution 1

The distance from point AA to point BB is 13\sqrt{13}. The vector that starts at point A and ends at point B is given by BA=(1,23)B - A = (1, 2\sqrt{3}). Since the center of an equilateral triangle, PP, is also the intersection of the perpendicular bisectors of the sides of the triangle, we need first find the equation for the perpendicular bisector to AB\overline{AB}. The line perpendicular to AB\overline{AB} through the midpoint, M=(32,3)M = \left(\dfrac{3}{2},\sqrt{3}\right), AB\overline{AB} can be parameterized by (2313,113)t+(32,3)\left(\dfrac{2\sqrt{3}}{\sqrt{13}}, \dfrac{-1}{\sqrt{13}}\right) t + \left(\dfrac{3}{2},\sqrt{3}\right). At this point, it is useful to note that ΔBMP\Delta BMP is a 30-60-90 triangle with MB\overline{MB} measuring 132\dfrac{\sqrt{13}}{2}. This yields the length of MP\overline{MP} to be 1323\dfrac{\sqrt{13}}{2\sqrt{3}}. Therefore, P=(2313,113)(1323)+(32,3)=(52,523)P =\left(\dfrac{2\sqrt{3}}{\sqrt{13}},\dfrac{-1}{\sqrt{13}}\right)\left(\dfrac{\sqrt{13}}{2\sqrt{3}}\right) + \left(\dfrac{3}{2},\sqrt{3}\right) = \left(\dfrac{5}{2}, \dfrac{5}{2\sqrt{3}}\right). Therefore xy=25312xy = \dfrac{25\sqrt{3}}{12} yielding an answer of p+q+r=25+3+12=040p + q + r = 25 + 3 + 12 = \boxed{040}.

Solution 2

Rather than considering the Cartesian plane, we use complex numbers. Thus A is 1 and B is 2+23i2 + 2\sqrt{3}i.

Recall that a rotation of θ\theta radians counterclockwise is equivalent to multiplying a complex number by eiθe^{i\theta}, but here we require a clockwise rotation, so we multiply by eiπ3e^{-\frac{i\pi}{3}} to obtain C. Upon averaging the coordinates of A, B, and C, we obtain the coordinates of P, viz. (52,536)\left(\frac{5}{2}, \frac{5\sqrt{3}}{6}\right).

Therefore xyxy is 25312\frac{25\sqrt{3}}{12} and the answer is 25+12+3=04025 + 12 + 3 = \boxed{040}.

Solution 3

We can also consider the slopes of the lines. Midpoint MM of ABAB has coordinates (32, 3)\left(\frac{3}{2},\ \sqrt{3}\right). Because line ABAB has slope 232\sqrt{3}, the slope of line MPMP is 123-\frac{1}{2\sqrt{3}} (Because of perpendicular slopes).

Since ΔABC\Delta ABC is equilateral, and since point PP is the centroid, we can quickly calculate that MP=396MP = \frac{\sqrt{39}}{6}. Then, define Δx\Delta x and Δy\Delta y to be the differences between points MM and PP. Because of the slope, it is clear that Δx=23Δy\Delta x = 2\sqrt{3} \Delta y.

We can then use the Pythagorean Theorem on line segment MPMP: MP2=Δx2+Δy2MP^2 = \Delta x^2 + \Delta y^2 yields Δy=123\Delta y = -\frac{1}{2\sqrt{3}} and Δx=1\Delta x = 1, after substituting Δx\Delta x. The coordinates of P are thus (52, 536)\left(\frac{5}{2},\ \frac{5\sqrt{3}}{6}\right). Multiplying these together gives us 25312\frac{25\sqrt{3}}{12}, giving us 040\boxed{040} as our answer.

Solution 4

Since ACAC will be segment ABAB rotated clockwise 6060^{\circ}, we can use a rotation matrix to find CC. We first translate the triangle 11 unit to the left, so AA' lies on the origin, and B=(1,23)B' = (1, 2\sqrt{3}). Rotating clockwise 6060^{\circ} is the same as rotating 300300^{\circ} counter-clockwise, so our rotation matrix is [cos300sin300sin300cos300]=[12323212]\begin{bmatrix} \cos{300^{\circ}} & -\sin{300^{\circ}}\\ \sin{300^{\circ}} & \cos{300^{\circ}}\\ \end{bmatrix} = \begin{bmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2}\\ -\frac{\sqrt{3}}{2} & \frac{1}{2}\\ \end{bmatrix}. Then C=[12323212][123]=[7232]C' = \begin{bmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2}\\ -\frac{\sqrt{3}}{2} & \frac{1}{2}\\ \end{bmatrix} \cdot \begin{bmatrix} 1\\ 2\sqrt{3}\\ \end{bmatrix} = \begin{bmatrix} \frac{7}{2}\\ \frac{\sqrt{3}}{2}\\ \end{bmatrix}. Thus, C=(92,32)C = (\frac{9}{2}, \frac{\sqrt{3}}{2}). Since the triangle is equilateral, the center of the triangle is the average of the coordinates of the vertices. Then P=(1+2+923,23+323)=(52,536)P = (\frac{1 + 2 + \frac{9}{2}}{3}, \frac{2\sqrt{3} + \frac{\sqrt{3}}{2}}{3}) = (\frac{5}{2}, \frac{5\sqrt{3}}{6}). Our answer is 52536=25312\frac{5}{2} \cdot \frac{5\sqrt{3}}{6} = \frac{25\sqrt{3}}{12}. 25+3+12=4025 + 3 + 12 = \boxed{40}

Solution 5

We construct point CC by drawing two circles with radius r=AB=13r = AB = \sqrt{13}. One circle will be centered at AA, while the other is centered at BB. The equations of the circles are:

(x1)2+y2=13(x - 1)^2 + y^2 = 13 (x2)2+(y23)2=13(x - 2)^2 + (y - 2\sqrt{3})^2 = 13

Setting the LHS of each of these equations equal to each other and solving for xx yields after simplification:

x=15223yx = \frac{15}{2} - 2\sqrt{3}y

Plugging that into the first equation gives the following quadratic in yy after simplification:

y223y+94=0y^2 - 2\sqrt{3}y + \frac{9}{4} = 0

The quadratic formula gives y=32,332y = \frac{\sqrt{3}}{2}, \frac{3\sqrt{3}}{2}.

Since x>0x > 0 and x=15223yx = \frac{15}{2} - 2\sqrt{3}y, we pick y=32y = \frac{\sqrt{3}}{2} in the hopes that it will give x>0x > 0. Plugging yy into the equation for xx yields x=92x = \frac{9}{2}.

Thus, C(92,32)C(\frac{9}{2}, \frac{\sqrt{3}}{2}). Averaging the coordinates of the vertices of equilateral triangle ABCABC will give the center of mass of the triangle.

Thus, P(52,536)P(\frac{5}{2}, \frac{5\sqrt{3}}{6}), and the product of the coordinates is 25312\frac{25\sqrt{3}}{12}, so the desired quantity is 040\boxed{040}.

Solution 6

Labeling our points and sketching a graph we get that CC is to the right of ABAB. Of course, we need to find CC. Note that the transformation from AA to BB is [1,23][1,2\sqrt{3}], and if we imagine a height dropped to ABAB we see that a transformation from the midpoint (32,3)(\frac{3}{2},\sqrt {3}) to CC is basically the first transformation, with 32\frac{\sqrt{3}}{2} the magnitude and the x and y switched– then multiply the new y by -1. Then, applying this transformation of [3,32][3,\frac{-\sqrt{3}}{2}] we get that C=(92,32)C=(\frac{9}{2},\frac{\sqrt{3}}{2}) which means that P=(52,536)P=(\frac{5}{2},\frac{5\sqrt{3}}{6}). Then our answer is 40\boxed{40}.

Solution 7

Transform this into the complex plane and let a=1,b=2+23ia=1, b=2+2\sqrt3 i. We know that 3 complex numbers a,b,ca,b,c form an equilateral triangle if a2+b2+c2=ab+bc+aca^2+b^2+c^2=ab+bc+ac, so plugging in our values of a,ba,b, we get 83i7+c2=2+23i+(3+23i)c.8\sqrt3 i - 7 +c^2 = 2+2\sqrt3 i + (3+2\sqrt 3i)c. Solving for cc using Wolfram Alpha, we find that the solutions are c=92+i32,32+3i32c=\frac 92 + \frac{i\sqrt3}{2}, -\frac 32 + \frac{3i\sqrt3}{2}. The first one is in the first quadrant, so C(92,32)C\left( \frac 92, \frac{\sqrt3}{2} \right). The center is the average of the coordinates and we find that it is (52,536)\left(\frac{5}2, \frac{5\sqrt3}{6} \right). Then xy=25312    40xy = \frac{25\sqrt3}{12} \implies 40.

-bobthegod78, krwang, and Simplest14