I am currently trying to solve my own optimality problem.
Let $f :(a,b,c,d) \in \mathbb{R^4} \mapsto 1 + d_1+d_2+d_3+d_4+d_5 \in \mathbb{R}_+$ where:
$d_1 = \sqrt{a^2+b^2}$
$d_2= \sqrt{c^2+d^2}$
$d_3=\sqrt{(a-1)^2+b^2}$
$d_4=\sqrt{(c-1)^2+d^2}$
$d_5=\sqrt{(a-c)^2+(b-d)^2}$
I would like to know what methods can we use to find the minimum value $m$ of $f$ knowing that $\forall i \in \{1,2,3,4,5\}, d_i \geq1$?
For now, I have shown geometrically that $5+\sqrt{3} \geq m >6$. I am not looking necessarily for a full answer but rather for methods to deal with that kind of problem. Any help would be appreciated.
a,bandd1could be seen as side lengths of one triangle. Similarly, other triangles are described byc,d,d2, and so on. The constraints put ond1, ...d5could be modelled as circles. Further than that, I do not have a proof to add. – Axel Kemper Jul 31 '20 at 17:02