Try   HackMD

Lecture 8: Intro to ODE


tags: 224a

First order Linear ODE

We begin by proving a basic existence and uniqueness result for first order initial value problems, which will serve as the foundation of such results for second and higher order problems. The notation

Ck[a,b] will denote
k
times continuously differentiable functions on
[a,b]
(this means they must be defined in a neighborhood of the endpoints), whose co-domain will be apparent from the context.

Theorem. For a finite closed interval

[a,b], the IVP:
u′(x)=A(x)u(x)+b(x),

u(x0)=u0∈Rd,

where
u∈C1[a,b]
and
A,b∈C[a,b]
are real vector/matrix/vector valued, has a unique solution
u
.

Proof. Observe that by the fundamental theorem of calculus, a

C1 function
u
satisfies the equation iff it satisfies the integral equation
u(x)=u0+∫x0x(A(s)u(s)+b(s))ds.

Define the operator
T:C[a,b]→C[a,b]
by
Tϕ=u0+∫x0x(A(s)ϕ(s)+b(s))ds.

The fact that
TÏ•
is a continuous function follows from continuity of the integrand on
[a,b]
. Consider
C[a,b]
to be a metric space with the sup norm
|f−g|=sup[a,b]|f(x)−g(x)|.

Our goal is to show that

T has a unique fixed point, which will be a solution to our ODE. We will appeal to the Banach fixed point theorem: if
(M,d)
is a metric space and
T:M→M
satisfies
d(T(a),T(b))≤αd(a,b)
for all
a,b
for some
α<1
, then
T
has a unique fixed point.

T itself is not a contraction, but it turns out a high enough power of it is. This method is called Picard iteration.

Claim. There exists

n such that
|Tnf−Tng|≤.9|f−g|
for every
f,g∈C[a,b]
.
Proof. To be completed.

Higher order ODE

A general

nth order ODE:
∑j=0naj(x)u(j)(x)=b(x)

with
an(x)≠0
can be written as a system of first order ODE in
n
functions constrained by the
n−1
equations:
u0=u,u1=u0′,…,uk=uk−1′=u(k),…,un−1=un−2′.
This allows one to write the ODE linearly as
an(x)un−1′+′∑j=0n−1aj(x)uj(x)=b(x).


Viewing the variables as a single vector valued function
u^:[a,b]→Rn
and dividing by
an(x)
the above system is of the form
u^′(x)=A(x)u^(x)+b(x)en,

and there is a bijection between solutions of this equation and solutions of the nth order ODE (the matrix
A(x)
is just the https://en.wikipedia.org/wiki/Companion_matrix). Thus, by the theorem in the previous section it must also have a unique solution given initial data
u(x0)=u0,…,u(n−1)(x0)=un−1.

Dimension of The Solution Space

Let

L=∑j=0najdj/dxj be an nth order differential operator. For the homogeneous problem
Lu=0
, the set of solutions is a subspace of
Cn[a,b]
. For any point
x0∈[a,b]
, consider the linear map
Ex0(u)=[u(x0),u′(x0),…,u(n−1)(x0)]T

into
Rn
. By existence and uniqueness of solutions to the IVP at
x0
, this map must be a bijection. Thus the space of solutions has dimension exactly
n
for an
n
th order ODE.