so here I got a golden rectangle
Let the point A be $z_0 = 0+0i$
G: $z_1 = 1+i$
J: $z_2 =\phi + (2-\phi)i$
L: $z_3 = 2\phi -2$
N: $z_4 = 1+(2\phi -3 )i$
P: $z_5 = (6-3\phi)+(2-a)i$
etc... I would like to find $\lim_{n\rightarrow\infty}z_n$ but I am struggling trying to find a general expression for $z_n$. I was reading this article: Complex fibonacci numbers
But I don't know how to use the formula $G(n,m)=F_n F_{m-1} +iF_{n+1}F_m$ to approach this problem. Any suggestion?