3

I have a question about this 1978 USAMO problem:

Given that $a,b,c,d,e$ are real numbers such that $a+b+c+d+e=8$ and $a^2+b^2+c^2+d^2+e^2=16$, find the maximum value that $e$ can attain.

I had the following solution: Let $a+b+c+d=x$. Then $x+e=8\implies e=8-x$. Also, $\frac{a^2+1}{2}+\frac{b^2+1}{2}+\frac{c^2+1}{2}+\frac{d^2+1}{2}\geq (a+b+c+d)=x$ by AM-GM inequality. Hence, $a^2+b^2+c^2+d^2\geq 2x-4$.

Now we have $2x-4+e^2\leq a^2+b^2+c^2+d^2+e^2=16$. Substituting $x=8-e$, we get $e^2-2e-4\leq 0$. We can easily calculate that the lowest value that $e$ can attain is $1 -\sqrt{5}$.

However, the answer given on the internet is $\frac{16}{5}$. Where am I going wrong?

EDIT $1$ -- Is this a case of how the value $1-\sqrt{5}$ can never be attained by $e$, although the inequality is true?

EDIT $2$ -- It seems that we need to find the maximum. By my method, I’ve found the maximum to be $1+\sqrt{5}$. This is greater than $\frac{16}{5}$. Have I found a sharper inequality?

Key Flex
  • 9,475
  • 7
  • 17
  • 34
  • 3
    The problem is to find the maximum value, see 7th USAMO 1978 – Winther Jul 05 '18 at 00:44
  • 1
    Also note: Even if the problem was to find the minimum, all you found was a necessary condition on $e$, not a sufficient condition. You haven't shown that the steps of your attempt are reversible, so there's no justification for claiming that the minimum $e$ which satisfies your quadratic inequality is the same as the minimum $e$ which satisfies the original constraints. – quasi Jul 05 '18 at 00:54
  • 1
    I’ve found the maximum to be 1+√5 For what values of $a,b,c,d,e$ is that "maximum" attained? That's a valid upper bound ($,e \le 16/5 \lt 1+\sqrt{5},$), but it is not a maximum since it is never attained. – dxiv Jul 05 '18 at 02:43
  • How does finding a higher maximum value amount to a sharper inequality? If anything, it's the opposite. – Abhimanyu Pallavi Sudhir Jul 05 '18 at 09:39
  • Related (duplicates?): https://math.stackexchange.com/q/1698058/42969, https://math.stackexchange.com/q/1789371/42969 – Martin R Jul 05 '18 at 09:44
  • @AbhimanyuPallaviSudhir- You're right. I've found a weaker inequality. –  Jul 05 '18 at 16:11

4 Answers4

6

Given $a+b+c+d+e=8$ and $a+b+c+d=8-e$ $$(8-e)^2=(a+b+c+d)^2$$ Now expand $(a+b+c+d)^2$ $$=a^2+b^2+c^2+d^2+2(ab+ac+ad+bc+bd+cd)$$ $$\le4(a^2+b^2+c^2+d^2)$$

And Now, $a^2+b^2+c^2+d^2+e^2=16$

$a^2+b^2+c^2+d^2=16-e^2$ $$(16-e^2)=a^2+b^2+c^2+d^2$$$$4(a^2+b^2+c^2+d^2)\ge(a+b+c+d)^2$$$$4(16-e^2)\ge(8-e)^2$$$$64-4e^2\ge64-16e^2+e^2$$$$5e^2-16e\le0$$$$e(5e-16)\le0$$$$e\le\dfrac{16}{5}$$

Key Flex
  • 9,475
  • 7
  • 17
  • 34
4

I don't understand, wouldn't the minimum value be $0$? if $$a=b=c=d=2$$ and $$e=0$$ both equations are satisfied. Clearly, zero would also be the smallest positive number.

  • $1-\sqrt{5}$ is smaller than $0$ –  Jul 05 '18 at 02:33
  • 1
    if

    $$e<0$$

    then

    $$a+b+c+d>8$$

    We know the minimum sum of squares for

    $$a+b+c+d=k$$

    is obtained when

    $$a=b=c=d$$

    then

    $$a=b=c=d>2$$

    and

    $$a^2+b^2+c^2+d^2>16$$

    So I knew it was impossible for $e$ to be negative

    – Colin Hicks Jul 05 '18 at 02:59
4

By the RMS-AM inequality:

$$ \dfrac{a^2+b^2+c^2+d^2}{4} \ge \left(\dfrac{a+b+c+d}{4}\right)^2 = \dfrac{(8-e)^2}{16} \tag{1} $$

Therefore:

$$ e^2 = 16-(a^2+b^2+c^2+d^2) \le 16 - \dfrac{(8-e)^2}{4} \;\;\iff\;\; e(5e-16) \le 0 \tag{2} $$

Equality is in fact attained for $\,e = \dfrac{16}{5}\,$ and $\,a=b=c=d\,$.

Where am I going wrong?

Besides miscopying the problem as a "minimum" rather than "maximum", the equality case in your first step ("by AM-GM") is attained for $\,a=b=c=d=1\,$, but that's not necessarily where the global maximum for $\,e\,$ is attained.


[ EDIT ]  Condition $\,(2) \iff e \in \left[0, \,16/5\right]\,$, which establishes both the minimum $\,e=0\,$ and maximum $\,e=16/5\,$, both attained when the other variables are equal $\,a=b=c=d\,$ so that the RMS-AM inequality $\,(1)\,$ becomes an equality. This should answer both the question referenced in the title (about the maximum $e$) as well as the posted variation (about the minimum $e$).
dxiv
  • 76,497
1

Intuitive approach:

For a given $$(a+b+c+d=k)$$

We want

$$Min(a^2+b^2+c^2+d^2)$$

In order to maximize $e$

This is true only when $a=b=c=d$

From that we have

$$4x+e=8,\; 4x^2+e^2=16$$

Giving $x=\frac{6}{5}$ and $e=\frac{16}{5}$

Leading to the maximum value