Find min & max of $a(b-c)^n+b(c-a)^n+c(a-b)^n$ where $a + b+ c =1;\ a,b,c\ge0; \ n \in N$
I am really stuck, I don't remember where I read this problem.
Find min & max of $a(b-c)^n+b(c-a)^n+c(a-b)^n$ where $a + b+ c =1;\ a,b,c\ge0; \ n \in N$
I am really stuck, I don't remember where I read this problem.
Without using Lagrange for $n=3$:
Substitute $c = 1 - a -b$ to get: $$y = (b - a) (2 a + b - 1) (a + 2 b -1)$$ The condition $a,b,c>0$, leads to us looking for a extrema on the triangle $0<a<1, a+b < 1$. Solving for $y_a = 0, y_b = 0$, you get that $a=b=1/3$ is a solution but it's only an inflection point. So, the minima and maxima must lie on the borders of the triangle:
For $b=0$: You get $y = -(-1 + a) a (-1 + 2 a)$. Derive and compare to $0$ to get: $$a = \frac{1}{2}\pm\frac{\sqrt{3}}{6} \to y = \pm\frac{1}{6\sqrt{3}}$$
For $b=0$: Due to symmetry, you get the same numbers with the positions reversed.
For $a+b=1$: This is really $c=0$, so again due to symmetry, the same results hold.
All in all the maximum and minimum values are given by:
$$y = \pm\frac{1}{6\sqrt{3}} \sim \pm0.096225$$

and $a+b+c=1$
$\implies a=b=c=\frac 13 \implies y=0 \ ?$ Where is the wrong ?
– Xeing Feb 19 '13 at 13:44