![]() |
Solutions for advanced problems "A" in March, 2002 |
In this page only the sketch of the solutions are published; in some cases only the final results. To achieve the maximum score in the competition more detailed solutions needed.
A. 287. Someone has drawn an ellipse on a sheet of paper, and he has also marked the endpoints of its axes. The major axis is twice as long as the minor axis. Find a construction method for dividing any given acute angle into three equal parts, using a pair of compasses, a straight edge, and the given ellipse only.
Solution. Let 3alpha be the angle to be trisected, and let the equation of the ellipse in rectangular coordinates be x2+4y2=1.
Let Ai=(cos(alpha+(i-1).120o);sin(alpha+(i-1).120o)) and Bi=(cos(α+(i−1)⋅120∘);12sin(α+(i−1)⋅120∘)) (i=1,2,3). The points Ai are on the unit circle, and the points Bi are on the ellipse. The task is to construct these points.
Consider the circle passing through the points Bi. The circle also intersects the ellipse at a fourth point C. With a little calculation, it can be checked that the centre of the circle is K=(316cos3α;38sin3α) and that C=(cos3α;12sin3α). For a given 3alpha, the circle can be constructed, and it intersects the ellipse at the points Bi.
A. 288. Let p be an n degree polynomial, where nge1. Prove that there exist at least n+1 complex numbers yielding 0 or 1 as the value of f. (IMC 7, London, 2000)
Solution. Let z1, ..., zk be the complex numbers where the value of p is 0 or 1. Let muj denote the multiplicity of the root zj of the polynomial p(z) or p(z)-1. Then the number zj is a root of p' with a multiplicity of (muj-1). If multiplicity counts, The polynomials p(z) and p(z)-1 together have 2n roots among the numbers z1,...,zk, and the polynomial p' has at most n-1, thus
mu1+...+muk=2n, (mu1-1)+...+(muk-1)len-1.
By subtraction, we get kgen+1.
A. 289. Prove that if the function f is defined on the set of positive real numbers, its values are real, and f satisfies the equation
f(x+y2)+f(2xyx+y)=f(x)+f(y)
for all positive x,y, then
2f(√xy)=f(x)+f(y)
for every positive number pair x, y. (Miklós Schweitzer Memorial Competition, 2001)
Solution. Let a,b,c,d be positive real numbers. By applying the functional equation several times, we have
f(a)+f(b)+f(c)+f(d)=
=f(a+b2)+f(2aba+b)+f(c+d2)+f(2cdc+d)=
=f(a+b2+c+d22)+f(2a+b2⋅c+d2a+b2+c+d2)+
+f(2aba+b+2cdc+d2)+f(22aba+b⋅2cdc+d2aba+b+2cdc+d)=
f(a+b+c+d4)+f((a+b)(c+d)a+b+c+d)+
+f(abc+abd+acd+bcd(a+b)(c+d))+f(4abcdabc+abd+acd+bcd).
By repeating the above procedure with b and c interchanged, we get
(1) | f((a+b)(c+d)a+b+c+d)+f(abc+abd+acd+bcd(a+b)(c+d))= |
=f((a+c)(b+d)a+b+c+d)+f(abc+abd+acd+bcd(a+c)(b+d)).
Let a=c, b=a2/d and t=ab+ba. It is easy to check that
(a+b)(c+d)a+b+c+d=abc+abd+acd+bcd(a+b)(c+d)=a,
(a+c)(b+d)a+b+c+d=a⋅2t2+t,
and finally
abc+abd+acd+bcd(a+c)(b+d)=a⋅2+t2t.
Substitution of the results into (1) gives
(2) | 2f(a)=f(a⋅2t2+t)+f(a⋅2+t2t) |
t can be any number not smaller than 2, and 2t2+t can be any number not smaller than 1. Thus for every number pair xgey there exist the numbers a and t, such that a⋅2t2+t=x, a⋅2+t2t=y and √xy=a.