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

IMC / 2018 / Problems / Day 2, P6

IMC 2018 · Day 2 · P6

easy

Let kk be a positive integer. Find the smallest positive integer nn for which there exist kk nonzero vectors v1,,vkv_1, \dots, v_k in Rn\mathbb{R}^n such that for every pair i,ji, j of indices with ij>1|i - j| > 1 the vectors viv_i and vjv_j are orthogonal.

(Proposed by Alexey Balitskiy, Moscow Institute of Physics and Technology and M.I.T.)

Solution (official)

First we prove that if 2n+1k2n + 1 \le k then no sequence v1,,vkv_1, \dots, v_k of vectors can satisfy the condition. Suppose to the contrary that v1,,vkv_1, \dots, v_k are vectors with the required property and consider the vectors v1,v3,v5,,v2n+1.v_1, v_3, v_5, \dots, v_{2n+1}. By the condition these n+1n + 1 vectors should be pairwise orthogonal, but this is not possible in Rn\mathbb{R}^n.

Next we show a possible construction for every pair k,nk, n of positive integers with 2nk2n \ge k. Take an orthogonal basis (e1,,en)(e_1, \dots, e_n) of Rn\mathbb{R}^n and consider the vectors v1=v2=e1,v3=v4=e2,,v2n1=v2n=en.v_1 = v_2 = e_1, \quad v_3 = v_4 = e_2, \quad \dots, \quad v_{2n-1} = v_{2n} = e_n. For every pair (i,j)(i, j) of indices with 1i,j2n1 \le i, j \le 2n and ij>1|i - j| > 1 the vectors viv_i and vjv_j are distinct basis vectors, so they are orthogonal. Evidently the subsequence v1,v2,,vkv_1, v_2, \dots, v_k also satisfies the same property.

Hence, such a sequence of vectors exists if and only if 2nk2n \ge k; that is, for a fixed kk, the smallest suitable nn is k2\left\lceil \dfrac{k}{2} \right\rceil.

How the field did

contestants scored
342
average (of 10)
8.59
solved (≥ 80%)
80.7%
near-0 (≤ 10%)
7.9%
discrimination
0.36

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2002 · Day 2 · P7easyavg 8.8/10 · solved 85% · near-0 5% · disc 0.31
IMC 2003 · Day 2 · P7easyavg 7.9/10 · solved 76% · near-0 12% · disc 0.44
IMC 2014 · Day 1 · P1easyavg 8.9/10 · solved 88% · near-0 3% · disc 0.36
IMC 2004 · Day 2 · P7easyavg 7.9/10 · solved 72% · near-0 15% · disc 0.47