 ##  [Stiffness](/stiffness-0) 

 Definition

A characteristic of differential equations or dynamical systems in which widely separated time scales force explicit numerical methods to use impractically small steps for stability; stiffness is signaled by rapidly decaying modes or large negative eigenvalues in the Jacobian.

 

 

 

 

 

 





## Principle

Principle

Time-scale separation and stability constraints: when fast modes impose severe stability limits on explicit integrators (step-size constraints determined by eigenvalues), implicit or specially stabilized methods that admit larger stable step sizes become necessary.

 

 

 

 

 





## Demonstration

Demonstration

A chemical kinetics example with one reaction having a timescale 10^4 times faster than others yields Jacobian eigenvalues with large negative real parts; explicit integrators must take step sizes on the fast time scale to remain stable, whereas implicit solvers cope with much larger steps.

 

 

 

 

## Misapplication

Misapplication

Labeling any rapidly varying solution as stiff or asserting stiffness is an absolute property of a system independent of the chosen method and tolerances misrepresents the concept; stiffness depends on the combination of problem, norm, method, and accuracy requirements.

 

 

 

 

 





## Consequence

Consequence

Recognition of stiffness leads to using implicit methods, stiff-aware solvers, or model reduction; it also motivates analyzing stability regions (A‑stability, L‑stability) and employing stiffness detection for step control.

 

 

 

 

## Reversal

Reversal

Nonstiff problems have dynamics where explicit integrators can take step sizes dictated by accuracy rather than stability and do not require special stiff solvers.

 

 

 

 

 





## Boundary

Boundary

Stiffness is not uniquely quantified by a single scalar; measures like eigenvalue ratios, stiffness ratios, or stiffness indicators are context-dependent and may fail to capture all manifestations, especially for nonlinear or time‑varying systems.

 

 

 

 

 





## Semantic Tension

Semantic Tension

Tension arises with notions like multiscale behavior, ill-conditioning, and chaos: stiffness is about numerical stability constraints from fast decaying modes rather than ill-posedness or sensitive dependence on initial conditions.

 

 

 

 

 





## Synthesis

Synthesis

Stiffness encapsulates the practical mismatch between dynamics’ fastest stability-constraining modes and desired step sizes: it explains when explicit methods are inefficient for stability reasons and motivates implicit, stabilized, or reduced approaches tailored to the time-scale structure.