For what positive integers $n \ge 3$ inequality holds $$x_1^2+x_2^2+...+x_n^2 \ge p(x_1x_2+x_2x_3+...+x_{n-1}x_n)$$ for all real numbers, if $p=1; p=4/3; p=6/5$
My work so far:
a) $p=1 \Rightarrow $for all $n$: $$x_1^2+(x_1-x_2)^2+(x_2-x_3)^2+...+(x_{n-1}-x_n)^2+x_n^2 \ge 0$$
b) $p=4/3 \Rightarrow n \le 3$
$n=3:$ $$(3x_1-2x_2)^2+x_2^2+(2x_2-3x_3)^2\ge0$$ $n=4$. If $x_1=x_4=2; x_2=x_3=3 -$ inequality is wrong.
c) $p=6/5 \Rightarrow n \le 4$
$n=4:$ $$(3x_1-2x_2)^2+x_2^2+15(x_2-x_3)^2+x_3^2+(3x_3-5x_4)^2\ge0$$ $n=4$. If $x_1=x_5=9; x_2=x_4=15, x_3=16 -$ inequality is wrong.
How to investigate this problem for $p>0$?