Refer to the problem below (IMO 2009 Shortlist)
Let $a, b, c$ be positive real numbers such that $$\frac{1}{a} + \frac{1}{b} + \frac{1}{c} = a + b+ c$$ Prove that $$\frac{1}{(2a+b+c)^2} + \frac{1}{(2a+b+c)^2} + \frac{1}{(2a+b+c)^2} \leqslant \frac{3}{16} $$
In the solution given by the official short list solution book (Pg 16), it states that
Without loss of generality, we choose $$a +b+c = 1$$. Thus, the problem becomes $$ \frac{1}{(1 + a)^2} + \frac{1}{(1 + b)^2} +\frac{1}{(1 + b)^2} \leqslant \frac{3}{16}(\frac{1}{a} + \frac{1}{b} + \frac{1}{c})$$ Applying Jensen’s inequality to the function $$f(x) = \frac{x}{ (1+ x)^2}$$ ,which is concave for $0 ≤ x ≤ 2$ and increasing for $0 ≤ x ≤ 1$, we obtain $$α \frac{a}{(1 + a)^2} + β \frac{b}{(1 + b)^2} + γ \frac{c}{(1 + c)^2} \leqslant (α + β + γ) \frac{A}{(1 + A)^2}$$ , where $A =\frac{αa + βb + γc}{α + β + γ}.$ Choosing $α = \frac{1}{a} , β =\frac{1}{b},$ and $γ = \frac{1}{c}$ , we can apply the harmonic-arithmetic-mean inequality $$A =\frac{3}{\frac{1}{a} + \frac{1}{b} + \frac{1}{c}} ≤ \frac{a + b + c }{3} = \frac{1}{3} < 1$$ Finally we prove: $$ \frac{1}{(1 + a)^2} + \frac{1}{(1 + b)^2} +\frac{1}{(1 + b)^2} \leqslant ( \frac{1}{a} + \frac{1}{b} + \frac{1}{c}) \frac{A}{(1 + A)^2} \leqslant ( \frac{1}{a} + \frac{1}{b} + \frac{1}{c})\frac{A}{(1 + \frac{1}{3})^2} = \frac{3}{16}(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}) $$
However, Evan Chen's solution (Pg 4) differs by having $a +b+c=3$ and setting $f(x) = \frac{1}{16x} - \frac{1}{(x+3)^2}$ and allowing Jensen to resolve the rest.
The questions are as follows;
How do you choose before hand which $a + b+ c =$ to choose?
Why particularly does the assumption differ between the 2 solutions?
How does one know before hand the choosing of $α = \frac{1}{a} , β =\frac{1}{b},$ and $γ = \frac{1}{c}$?
Where and how did $A =\frac{αa + βb + γc}{α + β + γ}$ come from?
Any help would be much appreciated.