Find Min Value: $a,b,c>0$ with $a+b+c=k$

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Minimum Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Albert1
Messages
1,221
Reaction score
0
$a,b,c>0$

$a+b+c=k$

find:$min(\sqrt{a^2+b^2}+\sqrt{b^2+c^2}+\sqrt{c^2+a^2})$
 
Mathematics news on Phys.org
My Solution:

Given $$a+b+c = k$$ and $$a,b,c>0$$

Now we can write $$\sqrt{a^2+b^2} = \left|a+ib\right|$$ and $$\sqrt{b^2+c^2} = \left|b+ic\right|$$ and $$\sqrt{c^2+a^2} = \left|c+ia\right|$$

Where $$i=\sqrt{-1}$$ So Using Triangle Inequality of Complex number

$$\left|a+ib\right|+\left|b+ic\right|+\left|c+ia\right|\geq \left|\left(a+b+c\right)+i\left(b+c+a\right)\right| = \left|k+ik\right|=\sqrt{2}k$$

and equality hold when $$\displaystyle \frac{a}{b} = \frac{b}{c} = \frac{c}{a}$$
 
Last edited by a moderator:
jacks said:
My Solution:

Given $$a+b+c = k$$ and $$a,b,c>0$$

Now we can write $$\sqrt{a^2+b^2} = \left|a+ib\right|$$ and $$\sqrt{b^2+c^2} = \left|b+ic\right|$$ and $$\sqrt{c^2+a^2} = \left|c+ia\right|$$

Where $$i=\sqrt{-1}$$ So Using Triangle Inequality of Complex number

$$\left|a+ib\right|+\left|b+ic\right|+\left|c+ia\right|\geq \left|\left(a+b+c\right)+i\left(b+c+a\right)\right| = \left|k+ik\right|=\sqrt{2}k$$

and equality hold when $$\displaystyle \frac{a}{b} = \frac{b}{c} = \frac{c}{a}$$
nice solution !
 
Albert said:
$a,b,c>0$

$a+b+c=k$

find:$min(\sqrt{a^2+b^2}+\sqrt{b^2+c^2}+\sqrt{c^2+a^2})$
 

Attachments

  • minimum (AB+BC+EF).jpg
    minimum (AB+BC+EF).jpg
    18.2 KB · Views: 116