Fractional Calculus
Fractional calculus extends the familiar operations of differentiation and integration to non-integer orders. Where classical calculus asks “what is the first derivative?”, fractional calculus asks “what is the -th derivative, for ?” This generalization, far from being a mathematical curiosity, turns out to be the natural language for describing systems with memory — systems whose present state depends not only on the immediate past but on their entire history.
This page introduces the three principal definitions of fractional derivatives used in the literature, explains their properties and relationships, and motivates their application to neural dynamics.
Biological Motivation
Three lines of experimental evidence point to fractional-order dynamics in biological neural systems.
Power-law spike-frequency adaptation. Cortical neurons adapt their firing rates according to power laws rather than exponentials. Lundstrom et al. (2008) demonstrated that pyramidal neurons in rat somatosensory cortex exhibit spike-frequency adaptation that follows over multiple timescales, precisely the signature of a fractional-order process. An integer-order model would require an implausible cascade of exponential time constants to reproduce this behavior.
Anomalous subdiffusion of ions. Ion transport in dendritic spines does not follow Fick’s second law (classical diffusion). Instead, ions exhibit anomalous subdiffusion, where the mean squared displacement grows as with . Henry et al. (2008) showed that this subdiffusive regime is well modeled by fractional-order cable equations, with the fractional exponent capturing the tortuous geometry of dendritic arbors.
Natural stimuli and 1/f spectra. Natural sensory signals — speech, visual scenes, and environmental sounds — exhibit power spectra that decay as . A fractional derivative of order acts as a high-pass filter with transfer function proportional to , effectively whitening a spectrum. This suggests that fractional differentiation may be a computational primitive of sensory processing, tuned to the statistical structure of the environment.
The Three Definitions
Riemann-Liouville Fractional Derivative
The Riemann-Liouville (RL) definition generalizes the Cauchy formula for repeated integration. For :
The key idea is to first compute a fractional integral of order and then take an ordinary first derivative. The Gamma function generalizes the factorial to non-integer arguments.
Properties:
- The RL derivative of a constant is not zero: . This is counterintuitive and creates difficulties when specifying initial conditions.
- The RL definition is the most general and subsumes classical integer-order derivatives when .
- Initial conditions for RL fractional differential equations involve fractional integrals, which lack clear physical interpretation.
Caputo Fractional Derivative
The Caputo definition reverses the order of operations: first differentiate, then fractionally integrate. For :
Here is the ordinary first derivative of .
Properties:
- The Caputo derivative of a constant is zero, matching physical intuition.
- Initial conditions for Caputo fractional differential equations are specified in terms of integer-order derivatives (e.g., ), which have clear physical meaning as initial voltage, position, concentration, etc.
- Requires to be differentiable, whereas RL does not. This is a mild restriction for smooth physical signals but matters for discontinuous inputs.
- When , the Caputo and RL definitions coincide.
The Caputo form is preferred for modeling physical systems because it admits standard initial conditions.
Grunwald-Letnikov Fractional Derivative
The Grunwald-Letnikov (GL) definition generalizes the limit definition of the classical derivative. For any :
where the generalized binomial coefficients are:
Properties:
- The GL definition is equivalent to the RL definition under mild smoothness conditions.
- It is inherently a discrete approximation — the sum over past values at intervals of directly yields a numerical scheme when is set to the simulation time step .
- Each term in the sum weights a past state by a coefficient that decays as a power law, encoding the non-local memory of the fractional derivative.
- The GL form is the preferred basis for numerical simulation, since it translates directly into an update rule without requiring quadrature of singular integrals.
The Memory Kernel
All three definitions share a fundamental property: non-locality. The fractional derivative at time depends on the entire history of for , weighted by a power-law kernel .
This is in stark contrast to integer-order derivatives, which are local operations. The first derivative depends only on the infinitesimal neighborhood of . The fractional derivative depends on the entire past.
The weighting kernel has the form:
This kernel is:
- Singular at (recent history is weighted most heavily)
- Heavy-tailed as (distant history is never fully forgotten)
- Tunable via : as , the kernel becomes increasingly concentrated near , recovering the local behavior of an ordinary derivative
The power-law nature of this kernel means that fractional-order systems have memory that fades algebraically, not exponentially. This is precisely the behavior observed in biological neurons (power-law adaptation) and in anomalous diffusion.
Properties of Fractional Derivatives
Several properties of fractional derivatives are essential for working with fractional-order neural models.
Linearity. Fractional derivatives are linear operators:
Composition (semigroup property). For Riemann-Liouville derivatives under appropriate conditions:
This property does not hold in general for the Caputo definition due to the handling of initial conditions.
Laplace transform. The Laplace transform of the Caputo derivative is:
This is the fractional analog of and is the key tool for analyzing fractional-order systems in the frequency domain. The factor in the transfer function produces the high-pass filtering behavior that whitens signals.
Fractional derivative of a power function. For :
When , this evaluates to zero under the Caputo definition (since a polynomial of degree less than is effectively a “constant” for the fractional operator).
Why Grunwald-Letnikov for Simulation
The GL definition is the natural choice for numerical implementation of fractional-order neural dynamics for three reasons.
1. Direct discretization. Setting in Equation (3) immediately yields a discrete-time update rule. No numerical quadrature or special function evaluation is required.
2. Recursive coefficient computation. The GL coefficients can be computed recursively:
This avoids computing factorials or Gamma functions and is numerically stable.
3. Finite history truncation. In practice, the infinite sum in Equation (3) is truncated to a finite history length :
Because the coefficients decay as for large , the truncation error decreases as a power law with . In SPIRES, the history length is a configurable parameter that controls the trade-off between memory fidelity and computational cost.
Interpolation Between Integer Orders
The fractional order provides a continuous interpolation between qualitatively different dynamical behaviors:
| Behavior | Memory Kernel | Analog | |
|---|---|---|---|
| Pure integration | Uniform weighting | Infinite memory | |
| Half-derivative | decay | Diffusion-like | |
| Classical derivative | Delta-like | Markovian |
This tunability is the central advantage of fractional calculus for neural modeling. Rather than choosing between a neuron with exponential memory (integer-order) or building ad hoc multi-timescale architectures, a single parameter smoothly controls the memory profile.
References
- Lundstrom, B. N., Higgs, M. H., Spain, W. J., & Fairhall, A. L. (2008). Fractional differentiation by neocortical pyramidal neurons. Nature Neuroscience, 11(11), 1335—1342.
- Henry, B. I., Langlands, T. A. M., & Wearne, S. L. (2008). Fractional cable models for spiny neuronal dendrites. Physical Review Letters, 100(12), 128103.
- Teka, W. W., Marinov, T. M., & Bhatt, S. J. (2014). Fractional-order leaky integrate-and-fire model with long-term memory and power law dynamics. Computational and Mathematical Methods in Medicine, 2014.
- Teka, W. W., Upadhyay, R. K., & Mondal, A. (2017). Fractional-order leaky integrate-and-fire model: frequency adaptation and coincidence detection. Biosystems, 155, 32—42.
- Podlubny, I. (1999). Fractional Differential Equations. Academic Press.
- Oldham, K. B., & Spanier, J. (1974). The Fractional Calculus. Academic Press.