I have posted a similar question earlier, but in that question I have only posted a part of the problem...maybe it explains why I became stuck every single time... The problem goes as follows:
Given complex numbers $a,b,c$ such that $|a|=|b|=|c|=1$
And we need to show that
$$|a+2ab+b|^2+|b+2bc+c|^2+|c+2ac+a|^2 \le 8(3+Re(a+b+c))$$
What I have tried so far is writing all of the numbers in algebraic form. Here's what I mean:
$$|x_1+y_1i+2(x_1+y_1i)(x_2+y_2i)+x_2+y_2i|^2$$
This is the first term. Simplifying things we would get:
$$|x_1+y_1i+x_2+y_2i+2x_1x_2+2x_1y_2i+2x_2y_1i−2y_1y_2|^2$$
Gathering all the real and imaginary parts together, then squaring the magnitude left me with this expression:
$$6+2x_1x_2+2y_1y_2+4x_2+4x_1$$
And I became stuck. If the terms would be squared I could start something with them, but this way I can't. What I noticed though is that the minimum of the left hand side happens when $a=b=c=i$, and this value is 24, and the maximum when $a=b=c=1$, and this value is 48.