system control engineering - tohoku university …koichi/system_control/l2.pdfsystem control...

39
System Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear Control Systems — Analysis and Design, Wiley Author: Horacio J. Marquez Web: http://www.ic.is.tohoku.ac.jp/~koichi/system_control/

Upload: phungmien

Post on 11-May-2018

221 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

System Control Engineering 0

Koichi Hashimoto

Graduate School of Information Sciences

Text: Nonlinear Control Systems — Analysis and Design, Wiley

Author: Horacio J. Marquez

Web: http://www.ic.is.tohoku.ac.jp/~koichi/system_control/

Page 2: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 1

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 3: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 2

• State x(t), Input u(t), Output y(t)

x(t) =

x1(t)...

xn(t)

, u(t) =

u1(t)...

up(t)

, y(t) =

y1(t)...

ym(t)

• System: A set of first-order ordinary differential equations

x(t) = f(x(t), t, u(t))

y(t) = h(x(t), t, u(t))

i.e., (hereafter, (t) may be omitted)

x1 = f1(x1, . . . , xn, t, u1, . . . , up)...

xn = fn(x1, . . . , xn, t, u1, . . . , up)

y1 = h1(x1, . . . , xn, t, u1, . . . , up)...

ym = hm(x1, . . . , xn, t, u1, . . . , up)

Page 4: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Examples of Nonlinear Systems 3

• Unforced system: Input u is identically zero, i.e., u(t) = 0

x = f(x, t,0) = f(x, t)

• Autonomous system: f(x, t) is not a function of time

x = f(x)

Autonomous systems are invariant to shifts in the time ori-

gin, i.e., changing the time variable from t to τ = t−α does

not change the right-hand side of the equation.

Page 5: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example 4

• Input: u, Output: x

• Consider a system:

mx+ d(x, x) + k(x) = u

• x1 = x, x2 = x

x1 = x2

x2 = −d(x1, x2)

m−

k(x1)

m+

1

mu

i.e., the left-hand side should be first derivative of x, the

right-hand side should not contain x.

Page 6: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example 5

mg

θ

l

• Dynamical equation:

mlθ + klθ +mg sin θ = 0

• State variables: x1 = θ, x2 = θ

x1 = x2

x2 = −g

`sinx1 −

k

mx2

Page 7: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 6

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 8: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Equilibrium Points 7

• Definition: A point x = xe is said to be an equilibrium

point of the autonomous system

x = f(x)

if it has the property that whenever the state of the system

starts at xe, it remains at xe for all future time

x(t0) = xe ⇒ x(t) ≡ xe, ∀t ≥ t0,

i.e.,

x = 0.

• Property: The equilibrium points are the real roots of the

equation f(xe) = 0.

Page 9: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Equilibrium Points 8

• Consider the following system where r is a parameter.

x = −r + x2

1. If r > 0, the system has two equilibrium points x = ±√r.

2. If r = 0, both of the equilibrium points collapse, the

equilibrium point is x = 0.

3. If r < 0, then the system has no equilibrium points.

Page 10: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

First-Order Autonomous Systems I 9

x = −r + x2 (r > 0)

When x > 0, the trajectories move to the right, and vice versa.

Thus xe = −√r is attractive, xe =

√r is repelling.

-0.6

-0.4

-0.2

0

0.2

0.4

0.6

-1 -0.5 0 0.5 1

r = 0.5

Page 11: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

First-Order Autonomous Systems II 10

x = cosx

where x = 0 are equilibrium points.

-8 -6 -4 -2 0 2 4 6 8

-3

-2

-1

0

1

2

3

Page 12: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Second-Order Autonomous Systems 11

x1 = r − x21 (r = −0.5)

x2 = −x2

-1.5 -1 -0.5 0 0.5 1 1.5-1.5

-1

-0.5

0

0.5

1

1.5

Page 13: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Second-Order Autonomous Systems 12

x1 = r − x21 (r = 0.5)

x2 = −x2

where (√r,0) is stable, (−

√r,0) is unstable.

-1.5 -1 -0.5 0 0.5 1 1.5-1.5

-1

-0.5

0

0.5

1

1.5

Page 14: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Second-Order Autonomous Systems 13

[x, y]= meshgrid(-1.5:0.1:1.5, -1.5:0.1:1.5);

global r;

r = 0.5;

px=r-x.*x;

py=-y;

quiver(x,y,px,py,1.5);

[t,xx]=ode45(@func_bifur,[0 1.5],[0;1]);

plot(xx(:,1),xx(:,2),’go-’);

-----

function dx = func_bifur(t, x)

global r;

dx = [r-x(1)*x(1); -x(2)];

end

Page 15: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Pendulum 14

mg

θ

l

• Dynamical equation:

mlθ + klθ +mg sin θ = 0

• State variables: x1 = θ, x2 = θ

x1 = x2

x2 = −g

lsinx1 −

k

mx2

• Equilibrium points

0 = x2

0 = −g

lsinx1 −

k

mx2

(x1, x2) = (nπ,0), n = 0,±1, . . .

Page 16: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 15

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 17: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Second-Order Systems: Phase-Plane 16

• Consider the system

x1 = f1(x1, x2)

x2 = f2(x1, x2)

• The solution of the differential equation with an initial con-

dition x0 = [x10, x20] is called a trajectory from x0.

• The trajectory in x1–x2 plane is called phase-plane.

• f(x) in

x =

[x1x2

]=

[f1(x1, x2)f2(x1, x2)

]= f(x)

is called a vector field.

Page 18: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Vector Field Diagram 17

• To each point x∗ in the plane we can assign a vector with

amplitude and direction of f(x∗).• For easy visualization we can represent f(x) as a vector

based at x, i.e., we assign to x the directed line segment

from x to x+ f(x).

• Repeating this operation at every point in the plane, we

obtain a vector field diagram.

Page 19: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 18

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 20: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Vector Field Diagram 19

x1 = x2

x2 = −x21 − x2

-5 0 5

-4

-3

-2

-1

0

1

2

3

4

(0 ≤ t ≤ 3)

Page 21: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Vector Field Diagram of Pendulum 20

x1 = x2 (g = 10, l = 1)

x2 = −g

lsinx1 (0 ≤ t ≤ 5)

-6 -4 -2 0 2 4 6-10

-8

-6

-4

-2

0

2

4

6

8

10

(π/4,0), (π/2,0), (3π/4,0), (−π − ε,0.04), (π + ε,−0.04)

Page 22: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Pendulum with Friction 21

x1 = x2 (g = 10, l = 1, k = 0.5,m = 1)

x2 = −g

lsinx1 −

k

mx2 (0 ≤ t ≤ 5)

-6 -4 -2 0 2 4 6-10

-8

-6

-4

-2

0

2

4

6

8

10

(π/4,0), (π/2,0), (3π/4,0), (−π − ε,0.04), (π + ε,−0.04)

Page 23: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 22

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 24: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Limit Cycles 23

• Oscillations: Characteristics of higher-order nonlinear sys-

tems

• A system oscillates when it has a nontrivial periodic solution

(not the one found in LTI imaginary case).

∃t0 > 0, ∀t ≥ t0, x(t+ T ) = x(t)

• Stable, self-excited oscillations: limit cycles.

Page 25: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 24

• Consider the following system:

y − µ(1− y2)y + y = 0 µ > 0

• Define x1 = y, and x2 = y

x1 = x2

x2 = −x1 + µ(1− x21)x2

• Note that if µ = 0, the resulting system is[x1x2

]=

[0 1−1 0

] [x1x2

]which is LTI and has circular trajectories.

Page 26: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 25

x1 = x2 (0 ≤ t ≤ 8)

x2 = −x1 + µ(1− x21)x2 (µ = 1)

-5 0 5-5

-4

-3

-2

-1

0

1

2

3

4

5

Page 27: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 26

-5 0 5-4

-3

-2

-1

0

1

2

3

4

µ = 1, (-3,3), (-1,3), (3,3), (3,-3), (-3,3)

Page 28: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 27

-5 0 5

-4

-3

-2

-1

0

1

2

3

4

µ = 0.1, (-3,3), (-1,3), (3,3), (3,-3), (-3,3)

Page 29: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 28

-6 -4 -2 0 2 4 6-4

-3

-2

-1

0

1

2

3

4

5

µ = 2, (-3,3), (-1,3), (3,3), (3,-3), (-3,3)

Page 30: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 29

[x, y]= meshgrid(-4:0.4:4, -4:0.4:4);

global mu; mu=1;

px=y;

py=-x+mu*(1-x.*x).*y;

quiver(x,y,px,py,3);

[t,xx]=ode45(@vdp,[0 8],[-1;3]);

plot(xx(:,1),xx(:,2),’go-’);

-----

function dx=vdp(t,x)

global mu;

dx=[x(2); -x(1)+mu*(1-x(1)*x(1))*x(2)];

end

Page 31: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Van der Pol Limit Cycle 30

• There is only one isolated orbit (Limit Cycle).• All trajectories converge to this trajectory as t → ∞, i.e., it

is a stable limit cycle.

-5 0 5-4

-3

-2

-1

0

1

2

3

4

µ = 1, (0.1,0.0), (2,-2)

Page 32: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Van der Pol Limit Cycle (Unstable) 31

-6 -4 -2 0 2 4 6

-5

-4

-3

-2

-1

0

1

2

3

4

5

µ = −0.1, (0.3,0.0), (2,-2)

Page 33: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 32

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 34: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Higer-Order Systems 33

• Chaos: Consider the following system of nonlinear equa-

tions (Ed Lorenz, 1963)

x = σ(y − x)

y = rx− y − xz

z = xy − bz

where σ, r, b > 0.

Page 35: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Lorenz Attractor 34

Page 36: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 35

r = 2;

c = 2;

[t,xyz] = ode45(’lorenz’,[0,30],[5;3;1]);

x = xyz(:,1); xmin = min(x); xmax = max(x);

y = xyz(:,2); ymin = min(y); ymax = max(y);

z = xyz(:,3); zmin = min(z); zmax = max(z);

plot3(x(1:i),y(1:i),z(1:i),...

x(1),y(1),z(1),’or’,...

x(i),y(i),z(i),’ob’);

axis([xmin xmax ymin ymax zmin zmax]);

xlabel(’x’); ylabel(’y’); zlabel(’z’);

Page 37: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Example of Limit Cycles (Van der Pol) 36

function xyz = lorenz(t,y)

s = 10; b = 8/3; r = 28;

xyz = [ -s .* y(1) + s .* y(2)

r .* y(1) - y(2) - y(1) .* y(3)

y(1) .* y(2) - b .* y(3) ];

end

Page 38: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Nonlinear Systems 37

• Nonlinear systems expression

– Unforced, Autonomous, Example

• Equilibrium points

– Examples – first order, second order

• Phase-plane analysis

– Vector field diagram

– Examples

– Limit cycle – Van der Pol oscillator, MATLAB

– Lorenz attractor – MATLAB

• Exercises

Page 39: System Control Engineering - Tohoku University …koichi/system_control/l2.pdfSystem Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear

Exercises 38

• For each of the following systems, (i) find the equilibrium

points, (ii) plot the phase portrait, and (iii) classify each

equilibrium point as stable or unstable.

(a)

{x1 = x1 − x31 + x2x2 = −x2

(b)

{x1 = −x2 +2x1(x

21 + x22)

x2 = x1 +2x2(x21 + x22)

(c)

{x1 = cosx2x2 = sinx1

• Find a nonlinear system in your research field and derive a

state equation (a set of nonlinear first-order ordinary dif-

ferential equations):

x = f(x, t, u), y = h(x)