what's the difference between random differential equation and stochastic differential equation? does stochastic differential equations include random differential equation?
2026-04-02 11:44:40.1775130280
what's the difference between RDE and SDE?
5.1k Views Asked by user17762 https://math.techqa.club/user/user17762/detail At
1
There are 1 best solutions below
Related Questions in STOCHASTIC-PROCESSES
- Interpreting stationary distribution $P_{\infty}(X,V)$ of a random process
- Probability being in the same state
- Random variables coincide
- Reference request for a lemma on the expected value of Hermitian polynomials of Gaussian random variables.
- Why does there exists a random variable $x^n(t,\omega')$ such that $x_{k_r}^n$ converges to it
- Compute the covariance of $W_t$ and $B_t=\int_0^t\mathrm{sgn}(W)dW$, for a Brownian motion $W$
- Why has $\sup_{s \in (0,t)} B_s$ the same distribution as $\sup_{s \in (0,t)} B_s-B_t$ for a Brownian motion $(B_t)_{t \geq 0}$?
- What is the name of the operation where a sequence of RV's form the parameters for the subsequent one?
- Markov property vs. transition function
- Variance of the integral of a stochastic process multiplied by a weighting function
Related Questions in RANDOM
- Prove that central limit theorem Is applicable to a new sequence
- Generating random versions of cubic and quadratic curve
- Is product of random numbers still random?
- Can I generate a random number with the probability distribution of the area under any arbitrary function?
- Average distance from a line to a point
- When does two random measures coincide in distribution?
- Determine the maximum period of this potential random number generator, if possible
- Does a random variable come from a probability distribution or is it vice-versa?
- Expected number of operations until matrix contains no zeros.
- Mean and Variance of Random Sum of Random Variables
Related Questions in STOCHASTIC-INTEGRALS
- Meaning of a double integral
- 4th moment of a Wiener stochastic integral?
- Cross Variation of stochatic integrals
- Stochastic proof variance
- Solving of enhanced Hull-White $dX_t = \frac{e^t-X_t}{t-2}dt + tdW_t$
- Calculating $E[exp(\int_0^T W_s dW_s)]$?
- Applying Ito's formula on a $C^1$ only differentiable function yielding a martingale
- what does it mean by those equations of random process?
- Why aren't the sample paths of this stochastic process defined?
- Is the solution to this (simple) Stochastic Differential Equation unique?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In the book you've cited the RDE refers to the equation of the form $$ \dot X = f(X,Y,t),\quad X(t_0) = X_0.\quad(\star) $$ where $X_0$ is a r.v. and $Y$ is a stochastic process.
There see Section 5.4, p. 134 where it is written:
The first type is the most simple, i.e. it is just an ODE with random initial conditions, others are more complicated and refer to SDEs.
I may miss some points - but my impression is the following. The RDE $(\star)$ has to be formalized to have nice properties such as existence and uniqueness of the solution. It seems that it more refers to the model of some process which then have to be studied using probability theory.
One of the way to formalize such equation was given by Ito through the notion of Ito integral. In that case $f(x,y,t) = a(t,x)+b(t,x)y$ the process $Y$ assumed to be Gaussian white noise and $(\star)$ reduces to $$ dX_t = a(t,X_t)\,dt+b(t,X_t)dB_t\quad (*) $$ where $B_t$ is a Brownian motion.
Some comments now: to be precise, $\dot{B_t}\neq Y_t$ if $Y_t$ is a white noise. Moreover, $\dot B_t$ does not exist at all if you refer it to the derivative w.r.t. time $t$. The derivative $\dot X_t$ doe not exist as well. Differentials in $(*)$ are not differentials like in analysis but rather Ito differentials and to be very precise, you should write $(*)$ in the integral form: $$ X_t-X_0 = \int\limits_0^ta(s,X_s)\,ds+\int\limits_0^tb(s,X_s)dB_s\quad (**) $$ because only Ito integral has a precise definition, not Ito differential (correct me, please, if I'm wrong). That's why $(\star)$ is quite imprecise unless you say that $\dot X$ is not a usual derivative and define then what $\dot X$ mean in the concrete equation.
Ito integral is very popular, say, in financial mathematics. However, it is just one way to formalize $(\star)$. Another way was given by Stratonovich with Stratonovich integral. That is another kind of stochastic integral popular in physical problems like Langevin equation.
The process driven Ito integral can be extended from Brownian motion to more general semimartingales because it saves a lot of nice properties of such processes. As I understood, such an extension exists for Stratonovich integral as well though on wiki its formula is given through the Ito integral.
To finish this answer, I would say that SDE is a way to formalize RDE. I strongly recommend you to read the book by B. Oksendal to better understand these things. As far as I remember, there in the very first chapter he gives models for real-life processes in the form of RDE $(\star)$. However, he proves that the notion of 'derivative' should be changed in order to formalize these equations.
Edited: Ok, with regards to your comment. I would say that in SDE the notion of integral and differential is generalized rather than that of derivative. There are infinitesimal generators of Markov processes (as for Fokker-Planck equation in the book you've cited) but they refer to the path derivatives of functions of $X$, say $f(X_t)$.