A Cyclic Inequality With Constraint in Two Triples of Variables

Problem

A Cyclic Inequality With Constraint in Two Triples of Variables

Solution 1

We claim that the requied minimum equals $2.$ Let $a+b+c=3s,$ $x+y+z=3q,$ $ab+bc+ca=3(s^2-t),$ $xy+yz+zx=3(q^2-m),$ with $s,q\gt 0,$ and $0\le t\le s^2,$ $0\le m\le q^2.$ We have $a^2+b^2+c^2=3(s^2+2t)$ and $x^2+y^2+z^2=3(q^2+2m).$ We need to prove that

$3sq-\sqrt{(s^2+2t)(q^2+2m)}\ge 2\sqrt{(s^2-t)(q^2-m)}.$

This is equivalent to

$\begin{align} &\small{9s^2q^2-4(s^2-t)(q^2-m)+(s^2+2t)(q^2+2m)\ge 6sq\sqrt{(s^2+2t)(q^2+2m)}}\;\Rightarrow\\ &s^2q^2+s^2m+q^2t\ge sq\sqrt{(s^2+2t)(q^2+2m)}\;\Rightarrow\\ &(s^2m-q^2t)^2\ge 0, \end{align}$

which is of course true. In order to complete the proof, suffice it to exhibit values of the variables for which equality is attained. This indeed happens, e.g., when $t=m=0,$ i.e., $(a+b+c)^2=3(ab+bc+ca)$ and $(x+y+z)^2=3(xy+yz+zx).$ In other words, the minimum in question is attained when $a^2+b^2+c^2=ab+bc+ca$ and $x^2+y^2+z^2=xy+yz+zx.$ These imply $(a-b)^2+(b-c)^2+(c-a)^=0,$ so that $a=b=c$ and, similarly, $x=y=z.$ For these values the contsraint becomes $9a^2x^2=1,$ i.e., $3ax=1.$ On the other hand, the given expression reduces to $3a\cdot 3x-\sqrt{3a^2\cdot 3x^2}=6ax=2.$

Solution 2

Define $A=a+b+c, D=a^2+b^2+c^2$ and similarly define $A' = x+y+z, D'=x^2+y^2+z^2$. We can then rewrite the constraint as

$(A^2-D)(A'^2-D') = 4.$

Now rewrite the minimization target $f = AA' - \sqrt{DD'} $. We know $A^2 \geq D$ and $A'^2 \geq D'$, so $AA' \geq \sqrt{DD'}$ and thus $f\geq 0$. Instead of minimizing $f$ we can minimize $f^2$ and then take the root:

$\min f = \sqrt{ \min f^2 }.$

But using our constraint:

$\begin{align} f^2 &= A^2A'^2-2AA'\sqrt{DD'}+DD\\ &= 4 + A^2D' + A'^2D - 2AA'\sqrt{DD'}\\ &= 4 + (A\sqrt{D'}-A'\sqrt{D})^2. \end{align}$

$4$ is a lower bound and is reached when $A\sqrt{D'} = A'\sqrt{D}.$ This is surely the case if $A=A',D=D'$, for example

$\displaystyle a=b=c=x=y=z=\frac{1}{\sqrt{3}}.$

Our example fulfills the constraints, so the minimum $4$ of $f^2$ is indeed attained and $\min f = 2.$

Acknowledgment

The problem, with a solution (Solution 1), was kindly communicated to me by Leo Giugiuc. Leo credits the problem to Alijadallah Belabess. Solution 2 is by Long Huynh Huu.

 

Related material
Read more...

A Sample of Optimization Problems III

  • Mathematicians Like to Optimize
  • Mathematics in Pizzeria
  • The Distance to Look Your Best
  • Building a Bridge
  • Linear Programming
  • Residence at an Optimal Distance
  • Distance Between Projections
  • Huygens' Problem
  • Optimization in a Crooked Trapezoid
  • Greatest Difference in Arithmetic Progression
  • Area Optimization in Trapezoid
  • Minimum under Two Constraints
  • Optimization with Many Variables
  • Minimum of a Cyclic Sum with Logarithms
  • A Problem with a Magical Solution from Secrets in Inequalities
  • Leo Giugiuc's Optimization with Constraint
  • Problem 4033 from Crux Mathematicorum
  • An Unusual Problem by Leo Giugiuc
  • Two Problems by Kunihiko Chikaya
  • An Inequality and Its Modifications
  • A 2-Variable Optimization From a China Competition
  • |Contact| |Up| |Front page| |Contents| |Algebra|

    Copyright © 1996-2018 Alexander Bogomolny

    71534851