Friday, January 5, 2018

inequality - Find the minimum value of f(x,y,z)=fracx2(x+y)(x+z)+fracy2(y+z)(y+x)+fracz2(z+x)(z+y).



Find the minimum value of f(x,y,z)=x2(x+y)(x+z)+y2(y+z)(y+x)+z2(z+x)(z+y) for all notnegative value of x,y,z.



I think that minimum value is 34 when x=y=z but I have no prove.



Answer



By C-S cycx2(x+y)(x+z)(x+y+z)2cyc(x+y)(x+z)=cyc(x2+2xy)cyc(x2+3xy)34,
where the last inequality it's cyc(xy)20.
The equality occurs for x=y=z, which says that we got a minimal value.



Another way:



We need to prove that:
4cycx2(y+z)3cyc(x+y) or
cyc(x2y+x2z2xyz)0 or

cycz(xy)20.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...