In computational mathematics, a stiff equation is an initial value problem
where , requiring dedicated implicit time stepping methods for its efficient numerical integration. The simplest mathematical characterization of a stiff equation is the necessary condition
Since , where is the Jacobian matrix of at the point , the criterion above is easily evaluated and quantifies stiffness. The criterion is derived, explained and illustrated for nonlinear stiff equations below.
For a linear system with constant coefficients , the divergence is constant, making stiffness a global characteristic whose magnitude is related to the time scale .
For a nonlinear system, stiffness usually varies in space and time along the solution trajectory , where the criterion quantifies stiffness locally. In practical computations, stiff equations are invariably solved using adaptive methods. 12
Background
There is a rich literature on stiff differential equations, but intuitive descriptions and heuristics are far more common than attempts at a rigorous definition of the concept. Hairer and Wanner3 concisely describe the most obvious feature:
Stiff equations are problems for which explicit methods don't work.
This refers to the observation that explicit integration methods are forced to use exceedingly small time steps to maintain numerical stability, preventing such methods from being competitive. Although each step is inexpensive, the total number of steps becomes prohibitively large, and the integration over effectively stalls.
By contrast, implicit methods for stiff equations require costly "algebraic" equation solving on each step. The extra work per step is offset by superior stability properties, allowing the use of large time steps. Without crippling stability restrictions, the total computational effort is manageable, and the requested accuracy can be achieved without loss of efficiency. For some stiff equations, the efficiency may be several orders of magnitude higher than that of even the best explicit methods.
Analogous efficiency issues in other fields of scientific computing
The phenomenon of stiffness is analogous to well-known performance issues in other areas of numerical analysis. For example, in optimization, gradient methods have similar limitations. Using the steepest descent method to minimize a convex functional leads to the iteration
where is the line search step size. This is merely the explicit Euler method for the differential equation . Problems with steep gradients are known for their slow convergence, due to restrictions on the choice of . The typical remedy is to replace the gradient method by some Newton-type method, which essentially corresponds to using an "implicit" method for differential equations.
Another example is in solving nonlinear equations of the form . Simple fixed point iteration, , does not converge for problems where the Lipschitz constant is large, but only for contractions. Yet the equation may have a unique solution under much weaker but common conditions, e.g. when the map is monotone and the logarithmic Lipschitz constant of satisfies . Since fixed point iterations diverge, it is necessary to use a Newton-type iteration.
A third example is iterative solvers for the (discretized) Poisson equation . Here, the Jacobi method (which attempts to avoid matrix algebra) is equivalent to using the explicit Euler method (in pseudo time) for the corresponding method-of-lines discretization of the diffusion equation , seeking its stationary solution. The diffusion equation is a prototypical example of a stiff equation: the time step of the explicit recursion is severely restricted by a CFL condition and required to be proportional to the square of the mesh width in space. This makes the convergence of the Jacobi iteration painfully slow. As before the remedy is to use some form of algebraic equation solving, e.g. by using a preconditioner or a multigrid method.
Thus there are many different mathematical problems, where computational efficiency necessitates the use of dedicated numerical methods, typically of a considerable complexity. Stiff equations is the particular instance for initial value problems in ordinary differential equations. Nevertheless, with a well designed adaptive stiff solver, the efficient numerical integration of most stiff equations is now a routine task.
History and origins of a mathematical characterization
The first mention of stiff equations is found in Curtiss and Hirschfelder in 1952 4. The authors discuss a scalar model equation equivalent to
and characterize stiffness as follows:
If is the desired resolution of or the interval which will be used in the numerical integration, the equation is "stiff" if
and is well behaved.
This characterization relates a time scale to the decay rate of transients, governed by the coefficient , which is assumed to be negative. As varies in time and space, it allows stiffness to vary accordingly. Prothero and Robinson introduced a similar but more instructive model problem,5 essentially taking constant and studying the equation
The solution consists of a decaying transient , together with the particular solution , which is supposed to be bounded and smooth. The mathematical solution is then obviously bounded. Contrasting the explicit and implicit Euler methods, one can investigate under what circumstances the numerical methods replicate the properties of the mathematical solution. The Curtiss-Hirschfelder criterion will be considered for and , corresponding to the conditions and , respectively.
The explicit Euler method for a differential equation is defined by
while the implicit Euler method is defined by the recursion
Here is the (constant) time step, and approximates the exact solution at time . In the explicit method is computed directly by an evaluation of the vector field . In the implicit method, however, one must solve the "algebraic" equation for . This improves the stability of the recursion.
For the Prothero-Robinson problem the explicit Euler method produces the numerical solution (on integrated form)
The impediment is clearly visible: positive powers of the factor produce exponential growth (numerical instability) unless we impose the stability condition . Since is real and negative, this implies . Thus the explicit Euler method cannot use step sizes adapted to the regularity of . Instead the total number of steps to complete the integration, , becomes extremely large. Efficiency is inversely proportional to stiffness as quantified by the product .
As a consequence the explicit Euler method may take "forever" to solve a scalar problem with a perfectly smooth mathematical solution once the (fast) transient has decayed. This is also the case even if the initial value is . Thus, the step size restriction is not a matter of whether the transient is present. It is due to the fact that any step size such that inevitably excites numerical instability.
If instead the implicit Euler method is used, the numerical solution becomes
Here, the stability requirement is , which is satisfied for all when , no matter how large is. A minor issue is that in practice one needs to resolve the transient (this may initially call for a short step size), but once it has decayed, one can use "large" step sizes, in the sense that is adapted to the regularity of , irrespective of the magnitude of . Of the two methods above, only the implicit Euler method can handle stiff equations efficiently.
Example Consider the Prothero-Robinson test problem
with exact solution . Taking , the homogeneous solution is not present in the exact solution , but the exponential term will show up in the local solutions passing through the points generated by the numerical methods. Taking the problem is solved on , using and steps, respectively ( and ). The experiment demonstrates the impact of varying , which affects the stability/damping of the numerical methods. We take , using the same computational setup for the explicit and implicit Euler methods.

The results are shown in Figure 1. With , there is a moderately strong exponential damping, as is evident from the fast contracting local solutions. The setup is deliberately understated for visualization purposes; in real stiff equations much larger values would be typical. Nevertheless, is sufficiently large and negative to demonstrate the step size limitations of the explicit Euler method. For , its computed solution becomes oscillatory and diverges from the exact solution, even though the initial value was taken on the exact solution. Repeating the same exercise for , say, shows how the difference between the two methods grows with increasing stiffness.
In more realistic problems, the instability is often more dramatic and referred to as the solution "blowing up". Here, the maximum stable step size () has only been exceeded by a small factor. Meanwhile, the implicit Euler method proceeds without loss of stability, and is able to produce accurate results also for the larger step size.
In real computations, stiff equations are solved using adaptive methods. These select the step size automatically to keep the computational process in check, usually controlling both accuracy and stability. Thus, if an adaptive explicit method is used, the solution may not go unstable, as the adaptivity takes measures not to exceed the maximum stable step size. Instead, the method proceeds at the (prohibitive) cost of low efficiency.
The essence of the analysis is that a problem parameter, , which is characteristic of the vector field and related to the transient behavior of solutions, is linked to a time scale, either the step size or the range of integration directly. The products or are both dimensionless, scaling invariant, and negative. A general stiffness concept must reflect these properties, and also be able to address stiffness in nonlinear differential equations.
Systems of stiff equations
The scalar Prothero-Robinson problem can be extended to linear systems of equations,
as well as nonlinear systems,
provided that . The general stiffness concept needs to specify what is meant by a vector field being "large and negative". The analysis above also shows that the smooth function at most plays a minor role. Thus, by substituting for , we have three types of problems,
Here stiffness needs to be characterized for matrices as well as for nonlinear maps . The first equation above is the well known Dahlquist linear test equation, primarily used to determine the stability region of a time stepping method. The stability region of a method is the set of all such that the numerical method produces bounded solutions. The previous discussion of stiffness is effectively based on the Dahlquist test equation.
In order to consider the second, linear system of equations, it is common to make use of the eigenvalues of the matrix . After all, for a numerical method to produce bounded (stable) solutions to , it is necessary and sufficient that all eigenvalues satisfy . The previous discussion carries over by considering one eigenvalue at a time. The linear problem is then stiff if all eigenvalues have negative real parts, and at least one of them satisfies ; the latter eigenvalue will then cause the typical step size restrictions experienced by an explicit method, due to the fact that all explicit methods have bounded stability regions, and require . The step size has to be selected small enough to fulfill this requirement, see Figure 2.

Yet, it is common to find a different characterization of stiffness, in terms of the "stiffness ratio", defined by
assuming that .6 Although stiff systems often do have a large stiffness ratio, Byrne and Hindmarsh emphasize that this is neither necessary nor sufficient for to be a stiff equation.7
First, there is no comparison with the time scale , but only an intrinsic comparison of "time constants" , where a large stiffness ratio merely implies that there are "faster" and "slower" transient components, often referred to as widely different time scales. Second, as noted above, there are scalar stiff equations; these have stiffness ratio . And third, the stiffness ratio breaks down for problems with a singular matrix , which is common in some applications. (An example is chemical reaction kinetics, where the singularity corresponds to conservation of mass.)
Thus the stiffness ratio is misleading: it fails to characterize the most important aspects of stiff equations.
In a similar vein, it has been suggested that the nonlinear problem is stiff if the Jacobian matrix has a large stiffness ratio.8 Naturally, this too fails, as noted by Artemiev and Averina:9
For example, a nonlinear autonomous ODE system with can be called stiff if real parts [sic] of the eigenvalues of the Jacobi matrix [] satisfy the above conditions. However, the famous van der Pol equation, which is frequently used as an example of stiff ODEs, does not satisfy this definition ... it is impossible to determine stiffness only by means of eigenvalues of the Jacobi matrix for nonlinear systems
Although in part valid, this argument too is off the mark, as the zero solution of the van der Pol equation is an unstable equilibrium. Thus stiffness does not occur near the origin, but only along the limit cycle as will be seen below, where the van der Pol equation is analyzed in full detail. A precise stiffness characterization must therefore be local, capturing the behavior of (small) perturbations near the actual solution.
Modern characterization: The stiffness indicator
Replacing the stiffness ratio, the modern approach is to construct a functional , called the stiffness indicator, such that the criteria and , respectively, quantify stiffness by relating a distinct vector field property to the time scale . This characterization is based on additional observations. Thus Dekker and Verwer10 write (original emphasis):
The essence of stiffness is that the solution to be computed is slowly varying but that perturbations exist which are rapidly damped.
Shampine11 expresses a similar view, but is conceptually more specific, relating stiffness to dissipation, and what in practice is irreversibility:
A way we prefer for describing the latter condition is that [the solution] is very unstable in the opposite direction [of time].
The reverse instability can easily be characterized using logarithmic norms. Thus, for , the norm of the solution can be bounded using differential inequalities. Let be the Euclidean norm, possibly with . Then
where denotes the time derivative and and are the lower and upper logarithmic norms of , respectively. These are the extrema of a symmetric quadratic form,
where denotes the Hermitian part of . Its stationary points are found from the symmetric eigenvalue problem
whose real eigenvalues are referred to as the logarithmic values of . In relation to the eigenvalues of , the logarithmic values satisfy
together with the trace identity
Since it follows from the differential inequality above that
bounding the maximum growth and decay rates in the system. Thus, over a time interval of length , the maximum possible forward time growth is , while the maximum reverse time growth is .
Söderlind et al.12 now quantify Shampine's observation. Thus, in a stiff system,
from which it follows that , i.e., . The stiffness indicator is defined13
and a stiff equation is characterized by the condition
The reason for including in the definition of the stiffness indicator is that it may often happen in nonlinear systems that is positive, offsetting stiffness. This is then accounted for by defining the stiffness indicator so as to have odd parity, i.e., .
Shampine's criterion implies that is large and negative, i.e., the lower bound on is extremely small. In other words, the flow is nearly a semigroup, and is "close to singular". Unlike in a Lipschitz system, where one can solve (theoretically) the differential equation also in reverse time, this is effectively impossible in a stiff system. The reverse time stiff equation corresponds to an extremely ill conditioned "inverse problem".
Using logarithmic norms for nonlinear maps14 the same arguments apply to a nonlinear vector field , but since is defined globally, the stiffness indicator is instead defined locally as along the trajectory.
In addition to the stiffness indicator, Söderlind et al.15 introduce a local reference time scale defined by
Stiffness is then characterized by the method independent condition , referred to as the (local) stiffness factor. A large stiffness factor is a necessary condition for stiffness. But method dependent criteria can also be assessed. In numerical computations, can be compared to the actual step size , whose local step size stiffness factor depends on the choice of integration method and the accuracy requirement. Only implicit methods can use step sizes with , but there may also be parts of the integration where the step size stiffness factor is only moderate.
An important aspect of implicit time stepping methods is the need to solve equations of the form
for on every step. Here is a method characteristic constant of moderate size, and is a known vector. The question arises whether this equation has a (unique) solution when is "large", in the sense that , which represents stiff computation. Rewriting the equation as
the uniform monotonicity theorem applies: the equation has a unique solution if the map is (negative) monotone, i.e., if . Since
this condition is usually satisfied by a fair margin in stiff computation. If , it is satisfied for all , but if , it may require a minor step size restriction. In the Shampine criterion, as well as in the stiffness indicator, it holds that
where , and where is moderate if it is positive. Therefore, although the equation typically requires Newton iteration in stiff computation ( is not a contraction), existence and uniqueness are usually guaranteed also when the step size stiffness factor is large.
A simplified stiffness indicator
Because it is relatively expensive to compute the stiffness indicator by solving the symmetric eigenvalue problem for and , an inexpensive alternative is of interest. Noting that the stiffness indicator is the arithmetic average of the largest and the smallest logarithmic value, an option is to replace this average by the average of all logarithmic values. With the aforementioned trace identity (see above), we define the scaled (arithmetic average) real trace functional16
noting that the computation of is both inexpensive and trivial: no eigenvalue computations are required. The scaled trace (as well as the divergence) is a linear functional, hence , sharing the odd parity of . Moreover, for a nonlinear map,
The functional serves as an alternative stiffness indicator. Stiffness can therefore also be characterized by the divergence condition
which is readily evaluated for most problems.
For a linear system , it holds that
Defining a scaled (geometric average) absolute determinant we have and , avoiding the standard determinant's direct dependence on the dimension . (This is of special importance when the differential equation is derived from a method-of-lines discretization of a partial differential equation.) Here is the linear "size" of the phase space volume spanned by the column vectors of , such as in , independent of . The differential equation for the determinant of the flow can now be rewritten
Hence
expressing that an initial (linear) phase volume changes by a factor over a time . If , phase volume is compressed by the flow for .
It follows that is a necessary condition for stability. (Compare the sufficient criterion for the stability of the zero solution.) Shampine's characterization of stiffness, in terms of strongly unstable solutions in reverse time, can be written as , which, due to the odd parity of the trace, is equivalent to the stiffness condition . These observations, concepts and constructions provide the key to characterizing and quantifying stiffness, with the divergence criterion being the simplest.
Examples of nonlinear stiff equations and their properties
A large number of nontrivial test problems have been collected in the Bari Test Set for Initial Value Problem Solvers.17 This contains detailed examples of problems, solvers, and results achieved under specified conditions by well-known codes.
Here three stiff nonlinear problems are selected to illustrate how the (simplified) stiffness indicator is used to identify and characterize stiffness correctly. This includes the ability to distinguish the complex and rapidly changing behavior at (locally unstable) turning points, such as those observed in the van der Pol and Oregonator equations. Further, the stiffness indicator also distinguishes between subintervals where stiffness is prominent and where the problem is nonstiff. Finally in some cases it is even possible to identify which of the dependent variables contributes most to stiffness.
Operational criteria, such as how the adaptive time step depends on the accuracy requirements and varies along the solution, are also illustrated while quantifying the step size stiffness factor accordingly. Taken together, a detailed insight can be derived from the stiffness indicator, some of it even before the actual computation begins.
Problem 1. (Flame propagation) Consider the scalar flame propagation model18 for ,
This model is commonly used as a test problem to challenge the time step adaptivity of software for stiff equations.
For , the right hand side is positive and the solution is monotonically increasing. Starting at , it moves away from the unstable equilibrium at . The divergence of the vector field (stiffness indicator) is simply . Since
the solution starts out nonstiff, when . At when , instability has become catastrophic, with an extremely rapid transition towards the second, stable equilibrium .
When , stability is regained, and the solution enters the stiff regime, see Figure 3, where we have used . The equation is stiffer the smaller is chosen, and the closer to the solution moves.

The demonstration compares an explicit third order Runge-Kutta method with a second order error estimator, with a third order A-stable implicit Runge-Kutta method, also with a second order error estimator. The implicit method has no advantage in the nonstiff regime, but in the stiff regime it can use much larger steps. The difference between the two methods increases for smaller .
Problem 2. (van der Pol equation) The van der Pol equation is usually presented in a couple of alternate forms, with different scalings. It is a nonlinear problem whose solutions approach a limit cycle. Here we scale time to write the system as
with initial conditions , chosen on the limit cycle. The time scaling has been chosen so as to make the period of the limit cycle nearly independent of the parameter . The problem can then be solved on , accounting for a full period. The problem originates in the study of nonlinear oscillations in electric circuits.
For large values of (see Figure 4, where ), the limit cycle consists of two stable branches, connected by nearly discontinuous transitions showing a catastrophic loss of stability. Due to the trace identity, the stiffness indicator coincides with the scaled trace , given by
where is the vector . The stiffness indicator is readily identified in the second equation of the van der Pol system, hiding in plain sight.

The scaled trace has a constant term, , which represents the contribution from the linear part of the system. As this term is positive it is destabilizing. The equilibrium is unstable, since . The scaled trace also has a negative term representing the nonlinear contribution to stiffness. As the scaled trace is independent of , the latter variable has no particular influence on stiffness.
The solution enters the stiff regime when . Since it follows that stiffness only occurs for , i.e., along the two stable branches, where stiffness is proportional to , and can be arbitrarily large. In particular, it follows that if an explicit method were to be used to solve the problem along the stable branch, the computational effort is . By contrast, the effort is for a stiff solver.19
Note that all this information is available a priori. It is confirmed by the numerical solution of the problem.
Problem 3. (Oregonator equation) Chemical reaction kinetics is a rich source of stiff differential equations. The Oregonator equation models an autocatalytic reaction involving three reactions. For suitable initial conditions, it has a limit cycle of period . The equations are
The test problem uses the parameters , , , together with initial conditions .20
Because the dimension of the system is , the stiffness indicator and the scaled trace (divergence) do not coincide, although the differences are small. More importantly, because the equation is a more intricate example of stiffness, we need to gain preliminary insight by keeping the parameters as long as possible in the analysis. We therefore choose the scaled divergence, which offers this advantage. Thus we find
where
Here the constant term is the linear contribution to the divergence. It is positive, therefore destabilizing. The two other terms represent nonlinear contributions, as they multiply and . Their coefficients and are negative, and will contribute to stiffness. But as the divergence is independent of , the latter variable does not contribute to stiffness other than to the constant term . The largest coefficient is , indicating that stiffness will be particularly strong when is large and positive. Whether will contribute depends on what magnitude it will reach. In Figure 5, the actual data are collected during one full period plotted on the normalized interval .

During a brief interval when is large, the scaled divergence is of order (just barely visible as a notch in the upper left corner of the high resolution scaled trace graph), making the problem stiff there. But the worse is yet to come; when becomes large stiffness becomes severe, with scaled divergence at .
When an adaptive third order A-stable Runge-Kutta method is used, the step sizes exceed the reference time scale by three to four orders of magnitude. This corresponds to the efficiency gain of the stiff solver over the potential use of an explicit method.
Methods and software for stiff equations
As noted above, stiff equations require implicit time stepping methods, either Runge-Kutta methods or linear multistep methods. There are also alternatives based on extrapolation techniques. But not all implicit methods are suitable. A good method must have a stability region covering all or most of the negative half-plane .
The stability region is determined by applying the method to the Dahlquist test equation21 , and the stability region is the set of for which the method produces bounded solutions. A method with , i.e., where contains the entire left half-plane, is called A-stable.
There are many A-stable Runge-Kutta methods of high order to choose from, but unfortunately, for A-stable linear multistep methods the convergence order is limited to . Therefore one usually has to settle for less. Among multistep methods the best choice for stiff equations are the backward differentiation (BDF) methods, to which the implicit Euler method belongs. There are BDF methods of convergence orders , but only orders are A-stable. While the stability region remains large for higher orders, it eventually deteriorates, and only methods up to order are regularly used.
Software based on BDF-type methods (or similar) are Matlab's ode15s, and C or Fortran codes such as CVODE, LSODE, MEBDF, DASSL. The software is elaborate, robust and of high complexity, uses variable order and variable time step adaptivity, and usually offers many options for problems with special structure, or for special handling of Jacobian matrices. Accuracy criteria can be specified both for absolute and relative error estimates. Some codes include options for nonstiff equations, or for differential-algebraic equations.
For implicit Runge-Kutta methods applied to the test equation, the differential equation is replaced by a recursion , where the rational function is referred to as the stability function. If
the method is A-stable. There are A-stable methods of high order, but few implementations. An advantage of A-stable Runge-Kutta methods is that
i.e., if is negative definite, then the method produces a contractive recursion. (This is a variant of the von Neumann inequality.) Unfortunately, this only carries over to nonlinear problems under additional conditions. B-stable Runge-Kutta methods are a subset of A-stable methods, such that if in a nonlinear problem, then the method produces a contractive recursion.222324 Other special stability requirements are also common, such as L-stability.25 This is another subset of A-stable method, with the additional requirement for improved damping of eigenmodes for which .
Because implicit Runge-Kutta methods have high computational complexity, special efficiency requirements are also considered when software is developed. Among efficient Runge-Kutta software for stiff problems are Matlab's ode23s of orders and , and the Fortran code RADAU526, implementing the B- and L-stable order Radau IIa method. For a general survey of diagonally implicit Runge-Kutta methods used for stiff equations, see Kennedy and Carpenter.27
In all cases, the practical numerical solution of stiff equations needs dedicated, professional software. Even though it is a routine task, success may often require a careful study of the suitable settings of the codes and a proper understanding of the problem to be solved.
Notes and remarks
1. Is stiffness fully understood? In the literature it is sometimes suggested that no precise definition of stiffness exists. This appears to be due to the widespread mention or use of the stiffness ratio, whose obvious shortcomings are long since recognized. Sometimes operational criteria such as the actual discretization method and accuracy requirements are brought in to resolve the issues. But this over-complicates what is basically a simple issue. Thus, to the practitioner it is obvious that there is a distinction between nonstiff and stiff equations; it must therefore be possible to describe this distinction mathematically. The stiffness indicator provides a simple necessary criterion characterizing and quantifying this distinction. Today it is safe to say that stiffness is a complex but fully understood phenomenon, with excellent, efficient, and reliable dedicated software available.
2. Stiffness indicator. The stiffness indicator is more robust than the scaled divergence . While the former only involves the two extreme logarithmic values, the latter makes use of the intermediate logarithmic values as well, in spite of the fact that they do not have a similar impact on stability. The advantage of the scaled divergence is that it bypasses eigenvalue computations and supports an a priori analytical understanding of the dynamics, as illustrated in the examples above. An approximate quantification is usually sufficient, as stiffness typically is a matter of orders of magnitude.
3. Dissipative vs. conservative systems. The notion of stiffness as discussed above is a measure of dissipativity, i.e., of damping or energy loss. Some sources suggest that there are also stiff conservative systems, in particular if derived from method-of-lines discretizations of hyperbolic PDEs. But such systems belong in a different category, of (potentially) highly oscillatory systems. With eigenvalues located far out on the imaginary axis, the corresponding high frequencies can be suppressed by choosing an implicit method using large steps. However, in accordance with the sampling theorem, high frequency phenomena are then no longer resolved and wave forms may be distorted. The distinction between dissipative and conservative problems is significant, and the computational approach is different. While stiffness is closely related to the irreversibility of parabolic problems, hyperbolic problems have no intrinsic damping and feature invariants, such as conserving energy. Similarly, separable Hamiltonian systems have a divergence free vector field and hence are "area preserving" (conserve phase volume). Due to this structure, the stiffness indicator is zero.
4. Etymology. The term "stiff" was introduced by Curtiss and Hirschfelder. According to Hirschfelder,28 the term was chosen because the first examples were associated with servo systems, in which there was a "tight coupling" between the servo and the controlled system. A similar effect can also be seen in control systems with a high gain negative feedback, where higher gain increases stiffness. Another suggested connection is the (mechanical) notion of stiffness, as represented by the second order equation
where represents mass, the damping coefficient, the spring constant, and an external applied force. The idea is that equations with "stiff springs" (large ) cause stiffness in the mathematical sense. Taking , the equation is rewritten as
which is a system of the form . The eigenvalues of are
these are claimed to be large if is large. For critical damping, the parameters must satisfy , which with leads to
Interestingly, computing the stiffness indicator (here identical to the scaled divergence) of the vector field one obtains
which is large if and only if the damping constant is large, independent of the spring constant. Thus the single cause of stiffness is the damper, which dissipates energy. It is difficult to avoid the conclusion that the term "stiff" is a misnomer, which quickly got established in a new context with a different meaning. While in mechanical engineering a large spring constant typically goes with a large damping constant in order to have (near) critical damping, the confusion can be understood.
See also
See also
- Backward differentiation formula, a family of implicit methods especially used for the solution of stiff differential equations
- Condition number
- Differential inclusion, an extension of the notion of differential equation that allows discontinuities, in part as way to sidestep some stiffness issues
- Explicit and implicit methods
Notes
Notes
- G Söderlind, LO Jay, M Calvo (2015). "Stiffness 1952--2012: Sixty years in search of a definition." BIT 55, pp 531-558.
- G Söderlind (2024). "Logarithmic Norms." Berlin-Heidelberg-New York: Springer Series in Computational Mathematics SCM vol 63.
- E. Hairer, G. Wanner (1996). "Solving orindary differential equations II. Stiff and differential-algebraic problems", 2nd ed. Berlin-Heidelberg-New York: Springer
- C.F. Curtiss, J.O. Hirschfelder (1952). "Integration of stiff equations". Proc. Nat. Acad. Sci. 38, pp 235-243.
- A. Prothero, A. Robinson (1974). "On the stability and accuracy of one-step methods for solving stiff systems of ordinary differential equations". Math. Comp. 28, 145-162.
- J.D. Lambert (1992). "Numerical Methods for Ordinary Differential Systems", pp 216-217. New York: Wiley, ISBN 978-0-471-92990-1.
- G.D. Byrne and A.C. Hindmarsh (1987). "Stiff ODE Solvers: A review of current and coming attractions", p. 3ff. J. Comp. Phys. 70, 1-62.
- J.D. Lambert (1973). "Cmmputational methods in ordinary differential equations", p. 232. London: John Wiley & Sons.
- S. Artemiev, T. Averina (1997). "Numerical analysis of systems of ordinary and stochastic differential equations", p. 6. Utrecht: VSP.
- K. Dekker, J.G. Verwer (1984). "Stability of Runge-Kutta methods for stiff nonlinear differential equations", p. 5. New York: North Holland.
- L.F. Shampine (1985). "What is Stiffness?" In: R.C. Aiken (ed.), "Stiff Computation", p. 4. New York: Oxford University Press
- G. Söderlind, L.O. Jay, M. Calvo (2015). "Stiffness 1952-2012. Sixty years in search of a definition. BIT Numerical Mathematics 55, 531-558.
- ibid.
- G. Söderlind (2024). "Logarithmic Norms". Springer Series in Computational Mathematics vol 63.
- G. Söderlind, L.O. Jay, M. Calvo (2015). "Stiffness 1952-2012. Sixty years in search of a definition. BIT Numerical Mathematics 55, 531-558.
- G. Söderlind (2024). "Logarithmic Norms", Ch. 15. Springer Series in Computational Mathematics, vol 63.
- F. Mazzia, F. Iavernaro (2003). "Test Set for Initial Value Problem Solvers". Department of Mathematics, University of Bari, ITALY. http://archimede.dm.uniba.it/~testset/CWI_reports/testset2003r22.pdf
- L.F. Shampine. https://es.mathworks.com/company/newsletters/articles/stiff-differential-equations.html
- G Söderlind, LO Jay, M Calvo (2015). "Stiffness 1952--2012: Sixty years in search of a definition." BIT 55, pp 531-558.
- G Söderlind (2024). Logarithmic Norms, Ch. 21. Springer Series in Computational Mathematics vol 63.
- G. Dahlquist (1963). "A special stability problem for linear multistep methods". BIT 3, 27–43, doi:10.1007/BF01963532, hdl:10338.dmlcz/103497, S2CID 120241743
- J.C. Butcher (1975). "A stability property of implicit Runge–Kutta methods". BIT 15, 358–361
- J.C. Butcher (2008). "Numerical Methods for Ordinary Differential Equations", 2nd ed. New York: Wiley
- E. Hairer, E., G. Wanner (1991). "Solving Ordinary Differential Equations II. Stiff and Differential– Algebraic Problems". Berlin–Heidelberg–New York: Springer.
- Ehle (1969).
- E. Hairer, E., G. Wanner (1991). "Solving Ordinary Differential Equations II. Stiff and Differential– Algebraic Problems". Berlin–Heidelberg–New York: Springer.
- C.A. Kennedy, M.H. Carpenter (2016). "Diagonally Implicit Runge–Kutta Methods for Ordinary Differential Equations. A Review". NASA/TM-2016-219173, https://ntrs.nasa.gov/citations/20160005923
- J.O. Hirshfelder (1963). "Applied Mathematics as used in Theoretical Chemistry". American Mathematical Society Symposium: 367–376.
References
References
- Burden, Richard L.; Faires, J. Douglas (1993), Numerical Analysis (5th ed.), Boston: Prindle, Weber and Schmidt, ISBN 0-534-93219-3.
- Dahlquist, Germund (1963), "A special stability problem for linear multistep methods", BIT, 3 (1): 27–43, doi:10.1007/BF01963532, hdl:10338.dmlcz/103497, S2CID 120241743.
- Eberly, David (2008), Stability analysis for systems of differential equations (PDF).
- Ehle, B. L. (1969), On Padé approximations to the exponential function and A-stable methods for the numerical solution of initial value problems (PDF), University of Waterloo.
- Gear, C. W. (1971), Numerical Initial-Value Problems in Ordinary Differential Equations, Englewood Cliffs: Prentice Hall, Bibcode:1971nivp.book.....G.
- Gear, C. W. (1981), "Numerical solution of ordinary differential equations: Is there anything left to do?", SIAM Review, 23 (1): 10–24, doi:10.1137/1023002.
- Hairer, Ernst; Wanner, Gerhard (1996), Solving ordinary differential equations II: Stiff and differential-algebraic problems (second ed.), Berlin: Springer-Verlag, ISBN 978-3-540-60452-5.
- Hirshfelder, J. O. (1963), "Applied Mathematics as used in Theoretical Chemistry", American Mathematical Society Symposium: 367–376.
- Iserles, Arieh; Nørsett, Syvert (1991), Order Stars, Chapman & Hall, ISBN 978-0-412-35260-7.
- Kreyszig, Erwin (1972), Advanced Engineering Mathematics (3rd ed.), New York: Wiley, ISBN 0-471-50728-8.
- Lambert, J. D. (1977), D. Jacobs (ed.), "The initial value problem for ordinary differential equations", The State of the Art in Numerical Analysis, New York: Academic Press: 451–501.
- Lambert, J. D. (1992), Numerical Methods for Ordinary Differential Systems, New York: Wiley, ISBN 978-0-471-92990-1.
- Mathews, John; Fink, Kurtis (1992), Numerical methods using MATLAB.
- Press, WH; Teukolsky, SA; Vetterling, WT; Flannery, BP (2007). "Section 17.5. Stiff Sets of Equations". Numerical Recipes: The Art of Scientific Computing (3rd ed.). New York: Cambridge University Press. ISBN 978-0-521-88068-8. Archived from the original on 2011-08-11. Retrieved 2011-08-17.
- Shampine, L. F.; Gear, C. W. (1979), "A user's view of solving stiff ordinary differential equations", SIAM Review, 21 (1): 1–17, doi:10.1137/1021001.
- Wanner, Gerhard; Hairer, Ernst; Nørsett, Syvert (1978), "Order stars and stability theory", BIT, 18 (4): 475–489, doi:10.1007/BF01932026, S2CID 8824105.
- Stability of Runge–Kutta Methods [1]
External links
External links
- An Introduction to Physically Based Modeling: Energy Functions and Stiffness
- Stiff systems Lawrence F. Shampine and Skip Thompson Scholarpedia, 2(3):2855. doi:10.4249/scholarpedia.2855