Optimizing Triangular Inequalities: Finding the Minimum of a Complex Expression

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find the minimum of $\sqrt{a^2-12a+40}+\sqrt{b^2-8b+20}+\sqrt{a^2+b^2}$.
 
Mathematics news on Phys.org
anemone said:
Find the minimum of $\sqrt{a^2-12a+40}+\sqrt{b^2-8b+20}+\sqrt{a^2+b^2}$.

Using Triangle Inequality::

$\displaystyle \sqrt{(6-a)^2+2^2}+\sqrt{2^2+(4-b)^2}+\sqrt{a^2+b^2}\geq \sqrt{(6-a+2+a)^2+(2+4-b+b)^2} = 10$

and equality hold when $\displaystyle \frac{6-a}{2}=\frac{2}{4-b} = \frac{a}{b}$

- - - Updated - - -
 
Last edited by a moderator:
jacks said:
Using Triangle Inequality::

$\displaystyle \sqrt{(6-a)^2+2^2}+\sqrt{2^2+(4-b)^2}+\sqrt{a^2+b^2}\geq \sqrt{(6-a+2+a)^2+(2+4-b+b)^2} = 10$

and equality hold when $\displaystyle \frac{6-a}{2}=\frac{2}{4-b} = \frac{a}{b}$

- - - Updated - - -

Bravo, jacks!(Yes) And thanks for participating!