"Take the square $ABCD$. Let $E_1$ be a point on the side $AB$ such that $AE_1 : E_1B = 2 : 1$. Find the points $E_2, E_3, E_4$ on the sides $BC, CD$, and $DB$ respectively such that the sum $|E_1E_2| + |E_2E_3| + |E_3E_4| + |E_4E_1|$ is the smallest. Find this sum."
My Attempt:
I first took the two triangles (formed by the diagonal $DB$) individually. I reflected $E_1$ in each of the sides and considered the line joining these two reflected points. Where that line hit the triangle on $DB$, I labelled as $E_4$. I did the same for the second triangle and formed a path.
I don't know if this method is correct and, if it is, I do not know how to find the perimeter of this shape, as the question requires. Any help?
Whatever $E_2$, $E_3$, $E_4$ you choose,
Reflect square $ABCD$ wrt side $BC$ to get square $A'BCD'$.
The quadrilateral $E_1E_2E_3E_4$ get mapped to quadrilateral $F_1E_2F_3F_4$.
Reflect square $A'BCD'$ wrt side $CD'$ to get square $A''B'CD'$.
The quadrilateral $F_1E_2F_3F_4$ get mapped to quadrilateral $G_1G_2F_3G_4$.
Reflect square $A''B'CD'$ wrt side $A''D'$ to get square $A''B''C'D'$.
The quadrilateral $G_1G_2F_3G_4$ get mapped to quadrilateral $H_1H_2H_3G_4$.
The key is independent of choice of $E_2,E_3,E_4$, the point $H_1$ always mapped to same spot. In fact, if one choose a coordinate system so that $A = (0,0), B = (1,0), C = (1,1)$ and $D = (0,1)$, one find $E_1 = (\frac23,0)$ and $H_1 = (\frac83,2)$. In general, we always have $|E_1H_1| = 2\sqrt{2}|AB|$.
If one stare at above diagram long enough, one will notice
From this, we can deduce $$\begin{align} &|E_1E_2|+|E_2E_3|+|E_3E_4|+|E_4E_1|\\ = &\; |E_1E_2| + |E_2F_3| + |F_3G_4|+|G_4H_1|\\ \ge &\; |E_1H_1| = 2\sqrt{2}|AB| \end{align}$$
This means the perimeter we seek is bounded from below by $2\sqrt{2}|AB|$. To see this is the actual minimum perimeter, we can repeatedly "fold" segment $E_1H_1$ back to square $ABC$ to construct the "optimal" quadrilateral. We find when
$$BE_2 : E_2C = DE_4 : E_4A = 1 : 2\quad\text{ and }\quad CE_3 : E_3D = 2 : 1$$
the quadrilateral $E_1E_2E_3E_4$ does have $2\sqrt{2}|AB|$ as perimeter.