chapter 14 companion and outline
This page contains companion resources and an outline for chapter 14 of the (in progress) book System Dynamics.
Nonlinear systems and linearization
Thus far, we’ve mostly considered linear system models. Many of the analytic tools we’ve developed—ODE solution techniques, superposition, eigendecomposition, stability analysis, impedance modeling, transfer functions, frequency response functions—do not apply to nonlinear systems. In fact, analytic solutions are unknown for most nonlinear system ODEs. And even basic questions are relatively hard to answer; for instance: is the system stable?
In this and the following chapters, we consider a few analytic and numerical techniques for dealing with nonlinear systems.
A state-space model has the general form $$\begin{align} \frac{\diff\bm{x}}{\diff t} &= \bm{f}(\bm{x},\bm{u},t) \label{eq:state_nonlinear2} \\ \bm{y} &= \cloze{\bm{g}(\bm{x},\bm{u},t)} \label{eq:output_nonlinear2} \end{align}$$ where \(\bm{f}\) and \(\bm{g}\) are vector-valued functions that depend on the system. Nonlinear state-space models are those for which \(\bm{f}\) is a nonlinear functional of either \(\bm{x}\) or \(\bm{u}\). For instance, a state variable \(x_1\) might appear as \(x_1^2\) or two state variables might combine as \(x_1 x_2\) or an input \(u_1\) might enter the equations as \(\log u_1\).
Autonomous and nonautonomous systems
An autonomous system is one for which \(\bm{f}(\bm{x})\), with neither time nor input appearing explicitly. A nonautonomous system is one for which either \(t\) or \(\bm{u}\) do appear explicitly in \(\bm{f}\). It turns out that we can always write nonautonomous systems as autonomous by substituting in \(\bm{u}(t)\) and introducing an extra state variable for \(t\) (Strogatz and Dichter 2016).
Therefore, without loss of generality, we will focus on ways of analyzing autonomous systems.
Equilibrium
An equilibrium state (also called a stationary point) \(\overline{\bm{x}}\) is one for which \(\diff\bm{x}/\diff t = \bm{0}\). In most cases, this occurs only when the input \(\bm{u}\) is a constant \(\overline{\bm{u}}\) and, for time-varying systems, at a given time \(\overline{t}\). For autonomous systems, equilibrium occurs when the following holds: $$\begin{align} \cloze{\bm{f}(\overline{\bm{x}}) = \bm{0}.} \end{align}$$ This is a system of nonlinear algebraic equations, which can be challenging to solve for \(\overline{\bm{x}}\). However, frequently, several solutions—that is, equilibrium states—do exist.
Linearization
Nonlinear system characteristics
Nonlinear Systems in Python
Nonlinear systems in Matlab
Nonlinear fluid system example
Problems
Online resources for Chapter 14
No online resources.