返回题库

AIME 1994 · 第 8 题

AIME 1994 — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The points (0,0)(0,0)\,, (a,11)(a,11)\,, and (b,37)(b,37)\, are the vertices of an equilateral triangle. Find the value of abab\,.

解析

Solution

Solution 1

Consider the points on the complex plane. The point b+37ib+37i is then a rotation of 6060 degrees of a+11ia+11i about the origin, so:

(a+11i)(cis60)=(a+11i)(12+3i2)=b+37i.(a+11i)\left(\mathrm{cis}\,60^{\circ}\right) = (a+11i)\left(\frac 12+\frac{\sqrt{3}i}2\right)=b+37i. Equating the real and imaginary parts, we have:

b=a2113237=112+a32\begin{aligned}b&=\frac{a}{2}-\frac{11\sqrt{3}}{2}\\37&=\frac{11}{2}+\frac{a\sqrt{3}}{2} \end{aligned} Solving this system, we find that a=213,b=53a=21\sqrt{3}, b=5\sqrt{3}. Thus, the answer is 315\boxed{315}.

Note: There is another solution where the point b+37ib+37i is a rotation of 60-60 degrees of a+11ia+11i. However, this triangle is just a reflection of the first triangle by the yy-axis, and the signs of aa and bb are flipped. The product abab is unchanged.

Solution 2

Using the Pythagorean theorem with these beastly numbers doesn't seem promising. How about properties of equilateral triangles? 3\sqrt{3} and perpendiculars inspires this solution:

First, drop a perpendicular from OO to ABAB. Call this midpoint of ABAB MM. Thus, M=(a+b2,24)M=\left(\frac{a+b}{2}, 24\right). The vector from OO to MM is [a+b2,24]\left[\frac{a+b}{2}, 24\right]. Meanwhile from point MM we can use a vector with 33\frac{\sqrt{3}}{3} the distance; we have to switch the xx and yy and our displacement is [83,(a+b)36]\left[8\sqrt{3}, \frac{(a+b)\sqrt{3}}{6}\right]. (Do you see why we switched xx and yy due to the rotation of 90 degrees?)

We see this displacement from MM to AA is [ab2,13]\left[\frac{a-b}{2}, 13\right] as well. Equating the two vectors, we get a+b=263a+b=26\sqrt{3} and ab=163a-b=16\sqrt{3}. Therefore, a=213a=21\sqrt{3} and b=53b=5\sqrt{3}. And the answer is 315\boxed{315}.

Note: This solution was also present in Titu Andreescu and Zuming Feng's "103 Trigonometry Problems".

Solution 3

Plot this equilateral triangle on the complex plane. Translate the equilateral triangle so that its centroid is located at the origin. (The centroid can be found by taking the average of the three vertices of the triangle, which gives (a+b3,16i)\left(\frac{a+b}{3}, 16i\right). The new coordinates of the equilateral triangle are (a+b316i),(aa+b35i),(ba+b3+21i)\left(-\frac{a+b}{3}-16i\right), \left(a-\frac{a+b}{3}-5i\right), \left(b-\frac{a+b}{3}+21i\right). These three vertices are solutions of a cubic polynomial of form x3+Cx^3 + C. By Vieta's Formulas, the sum of the paired roots of the cubic polynomial are zero. (Or for the three roots r1,r2,r_1, r_2, and r3,r_3,r1r2+r2r3+r3r1=0\, r_1r_2 + r_2r_3 + r_3r_1 = 0.) The vertices of the equilateral triangle represent the roots of a polynomial, so the vertices can be plugged into the above equation. Because both the real and complex components of the equation have to sum to zero, you really have two equations. Multiply out the equation given by Vieta's Formulas and isolate the ones with imaginary components. Simplify that equation, and that gives the equation 5a=21b.5a = 21b. Now use the equation with only real parts. This should give you a quadratic a2ab+b2=1083a^2 - ab + b^2 = 1083. Use your previously obtained equation to plug in for aa and solve for bb, which should yield 535\sqrt{3}. aa is then 2153\frac{21}{5}\sqrt{3}. Multiplying aa and bb yields 315\boxed{315}.

Solution 4 (gigantic numbers)

Just using the Pythagorean Theorem, we get that a2+112=(ba)2+262=b2+372a^2 + 11^2 = (b-a)^2 + 26^2 = b^2 + 37^2.

a2+121=b2+1369a2=b2+1248a^2 + 121 = b^2 + 1369 \longrightarrow a^2 = b^2 + 1248. Expanding the second and subtracting the first equation from it we get b2=2ab555b^2 = 2ab - 555.

b2=2ab555a2=2ab+693b^2 = 2ab - 555 \longrightarrow a^2 = 2ab + 693.

We have b2+1248=2bb2+1248+693b^2 + 1248 = 2b\sqrt{b^2+1248} + 693.

Moving the square root to one side and non square roots to the other we eventually get b4+1110b2+308025=4b4+4992b2b^4 + 1110b^2 + 308025 = 4b^4 + 4992b^2.

3b4+3882b2308025=03b^4 + 3882b^2 - 308025 = 0.

This factors to (3b2225)(b2+1369)(3b^2-225)(b^2+1369), so 3b2=225,b=533b^2 = 225, b = 5\sqrt 3.

Plugging it back in, we find that a = 1323\sqrt{1323} which is 21321\sqrt3, so the product abab is 315\boxed {315}.

~Arcticturn