Consider a sequence $P_1,P_2,…$ of points in the plane such that $P_1,P_2,P_3$ are non-collinear and for every n≥4,$P_n$ is the midpoint of the line segment joining $P_{n−2}$ and $P_{n−3}$.
Let L denote the line segment joining P1 and P5. Prove that the area of the triangle formed by the points $P_n,P_{n−1},P_{n−2}$ converges to zero as n goes to infinity.
I thought of proving the question using coordinate system taking an arbitrary triangle but after $P_4$ and $P_5$ calculating $P_6$ disrupts the symmetry. Please suggest a way to navigate the problem.
Let $O$ be an arbitrary point of the plane. Consider vectors $v_n:=\overrightarrow{OP_n}$. Then, for all $n\ge 3$ we have $$ v_{n}=\frac{1}{2}(v_{n-2}+v_{n-3}) $$ or $$ v_{n}-v_{n-1}=-(v_{n-1}-v_{n-2})-\frac{1}{2}(v_{n-2}-v_{n-3}). $$ The area of the triangle $P_{n-2}P_{n-1}P_{n}$ equals the half of length of the cross product of $v_{n}-v_{n-1}$ and $v_{n-1}-v_{n-2}$. Put $u_n=v_{n}-v_{n-1}$. Then, for all $n\ge 3$ we have $$ u_{n}=-u_{n-1}-\frac{1}{2}u_{n-2}. $$ Now it suffices to prove that $[u_{n-1},u_{n}]\to 0$ when $n\to\infty$.
Can you continue now?