What is the solution to this ODE (and SDE)?

  • Context: Graduate 
  • Thread starter Thread starter Only a Mirage
  • Start date Start date
  • Tags Tags
    Ode
Click For Summary
SUMMARY

The discussion centers on the analysis of the Ito stochastic differential equation (SDE) defined as $$dX_t = \|X_t\|dW_t$$, where \(X_t\) and \(dW_t\) are elements of \(\mathbb{R}^n\) and \(\|\bullet\|\) denotes the L² norm. The participants explore the existence of an analytical solution for the expected value \(E[X_t]\) and consider a related ordinary differential equation (ODE) $$\dot{z}(t) = \|z(t)\|b(t)$$, which is deterministic. The radial component of the ODE is solved using spherical polar coordinates, yielding \(r(t) = r(0) \exp\left( \int_0^t b_r(s)\,ds\right)\). The discussion highlights that while solutions exist under continuity conditions for \(\mathbf{b}\), finding a valid coordinate representation for all time may be challenging due to angular component constraints.

PREREQUISITES
  • Understanding of Ito stochastic calculus and stochastic differential equations.
  • Familiarity with ordinary differential equations and their solutions.
  • Knowledge of spherical polar coordinates and their application in multi-dimensional analysis.
  • Basic concepts of Wiener processes and L² norms in \(\mathbb{R}^n\).
NEXT STEPS
  • Research the properties and applications of Ito calculus in financial mathematics.
  • Study the derivation and implications of solutions to ordinary differential equations in multi-dimensional spaces.
  • Explore the concept of stochastic processes and their expected values in the context of SDEs.
  • Investigate the limitations of spherical coordinates in solving differential equations, particularly in higher dimensions.
USEFUL FOR

Mathematicians, statisticians, and researchers in fields involving stochastic processes, particularly those working with stochastic differential equations and their applications in finance and physics.

Only a Mirage
Messages
57
Reaction score
0
I'm trying to analyze the following Ito stochastic differential equation:

$$dX_t = \|X_t\|dW_t$$

where X_t, dX_t, W_t, dW_t \in \mathbb{R}^n. Here, dW_t is the standard Wiener process and \|\bullet\| is the L^2 norm. I'm not sure if this has an analytical solution, but I am hoping to at least find an analytical expression for the expected value E[X_t].

In order to gain intuition for this problem, I'm considering the following ordinary differential equation:

$$\dot{z}(t) =\|z(t)\|b(t)$$

where z(t), b(t) \in \mathbb{R}^n and everything is completely deterministic. Does anyone know the analytical solution to this second equation, and under what conditions it exists?
 
Physics news on Phys.org
Only a Mirage said:
I'm trying to analyze the following Ito stochastic differential equation:

$$dX_t = \|X_t\|dW_t$$

where X_t, dX_t, W_t, dW_t \in \mathbb{R}^n. Here, dW_t is the standard Wiener process and \|\bullet\| is the L^2 norm. I'm not sure if this has an analytical solution, but I am hoping to at least find an analytical expression for the expected value E[X_t].

In order to gain intuition for this problem, I'm considering the following ordinary differential equation:

$$\dot{z}(t) =\|z(t)\|b(t)$$

where z(t), b(t) \in \mathbb{R}^n and everything is completely deterministic. Does anyone know the analytical solution to this second equation, and under what conditions it exists?

It is most easily solved in spherical polar coordinates where \|z\| = r so that z = r\mathbf{e}_r and \mathbf{b} = b_r\mathbf{e}_r + \mathbf{b}_n where \mathbf{b}_n \cdot \mathbf{e}_r = 0. We then have <br /> \dot r \mathbf{e}_r + r \dot{\mathbf{e}_r} = r(b_r\mathbf{e}_r + \mathbf{b}_n). Since \mathbf{e}_r and \dot{\mathbf{e}_r} are orthogonal we have <br /> \dot r = rb_r(t), \\<br /> \dot{\mathbf{e}_r} = \mathbf{b}_n.<br /> The radial and angular components thus decouple and the radial component has solution <br /> r(t) = r(0) \exp\left( \int_0^t b_r(s)\,ds\right).<br /> The angular component represents the motion of a point on the unit (n-1)-sphere. If \mathbf{b} is continuous then a solution should exist, but finding a co-ordinate representation of it valid for all time may be impossible, as one can see from the angular components in \mathbb{R}^3, <br /> \dot \theta = b_\theta(t), \\<br /> \dot \phi = \frac{b_\phi(t)}{\sin \theta(t)}<br /> with solution <br /> \theta(t) = \theta(0) + \int_0^t b_\theta(s)\,ds, \\<br /> \phi(t) = \phi(0) + \int_0^t \frac{b_\phi(s)}{\sin \theta(s)}\,ds, which becomes invalid if ever \theta(t) &lt; 0 or \theta(t) &gt; \pi.
 
  • Like
Likes   Reactions: 1 person
pasmith said:
It is most easily solved in spherical polar coordinates where \|z\| = r so that z = r\mathbf{e}_r and \mathbf{b} = b_r\mathbf{e}_r + \mathbf{b}_n where \mathbf{b}_n \cdot \mathbf{e}_r = 0. We then have <br /> \dot r \mathbf{e}_r + r \dot{\mathbf{e}_r} = r(b_r\mathbf{e}_r + \mathbf{b}_n). Since \mathbf{e}_r and \dot{\mathbf{e}_r} are orthogonal we have <br /> \dot r = rb_r(t), \\<br /> \dot{\mathbf{e}_r} = \mathbf{b}_n.<br /> The radial and angular components thus decouple and the radial component has solution <br /> r(t) = r(0) \exp\left( \int_0^t b_r(s)\,ds\right).<br /> The angular component represents the motion of a point on the unit (n-1)-sphere. If \mathbf{b} is continuous then a solution should exist, but finding a co-ordinate representation of it valid for all time may be impossible, as one can see from the angular components in \mathbb{R}^3, <br /> \dot \theta = b_\theta(t), \\<br /> \dot \phi = \frac{b_\phi(t)}{\sin \theta(t)}<br /> with solution <br /> \theta(t) = \theta(0) + \int_0^t b_\theta(s)\,ds, \\<br /> \phi(t) = \phi(0) + \int_0^t \frac{b_\phi(s)}{\sin \theta(s)}\,ds, which becomes invalid if ever \theta(t) &lt; 0 or \theta(t) &gt; \pi.

Thanks a lot for the answer. Can you explain why <br /> \theta(t) = \theta(0) + \int_0^t b_\theta(s)\,ds, \\<br /> \phi(t) = \phi(0) + \int_0^t \frac{b_\phi(s)}{\sin \theta(s)}\,ds, becomes invalid if
ever \theta(t) &lt; 0 or \theta(t) &gt; \pi?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
0
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K