Non-Stochastic Processes

For example, consider the ODE:

Let for , and

Then the solution is to consider . Then via , we see .

Discretization

We can simulate/solve the ODE by discretizing it. Let be small and let for . How are related? We have

which implies

Desmos Graph

Consider the difference equation:

For example,

such that

Desmos Graph

showing how we can approximate the discrete solution to the continuous solution . But does it approach it?

Let and consider the limit with fixed

Desmos Graph

Then

as .

Remarks:

  • We can think of an ODE as a difference equation in the limit of .
  • For ODEs, it is typically easier to compute using a continuous picture.

Continuum Limit of Difference Equations

Consider the difference equation with

does this have a continuum limit? In particular, is there an such that

Check . So we approach . Thus, the continuum limit is

Remark: Suppose we took

then

so that

as . This implies there is no continuum limit unless .

We essentially are reducing the discrete step-wise system to an analytical model. It is a formal operation to recover a differential equation from a difference equation.

Intuitively, this is subdividing some interval of time into parts of size , such that . Non-existence of an means that further subdivision diverges to infinity or collapses identically to . In particular, we would be unable to map a discrete model to a continuous differential framework.