PUZZLE IBM-288
Minimizing a sum for two orthogonal vectors
IBM Research · Ponder This · 2022-04
IBM Ponder This #288 · April 2022
Minimizing a sum for two orthogonal vectors
This month’s puzzle is based on a suggestion by Marco Bellocchi. Thanks, Marco!
Let
The lower bound for appears to be 4, but we know of no proof for general . Nevertheless, we refer to a pair giving as being an "optimal solution". For example, suppose and x = [-0.3562014 , 0.63245526, -0.3688259 , -0.36163773, 0.45420977] y = [-0.03997346, -0.6324558 , -0.05259805, -0.04540969, 0.77043701] Then are very close to being an optimal solution, up to a small error of at most 0.0000001 Your goal For , find a pair of that are 0.0000001-close to being an optimal solution. Give your solution in the exact format given above. A bonus "*" will be given for finding an **exact** solution ( ) where are both rational vectors ( ), for some at least 5. Give your solution in a format similar to that above, but with numbers written as "a/b", e.g., x = [1/2, 1/3, 1/6] A bonus "**" will be given for finding an exact rational solution for any , or for proving 4 is indeed the minimum value of . (We do not know of such a solution or such a proof.)
Solution
Best opened after a real attemptTo be added.