Let a particle in the plane $R^2$ executes random jumps at discrete times $t= 1, 2, ...$. At each step, the particle jumps from the point it is a distance of lenght one. The angle of any new jump (say, with the $x$ axis) is uniformly distributed in $[0,2\pi]$.
Question: If initially ($t=0$) the particle is at the origin, what is the probability that it gets back to the unit disk of the plane for each time $t= 2, 3, 4, ...$? In particular, what is the value of this probability for $t=3$?
Thanks for any help!
$\newcommand{\+}{^{\dagger}}% \newcommand{\angles}[1]{\left\langle #1 \right\rangle}% \newcommand{\braces}[1]{\left\lbrace #1 \right\rbrace}% \newcommand{\bracks}[1]{\left\lbrack #1 \right\rbrack}% \newcommand{\ceil}[1]{\,\left\lceil #1 \right\rceil\,}% \newcommand{\dd}{{\rm d}}% \newcommand{\ds}[1]{\displaystyle{#1}}% \newcommand{\equalby}[1]{{#1 \atop {= \atop \vphantom{\huge A}}}}% \newcommand{\expo}[1]{\,{\rm e}^{#1}\,}% \newcommand{\fermi}{\,{\rm f}}% \newcommand{\floor}[1]{\,\left\lfloor #1 \right\rfloor\,}% \newcommand{\half}{{1 \over 2}}% \newcommand{\ic}{{\rm i}}% \newcommand{\iff}{\Longleftrightarrow} \newcommand{\imp}{\Longrightarrow}% \newcommand{\isdiv}{\,\left.\right\vert\,}% \newcommand{\ket}[1]{\left\vert #1\right\rangle}% \newcommand{\ol}[1]{\overline{#1}}% \newcommand{\pars}[1]{\left( #1 \right)}% \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\pp}{{\cal P}}% \newcommand{\root}[2][]{\,\sqrt[#1]{\,#2\,}\,}% \newcommand{\sech}{\,{\rm sech}}% \newcommand{\sgn}{\,{\rm sgn}}% \newcommand{\totald}[3][]{\frac{{\rm d}^{#1} #2}{{\rm d} #3^{#1}}} \newcommand{\ul}[1]{\underline{#1}}% \newcommand{\verts}[1]{\left\vert\, #1 \,\right\vert}$ The probability density for the step $n$ is given by $\ds{{\rm p}\pars{\vec{r}_{n}} \equiv {\delta\pars{r_{n} - 1} \over 2\pi}}$. The probability density $\pp_{N}\pars{\vec{r}}$ of arriving at $\vec{r}$ after $N$ steps is given by:
However $$ \int_{0}^{2\pi}\expo{-\ic k\cos\pars{\theta}}\,{\dd\theta \over 2\pi} = \int_{-\pi}^{\pi}\expo{\ic k\cos\pars{\theta}}\,{\dd\theta \over 2\pi} = {1 \over \pi}\int_{0}^{\pi}\expo{\ic k\cos\pars{\theta}}\,\dd\theta = {\rm J}_{0}\pars{k} $$ where ${\rm J}_{\nu}\pars{k}$ is the $\nu$-$\it\mbox{order Bessel Function of the First Kind}$.
The probability ${\rm P}_{N{\Huge\circ}}$ that it returns to the unit circle after $N$ steps is given by: \begin{align} \color{#0000ff}{\large{\rm P}_{N{\Huge\circ}}} &= \int_{r\ <\ 1}\pp_{N}\pars{\vec{r}}\,\dd^{2}\vec{r} = \int_{0}^{\infty}\overbrace{\bracks{\int_{0}^{1}{\rm J}_{0}\pars{kr}r\,\dd r}} ^{{\rm J}_{1}\pars{k}/k} {\rm J}_{0}^{N}\pars{k}k\,\dd k \\[3mm]&= \color{#0000ff}{\large\int_{0}^{\infty}{\rm J}_{1}\pars{k} {\rm J}_{0}^{N}\pars{k}\,\dd k} \end{align} We compute a few values with Wolfram Alpha: $$ \begin{array}{rclrcl} {\rm P}_{0{\Huge\circ}} =\int_{0}^{\infty}{\rm J}_{1}\pars{k} \,\dd k & = & 1\,,\quad {\rm P}_{1{\Huge\circ}} =\int_{0}^{\infty}{\rm J}_{1}\pars{k} {\rm J}_{0}\pars{k}\,\dd k & = & \half \\ {\rm P}_{2{\Huge\circ}} =\int_{0}^{\infty}{\rm J}_{1}\pars{k}{\rm J}_{0}^{2}\pars{k} \,\dd k & = & {1 \over 3}\,,\quad {\rm P}_{3{\Huge\circ}} =\int_{0}^{\infty}{\rm J}_{1}\pars{k} {\rm J}_{0}^{3}\pars{k}\,\dd k & = & {1 \over 4} \\ {\rm P}_{4{\Huge\circ}} =\int_{0}^{\infty}{\rm J}_{1}\pars{k}{\rm J}_{0}^{4}\pars{k} \,\dd k & = & {1 \over 5}\,,\quad {\rm P}_{5{\Huge\circ}} =\int_{0}^{\infty}{\rm J}_{1}\pars{k} {\rm J}_{0}^{5}\pars{k}\,\dd k & = & {1 \over 6} \end{array} $$
It $\tt\large seems$ the exact result is $\ds{% {\rm P}_{N{\Huge\circ}} = \int_{0}^{\infty}{\rm J}_{1}\pars{k}{\rm J}_{0}^{N}\pars{k} \,\dd k = {1 \over N + 1}}$
Mathematica can solve this integral and it yields the $\ul{\mbox{exact result}}$ $\color{#0000ff}{\Large{1 \over N + 1}}$ when $\color{#ff0000}{\large\Re N > -1}$.