1. Find the side lengths of the triangle ABC with area S and ∠BAC = x such that the side BC is as short as possible.
2. Find all positive integers m, n such that n + (n+1) + (n+2) + ... + (n+m) = 1000.
3. Find a polynomial with integer coefficients which has √2 + √3 and √2 + 31/3 as roots.
4. Points H1, H2, ... , Hn are arranged in the plane so that each distance HiHj ≤ 1. The point P is chosen to minimise max(PHi). Find the largest possible value of max(PHi) for n = 3. Find the best upper bound you can for n = 4.
5. a1, a2, ... , an are constants such that f(x) = 1 + a1 cos x + a2 cos 2x + ... + an cos nx ≥ 0 for all x. We seek estimates of a1. If n = 2, find the smallest and largest possible values of a1. Find corresponding estimates for other values of n.
Solutions
Problem 1
Find the side lengths of the triangle ABC with area S and ∠BAC = x such that the side BC is as short as possible.
Answer
BC = 2√(S tan(x/2)), AB = AC = √(S/(sin(x/2)cos(x/2)) )
Solution
For given BC, the locus of A with ∠BAC = x is the arc of a circle. The area is BC times the height, so we maximise the area by taking AB = AC. Since we want BC as small as possible, we must have AB = AC. So suppose BC = 2k, height = h. Then S = hk, and h = k cot(x/2). So S = k2 cot(x/2). Hence k = √(S tan(x/2)). Then the other sides have length k/sin(x/2).
Problem 2
Find all positive integers m, n such that n + (n+1) + (n+2) + ... + (n+m) = 1000.
Answer
(m,n) = (15,55), (24,28), (4,198).
Solution
There are m+1 terms, average size (2n+m)/2. So (m+1)(2n+m) = 2000 = 16·125. Note that m+1 and 2n+m have opposite parity. Also 1 < m+1 < 2n+m. So we have m+1 = 16, 25 or 5.
Problem 3
Find a polynomial with integer coefficients which has √2 + √3 and √2 + 31/3 as roots.
Answer
(x4 - 10x2 + 1)(x6 - 6x4 - 6x3 + 12x2 - 36x + 1) = 0
Solution
(x + √2 + √3)(x - √2 - √3) = x2 - 5 - 2√6. Similarly, (x + √2 - √3)(x - √2 + √3) = x2 - 5 + 2√6, so √2 + √3 is a root of (x2 - 5 - 2√6)(x2 - 5 + 2√6) = x4 - 10x2 + 1.
√2 + 31/3 is a root of (x - √2)3 - 3 = 0, or (x3 + 6x - 3) - (3x2 + 2)√2 = 0. Multiplying by (x3 + 6x - 3) + (3x2 + 2)√2 we get (x3 + 6x - 3)2 - 2(3x2 + 2)2 = 0 or x6 - 6x4 - 6x3 + 12x2 - 36x + 1 = 0.
So, (x4 - 10x2 + 1)(x6 - 6x4 - 6x3 + 12x2 - 36x + 1) = 0 has both required roots.
Labels:
Swedish Mathematical Society