Ders 1 Intro
Ders 1 Intro
Introduction
Nonlinear Systems 1
✔ In previous courses, you considered systems which are linear or linearized about
an operating point
In this course
✔ It is assumed that the students are familiar with the fundamental concepts in
control systems and linear systems
h(α1 u1 + α2 u2 ) = α1 y1 + α2 y2
is satisfied.
Example:
y = 5u → linear
y = u2 → nonlinear,
y = sin(u) → nonlinear
y = u1 u2 → nonlinear (and multi-input system u = [u1 , u2 ]⊤ )
Nonlinear Systems 7
✔ u1 , ..., up are the input variables of the system (applied to the system)
y1 = h1 (t, x1 , ..., xn , u1 , ..., up )
= h2 (t, x1 , ..., xn , u1 , ..., up )
y
2
✔ Output equations:
...
y
q = h (t, x , ..., x , u , ..., u )
n 1 n 1 p
Nonlinear Systems 8
x u y
1 1 1
. . .
✔ Defining x = .. ∈ Rn , u = .. ∈ Rp , y = .. ∈ Rq ,
xn up yq
f1 (t, x, u) h1 (t, x, u)
.. n ..
f (t, x, u) = ∈ R , h(t, x, u) = ∈ Rq
. .
fn (t, x, u) hq (t, x, u)
Special Cases
ẋ = A(t)x + B(t)u
✔ Linear time-varying (LTV) system:
y = C(t)x + D(t)u
ẋ = Ax + Bu
✔ Linear time-invariant (LTI) system:
y = Cx + Du
n
✔ Unforced state equation: ẋ = f (t, x)
➙ Does not imply that the system is without input. It could be that there is a
controller of the form u = γ(t) or u = γ(x) or u = γ(t, x) resulting in the
above form.
n
✔ Autonomous system: ẋ = f (x)
Nonlinear Systems 10
ẋ = f (x, u)
✔ Time-invariant system:
y = h(x, u)
Equilibrium Points
✔ The equilibrium points of autonomous systems in the form ẋ = f (x) are the real
solutions of
f (x) = 0.
f (t, x∗ ) = 0
Linearization
✔ Limitations of linearization
➙ Using linearization one can determine only local properties/behavior of the
system. Global beavior/properties cannot be determined.
➙ The results obtained through linearization may not always hold for the nonlinear
system.
✔ Finite escape time: The state/output of system may diverge to infinity in finite time
✔ Multiple isolated equilibrium points: In linear system the unique isolated
equilibrium point can be x∗ = 0. In nonlinear systems there may be multiple
isolated equilibrium points.
✔ Chaos: Even though there are no probabilistic components, the system can lead
to responses which appear as probablistic.
✔ Multiple modes of behavior: The same system may possess multiple different
qualitative properties simultaneously. The system may have multiple equilibria,
limit cycles and harmonic oscillations in some regions.