Problem

Source: 2022 IMOC A2

Tags: inequalities



Given positive integer $n>2,$ consider real numbers $a_1,a_2,\dots, a_n$ satisfying $a^{2}_1+a^2_2+\dots a^2_n=1.$ Find the maximal value of $$|a_1-a_2|+|a_2-a_3| +\dots +|a_n-a_1|.$$Proposed by ltf0501