Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

Studolymp / IMC / 2009

IMC 2009
contestants 347 · problems 10 (5+5) · scale 0–10 · per-problem yes

Day-1 per-problem scores were partly unreadable in the source.

Problems

Day 1

P1

Suppose that ff and gg are real-valued functions on the real line and f(r)g(r)f(r) \le g(r) for every rational rr. Does this imply that f(x)g(x)f(x) \le g(x) for every real xx if

a) ff and gg are non-decreasing?

b) ff and gg are continuous?

P2

Let AA, BB and CC be real square matrices of the same size, and suppose that AA is invertible. Prove that if (AB)C=BA1(A - B) C = B A^{-1}, then C(AB)=A1BC (A - B) = A^{-1} B.

P3

In a town every two residents who are not friends have a friend in common, and no one is a friend of everyone else. Let us number the residents from 1 to nn and let aia_i be the number of friends of the ii-th resident. Suppose that i=1nai2=n2n\sum\limits_{i=1}^{n} a_i^2 = n^2 - n. Let kk be the smallest number of residents (at least three) who can be seated at a round table in such a way that any two neighbors are friends. Determine all possible values of kk.

P4

Let p(z)=a0+a1z+a2z2++anznp(z) = a_0 + a_1 z + a_2 z^2 + \dots + a_n z^n be a complex polynomial. Suppose that 1=c0c1cn01 = c_0 \ge c_1 \ge \dots \ge c_n \ge 0 is a sequence of real numbers which is convex (i.e. 2ckck1+ck+12 c_k \le c_{k-1} + c_{k+1} for every k=1,2,,n1k = 1, 2, \dots, n-1), and consider the polynomial q(z)=c0a0+c1a1z+c2a2z2++cnanzn.q(z) = c_0 a_0 + c_1 a_1 z + c_2 a_2 z^2 + \dots + c_n a_n z^n. Prove that maxz1q(z)maxz1p(z).\max_{|z| \le 1} \bigl| q(z) \bigr| \le \max_{|z| \le 1} \bigl| p(z) \bigr|.

P5

Let nn be a positive integer. An nn-simplex in Rn\mathbb{R}^n is given by n+1n+1 points P0,P1,,PnP_0, P_1, \dots, P_n, called its vertices, which do not all belong to the same hyperplane. For every nn-simplex SS we denote by v(S)v(S) the volume of SS, and we write C(S)C(S) for the center of the unique sphere containing all the vertices of SS.

Suppose that PP is a point inside an nn-simplex SS. Let SiS_i be the nn-simplex obtained from SS by replacing its ii-th vertex by PP. Prove that v(S0)C(S0)+v(S1)C(S1)++v(Sn)C(Sn)=v(S)C(S).v(S_0) C(S_0) + v(S_1) C(S_1) + \dots + v(S_n) C(S_n) = v(S) C(S).

Day 2

P6

Let \ell be a line and PP a point in R3\mathbb{R}^3. Let SS be the set of points XX such that the distance from XX to \ell is greater than or equal to two times the distance between XX and PP. If the distance from PP to \ell is d>0d > 0, find the volume of SS.

P7

Suppose f:RRf : \mathbb{R} \to \mathbb{R} is a two times differentiable function satisfying f(0)=1f(0) = 1, f(0)=0f'(0) = 0, and for all x[0,)x \in [0, \infty), f(x)5f(x)+6f(x)0.f''(x) - 5 f'(x) + 6 f(x) \ge 0. Prove that for all x[0,)x \in [0, \infty), f(x)3e2x2e3x.f(x) \ge 3 e^{2x} - 2 e^{3x}.

P8

Let A,BMn(C)A, B \in M_n(\mathbb{C}) be two n×nn \times n matrices such that A2B+BA2=2ABA.A^2 B + B A^2 = 2 A B A. Prove that there exists a positive integer kk such that (ABBA)k=0(AB - BA)^k = 0.

P9

Let pp be a prime number and Fp\mathbb{F}_p be the field of residues modulo pp. Let WW be the smallest set of polynomials with coefficients in Fp\mathbb{F}_p such that

  • the polynomials x+1x + 1 and xp2+xp3++x2+2x+1x^{p-2} + x^{p-3} + \dots + x^2 + 2x + 1 are in WW, and
  • for any polynomials h1(x)h_1(x) and h2(x)h_2(x) in WW the polynomial r(x)r(x), which is the remainder of h1(h2(x))h_1(h_2(x)) modulo xpxx^p - x, is also in WW.
How many polynomials are there in WW?

P10

Let MM be the vector space of m×pm \times p real matrices. For a vector subspace SMS \subseteq M, denote by δ(S)\delta(S) the dimension of the vector space generated by all columns of all matrices in SS.

Say that a vector subspace TMT \subseteq M is a covering matrix space if AT,A0kerA=Rp.\bigcup_{A \in T, A \ne 0} \ker A = \mathbb{R}^p. Such a TT is minimal if it does not contain a proper vector subspace STS \subset T which is also a covering matrix space.

(a) (8 points) Let TT be a minimal covering matrix space and let n=dimTn = \dim T. Prove that δ(T)(n2).\delta(T) \le \binom{n}{2}.

(b) (2 points) Prove that for every positive integer nn we can find mm and pp, and a minimal covering matrix space TT as above such that dimT=n\dim T = n and δ(T)=(n2)\delta(T) = \binom{n}{2}.