IMC 2007 · Problem 3

Day 114th IMC · Blagoevgrad, Bulgaria

Statement

Call a polynomial P(x1,,xk)P(x_1, \dots, x_k) good if there exist 2×22 \times 2 real matrices A1,,AkA_1, \dots, A_k such that

P(x1,,xk)=det(i=1kxiAi).P(x_1, \dots, x_k) = \det\left( \sum_{i=1}^{k} x_i A_i \right).

Find all values of kk for which all homogeneous polynomials with kk variables of degree 22 are good.

(A polynomial is homogeneous if each term has the same total degree.)

Official solution

Hidden so you can work on the problem first.