Let $f(z)=(1+i)z+1$. Then $f(z)=\sqrt 2 e^{i\pi/4}z+1$ and thus $f=t\circ h\circ r$ where $t$ is the translation of vector $1$, $r$ the rotation of center $0$ and angle $\pi/4$ and $h$ the homothetic of parameter $\sqrt 2$. I found a fix point $z=\frac{-1}{2}+\frac{i}{2}$.
1) What if $f\circ f\circ f\circ f\circ f$ ? It looks to be an translation in the direction of $i$ and an homothetic of parameter 4, but is there an easy way to prove it (with out calculation) ?
2) Let $z_0=i$, $z_1=\sqrt 3+2i$ and $z_2=\sqrt 3-2i$, and consider the triangle $T=\Delta (z_0,z_1, z_3)$. Let $g_n=\underbrace{f\circ ...\circ f}_{n\ times}$. What is the smallest $n$ s.t. $$Area(g_n(T))\geq 100 Area(T) \ \ ?$$
First, $Area(T)= 2\sqrt 3$. I think that $g_n$ is the same triangle with length of side bigger of $n\sqrt 2$, and thus, I would says that $$Area(g_n(T))=\frac{n4\sqrt 2\cdot n\sqrt 2\sqrt 3}{2}=4\sqrt 3n^2.$$ Therefore, $$4\sqrt 3n^2\geq 200\sqrt 3\implies n^2\geq 50\implies n\geq 8.$$ We conclude that the smallest $n$ is $n=8$. Is it correct ?