26th USA Mathematical Olympiad 1997 Problems



26th USA Mathematical Olympiad 1997 Problems

A1.  Let pn be the nth prime. Let 0 < a < 1 be a real. Define the sequence xn by x0 = a, xn = the fractional part of pn/xn-1 if xn ≠ 0, or 0 if xn-1 = 0. Find all a for which the sequence is eventually zero.
A2.  ABC is a triangle. Take points D, E, F on the perpendicular bisectors of BC, CA, AB respectively. Show that the lines through A, B, C perpendicular to EF, FD, DE respectively are concurrent.


A3.  Show that there is a unique polynomial whose coefficients are all single decimal digits which takes the value n at -2 and at -5.
B1.  A sequence of polygons is derived as follows. The first polygon is a regular hexagon of area 1. Thereafter each polygon is derived from its predecessor by joining two adjacent edge midpoints and cutting off the corner. Show that all the polygons have area greater than 1/3.
B2.  Show that xyz/(x3 + y3 + xyz) + xyz/(y3 + z3 + xyz) + xyz/(z3 + x3 + xyz) ≤ 1 for all positive real x, y, z.
B3.  The sequence of non-negative integers c1, c2, ... , c1997 satisfies c1 ≥ 0 and cm + cn ≤ cm+n <= cm + cn + 1 for all m, n > 0 with m + n < 1998. Show that there is a real k such that cn = [nk] for 1 ≤ n ≤ 1997.

Solution


26th USA Mathematical Olympiad 1997

Problem A1
Let pn be the nth prime. Let 0 < a < 1 be a real. Define the sequence xn by x0 = a, xn = the fractional part of pn/xn-1 if xn ≠ 0, or 0 if xn-1 = 0. Find all a for which the sequence is eventually zero.
Solution

Let {x} denote the fractional part of x. {x} = x minus some integer, so {x} is rational iff x is rational. Hence if xn is irrational, then pn+1/xn is irrational and hence xn+1 is irrational. So if a is irrational, then the sequence is never zero.
Suppose xn = r/s with 0 < r < s relatively prime integers. Then xn+1 = u/r, where u is the remainder on dividing spn+1 by r. So, when expressed as a fraction in lowest terms, the denominator of xn+1 is less than that for xn. So if a is rational and has denominator b, then after at most b iterations we get zero.
Comment: the fact that the pn are primes is a red herring. Problem A2

ABC is a triangle. Take points D, E, F on the perpendicular bisectors of BC, CA, AB respectively. Show that the lines through A, B, C perpendicular to EF, FD, DE respectively are concurrent.
Solution

Suppose that the feet of the perpendiculars from A and P to EF are H and K respectively. Then AF2 - AE2 = (AH2 + FH2) - (AH2 + EH2) = FH2 - EH2 = (FH + EH)(FH - EH) = FE(FH - EH). Similarly, PF2 - PE2 = FE(FK - EK). So H and K coincide iff AF2 - AE2 = PF2 - PE2. In other words, P lies on the line through A perpendicular to EF iff PF2 - PE2 = AF2 - AE2.
Thus if P is the intersection of the line through A perpendicular to EF and the line through B perpendicular to FD, then PF2 - PE2 = AF2 - AE2 and PD2 - PF2 = BD2 - BF2. Hence PD2 - PE2 = AF2 - BF2 + BD2 - AE2. But F is equidistant from A and B, so AF2 = BF2. Similarly, BD2 = CD2 and AE2 = CE2. Hence PD2 - PE2 = CD2 - CE2, so P also lies on the perpendicular to DE through C.






Problem A3
Show that there is a unique polynomial whose coefficients are all single decimal digits which takes the value n at -2 and at -5.
Solution

Call the polynomial p(x) = p0 + p1x + p2x2 + ... + pmxm. Since p(x) - n = 0 has -2 and -5 as roots, it must have the factor (x + 2)(x + 5) = x2 + 7x + 10. So for some a0, a1, a2, ... we have:
10a0              +n = p0 ∈ {0,1,2,3,4,5,6,7,8,9}

10a1 + 7a0 = p1 ∈ {0,1,2,3,4,5,6,7,8,9}

10a2 + 7a1 + a0 = p2 ∈ {0,1,2,3,4,5,6,7,8,9}

10a3 + 7a2 + a1 = p3 ∈ {0,1,2,3,4,5,6,7,8,9}

...

10ar+1 + 7ar + ar-1 = pr+1 ∈ {0,1,2,3,4,5,6,7,8,9}

...
Now these equations uniquely determine ai and pi. For p0 must be chosen so that p0 - n is a multiple of 10, which fixes p0 and a0 uniquely. Similarly, given pi and ai for 0 ≤ i ≤ r, we have pr+1 = 10ar+1 + 7ar + ar-1 = 7ar + ar-1 mod 10, so pr+1 is uniquely determined and hence also ar+1. Thus any solution is certainly unique, but it is not clear that the process terminates, so that pi and ai are zero from some point on. Evidently the sequence ai is bounded. For if ai, ai+1 ≤ B ≥ 9, then |ai+2| ≤ 0.7B + 0.1B + 0.1B ≤ B. So if we take B = max(9,|a0|,|a1|), then |ai| ≤ B for all i.
So we can define Lk = min(ak, ak+1, ak+2, ...), Uk = max(ak, ak+1, ak+2, ... ). Obviously, we have L0 ≤ L1 ≤ ... ≤ Lk ≤ Lk+1 ≤ ... ≤ Uk+1 ≤ Uk ≤ ... ≤ U1 ≤ U0. So Li is an increasing integer sequence which is bounded above, so we must have Li = L for all sufficiently large i. Similarly, Ui = U for all sufficiently large i, and L ≤ U (1).
But if ai, ai+1 ≥ L, then ai+2 ≤ -0.7L - 0.1L + 0.9 ≤ -0.8L + 0.9. So U ≤ -0.8L + 0.9 (2). Similarly, if ai, ai+1 ≤ U, then ai+2 ≥ -0.8U, so L ≥ -0.8U (3).
But as the diagram shows the only lattice point satisfying (1), (2), (3) is (0,0), so ai = 0 for all sufficiently large i, which establishes existence.  






Problem B1
A sequence of polygons is derived as follows. The first polygon is a regular hexagon of area 1. Thereafter each polygon is derived from its predecessor by joining to adjacent edge midpoints and cutting off the corner. Show that all the polygons have area greater than 1/3.
Solution

The first point to observe is that each polygon in the sequence is convex. The next point is that we can never completely eliminate the sides of the hexagon, in other words every polygon in the sequence has a vertex on each of the sides of the hexagon.
Let the hexagon be ABCDEF. The diagonals AC, BD, CE, DF, EA, FB meet at the six vertices of a smaller hexagon. Call it UVWXYZ. To be specific, let U be the intersection of FB and AC, V the intersection of AC and BD, W the intersection of BD and CE and so on. Now take any polygon in the sequence. It has a vertex on AB and a vertex on BC. Since it is convex, it must also include the segment joining these points. But any such segment intersects BU and BV. So it has a point on BU and on BV. Similarly for each of the other segments: CV, CW, DW, DX, ... . But the convex hull of these 12 points includes the hexagon UVWXYZ. Hence the area of any polygon in the sequence is at least that of UVWXYZ.
The triangle ABF is isosceles with angle ABF = 30 deg, so if AB = k, then BF = k√3. But BU = FZ = k/√3. Hence UZ = k√3 - 2k/√3 = k/√3. So the area of UVWXYZ is 1/3 the area of ABCDEF.






Problem B2
Show that xyz/(x3 + y3 + xyz) + xyz/(y3 + z3 + xyz) + xyz/(z3 + x3 + xyz) ≤ 1 for all real positive x, y, z.
Solution

For positive x, y, x ≥ y iff x2 ≥ y2, so (x - y)(x2 - y2) ≥ 0, or x3 + y3 ≥ xy(x + y). Hence x3 + y3 + xyz ≥ xy(x + y + z) and so xyz/(x3 + y3 + xyz) ≤ z/(x + y + z). Adding the two similar equations gives the required inequality.






Problem B3
The sequence of non-negative integers c1, c2, ... , c1997 satisfies c1 ≥ 0 and cm + cn ≤ cm+n ≤ cm + cn + 1 for all m, n > 0 with m + n < 1998. Show that there is a real k such that cn = [nk] for 1 ≤ n ≤ 1997.
Solution

Any such k must satisfy cn/n ≤ k < cn/n + 1/n for all n. Hence we must have cm/m < cn/n + 1/n or n cm < m cn + m for all m, n. Conversely, if this inequality holds, then such k exist. For example, we could take k = max cn/n.
It is tempting to argue that n cm < (n-1) cm + c2m < (n-2) cm + c3m < ... < cmn ≤ cmn-n + cn + 1 ≤ ... ≤ m cn + m. But this does only works for small m, n, because otherwise mn may be out of range. Instead we use induction on m+n. It is obviously true for m = n = 1 and indeed any m = n. Now suppose m < n (and it is true for smaller m + n). Then by induction (n - m) cm < m cn-m + m. But cm ≤ cn - cn-m, so m cm ≤ m cn - m cn-m. Adding, we get n cm < m cn + m as required. Similarly, if m > n (and the result is true for smaller m + n), then by induction, n cm-n < (m - n) cn + (m - n). But n cm <= n cn + n cm-n + n, so adding n cm < m cn + m, as required.


Fun Math Games for Kids

 
Return to top of page Copyright © 2010 Copyright 2010 (C) CoolMath4Kids - Cool Math 4 Kids - Cool Math Games 4 Kids - Coolmath4kids Bloxorz - Coolmath-4kids - Math games, Fun Math Lessons, Puzzles and Brain Benders, Flash Cards for Addition, Subtration, Multiplication, Fraction, Division - Cool Math 4 Kids - Math Games, Math Puzzles, Math Lessons - Cool Math 4 Kids Math Lessones - 4KidsMathGames - CoolMath Games4Kids coolmath4kids.info. All right reseved.