2D SDEs

We can generalize SDEs to . A particle can be represented as

moving in 2D with random kicks.

for functions and independent Brownian Motions and .

The 2D nature was actually Brown’s original observation.

2D Ito’s Lemma

We can generalize Ito’s Lemma to find for . The strategy is to do Taylor expansion to . The same assumptions hold from above.

Example 1 (Active Particle on a Line)

"\\begin{document}\n\\begin{tikzpicture}[>=stealth, scale=1.2]\n\n% 1. Horizontal axis\n\\draw (-3, 0) -- (3, 0);\n\n% 2. Circle and center point\n\\draw (0, 0) circle (0.6cm);\n\\fill (0, 0) circle (2pt);\n\n% 3. Labels\n\\node at (0, -0.4) {$x(t)$};\n\\node (theta) at (1.5, 0.4) {$\\theta(t)$};\n\n% 4. The Vector\n\\draw[->, thick] (0,0) -- (40:1.1cm);\n\n% 5. The curved pointer line (Simplified for TikZJax)\n\\draw[->, bend left=20] (theta.west) to (0.3, 0.2);\n\n\\end{tikzpicture}\n\\end{document}"x(t)µ(t)
source code

The diagram depicts providing rotational noise with the particle moving right on the line.

The particle tries to move in the direction but is constrained to the line.

A 2D active particle needs SDEs to simulate it.

How far does the particle move? We can measure the expectation.

How to find ? We can use 2D Ito’s Lemma! For , we have

for the deterministic part. For the noise part,

Thus,

Taking the expectation,

Going back to our original expectation,

Integrating,

as desired.