I am struggling with this homework question with is related to iterated function system and fixed point theory. The question is:
Let $\Delta \in R^2$ be a filled non-degenerate triangle with vertices $A,B,C\in R^2$. Let D be the midpoint of the side $BC$. Now define two affine transformations by $f_1(ABC)=ABD$ and $f_2(ABC)=CAD$. (We write $f(PQR)=STU$ to mean f$(P)=S,f(Q)=T,f(R)=U$). Let $\mathcal{F}$ be the iterated function system $\{\Delta;f_1,f_2\}$. Now we need to show
(1)$f_2$ is not contractive w.r.t any metric (that induces on $\Delta$ the usual topology)
(2) Prove or provide thoughts that $\mathcal{F}$ possese a unique attractor.
(3) explain how is this consistent with the fact that if $\mathcal{F}$ is an affine iterated function system on $R^M$ that possesses a unique attractor, then there is a metric w.r.t which is contractive.
For (1) , I've tried to show there is no fixed point of $f_2$. However, the picture is like shrinking the original toward somewhere along the line segment from C to the midpoint of AD and I can't see why there is no fixed point.
I don't know how to do (2) and (3) either .But for (3), I am suspecting that we have to invent a metric which makes $f_1\cup f_2$ being contractive with respect to this metric. Any ideas? Thanks for help.
The map $f_2$ does have a (unique) fixed point. To describe it, use barycentric coordinates based on the triangle $ABC$ taking the coordinates as $A=(1,0,0),B=(0,1,0),C=(0,0,1)$. Then every point in the plane has a unique expression as $xA+yB+zC$ where $x+y+z=1.$ (negative values are OK, they go with points outside the reference triangle $ABC.$)
The coordinates of $D$ are then $(0,\frac12,\frac12)$ since it is the midpoint of $BC$. Now since $f_2$ maps $A \to C, \ C \to B, \ B \to D$ we can represent $f_2$ as a matrix $M$ which multiplies a column vector $(x,y,z)^t$ on the left to produce the image of the point $(x,y,z)$ under $f_2.$ This matrix is $$ M= \begin{matrix} 0 & 1 & 0 \\ 0 & 0 & \frac12 \\ 1 & 0 & \frac12 \end{matrix}.$$
Using this to set up for a fixed point (seting $Mv=v$ and solving) gives the unique fixed point to be at barycentric coordinates $(\frac14,\frac14,\frac12)$. Concretely this means the point $\frac14A +\frac14B +\frac12C$ is the (unique) fixed point of $f_2.$
Sidenote: This fixed point has a geometric interpretation. It may be viewed as the midpoint of the median from $C$ to side $AB$ of the triangle $ABC$. That is, bisect $BC$ at the point $X$, and then the fixed point of $f_2$ will be the midpoint of the "median" which is the segment $AX$.