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

IMC / 2005 / Problems / Day 2, P9

IMC 2005 · Day 2 · P9

hard

In the linear space of all real n×nn \times n matrices, find the maximum possible dimension of a linear subspace VV such that X,YVtrace(XY)=0.\forall X, Y \in V \quad \operatorname{trace}(XY) = 0. (The trace of a matrix is the sum of the diagonal entries.)

Solution (official)

If AA is a nonzero symmetric matrix, then trace(A2)=trace(AtA)\operatorname{trace}(A^2) = \operatorname{trace}(A^t A) is the sum of the squared entries of AA which is positive. So VV cannot contain any symmetric matrix but 0.

Denote by SS the linear space of all real n×nn \times n symmetric matrices; dimV=n(n+1)2\dim V = \frac{n(n+1)}{2}.

Since VS={0}V \cap S = \{0\}, we have dimV+dimSn2\dim V + \dim S \le n^2 and thus dimVn2n(n+1)2=n(n1)2\dim V \le n^2 - \frac{n(n+1)}{2} = \frac{n(n-1)}{2}.

The space of strictly upper triangular matrices has dimension n(n1)2\frac{n(n-1)}{2} and satisfies the condition of the problem.

Therefore the maximum dimension of VV is n(n1)2\frac{n(n-1)}{2}.

How the field did

contestants scored
226
average (of 20)
7.80
solved (≥ 80%)
21.7%
near-0 (≤ 10%)
37.2%
discrimination
0.61

Score distribution (field cohort)

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

Similar problems

IMC 2007 · Day 1 · P3hardavg 3.5/10 · solved 20% · near-0 42% · disc 0.57
IMC 2019 · Day 2 · P9hardavg 2.7/10 · solved 20% · near-0 62% · disc 0.60
IMC 2018 · Day 1 · P3hardavg 2.8/10 · solved 19% · near-0 52% · disc 0.47
IMC 2000 · Day 2 · P12hardavg 2.5/10 · solved 18% · near-0 68% · disc 0.52