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

IMC / 2024 / Problems / Day 2, P7

IMC 2024 · Day 2 · P7

easy

Let nn be a positive integer. Suppose that AA and BB are invertible n×nn \times n matrices with complex entries such that A+B=IA + B = I (where II is the identity matrix) and (A2+B2)(A4+B4)=A5+B5.(A^2 + B^2)(A^4 + B^4) = A^5 + B^5. Find all possible values of det(AB)\det(AB) for the given nn.

(proposed by Sergey Bondarev, Sergey Chernov, Belarusian State University, Minsk)

Solution (official)

Hint: Find a polynomial p(x)p(x) such that p(AB)=0p(AB) = 0.

Notice first that AB=A(IA)=AA2=(IA)A=BAAB = A(I - A) = A - A^2 = (I - A)A = BA, so AA and BB commute. Let C=AB=BAC = AB = BA; then A2+B2=(A+B)22AB=I2C,A4+B4=(A+B)44AB(A+B)2+2A2B2=I4C+2C2,A5+B5=(A+B)55AB(A+B)3+5A2B2(A+B)=I5C+5C2,\begin{align*} A^2 + B^2 &= (A + B)^2 - 2AB = I - 2C, \\ A^4 + B^4 &= (A + B)^4 - 4AB(A + B)^2 + 2A^2B^2 = I - 4C + 2C^2, \\ A^5 + B^5 &= (A + B)^5 - 5AB(A + B)^3 + 5A^2B^2(A + B) = I - 5C + 5C^2, \end{align*} so 0=(A5+B5)(A2+B2)(A4+B4)=(I5C+5C2)(I2C)(I4C+2C2)=4C35C2+C=4C(CI)(C14I);\begin{align*} 0 &= (A^5 + B^5) - (A^2 + B^2)(A^4 + B^4) = (I - 5C + 5C^2) - (I - 2C)(I - 4C + 2C^2) \\ &= 4C^3 - 5C^2 + C = 4C (C - I) \bigl( C - \tfrac14 I \bigr); \end{align*} since CC is invertible, we have (CI)(C14I)=0.(C - I) \bigl( C - \tfrac14 I \bigr) = 0. Hence, the polynomial p(x)=(x1)(x14)p(x) = (x - 1) \bigl( x - \frac14 \bigr) annihilates the matrix C=ABC = AB and therefore all eigenvalues of CC are roots of p(x)p(x), so the possible eigenvalues are 1 and 14\frac14. The determinant is the product of the nn eigenvalues, so det(AB)=detC{1,14,142,,14n}.\det(AB) = \det C \in \left\{ 1, \frac14, \frac{1}{4^2}, \dots, \frac{1}{4^n} \right\}. Now show that these values are indeed possible.

If A=diag(12,,12k,eiπ/3,,eiπ/3nk)andB=diag(12,,12k,eiπ/3,,eiπ/3nk),A = \operatorname{diag} \bigl( \underbrace{\tfrac12, \dots, \tfrac12}_{k}, \underbrace{e^{i\pi/3}, \dots, e^{i\pi/3}}_{n-k} \bigr) \quad \text{and} \quad B = \operatorname{diag} \bigl( \underbrace{\tfrac12, \dots, \tfrac12}_{k}, \underbrace{e^{-i\pi/3}, \dots, e^{-i\pi/3}}_{n-k} \bigr), then A+B=IA + B = I, AB=diag(14,,14k,1,,1nk)AB = \operatorname{diag} \bigl( \underbrace{\tfrac14, \dots, \tfrac14}_{k}, \underbrace{1, \dots, 1}_{n-k} \bigr) and det(AB)=14k\det(AB) = \dfrac{1}{4^k}.

How the field did

contestants scored
397
average (of 10)
6.69
solved (≥ 80%)
51.9%
near-0 (≤ 10%)
15.9%
discrimination
0.55

Score distribution (field cohort)

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

Similar problems

IMC 2008 · Day 1 · P2mediumavg 4.4/10 · solved 36% · near-0 48% · disc 0.63
IMC 1999 · Day 1 · P1mediumavg 5.5/10 · solved 33% · near-0 8% · disc 0.46
IMC 2007 · Day 1 · P3hardavg 3.5/10 · solved 20% · near-0 42% · disc 0.57