MathDB
2022 Team 10

Source:

March 14, 2022
Vectorsgeometry

Problem Statement

On a board the following six vectors are written: (1,0,0),(1,0,0),(0,1,0),(0,1,0),(0,0,1),(0,0,1).(1, 0, 0), (-1, 0, 0), (0, 1, 0), (0, -1, 0), (0, 0, 1), (0, 0, -1). Given two vectors vv and ww on the board, a move consists of erasing vv and ww and replacing them with 12(v+w)\frac{1}{\sqrt2} (v + w) and 12(vw)\frac{1}{\sqrt2} (v - w). After some number of moves, the sum of the six vectors on the board is uu. Find, with proof, the maximum possible length of uu.