Maths Olympiad Prep

Library / /7 of 19

, 2024

Geometry Difficulty 4.7 AIME Find the answer United States

Let ABC\triangle ABC be a triangle with integer side lengths and the property that B=2A\angle B = 2\angle A. What is the least possible perimeter of such a triangle?

Pick one

Solution

Let aa, bb, and cc be the lengths of the sides opposite vertices AA, BB, and CC, respectively. Note that a<ba < b. Applying the Law of Sines in ABC\triangle ABC, together with the identities sinB=sin(2A)=2sinAcosA\sin B = \sin(2A) = 2 \sin A \cos A and
sinC=sin(π3A)=sin(3A)=(sinA)(1+4cos2A), \sin C = \sin(\pi - 3A) = \sin(3A) = (\sin A)(-1 + 4\cos^2 A),
give
sinAa=2sinAcosAb=sinA(1+4cos2A)c. \frac{\sin A}{a} = \frac{2 \sin A \cos A}{b} = \frac{\sin A (-1 + 4 \cos^2 A)}{c}.
Thus cosA=b2a\cos A = \frac{b}{2a} and
c=a(1+4cos2A)=a(1+b2a2), c = a(-1 + 4\cos^2 A) = a\left(-1 + \frac{b^2}{a^2}\right),
which simplifies to b2=a2+acb^2 = a^2 + ac.

In looking for the triangle with least perimeter, it can be assumed that aa and cc are relatively prime, because otherwise a smaller triangle can be obtained by shrinking by a factor of gcd(a,c)\gcd(a, c). Then aa and a+ca+c are relatively prime as well. Because a(a+c)=b2a(a+c) = b^2, the numbers aa and a+ca+c must be squares, say a=r2a = r^2 and a+c=s2a+c = s^2, where 0<r<s0 < r < s and gcd(r,s)=1\gcd(r, s) = 1. This gives a=r2a = r^2, b=rsb = rs, and c=s2r2c = s^2 - r^2.

If r=1r = 1, then b=s2b = s \ge 2 and c=s21s+1c = s^2 - 1 \ge s + 1, a violation of the Triangle Inequality. If r=2r = 2, then the least perimeter will occur when s=3s = 3, with a=22=4a = 2^2 = 4, b=23=6b = 2 \cdot 3 = 6, and c=3222=5c = 3^2 - 2^2 = 5. Greater values of rr lead to greater perimeters. The requested minimum perimeter is 4+6+5=154 + 6 + 5 = 15.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.