1.1 Basic Concepts and Geometric Approach

Phase Space

The set of all x=(x1,x2,,xn)ΩRn possible states of a system, Ω, is the phase space

Example: x(t) is the amount of population, the phase space Ω=[0,+]

These processes are usually deterministic, finite dimensional, and differentiable

Vector Field

Vector Fields is an assignment of a vector F(t,x)=(f1(t,x),,fn(t,x))Rn for each tIR and xΩRn

The vector x is a state and the vector fields generate the dynamic

First-Order ODE

x˙(t)=F(t,x(t))x1˙=f1(t,x1(t),x2(t),,xn(t));x˙n=fn(t,x1(t),x2(t),,xn(t))

Flow

Let x0ΩRn be the initial state and IR be an open interval containing 0.
Assume that x(t),tI solves the dynamical system (1.2) with initial condition x(0)=x0.
We call the map:

ϕ:I×ΩΩ,(t,x0) ϕ x(t)

the flow of the system, denoted as ϕt(x0).
Where ϕt(x0)=x(t) but it's dependant on the initial state.

Semigroup Property

For all s1,s2R and for all xU, the following hold:

  1. ϕ0(x)=x;

  2. ϕs2(ϕs1(x))=ϕs1(ϕs2(x))=ϕs1+s2(x),
    as long as the flow is well-defined for s1,s2.

Autonomous System

Consider the dynamical system x˙(t)=F(t,x(t)).
If F does not depend on t explicitly, then the system is called autonomous, otherwise the system is non-autonomous.

More precisely, an autonomous system is of the following form:

x˙1(t)=f1(x1(t),x2(t),,xn(t));x˙2(t)=f2(x1(t),x2(t),,xn(t));x˙3(t)=f3(x1(t),x2(t),,xn(t)); x˙n(t)=fn(x1(t),x2(t),,xn(t)).

Second Order

If we have x¨(t)=F(t,x(t),x˙(t)) then we can add an addition variable y=x˙

x˙=y,y˙=F(t,x(t),y(t))