System Dynamics

chapter 7 companion and outline

This page contains companion resources and an outline for chapter 7 of the (in progress) book System Dynamics.

State-space response

Recall that, for a state-space model, the state \(\bm{x}\), input \(\bm{u}\), and output \(\bm{y}\) vectors interact through two equations: $$\begin{align} \frac{d\bm{x}}{d t} &= \bm{f}(\bm{x},\bm{u},t) \label{ssresp_eq:state_nonlinear2} \\ \bm{y} &= \bm{g}(\bm{x},\bm{u},t)\label{ssresp_eq:output_nonlinear2} \end{align}$$ where \(\bm{f}\) and \(\bm{g}\) are vector-valued functions that depend on the system. Together, they comprise what is called a state-space model of a system.

In accordance with the definition of a state-determined system, given an initial condition \(\bm{x}(t_0)\) and input \(\bm{u}\), the state \(\bm{x}\) is determined for all \(t\ge t_0\). Determining the state response requires the solution—analytic or numerical—of the vector differential equation .

The second equation is algebraic. It expresses how the output \(\bm{y}\) can be constructed from the state \(\bm{x}\) and input \(\bm{u}\). This means we must first solve the state equation for \(\bm{x}\), then the output \(\bm{y}\) is given by .

Just because we know that, for a state-determined system, there exists a solution to , doesn’t mean we know how to find it. In general, \(\bm{f}:\mathbb{R}^n \times \mathbb{R}^r \times \mathbb{R}\rightarrow\mathbb{R}^n\) and \(\bm{g}:\mathbb{R}^n \times \mathbb{R}^r \times \mathbb{R}\rightarrow\mathbb{R}^m\) can be nonlinear functions.1 We don’t know how to solve most nonlinear state equations analytically. An additional complication can arise when, in addition to states and inputs, system parameters are themselves time-varying (note the explicit time \(t\) argument of \(\bm{f}\) and \(\bm{g}\)). Fortunately, often a linear, time-invariant (LTI) model is sufficient.

Recall that an LTI state-space model is of the form $$\begin{align} \frac{d\bm{x}}{d t} &= A \bm{x} + B \bm{u} \label{ssresp_eq:state2} \\ \bm{y} &= C \bm{x} + D \bm{u},\label{ssresp_eq:output2} \end{align}$$ where \(A\), \(B\), \(C\), and \(D\) are constant matrices containing system lumped-parameters such as mass or inductance. See for details on the derivation of such models.

In this chapter, we learn to solve for the state response and substitute the result into for the output response. First, we learn an analytic solution technique. Afterward, we learn simple software tools for numerical solution techniques.

Solving for the state-space response

Linear algebraic eigenproblem

Computing eigendecompositions

Diagonalizing basis

A vibration example with two modes

Analytic and numerical output response example in Matlab

Simulating state-space response

Problems

Online resources for Chapter 7

No online resources.


  1. Technically, since \(\bm{x}\) and \(\bm{u}\) are themselves functions, \(\bm{f}\) and \(\bm{g}\) are functionals.↩︎