• No results found

Dynamical Systems

N/A
N/A
Protected

Academic year: 2022

Share "Dynamical Systems"

Copied!
35
0
0

Loading.... (view fulltext now)

Full text

(1)

A. Trivedi – 1 of 24

CS620, IIT BOMBAY

An Introduction to Hybrid Systems Modeling

Ashutosh Trivedi

Department of Computer Science and Engineering, IIT Bombay

CS620: New Trends in IT: Modeling and Verification of Cyber-Physical Systems (2 August 2013)

(2)

Dynamical Systems

Dynamical System: A system whosestateevolves withtimegoverned by a fixed set ofrulesordynamics.

– state: valuation to variables (discrete or continuous) of the system – time: discrete or continuous

– dynamics: discrete, continuous, or hybrid

Discrete System Continuous System Hybrid Systems.

(3)

A. Trivedi – 2 of 24

Dynamical Systems

Dynamical System: A system whosestateevolves withtimegoverned by a fixed set ofrulesordynamics.

– state: valuation to variables (discrete or continuous) of the system – time: discrete or continuous

– dynamics: discrete, continuous, or hybrid

Discrete System Continuous System Hybrid Systems.

(4)

Discrete Dynamical Systems

Continuous Dynamical Systems

Hybrid Dynamical Systems

(5)

A. Trivedi – 4 of 24

Abstract Model for Dynamical Systems

Definition (State Transition Systems)

A state transition system is a tupleT = (S, S0,Σ,∆)where:

– S is a (potentially infinite) set ofstates;

– S0⊆S is the set ofinitial states;

– Σis a (potentially infinite) set ofactions; and – ∆⊆S×Σ×S is thetransition relation;

count, 0

start count, 1 count,2 count,3

pause, 0 pause, 1 pause,2 pause,3

tick pause

start tick

tick pause

start tick

tick pause

start tick

tick

pause start tick

(6)

Abstract Model for Dynamical Systems

Definition (State Transition Systems)

A state transition system is a tupleT = (S, S0,Σ,∆)where:

– S is a (potentially infinite) set ofstates;

– S0⊆S is the set ofinitial states;

– Σis a (potentially infinite) set ofactions; and – ∆⊆S×Σ×S is thetransition relation;

count,0

start count, 1 count, 2 count,3

pause, 0 pause, 1 pause, 2 pause,3

tick pause

start tick

tick pause

start tick

tick pause

start tick

tick

pause start tick

(7)

A. Trivedi – 5 of 24

State Transition Systems

Definition (State Transition Systems)

A state transition system is a tupleT = (S, S0,Σ,∆)where:

– S is a (potentially infinite) set ofstates;

– S0⊆S is the set ofinitial states;

– Σis a (potentially infinite) set ofactions; and – ∆⊆S×Σ×S is thetransition relation;

– Finite and countable state transition systems – Afinite runis a sequence

hs0, a1, s1, s2, s2, . . . , sni

such thats0∈S0and for all0≤i < nwe have that(si, ai+1, si+1)∈∆.

– ReachabilityandSafe-Schedulabilityproblems

We need efficient computer-readable representations of infinite systems!

(8)

State Transition Systems

Definition (State Transition Systems)

A state transition system is a tupleT = (S, S0,Σ,∆)where:

– S is a (potentially infinite) set ofstates;

– S0⊆S is the set ofinitial states;

– Σis a (potentially infinite) set ofactions; and – ∆⊆S×Σ×S is thetransition relation;

– Finite and countable state transition systems – Afinite runis a sequence

hs0, a1, s1, s2, s2, . . . , sni

such thats0∈S0and for all0≤i < nwe have that(si, ai+1, si+1)∈∆.

– ReachabilityandSafe-Schedulabilityproblems

We need efficient computer-readable representations of infinite systems!

(9)

A. Trivedi – 6 of 24

Extended Finite State Machines

– LetX be the set of variables(real-valued) of the system – let|X|=N.

– Avaluationν ofX is a function ν:X →R.

– We consider a valuation as a point inRN equipped withEuclidean Norm.

– Apredicateis defined simply as a subset ofRN represented (non-linear) algebraic equations involvingX.

– Non-linear predicates, e.g. x+ 9.8 sin(z) = 0 – Polyhedral predicates:

a1x1+a2x2+· · ·+anxn∼k

whereaiR,xi∈X, and∼={<,≤,=,≥, >}.

– Octagonal predicates

xi−xj∼korxi∼k wherexi, xj∈X, and∼={<,≤,=,≥, >}.

– Rectangular predicates

xi∼k wherexi∈X, and∼={<,≤,=,≥, >}.

– Singular Predicatesxi=c.

(10)

Extended Finite State Machines

count

start >, pause,x0=x pause

x<3, tick,x0=x+ 1

x=3, tick,x0=0

>, start,x0=x >, tick,x0=x

Extended Finite State Machines (EFSMs):

– Finite state-transition systems coupled with afinite set of variables – The valuation remains unchanged while system stays in a mode (state) – The valuation changes during a transition when itjumpsto the valuation

governed by a predicate overX∪X0 specified in the transition relation.

– Transitions areguarded by predicates overX – Mode invariants

– Initial stateandvaluation

(11)

A. Trivedi – 8 of 24

Extended Finite State Machines

count

start >, pause,x0=x pause

x<3, tick,x0=x+ 1

x=3, tick,x0=0

>, start,x0=x >, tick,x0=x

Definition (EFSM: Syntax)

Anextended finite state machineis a tupleM= (M, M0,Σ, X,∆, I, V0)such that:

– M is a finite set of controlmodesincluding a distinguished initial set of control modesM0⊆M,

– Σis a finite set ofactions,

– X is a finite set of real-valuedvariable,

– ∆⊆M ×pred(X)×Σ×pred(X∪X0)×M is thetransition relation, – I:M →pred(X)is the mode-invariant function, and

– V0∈pred(X)is the set of initial valuations.

(12)

EFSM: Semantics

count

start >, pause,x0=x pause

x<3, tick,x0=x+ 1

x=3, tick,x0=0

>, start,x0=x >, tick,x0=x

count,0

start count, 1 count, 2 count,3

pause, 0 pause, 1 pause, 2 pause,3

tick pause

start tick

tick pause

start tick

tick pause

start tick

tick

pause start tick

(13)

A. Trivedi – 10 of 24

EFSM: Semantics

Thesemantics of an EFSMM= (M, M0,Σ, X,∆, I, V0)is given as astate transition graphTM= (SM, S0MM,∆M)where

– SM⊆(M ×R|X|)is the set ofconfigurations ofMsuch that for all (m, ν)∈SM we have thatν ∈JI(m)K;

– S0M⊆SMis the set ofinitial configurationssuch that(m, ν)∈SM if m∈M0andν∈V0;

– ΣM= Σis the set oflabels;

– ∆M⊆SM×ΣM×SM is the set oftransitionssuch that ((m, ν), a,(m0, ν0))∈∆M if there exists a transition δ= (m, g, a, j, m0)∈∆such that

– current valuation satisfies the guardν∈JgK;

– current and next valuations satisfy the jump constraint(ν, ν0)∈JjK; and – next valuation satisfies the invariant of the target modeν0∈JI(m0)K.

(14)

Discrete Dynamical Systems

Continuous Dynamical Systems

Hybrid Dynamical Systems

(15)

A. Trivedi – 12 of 24

Continuous Dynamical Systems

– Afiniteset ofcontinuous variables,

– a set ofordinary differential equations(ODE) characterizing theflowof these variables as a function of time

– F: ˙X→pred(X)wherex˙ is thefirst derivativeofx.

– Higher-order derivativescan be written using first derivatives by introducing auxiliary variables, e.g. writeθ¨+ (g/`) sin(θ) = 0can be written as

θ˙=yandy˙=−(g/`) sin(θ).

– aninitial valuationto the variables.

Definition (Continuous Dynamical System)

Acontinuous dynamical systemis a tupleM= (X, F, ν0)such that – X is a finiteset of real-valuedvariable,

– F : ˙X →pred(X)is the flow function, and – ν0R|X|is the initial valuation.

(16)

Continuous Dynamical Systems

– Afiniteset ofcontinuous variables,

– a set ofordinary differential equations(ODE) characterizing theflowof these variables as a function of time

– F: ˙X→pred(X)wherex˙ is thefirst derivativeofx.

– Higher-order derivativescan be written using first derivatives by introducing auxiliary variables, e.g. writeθ¨+ (g/`) sin(θ) = 0can be written as

θ˙=yandy˙=−(g/`) sin(θ).

– aninitial valuationto the variables.

Definition (Continuous Dynamical System)

Acontinuous dynamical systemis a tupleM= (X, F, ν0)such that – X is a finiteset of real-valuedvariable,

– F : ˙X →pred(X)is the flow function, and – ν0R|X|is the initial valuation.

(17)

A. Trivedi – 13 of 24

Continuous Dynamical Systems

Definition (Continuous Dynamical System)

Acontinuous dynamical systemis a tupleM= (X, F, ν0)such that – X is a finiteset of real-valuedvariable,

– F : ˙X →pred(X)is the flow function, and – ν0R|X|is the initial valuation.

– Arunor a trajectoryofM= (X, F, ν0)is given as a solution to the differential equationsX˙ =F(X)with initial valuationν0.

– Let a differentiable functionf :R≥0→R|X|be a solution toX˙ =F(X) that provides the valuations of the variables as a function of time:

f(0) = ν0

f˙(t) = F(f(t))for everyt∈R≥0, wheref˙:R≥0→R|X|is the time derivative of the functionf. – a run of a continuous dynamical systemmay not exist or may not be

unique!

(18)

Existence and Uniqueness

Definition (Lipschitz-continuous Function)

We say that a functionF :RnRn is Lipschitz-continuous if there exists a constantK>0, called the Lipschitz constant, such that for allx, y∈Rn we have thatkF(x)−F(y)k< Kkx−yk.

Theorem (Picard-Lindel¨ of Theorem)

If a functionF:R|X|R|X|is Lipschitz-continuous then the differential equationX˙=F(X)with initial valuationν0∈R|X| has a unique solution f :R≥0→R|X|for allν0∈R|X|.

Theorem (Stability wrt initial valuation)

LetF be a Lipschitz-continuous function with constantK>0and let f:R≥0→R|X| andf0:R≥0→R|X|be solutions to the differential equation X=F˙ (X)with initial valuationν0∈R|X|andν00∈R|X|, respectively. Then, for allt∈R≥0 we have thatkf(t)−f0(t)k ≤ kν−ν0keKt.

(19)

A. Trivedi – 14 of 24

Existence and Uniqueness

Definition (Lipschitz-continuous Function)

We say that a functionF :RnRn is Lipschitz-continuous if there exists a constantK>0, called the Lipschitz constant, such that for allx, y∈Rn we have thatkF(x)−F(y)k< Kkx−yk.

Theorem (Picard-Lindel¨ of Theorem)

If a functionF:R|X|R|X|is Lipschitz-continuous then the differential equationX˙=F(X)with initial valuationν0∈R|X|has a unique solution f :R≥0→R|X|for allν0∈R|X|.

Theorem (Stability wrt initial valuation)

LetF be a Lipschitz-continuous function with constantK>0and let f:R≥0→R|X| andf0:R≥0→R|X|be solutions to the differential equation X=F˙ (X)with initial valuationν0∈R|X|andν00∈R|X|, respectively. Then, for allt∈R≥0 we have thatkf(t)−f0(t)k ≤ kν−ν0keKt.

(20)

Existence and Uniqueness

Definition (Lipschitz-continuous Function)

We say that a functionF :RnRn is Lipschitz-continuous if there exists a constantK>0, called the Lipschitz constant, such that for allx, y∈Rn we have thatkF(x)−F(y)k< Kkx−yk.

Theorem (Picard-Lindel¨ of Theorem)

If a functionF:R|X|R|X|is Lipschitz-continuous then the differential equationX˙=F(X)with initial valuationν0∈R|X|has a unique solution f :R≥0→R|X|for allν0∈R|X|.

Theorem (Stability wrt initial valuation)

LetF be a Lipschitz-continuous function with constantK>0and let f:R≥0→R|X|andf0:R≥0→R|X|be solutions to the differential equation X=F˙ (X)with initial valuationν0∈R|X|andν00∈R|X|, respectively. Then, for allt∈R≥0 we have thatkf(t)−f0(t)k ≤ kν−ν0keKt.

(21)

A. Trivedi – 15 of 24

Example: Simple Pendulum

θ

mg m`2θ¨

`

– Variablesyandθ

– flow equations: m`2θ¨=−mg`sin(θ), or θ˙ = y,

˙

y = −(g/`) sin(θ), – initial valuations(θ, y) = (θ0,0).

(22)

Simple Pendulum

– To analytically solve these equations, assume that initial angular displacementθ is small.

– hencesin(θ)≈θ.

– Now the equations simplify to

θ˙=y andy˙=−(g/`)θ.

– The solution for these differential equations is θ(t) = Acos(Kt) +Bsin(Kt) y(t) = −AKsin(Kt) +BKcos(Kt),

whereK=p g/`.

– Substitutingθ(0) =θ0 andy(0) = 0 from the initial valuation, we get thatA=θ0andB= 0.

– The unique run of the pendulum system can be given as the function f :R≥0→ {θ, y} as

t7→(θ0cos(Kt),−θ0Ksin(Kt)).

(23)

A. Trivedi – 17 of 24

Pendulum Motion

0 2 4 6 8 10

−10 0 10

t(in seconds)7→

θ(indegrees)andy(indegrees/second)7→

θ0cos((p g/`)t)

−θ0

pg/`sin((p g/`)t)

(b)

(24)

Discrete Dynamical Systems

Continuous Dynamical Systems

Hybrid Dynamical Systems

(25)

A. Trivedi – 19 of 24

Another example: Bouncing Ball

Bouncing Ball

– Consider abouncing ball systemdropped from height`and velocity0.

– Is it a continuous system?

– variables of interest: height of the ballx1and velocity of the ball x2 – flow function:

˙

x1=x2 andx˙2=−g – What happens at impact?

– x01=x1andx02=−cx2where cisRestituition coefficient.

˙ x1=x2,

˙ x2=−g m start

x10 x1=0∧x2≤0,

impact x01=x1x02=−cx2

(26)

Another example: Bouncing Ball

Bouncing Ball

– Consider abouncing ball systemdropped from height`and velocity0.

– Is it a continuous system?

– variables of interest: height of the ballx1and velocity of the ball x2 – flow function:

˙

x1=x2 andx˙2=−g – What happens at impact?

– x01=x1andx02=−cx2where cisRestituition coefficient.

˙ x1=x2,

˙ x2=−g m start

x10 x1=0∧x2≤0,

impact x01=x1x02=−cx2

(27)

A. Trivedi – 19 of 24

Another example: Bouncing Ball

Bouncing Ball

– Consider abouncing ball systemdropped from height`and velocity0.

– Is it a continuous system?

– variables of interest: height of the ballx1and velocity of the ball x2 – flow function:

˙

x1=x2 andx˙2=−g – What happens at impact?

– x01=x1andx02=−cx2where cisRestituition coefficient.

˙ x1=x2,

˙ x2=−g m start

x10 x1=0∧x2≤0,

impact x01=x1x02=−cx2

(28)

Another example: Bouncing Ball

Bouncing Ball

– Consider abouncing ball systemdropped from height`and velocity0.

– Is it a continuous system?

– variables of interest: height of the ballx1and velocity of the ball x2 – flow function:

˙

x1=x2 andx˙2=−g – What happens at impact?

– x01=x1 andx02=−cx2where cisRestituition coefficient.

˙ x1=x2,

˙ x2=−g m start

x10 x1=0∧x2≤0,

impact x01=x1x02=−cx2

(29)

A. Trivedi – 19 of 24

Another example: Bouncing Ball

Bouncing Ball

– Consider abouncing ball systemdropped from height`and velocity0.

– Is it a continuous system?

– variables of interest: height of the ballx1and velocity of the ball x2 – flow function:

˙

x1=x2 andx˙2=−g – What happens at impact?

– x01=x1 andx02=−cx2where cisRestituition coefficient.

˙ x1=x2,

˙ x2=−g m start

x10 x1=0∧x2≤0,

impact x01=x1x02=−cx2

(30)

Discrete, Continuous, and Hybrid Systems

0 1 2 3 4 5

1 2 3 4

t

X

Discrete System

0 2 4 6 8 10

−1

−0.5 0 0.5 1

t

X

Continuous System

0 2 4 6 8 10

−1 0 1 2 3

t

X

Hybrid System

(31)

A. Trivedi – 21 of 24

Hybrid Automata: Syntax

Some examples:

– Two leaking-water tanks systems – Water-level monitor with delayed switch – A leaking gas-burner

– Green scheduling with lower dwell-time requirements – Light-bulb with three modes- dim, bright, and off.

– Job-shop scheduling problem

(32)

Login Protocol

start

start valid

delay error conn

user name,x:=0 restart, x >60

restart, x≥10

x:=0

pw fail,

x <60 pw match, x <60

(33)

A. Trivedi – 23 of 24

Hybrid Automata: Syntax

Definition (HA: Syntax)

A hybrid automaton is a tupleH= (M, M0,Σ, X,∆, I, F, V0)where:

– M is a finite set of controlmodesincluding a distinguished initial set of control modesM0⊆M,

– Σis a finite set ofactions,

– X is a finite set of real-valuedvariable,

– ∆⊆M ×pred(X)×Σ×pred(X∪X0)×M is thetransition relation, – I:M →pred(X)is the mode-invariant function,

– F :M →( ˙X →pred(X))is the mode-dependent flow function, and – V0∈pred(X)is the set of initial valuations.

– Aconfiguration(m, ν)and atimed action(t, a) – Atransition((m, ν),(t, a),(m0, ν0)

– solve flow ODE of modemwithνas the starting stateν⊕F(m)t. – invariant, guard, and jump conditions.

– Arunorexecutionis a sequence of transitions

(m0, ν0),(t1, a1),(m1, ν1),(t2, a2). . .

(34)

Hybrid Automata: Syntax

Definition (HA: Syntax)

A hybrid automaton is a tupleH= (M, M0,Σ, X,∆, I, F, V0)where:

– M is a finite set of controlmodesincluding a distinguished initial set of control modesM0⊆M,

– Σis a finite set ofactions,

– X is a finite set of real-valuedvariable,

– ∆⊆M ×pred(X)×Σ×pred(X∪X0)×M is thetransition relation, – I:M →pred(X)is the mode-invariant function,

– F :M →( ˙X →pred(X))is the mode-dependent flow function, and – V0∈pred(X)is the set of initial valuations.

– Aconfiguration(m, ν)and atimed action(t, a) – Atransition((m, ν),(t, a),(m0, ν0)

– solve flow ODE of modemwithνas the starting stateν⊕F(m)t.

– invariant, guard, and jump conditions.

– Arunorexecutionis a sequence of transitions

(m0, ν0),(t1, a1),(m1, ν1),(t2, a2). . .

(35)

A. Trivedi – 24 of 24

Hybrid Automata: Semantics

Definition (HA: Semantics)

The semantics of a HAH= (M, M0,Σ, X,∆, I, F, V0)is given as a state transition graphTH= (SH, S0HH,∆H)where

– SH⊆(M×R|X|)is the set of configurations ofHsuch that for all (m, ν)∈SH we have thatν ∈JI(m)K;

– S0H⊆SH s.t. (m, ν)∈S0H ifm∈M0andν ∈V0; – ΣH=R≥0×Σis the set of labels;

– ∆H⊆SH×ΣH×SH is the set of transitions such that ((m, ν),(t, a),(m0, ν0))∈∆H if there exists a transition δ= (m, g, a, j, m0)∈∆such that

– (ν⊕F(m)t)∈JgK;

– (ν⊕F(m)τ)∈JI(m)Kfor allτ∈[0, t];

– ν0∈(ν⊕F(m)t)[j]; and – ν0∈JI(m0)K.

References

Related documents

Hospitals, Veterinary Hospitals and all related medical establishments, including their manufacturing and distribution units, both in public and private sector, such as

In spite of their significant role of agriculture in India, women lack recognition as farmers, and face structural barriers related to land ownership, access to resources and

A total of 686 structures comprising check dams, percolation tanks, ponds, water storage tanks, and reservoirs were mapped across the district (See table below) with an indication

The PRI will assist signatories seeking to shape outcomes in line with the SDGs, including supporting investors to focus on key issues that have systemic implications for market

overview of top five and bottom five interventions for reducing 22 irrigation or water applied, reducing evapotranspiration (et), increasing crop yield or water

Lori Armstrong, Global Water Resource Industry manager at Environmental Systems Research Institute, Inc. “We have a perception problem

The present study reveals that global climate change may severely impact the regional water resources systems with decrease in water availability, river water

[5] and [6] considered homogeneous orthotropic composite plates, the laminations of which were assumed to be symmetrical about the mid-plane He investigated the effects