3

Let $a,b,c\ge 0,$ and such $a+b+c=1$. Find the maximum of: $$\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{a+b}+\dfrac{1}{a+c}$$

My try: $$\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{a+b}+\dfrac{1}{a+c}=\dfrac{1}{1-b-c}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{1-c}+\dfrac{1}{1-b}$$

Then I can't, thank you.

1 Answers1

0

Hint:

Another Hint:

The constraint $a+b+c=1$ makes a variable redundant. For example, $a$ may be substituted with $a = 1-b-c$ (which you have correctly identified), so only the inequality constraints need to be considered.

Luke
  • 104
  • As per @L.F.'s comment above, it should probably be mentioned that these methods will work to locate the minimum, but as the constraint is a manifold with boundary which isn't contained in the domain of the function (i.e. not compact), a maximum needn't (and indeed doesn't) exist. – Jonathan Y. Oct 04 '13 at 12:31
  • @JonathanY. You are correct, thanks for bringing this to my attention. – Luke Oct 04 '13 at 12:45