30th Canadian Mathematical Olympiad Problems 1998
1. How many real x satisfy x = [x/2] + [x/3] + [x/5]?
2. Find all real x equal to √(x - 1/x) + √(1 - 1/x).
3. Show that if n > 1 is an integer then (1 + 1/3 + 1/5 + ... + 1/(2n-1) )/(n+1) > (1/2 + 1/4 + ... + 1/2n)/n.
4. The triangle ABC has ∠A = 40o and ∠B = 60o. X is a point inside the triangle such that ∠XBA = 20o and ∠XCA = 10o. Show that AX is perpendicular to BC.
5. Show that non-negative integers a <= b satisfy (a2 + b2) = n2(ab + 1), where n is a positive integer, iff they are consecutive terms in the sequence ak defined by a0 = 0, a1 = n, ak+1 = n2ak - ak-1.
Solutions
Problem 1
How many real x satisfy x = [x/2] + [x/3] + [x/5]?
Solution
Answer: 30.
Put x = 30q + r, where q is an integer and 0 ≤ r < 30. Then x - [x/2] - [x/3] - [x/5] = -q + r - [r/2] - [r/3] - [r/5]. So x = [x/2] + [x/3] + [x/5] iff q = r - [r/2] - [r/3] - [r/5].
q, [r/2], [r/3] and [r/5] are all integers, so r must be an integer. There are 30 possible integral values of r (namely 0, 1, 2, ... , 29), so there is one solution x for each.
Problem 2
Find all real x equal to √(x - 1/x) + √(1 - 1/x).
Solution
Squaring are rearranging: x3 - x2 - x - 2 = 2√(x3 - x2 - x + 1). Squaring again, x2(x4 - 2x3 - x2 - 2x + 1) = 0. Referring to the original equation, x = 0 is not a solution, so we must have x4 - 2x3 - x2 - 2x + 1 = 0. Factorising (x2 - x - 1)2 = 0, so x = (1 + √5)/2 or (1 - √5)/2. But referring to the original equation, we must have x ≥ 1, so the only candidate is x = (1 + √5)/2.
With this value 1/x = (√5 - 1)/2, so x - 1/x = 1 and 1 - 1/x = ( (√5 - 1)/2)2 and hence √(x - 1/x) + √(1 - 1/x) = x, as required.
Problem 3
Show that if n > 1 is an integer then (1 + 1/3 + 1/5 + ... + 1/(2n-1) )/(n+1) > (1/2 + 1/4 + ... + 1/2n)/n.
Solution
We have 1/2 + 1/3 + 1/5 + ... + 1/(2n-1) > 1/2 + 1/4 + 1/6 + ... + 1/2n). Also 1/2 + 1/2 + ... + 1/2 ≥ 1/2 + 1/4 + ... + 1/(2n), so 1/2 ≥ (1/2 + 1/4 + ... + 1/(2n) )/n. Adding, 1 + 1/3 + 1/5 + ... + 1/(2n-1) > (1/2 + 1/4 + ... + 1/(2n) )(1 + 1/n).
Problem 4
The triangle ABC has ∠A = 40o and ∠B = 60o. X is a point inside the triangle such that ∠XBA = 20o and ∠XCA = 10o. Show that AX is perpendicular to BC.
Solution
We use Ceva's theorem. (sin BAX/sin CAX) (sin ACX/sin BCX) (sin CBX/sin ABX) = 1. So, putting ∠BAX = x, we have sin x sin 10o sin 40o = sin(40o-x) sin 70o sin 20o. But sin 40o = 2 sin 20o cos 20o = 2 sin 20o sin 70o, so 2 sin x sin 10o = sin(40o-x). Putting x = 30o + y, we get 2 sin(30o+y) sin 10o = sin(10o-y). Expanding: cos y sin 10o + √3 sin y sin 10o = sin 10o cos y - cos 10o sin y, so sin y(cos 10o + √3 cos 10o) = 0. Hence sin y = 0, so y = 0o and x = 30o. So AX is perpendicular to BC (the angle between AX and BC is 180o - 30o - 60o = 90o).
Problem 5
Show that non-negative integers a ≤ b satisfy (a2 + b2) = n2(ab + 1), where n is a positive integer, iff they are consecutive terms in the sequence ak defined by a0 = 0, a1 = n, ak+1 = n2ak - ak-1.
Solution
If n = 1, then the sequence is 0, 1, 1, 0, -1, -1, 0, 1, 1, ... . Thus the only consecutive non-negative terms a, b with a ≤ b are 0, 1 and 1, 1 both of which satisfy the equation.
Conversely suppose that a ≤ b is a solution for n = 1. Then a2 + b2 = ab + 1. If 1 < a, then 1 < a2, ab ≤ b2, so 1 + ab < a2 + b2. Contradiction. So a = 0 or 1. If a = 0, then b2 = 1, so b = 1. If a = 1, then 1 + b2 = b + 1, so b = 0 or 1, but b ≥ a = 1, so b = 1. Thus the only solutions are a = 0, b = 1, or a = 1, b = 1.
So assume n > 1. It is a trivial induction to show that ak < ak+1. Now it is an easy induction on k to show that consecutive terms ak-1, ak satisfy the equation. It is true for k = 1: (02 + n2) = n2(0.n + 1). Suppose it is true for k. Then we have ak+1 + ak-1 = n2ak. Hence ak+12 - ak-12 = n2ak(ak+1 - ak-1). Adding to ak2 + ak-12 =n2(akak-1 + 1), we get ak+12 + ak2 =n2(ak+1ak + 1), which completes the induction.
Now suppose that a ≤ b is any solution in non-negative integers of a2 + b2 = n2(ab + 1). The idea is to show that n2a - b, a is a smaller solution.
If a = b, then 2a2 = n2(a2 + 1) ≥ 4(a2 + 1) > 2a2. Contradiction. So a < b. If a = 0, then b2 = n2, so b = n. This solution belongs to the sequence. So assume a > 0.
If b > n2a, then b >= n2a + 1, so b2 ≥ n2ab + b > n2ab + n2a ≥ n2(ab + 1), so a2 + b2 > n2(ab + 1). Contradiction. So n2a - b ≥ 0. If n2a ≥ a + b, then n2ab ≥ ab + b2 > a2 + b2. Contradiction. So n2a - b < a. Finally, (n2a - b)2 + a2 = n4a2 - 2n2ab + a2 + b2 = n2( a(n2a - b) + 1) + (a2 + b2 - n2(ab + 1) ), so if a, b is a solution, then so is n2a - b, a.
Thus if we start with any solution 0 < a ≤ b, we can derive a solution a' < a, where the relationship between a', a and b is the same as that between ak-1, ak and ak+1. This process must terminate, so eventually we get a solution 0, c. But we have shown that this must be 0, n. So we must have been moving down the sequence ak. Hence a, b must be consecutive terms in that sequence.
Labels:
CMO