Karol said:
$$2(s_1 s_2)^\frac{3}{2} \leq 3s_1^2s_2 + 3 s_1 s_2^2~\rightarrow~1\leq\frac{3}{2}\left[ \frac{s_1^2s_2}{\sqrt{(s_1s_2)}}+\frac{s_1s_2^2}{\sqrt{(s_1s_2)}} \right]$$
The right hand side isn't right, but maybe that's a typo? If you're going to show it this way the RHS should say
##\frac{3}{2}\left[ \frac{s_1^2s_2}{s_1 s_2 \sqrt{(s_1s_2)}}+\frac{s_1s_2^2}{s_1 s_2 \sqrt{(s_1s_2)}} \right]##
Your very next line is correct.
Karol said:
$$1\leq\frac{3}{2}\left[ \sqrt{\frac{s_1}{s_2}}+\sqrt{\frac{s_2}{s_1}} \right]$$
It resembles ##~\displaystyle \frac{1}{x}+\frac{x}{1}\geq1##
Yes. And that is what you can verify by inspection if you wanted -- i.e. if ##0 \lt x \lt 1##, then you have the first term greater than 1 and second term is positive, so sum is ##\gt 1##. If ##1 \leq x## then second term is at least one, and first term is positive so the sum is again ##\gt 1##. From there, of course, you multiply by 1.5 -- the product of any number ##\gt 1## and ##1.5## must be ##\gt 1##.
From ##GM \leq AM## standpoint, it resembles
##\frac{1}{2}\big(\frac{1}{x}+\frac{x}{1}\big) \geq 1##
because by ##GM \leq AM##, you have
##\frac{1}{2}\big(\frac{1}{x}+\frac{x}{1}\big) \geq \big(\frac{x}{1}\frac{1}{x}\big)^\frac{1}{2} = \big(1 \big)^\frac{1}{2} = 1##
now all you need to do is note that -- again since everything is positive --
##3\Big(\frac{1}{2}\big(\frac{1}{x}+\frac{x}{1}\big)\Big) \gt \frac{1}{2}\big(\frac{1}{x}+\frac{x}{1}\big) \geq 1##
and define ##x:= \sqrt{\frac{s_1}{s_2}}## and you are done.
- - - - -
Karol said:
The first ##~GM \leq AM~## method:
$$GM \leq AM~\rightarrow~\frac{s_1^2s_2+s_1s_2^2}{2}\geq\sqrt{(s_1^2s_2)(s_1s_2^2)}=\sqrt{(s_1s_2)^3}=(s_1s_2)^{3/2}$$
Yes.
Karol said:
$$3s_1^2s_2 + 3 s_1 s_2^2=3(s_1^2s_2+s_1s_2^2)\geq 3(s_1s_2)^{3/2}\geq2(s_1s_2)^{3/2}$$
Maybe you are skipping steps here? What happened to the ##\frac{1}{2}## on the LHS and how does the 3 flow though? If it were me, I'd be very deliberate and take the conclusion from your prior statement, i.e. that
##\frac{s_1^2s_2+s_1s_2^2}{2}\geq (s_1s_2)^{3/2}##
then
step 1: multiply each side by 2
##s_1^2s_2+s_1s_2^2 \geq 2(s_1s_2)^{3/2}##
step 2: note that 3 of some positive number is bigger than that positive number, i.e.
##3(s_1^2s_2+s_1s_2^2) \gt s_1^2s_2+s_1s_2^2 \geq 2(s_1s_2)^{3/2}##
or if you prefer, the slightly looser, but true, statement that
##3(s_1^2s_2+s_1s_2^2) \geq s_1^2s_2+s_1s_2^2 \geq 2(s_1s_2)^{3/2}##
and you are done.
Karol said:
And the second approach:
$$GM \leq AM~\rightarrow~2\sqrt{s_1s_2}\leq2\frac{s_1+s_2}{2}=s_1+s_2\leq2(s_1s_2)\leq3(s_1s_2)$$
yikes -- some careless errors here -- missing plus signs (and I'm not sure what the introduction of ##\leq2(s_1s_2)## on the RHS was for?) This should read as
##GM \leq AM~\rightarrow~2\sqrt{s_1s_2}\leq2\frac{s_1+s_2}{2}=s_1+s_2 \leq3(s_1 + s_2)##which gives us what we want: ##2\sqrt{s_1s_2}\leq 3(s_1 + s_2)##
but yes, once you have the above you simply multiply each side by ##(s_1 s_2)## -- which is positive, and hence doesn't change the inequality-- and you recover
##2(s_1 s_2)^\frac{3}{2} =(s_1 s_2) 2\sqrt{s_1s_2}\leq (s_1 s_2)3(s_1 + s_2) = 3(s_1^2 s_2) + 3(s_1 s_2^2)##
- - - -
it's good practice to play around with inequalities like this. And hopefully you can spot things like
##\frac{1}{x}+\frac{x}{1}\geq1##
lurking amongst things you want to prove in the future. It's a quite nice result.