NonLinear Lecture 1.1
NonLinear Lecture 1.1
Plane
Lecture 1.1
Paul White
Outline
• “Quotes” and preamble.
• State-space
• Phase plots
• Trajectories and phase portraits
• Equilibrium points
• Solutions of linear equations
2
Non-Linear Systems
“The study of non-linear systems is like the
study of non-elephant biology” S. Ulam
3
Models
George Box
“All models are wrong but some are useful.” (1919- 2013 )
G.E.P. Box
5
State-Space Representation
• We shall assume 2nd order equations of the form:
x1
= x = f ( x, t )
x2
• Or in terms of a coupled pair of equations
x1 = f1 ( x1 , x2 , t )
x2 = f 2 ( x1 , x2 , t )
6
Linear Time-Invariant Systems
• A second order linear time-invariant system is defined by the
equation
x1 = ax1 + bx2 + u1 ( t )
x2 = cx1 + dx2 + u2 ( t )
where a, b, c and d are fixed constants. In matrix form we
write
x1 a b x1
x = = + B u = Ax + B u
x2 c d x2
7
Higher Order ODEs
• We can express a higher order differential equation for a single
variable, as a first order vector equation (i.e. in state-space
form) using the follow standard “trick”.
• As an example consider the 2nd order (linear) ODE
x + 2ζω0 x + ω0 2 x = u ( t )
• By defining x2 = x and x1 = x then Mass, spring, damper system
x=
1 x=
2 f1 ( x1 , x2 , t )
x2= x= u ( t ) − 2ζω0 x2 − ω0 2 x1= f 2 ( x1 , x2 , t )
x1=
0 1 0
x −ω 2 x + u (t )
0 −2ζω0 1
8
Autonomous Systems
• An autonomous system is one for which there is no input.
• We shall in fact spend most of our time analysing non-linear
autonomous systems.
Short-hand notation for just
• Without an input that means that saying f1 and f2 no longer
depend on t.
f1 ( x1 , x2 , t ) = f1 ( x1 , x2 )
f 2 ( x1 , x2 , t ) = f 2 ( x1 , x2 )