Harman Patil (Editor)

Numerical continuation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Numerical continuation computationalnonlinearasmedigitalcollectionasme

Numerical continuation is a method of computing approximate solutions of a system of parameterized nonlinear equations,

Contents

F ( u , λ ) = 0

The parameter λ is usually a real scalar, and the solution u an n-vector. For a fixed parameter value λ , F ( , λ ) maps Euclidean n-space into itself.

Often the original mapping F is from a Banach space into itself, and the Euclidean n-space is a finite-dimensional approximation to the Banach space.

A steady state, or fixed point, of a parameterized family of flows or maps are of this form, and by discretizing trajectories of a flow or iterating a map, periodic orbits and heteroclinic orbits can also be posed as a solution of F = 0 .

This figure shows two solution components, one red and the other blue. Note that these two components may be connected outside the region of interest.

F ( u , λ ) = 0 u ˙ 0 ( u u 0 ) + λ ˙ 0 ( λ λ 0 ) = Δ s

[ F u F λ u ˙ λ ˙ ]

Other forms

In some nonlinear systems, parameters are explicit. In others they are implicit, and the system of nonlinear equations is written

F ( u ) = 0

where u is an n-vector, and its image F ( u ) is an n-1 vector.

This formulation, without an explicit parameter space is not usually suitable for the formulations in the following sections, because they refer to parameterized autonomous nonlinear dynamical systems of the form:

u = F ( u , λ )

However, in an algebraic system there is no distinction between unknowns u and the parameters.

Periodic motions

A periodic motion is a closed curve in phase space. That is, for some period T .

u = F ( u , λ ) , u ( 0 ) = u ( T )

The textbook example of a periodic motion is the undamped pendulum.

If the phase space is periodic in one or more coordinates, say u ( t ) = u ( t + Ω ) , with Ω a vector, then there is a second kind of periodic motions defined by

u = F ( u , λ ) , u ( 0 ) = u ( T + N . Ω )

Here N is a diagonal matrix of integers that serves as an index of these periodic motions of the second kind.

The first step in writing an implicit system for a periodic motion is to move the period T from the boundary conditions to the ODE:

u = T F ( u , λ ) , u ( 0 ) = u ( 1 ) + N . Ω

The second step is to add an additional equation, a phase constraint, that can be thought of as determining the period. This is necessary because any solution of the above boundary value problem can be shifted in time by an arbitrary amount (time does not appear in the defining equations—the dynamical system is called autonomous).

There are several choices for the phase constraint. If u 0 ( t ) is a known periodic orbit at a parameter value λ 0 near λ , then, Poincaré used

< u ( 0 ) u 0 ( 0 ) , F ( u 0 ( 0 ) , λ 0 ) >= 0

which states that u lies in a plane which is orthogonal to the tangent vector of the closed curve. This plane is called a Poincaré section.

For a general problem a better phase constraint is an integral constraint introduced by Eusebius Doedel, which chooses the phase so that the distance between the known and unknown orbits is minimized:

0 1 < u ( t ) u 0 ( t ) , F ( u 0 ( t ) , λ 0 ) > d t = 0

Solution component

A solution component Γ ( u 0 , λ 0 ) of the nonlinear system F is a set of points ( u , λ ) which satisfy F ( u , λ ) = 0 and are connected to the initial solution ( u 0 , λ 0 ) by a path of solutions ( u ( s ) , λ ( s ) ) for which ( u ( 0 ) , λ ( 0 ) ) = ( u 0 , λ 0 ) , ( u ( 1 ) , λ ( 1 ) ) = ( u , λ )

and F ( u ( s ) , λ ( s ) ) = 0 .

This figure shows two solution components, one red and the other blue. Note that these two components may be connected outside the region of interest.

Numerical continuation

A numerical continuation is an algorithm which takes as input a system of parametrized nonlinear equations and an initial solution ( u 0 , λ 0 ) , F ( u 0 , λ 0 ) = 0 , and produces a set of points on the solution component Γ ( u 0 , λ 0 ) .

Regular point

A regular point of F is a point ( u , λ ) at which the Jacobian of F is full rank ( n ) .

Near a regular point the solution component is an isolated curve passing through the regular point (the implicit function theorem). In the figure above the point ( u 0 , λ 0 ) is a regular point.

Singular point

A singular point of F is a point ( u , λ ) at which the Jacobian of F is not full rank.

Near a singular point the solution component may not be an isolated curve passing through the regular point. The local structure is determined by higher derivatives of F . In the figure above the point where the two blue curves cross is a singular point.

In general solution components Γ are branched curves. The branch points are singular points. Finding the solution curves leaving a singular point is called branch switching, and uses techniques from bifurcation theory (singularity theory, catastrophe theory).

For finite-dimensional systems (as defined above) the Lyapunov-Schmidt decomposition may be used to produce two systems to which the Implicit Function Theorem applies. The Lyapunov-Schmidt decomposition uses the restriction of the system to the complement of the null space of the Jacobian and the range of the Jacobian.

If the columns of the matrix Φ are an orthonormal basis for the null space of J = [ F x F λ ] and the columns of the matrix Ψ are an orthonormal basis for the left null space of J , then the system F ( x , λ ) = 0 can be rewritten as [ ( I Ψ Ψ T ) F ( x + Φ ξ + η ) Ψ T F ( x + Φ ξ + η ) ] = 0 , where η is in the complement of the null space of J ( Φ T η = 0 ) .

In the first equation, which is parametrized by the null space of the Jacobian ( ξ ), the Jacobian with respect to η is non-singular. So the implicit function theorem states that there is a mapping η ( ξ ) such that η ( 0 ) = 0 and ( I Ψ Ψ T ) F ( x + Φ ξ + η ( ξ ) ) = 0 ) . The second equation (with η ( ξ ) substituted) is called the bifurcation equation (though it may be a system of equations).

The bifurcation equation has a Taylor expansion which lacks the constant and linear terms. By scaling the equations and the null space of the Jacobian of the original system a system can be found with non-singular Jacobian. The constant term in the Taylor series of the scaled bifurcation equation is called the algebraic bifurcation equation, and the implicit function theorem applied the bifurcation equations states that for each isolated solution of the algebraic bifurcation equation there is a branch of solutions of the original problem which passes through the singular point.

Another type of singular point is a turning point bifurcation, or saddle-node bifurcation, where the direction of the parameter λ reverses as the curve is followed. The red curve in the figure above illustrates a turning point.

Natural parameter continuation

Most methods of solution of nonlinear systems of equations are iterative methods. For a particular parameter value λ 0 a mapping is repeatedly applied to an initial guess u 0 . If the method converges, and is consistent, then in the limit the iteration approaches a solution of F ( u , λ 0 ) = 0 .

Natural parameter continuation is a very simple adaptation of the iterative solver to a parametrized problem. The solution at one value of λ is used as the initial guess for the solution at λ + Δ λ . With Δ λ sufficiently small the iteration applied to the initial guess should converge.

One advantage of natural parameter continuation is that it uses the solution method for the problem as a black box. All that is required is that an initial solution can be given (some solvers used to always start at a fixed initial guess). There has been a lot of work in the area of large scale continuation on applying more sophisticated algorithms to black box solvers (see e.g. LOCA).

However, natural parameter continuation fails at turning points, where the branch of solutions turns round. So for problems with turning points, a more sophisticated method such as pseudo-arclength continuation must be used (see below).

Simplicial or piecewise linear continuation

Simplicial Continuation, or Piecewise Linear Continuation (Allgower and Georg) is based on three basic results.

The first is

The second result is:

Please see the article on piecewise linear continuation for details.

With these two operations this continuation algorithm is easy to state (although of course an efficient implementation requires a more sophisticated approach. See [B1]). An initial simplex is assumed to be given, from a reference simplicial decomposition of IR^n. The initial simplex must have at least one face which contains a zero of the unique linear interpolant on that face. The other faces of the simplex are then tested, and typically there will be one additional face with an interior zero. The initial simplex is then replaced by the simplex which lies across either face containing zero, and the process is repeated.

References: Allgower and Georg [B1] provides a crisp, clear description of the algotihm.

Pseudo-arclength continuation

This method is based on the observation that the "ideal" parameterization of a curve is arclength. Pseudo-arclength is an approximation of the arclength in the tangent space of the curve. The resulting modified natural continuation method makes a step in pseudo-arclength (rather than λ ). The iterative solver is required to find a point at the given pseudo-arclength, which requires appending an additional constraint (the pseudo-arclength constraint) to the n by n+1 Jacobian. It produces a square Jacobian, and if the stepsize is sufficiently small the modified Jacobian is full rank.

Pseudo-arclength continuation was independently developed by Edward Riks and Gerald Wempner for finite element applications in the late 1960s, and published in journals in the early 1970s by H.B. Keller. A detailed account of these early developments is provided in the textbook by M. A. Crisfield: Nonlinear Finite Element Analysis of Solids and Structures, Vol 1: Basic Concepts, Wiley, 1991. Crisfield was one of the most active developers of this class of methods, which are by now standard procedures of commercial nonlinear finite element programs.

The algorithm is a predictor-corrector method. The prediction step finds the point (in IR^(n+1) ) which is a step Δ s along the tangent vector at the current pointer. The corrector is usually Newton's method, or some variant, to solve the nonlinear system

F ( u , λ ) = 0 u ˙ 0 ( u u 0 ) + λ ˙ 0 ( λ λ 0 ) = Δ s

where ( u ˙ 0 , λ ˙ 0 ) is the tangent vector at ( u 0 , λ 0 ) . The Jacobian of this system is the bordered matrix

[ F u F λ u ˙ λ ˙ ]

At regular points, where the unmodified Jacobian is full rank, the tangent vector spans the null space of the top row of this new Jacobian. Appending the tangent vector as the last row can be seen as determining the coefficient of the null vector in the general solution of the Newton system (particular solution plus an arbitrary multiple of the null vector).

Gauss–Newton continuation

This method is a variant of pseudo-arclength continuation. Instead of using the tangent at the initial point in the arclength constraint, the tangent at the current solution is used. This is equivalent to using the pseudo-inverse of the Jacobian in Newton's method, and allows longer steps to be made. [B17]

Continuation in more than one parameter

The parameter λ in the algorithms described above is a real scalar. Most physical and design problems generally have many more than one parameter. Higher-dimensional continuation refers to the case when λ is a k-vector.

The same terminology applies. A regular solution is a solution at which the Jacobian is full rank ( n ) . A singular solution is a solution at which the Jacobian is less than full rank.

A regular solution lies on a k-dimensional surface, which can be parameterized by a point in the tangent space (the null space of the Jacobian). This is again a straightforward application of the Implicit Function Theorem.

Applications of numerical continuation techniques

Numerical continuation techniques have found a great degree of acceptance in the study of chaotic dynamical systems and various other systems which belong to the realm of catastrophe theory. The reason for such usage stems from the fact that various non-linear dynamical systems behave in a deterministic and predictable manner within a range of parameters which are included in the equations of the system. However, for a certain parameter value the system starts behaving chaotically and hence it become necessary to follow the parameter in order to be able to decipher the occurrences of when the system starts being non-predictable, and what exactly (theoretically) makes the system become unstable.

Analysis of parameter continuation can lead to more insights about stable/critical point bifurcations. Study of saddle-node, transcritical, pitch-fork, period doubling, Hopf, secondary Hopf (Neimark) bifurcations of stable solutions allows for a theoretical discussion of the circumstances and occurrences which arise at the critical points. Parameter continuation also gives a more dependable system to analyze a dynamical system as it is more stable than more interactive, time-stepped numerical solutions. Especially in cases where the dynamical system is prone to blow-up at certain parameter values (or combination of values for multiple parameters).

It is extremely insightful as to the presence of stable solutions (attracting or repelling) in the study of Nonlinear Partial Differential Equations where times stepping in the form of the Crank Nicolson algorithm is extremely time consuming as well as unstable in cases of nonlinear growth of the dependent variables in the system. The study of turbulence is another field where the Numerical Continuation techniques have been used to study the advent of turbulence in a system starting at low Reynolds numbers. Also, research using these techniques has provided the possibility of finding stable manifolds and bifurcations to invariant-tori in the case of the restricted three body problem in Newtonian gravity and have also given interesting and deep insights into the behaviour of systems such as the Lorenz equations.

Software

(Under Construction) See also The SIAM Activity Group on Dynamical Systems' list http://www.dynamicalsystems.org/sw/sw/

  • AUTO: Computation of the solutions of Two Point Boundary Value Problems (TPBVPs) with integral constraints. https://sourceforge.net/projects/auto-07p/ Available on SourceForge.
  • HOMCONT: Computation of homoclinic and heteroclinic orbits. Included in AUTO
  • MATCONT: Matlab toolbox for numerical continuation and bifurcation [1]
  • DDEBIFTOOL: Computation of solutions of Delay Differential Equations. A MATLAB package. Available from K. U. Leuven
  • PyCont: A Python toolbox for numerical continuation and bifurcation. Native Python algorithms for fixed point continuation, sophisticated interface to AUTO for other types of problem. Included as part of PyDSTool
  • CANDYS/QA: Available from the Universität Potsdam [A16]
  • MANPAK: Available from Netlib [A15]
  • PDDE-CONT: http://seis.bris.ac.uk/~rs1909/pdde/
  • multifario: http://multifario.sourceforge.net/
  • LOCA: https://trilinos.org/packages/nox-and-loca/
  • DSTool
  • GAIO
  • OSCILL8: Oscill8 is a dynamical systems tool that allows a user to explore high-dimensional parameter space of nonlinear ODEs using bifurcation analytic techniques. Available from SourceForge.
  • Examples

    This problem, of finding the points which F maps into the origin appears in computer graphics as the problems of drawing contour maps (n=2), or isosurface(n=3). The contour with value h is the set of all solution components of F-h=0

    References

    Numerical continuation Wikipedia