In this module, we are interested in the existence and uniqueness of solutions to Ordinary Differential Equations (ODE) that are defined as:
x
˙
(
t
)
=
f
(
t
,
x
(
t
)
)
.
x
˙
(
t
)
=
f
(
t
,
x
(
t
)
)
.
(1)The variable tt is a positive scalar and xx in RNRN is a vector of dimension NN. Let DD be a subset of R×RNR×RN, f:D⟶RNf:D⟶RN be a continuous function and x˙=dx/dtx˙=dx/dt.
A differential equation is generally satisfied by an infinite subset of solutions. For instance, the differential equation x˙(t)=2tx˙(t)=2t admits as a solution x(t)=t2+Cx(t)=t2+C, where CC is any constant in RR. In practice, we are interested in one specific solution, which is usually characterized by a constraint on its initial state. Finding a function that satisfies both the differential equation and the initial state condition is known as the initial value problem.
Given a point (t0,x0)∈D(t0,x0)∈D, we call solution to the initial value problem Equation 1 with initial condition (t0,x0)(t0,x0) a solution of Equation 1 on an interval II containing t0t0 satisfying x(t0)=x0x(t0)=x0, i.e.
x
˙
(
t
)
=
f
(
t
,
x
(
t
)
)
x
(
t
0
)
=
x
0
.
x
˙
(
t
)
=
f
(
t
,
x
(
t
)
)
x
(
t
0
)
=
x
0
.
(2)The solution φ(t,t0,x0)=x(t)φ(t,t0,x0)=x(t) is called the flow and the set of points (t,φ(t,t0,x0)):t∈I(t,φ(t,t0,x0)):t∈I is a trajectory.