Suppose you start at $(0,0)$ on the unit disc and repeat the following procedure again and again:
- Face east and walk half-way to the circumference.
- Face north and walk half-way to the circumference.
What is your limiting position $(x,y)$?
This is a fun problem thought of by a friend. I'm interested to see if anyone can find a nice, clean solution to it.
Not a nice, clean answer I'm afraid - just some observations.
Your staircase looks like this:
As noted below,
$$x_{n}=x_{n-1}+\dfrac{1}{2}\left(\sqrt{1-y_{n-1}\ ^{2}}-x_{n-1}\right)\\ y_{n}=y_{n-1}+\dfrac{1}{2}\left(\sqrt{1-x_{n}\ ^{2}}-y_{n-1}\right)$$
with first few terms
\begin{align} x_0&\quad\dfrac{1}{2}\\ y_0&\quad\dfrac{\sqrt{3}}{4}\\ x_1&\quad\frac{1}{8} \left(2+\sqrt{13}\right)\\ y_1&\quad\frac{1}{16} \left(\sqrt{47-4 \sqrt{13}}+2 \sqrt{3}\right)\\ x_2&\quad\frac{1}{32} \left(\sqrt{-4 \sqrt{3 \left(47-4 \sqrt{13}\right)}+4 \sqrt{13}+197}+2 \sqrt{13}+4\right)\\ \dots \end{align}
It gets a bit rediculous after that, so decimal approximation is preferable, as given in the comments.
We start to get a fuller picture though by taking steps of $\dfrac{1}{k}$ instead of $\dfrac{1}{2}$, so our sequence becomes
$$x_{n}=x_{n-1}+\dfrac{1}{k}\left(\sqrt{1-y_{n-1}\ ^{2}}-x_{n-1}\right)\\ y_{n}=y_{n-1}+\dfrac{1}{k}\left(\sqrt{1-x_{n}\ ^{2}}-y_{n-1}\right)$$
with first few terms:
\begin{align} x_0&\quad\dfrac{1}{k}\\ y_0&\quad\dfrac{\sqrt{1-\dfrac{1}{k^2}}}{k}\\ x_1&\quad\dfrac{\sqrt{\dfrac{1}{k^4}-\dfrac{1}{k^2}+1} k+k-1}{k^2}\\ y_1&\quad\dfrac{\sqrt{1-\dfrac{1}{k^2}} k-\sqrt{1-\dfrac{1}{k^2}}+\sqrt{1-\dfrac{\left(\sqrt{\dfrac{1}{k^4}-\dfrac{1}{k^2}+1} k+k-1\right)^2}{k^4}} k}{k^2}\\ \dots \end{align}
which looks like this:
where clearly $\lim_{k\rightarrow\infty}\arctan\dfrac{x_{n}}{y_{n}}=\dfrac{\pi}{4}$, and $\lim_{k\rightarrow\infty}\{x_{n},y_{n}\}=\{\dfrac{1}{\sqrt{2}},\dfrac{1}{\sqrt{2}}\}.$
Note
Fairly good approximation for point on $k$ steps is
$$\left\{\frac{e^{2/\pi }}{\sqrt{\left(\left(\frac{1}{k-\zeta (3)}+1\right)^{k-\zeta (3)}\right)^{4/\pi }+e^{4/\pi }}},\frac{\left(\left(\frac{1}{k-\zeta (3)}+1\right)^{k-\zeta (3)}\right)^{2/\pi }}{\sqrt{\left(\left(\frac{1}{k-\zeta (3)}+1\right)^{k-\zeta (3)}\right)^{4/\pi }+e^{4/\pi }}}\right\}$$