This sandbox is in the article namespace. Either move this page into your userspace, or remove the {{User sandbox}} template.
Local Linearization Method
1 Local Linearization Method
In numerical analysis, the Local Linearization (LL) method is a general strategy for designing numerical inte-
grators for differential equations based on a local (piecewise) linearization of the given equation on consecutive
time intervals. The numerical integrators are then iteratively defined as the solution of the resulting piecewise
linear equation at the end of each consecutive interval. The LL method has been development for a variety of
equations such that the ordinary, delayed, random and stochastic differential equations. The LL integrators
are key component in the implementation of inference methods for the estimation of unknown parameters
and unobserved variables of differential equations given time series of (potentially noisy) observations. The
LL schemes are ideals to deals with complex models in a variety of fields as neuroscience, finance, forestry
management, control engineering, mathematical statistics, etc.
2 High Order Local Linearization Method
High Order Local Linearization (HOLL) method is a generalization of the Local Linearization method oriented
to obtain high order integrators for differential equations that preserve the stability and dynamics of the linear
equations. The integrators are obtained by splitting, on consecutive time intervals, the solution x of the original
equation in two parts: the solution z of the locally linearized equation plus an high order approximation of the
residual .
3 Local Linearization scheme
A Local Linearization (LL) scheme is the final recursive algorithm that allows the numerical implementation
of a discretization derived from the LL or HOLL method for a class of differential equations.
4 LL methods for ODEs
Consider the d-dimensional Ordinary Differential Equation (ODE).
with initial condition , where is a differentiable function.
Let be a time discretization of the time interval with maximum stepsize h such that . After the local linearization of the equation (1) at the time step the variation of constants formula yields
where
results from the linear approximation, and
is the residual of the linear approximation. Here, and denote the partial derivatives of f with respect to the variables x and t, respectively, and