44 Equilibrium and transient
Many of the natural and constructed objects and systems that we encounter—buildings, bridges, airplanes, the orbits of satellites, heating systems, birds in flight, and so on—are more fully understood if seen as dynamical systems. That may seem strange; a building does not move (we hope!), an airplane stays in steady flight, the seasons have been steady in their progression for as long as records have been kept. And yet … a building might be shaken and even destroyed by an earthquake, airplanes require pilots and control systems for steady flight. Even satellites in far Earth orbit can drift from their desired positions and attitudes and require control corrections.
A system is said to be in steady state when it stays put, unchanging. Another term often used to express such constancy is equilibrium which occurs when the various forces or processes acting on the system balance out. In the language of dynamical systems, the equilibrium state of a system is called a fixed point. Mathematically, this is a coordinate in the state space where all the right-hand sides of the differential equations equal zero. For a two-dimensional system with dynamics
An important vocabulary word in dynamics is transient. In everyday speech, this means something like “just passing through.” it is the same in dynamics: that part of the trajectory which precedes stable, fixed behavior such as at a fixed point. Transients occur whenever a dynamical system has an initial state not on a stable, fixed state. They are also common in systems that are disrupted by some external force, for example in the recovery of an electrical power distribution grid after a disturbance such as an ice storm. After a sharp bang, the ringing in your ears is a transient. When you stand up too suddenly, the “stars” you see are a transient due to diminished blood flow. Turn on an oven? The transient is the warming up until the oven reaches the temperature setting.
Although transients are … Well, transient, they can be very important. Key to the Wright Brothers success was their recognition that air turbulence elicits transients in attitude and that aircraft need control systems that can work fast enough for the craft to survive the transient. If you have driven a car with a broken suspension, you will know that it can be hard to control after the transient caused by hitting a bump in the road.
Small disturbances often elicit transients that decay away exponentially. Such transients, like all exponentially decaying processes, can be characterized by a half life: the time it takes the transient to shrink to half its original value. (Not all transients decay exponentially, but that is a story for another course.)
In this chapter, we will study the quantitative response to dynamical systems with a fixed point when the state is perturbed by some outside force. Our focus will be on linear or linearized dynamical functions, which are generally an excellent description of dynamics near a fixed point.
44.1 One state variable
Linear systems with one state variable have simple dynamics:
The solution is also simple:
44.2 Two state variables
If the state variables
Exponentials are an important form of ansatz for linear differential equations. To show why, let’s review the solution to
What about
We will try the same approach with the two-state variable system, but we will start with a special case where some of the parameters
In the spirit of exponential ansatze, we might try
But this is unnecessary complexity. To see why plug the ansatze in to the first differential equation to get
If
_{t } y = c, x $$ Substitute in the value for
Plug in the usual ansatz,
The
Since everything about the differential equation is linear, any linear combination of the two possibilities will also satisfy the equation. So we can conclude that
Since
What are
= .$$ From Block 5, we know how to solve such matrix equations. So, given the initial values
Figure 44.1 shows the flow field, some trajectories and their time series for the system
Each of these trajectories starts out by heading toward the fixed point at (0,0). Then, each turns and heads away toward
Each of the time series is similar, first showing exponential decay toward 0 then exponential growth toward
The initial conditions for the black and
The initial condition for the black trajectory is
By plugging in the parameters
<- cbind(rbind(1.4142, 1), rbind(-1.4142,1))
M = rbind(-1, 0.72)
b_black = rbind(-1, 0.70)
b_magenta qr.solve(M, b_black)
## [,1]
## [1,] 0.006443219
## [2,] 0.713556781
qr.solve(M, b_magenta)
## [,1]
## [1,] -0.003556781
## [2,] 0.703556781
The two trajectories are therefore
For both trajectories, the initial amplitude of the decaying exponential is much larger than for the growing exponential. That is why the time series decay toward zero initially. As
The method we used to solve the simplified problem also works for the original problem
Step 1: Differentiate with respect to
Step 2: Use the second equation to substitute for
Step 3: One more substitution. From the original top equation, we know
Step 4: Use the ansatz
Again, the
44.3 Exercises
Exercise 44.03
We have seen that the solution
can be written as a linear combination of two exponentials:
Let’s call the two components of this linear combination the “A-part” and the “B-part.”
In each of the following, you are given two specific numerical values for
Part A For
A-part B-part both parts neither part
Part B For
A-part B-part both parts neither part
Part C For
A-part B-part both parts neither part
In answering the next two questions, keep in mind that for large
Part D For
A-part B-part both parts neither part
Part E For $_1 = -0.1 $ and
A-part B-part both parts neither part
Exercise 44.05
The linear dynamical system in two variables is
The matrix abcd can be turned into two values,
Exercise 44.07
For the two-state variable linear dynamical system
the solution can be written as a linear combination of exponentials
For each of the following systems and initial conditions, find the coefficients
with and . with and . with and . with and . with and .
Exercise 44.09
For the linear dynamical system in two state variables
the two values of
Show that the sum
.Show that the square of the difference
.
These two facts provide the path to finding a set of values
Find an appropriate set
to give and .Find an appropriate set
to give and .Find an appropriate set
to give and .