A1. The sides of a triangle form an arithmetic progression. The altitudes also form an arithmetic progression. Show that the triangle must be equilateral.
A2. The positive integers a, b, c, d, p, q satisfy ad - bc = 1 and a/b > p/q > c/d. Show that q ≥ b + d and that if q = b + d, then p = a + c.
A3. P is a fixed point in the plane. Show that amongst triangles ABC such that PA = 3, PB = 5, PC = 7, those with the largest perimeter have P as incenter.
B1. Points A1, A2, ... , An are equally spaced on the side BC of the triangle ABC (so that BA1 = A1A2 = ... = An-1An = AnC). Similarly, points B1, B2, ... , Bn are equally spaced on the side CA, and points C1, C2, ... , Cn are equally spaced on the side AB. Show that (AA12 + AA22 + ... + AAn2 + BB12 + BB22 + ... + BBn2 + C12 + ... + CCn2) is a rational multiple of (AB2 + BC2 + CA2).
B2. Let k3 = 2 and let x, y, z be any rational numbers such that x + y k + z k2 is non-zero. Show that there are rational numbers u, v, w such that (x + y k + z k2)(u + v k + w k2) = 1.
B3. Let S be the collection of all sets of n distinct positive integers, with no three in arithmetic progression. Show that there is a member of S which has the largest sum of the inverses of its elements (you do not have to find it or to show that it is unique).
Solutions
Problem A1
The sides of a triangle form an arithmetic progression. The altitudes also form an arithmetic progression. Show that the triangle must be equilateral. Solution
Let the sides be a, a+d, a+2d with d >= 0. Then the altitudes are k/a ≥ k/(a+d) ≥ k/(a+2d), where k is twice the area. We claim that k/a + k/(a+2d) > 2k/(a + d) unless d = 0. This is equivalent to (a + d)(a + 2d) + a(a + d) > 2a(a + 2d) or 2d2 > 0, which is obviously true. So the altitudes can only form an arithmetic progression if d = 0 and hence the triangle is equilateral.
Problem A2
The positive integers a, b, c, d, p, q satisfy ad - bc = 1 and a/b > p/q > c/d. Show that q >= b + d and that if q = b + d, then p = a + c.
Solution
p/q > c/d implies pd > cq and hence pd >= cq + 1, so p/q ≥ c/d + 1/(qd). Similarly, a/b > p/q implies a/b ≥ p/q + 1/(bq). So a/b - c/d ≥ 1/(qd) + 1/(qb) = (b + d)/(qbd). But a/b - c/d = 1/bd. Hence q ≥ b + d.
Now assume q = b + d. We have ad - bc = 1 ≤ d, so ad + cd - d ≤ bc + cd and hence (a+c-1)/(b+d) ≤ c/d. So p ≥ a + c. Similarly ad - bc ≤ b, so bc + b + ab ≥ ad + ab, so (a+c+1)/(b+d) ≥ a/b. So p ≤ a + c. Hence p = a + c.
Problem A3
P is a fixed point in the plane. Show that amongst triangles ABC such that PA = 3, PB = 5, PC = 7, those with the largest perimeter have P as incenter.
Solution
Given points P, B, C and a fixed circle center P, we show that the point A on the circle which maximises AB + AC is such that PA bisects angle BAC. Consider a point A' close to A. Then the change in AB + AC as we move A to A' is AA'(sin PAC - sin PAB) + O(AA'2 ). So for a maximal configuration we must have sin PAC = sin PAB, otherwise we could get a larger sum by taking A' on one side or the other. This applies to each vertex of the triangle, so P must be the incenter.
Comment. This is arguably too advanced, because it uses calculus concepts like O(x). Can anyone supply a more elementary solution?
Problem B1
Points A1, A2, ... , An are equally spaced on the side BC of the triangle ABC (so that BA1 = A1A2 = ... = An-1An = AnC). Similarly, points B1, B2, ... , Bn are equally spaced on the side CA, and points C1, C2, ... , Cn are equally spaced on the side AB. Show that (AA12 + AA22 + ... + AAn2 + BB12 + BB22 + ... + BBn2 + C12 + ... + CCn2) is a rational multiple of (AB2 + BC2 + CA2).
Solution
Using the cosine formula, AAk2 = AB2 + k2BC2/(n+1)2 - 2k AB.BC/(n+1) cos B. So ∑ AAk2 = n AB2 + BC2/(n+1)2 (12 + 22 + ... + n2) - 2 AB.BC cos B (1 + 2 + ... + n)/(n+1). Similarly for the other two sides.
Thus the total sum is n (AB2 + BC2 + CA2) + n(2n+1)/(6(n+1) ) (AB2 + BC2 + CA2) - n (AB.BC cos B + BC.CA cos C + CA.AB cos A). But AB.BC cos B = (AB2 + BC2 - CA2)/2, so AB.BC cos B + BC.CA cos C + CA.AB cos A = (AB2 + BC2 + CA2)/2. Thus the sum is rational multiple of (AB2 + BC2 + CA2).
Problem B2
Let k3 = 2 and let x, y, z be any rational numbers such that x + y k + z k2 is non-zero. Show that there are rational numbers u, v, w such that (x + y k + z k2)(u + v k + w k2) = 1.
Solution
We need xu + 2zv + 2yw = 1, yu + xv + 2zw = 0, zu + yv + xw = 0. This is just a straightforward set of linear equations. Solving, we get: u = (x2 - 2yz)/d, v = (2z2 - xy)/d, w = (y2 - xz)/d, were d = x3 + 2y3 + 4z3 - 6xyz.
This would fail if d = 0. But if d = 0, then multiplying through by a suitable integer we have 6mnr = m3 + 2n3 + 4r3 for some integers m, n, r. But we can divide by any common factor of m, n, r to get them without any common factor. But 6mnr, 2n3, 4r3 are all even, so m must be even. Put m = 2M. Then 12Mnr = 8M3 + 2n3 + 4r3, so 6Mnr = 4M3 + n3 + 2r3. But 6Mnr, 4M3 and 2r3 are all even, so n must be even. Put n = 2N. Then 12MNr = 4M3 + 8N3 + 2r3, so 6MNr = 2M3 + 4N3 + r3, so r must be even. So m, n, r had a common factor 2. Contradiction. So d cannot be zero.
Problem B3
Let S be the collection of all sets of n distinct positive integers, with no three in arithmetic progression. Show that there is a member of S which has the largest sum of the inverses of its elements (you do not have to find it or to show that it is unique).
Solution
Induction on n. For n = 1, {1} is obviously maximal. Now suppose a1 < a2 < ... < an is a maximal set for n. Take an+1 to be the smallest integer > an such that {a1, a2, ... , an+1} has no three members in AP. Now consider the sequences b1 < b2 < ... < bn which have no three in AP and bn+1 ≤ an+1. There are only finitely many such sequences. So we can find one which is maximal. Suppose it is c1 < c2 < ... < cn+1. Now take whichever of ai, ci has the larger sum of inverses. It is clearly maximal with respect to sequences whose largest member is ≤ an+1. Suppose we have a sequence x1 < x2 < ... < xn+1 with no three in AP and xn+1 > an+1. Then we have 1/xn+1 < 1/an+1 and, by induction, 1/x1 + ... + 1/xn ≤ 1/a1 + ... + 1/an, so 1/x1 + ... + 1/xn+1 < 1/a1 + ... + 1/an+1, so it is worse than the sequence we have chosen.
Labels:
Iberoamerican Mathematical Olympiad