MA417 Lecture 4
MA417 Lecture 4
Lecture 4
Debanjana Mitra
Department of Mathematics
Indian Institute of Technology Bombay
Powai, Mumbai - 76
August 3, 2021
First order ODE
Glimpse of nonlinear ODEs
To compare with the linear ODEs, let us quickly see few examples of
non-linear ODEs:
Ex. Solve: y 0 (t) = y 2 (t), y (0) = 1. Can the solution exist for all t ∈ R?
1
Ans. Solution y (t) = 1−t , unique solution on (−∞, 1) but cannot be
extended after t = 1. No global solution.
1
Ex. Solve: y 0 (t) = y 2 (t), y (0) = 1.
Ans. Solution y (t) = 14 (t + 2)2 , global solution in R but can have
infinitely many global solution. For any c ∈ R such that c > 2, set
1
(t + 2)2 , −2 < t,
4
yc (t) = 0, −c ≤ t ≤ −2,
1
2
4 (t + c) , t < −c.
Qn.
I Does there exist a solution of the ODE (IVP)?
I Is the solution unique?
I What is the largest interval of its existence?
Preliminaries
Recall
I C (I ), where I is a closed and bounded interval in R: Banach space
with the norm f ∈ C (I ), kf k = maxI |f (t)|.
I Let yn ∈ C (I ) for all n ∈ N, a family of sequence of functions in
C (I ). Then {yn }n∈R is uniformly convergent in C (I ) if there exists a
y ∈ C (I ) such that kyn − y k → 0 as n → ∞.
I Weirstrass-M test for series: Let {fn } be a family of sequence of
functions defined in E ⊂ R. suppose that for all n ∈ N,
|fn (t)| ≤ Mn , ∀ t ∈ E .
P P
If n Mn is convergent, then n fn converges uniformly and
absolutely on E .
Ex. Let (t0 , y0 ) ∈ R2 and a closed rectangle R in R2 containing (t0 , y0 )
defined by
R = {(t, y ) ∈ R2 | |t − t0 | ≤ a, |y − y0 | ≤ b},
for some positive constants a, b. Let f : R → R be a continuous
function. Let I = [t0 − α, t0 + α] and φ : I → R be a continuous function
Rt
such that (t, φ(t)) ∈ R for all t ∈ I . Let F (t) = t0 f (s, φ(s)) ds, for all
t ∈ I . Show that F is well-defined from I to R and F ∈ C 1 (I ).
Connections between ODE and the integral equation: Let us define the
integral equation: Let I be any interval in R such that t0 ∈ I and
(t, y (t)) ∈ D, for all t ∈ I :
Z t
y (t) = y0 + f (s, y (s)) ds, t ∈ I. (2)
t0
Lemma
Let f ∈ C (D). Then y ∈ C (I ) satisfies (2) if and only if y is a solution
of (1).
Proof.
Let y satisfy (1). Then y ∈ C 1 (I ). Taking integration over [t0 , t] in both
side of (1), we get (2). Conversely, if y ∈ C (I ) satisfies (2), then
y ∈ C 1 (I ) (because f ∈ C (D)) and y (t0 ) = y0 . Now taking the derivative
(w.r.to t) in the both side of (2), it can be shown that y satisfies (1).
Successive Iterative method
R = {(t, y ) ∈ R2 | |t − t0 | ≤ a, |y − y0 | ≤ b},
Main observation:
I In above definition, the Lipschitz condition with respect to second
variable only (which corresponds to the dependent variable in ODE).
I The Lipschitz condition gives f is uniformly continuous with respect
to y variable for each fixed t, when (t, y ) ∈ D. However, no
information can be obtained for the continuity of f with respect to t.
I Sufficient condition to hold the Lipschitz condtion: If D is also a
∂
convex set and, then the existence and boundedness of ∂y f (t, y ) on
D implies that f satisfies the above Lipschitz condition with respect
to y (using mean-value theorem with respect to y variable).
I The function g (y ) = |y |, for all y ∈ R, is Lipschitz continuous on R
but not differentiable.
Notation: f ∈ Lip in D. In addition, if it is know that f ∈ C (D), then
together, the notation ‘f ∈ (C , Lip) in D’ will be used.
Successive iteration
Lemma (Picard’s iteration)
Let f ∈ (C , Lip) on R, a closed rectangle defined by
R = {(t, y ) ∈ R2 | |t − t0 | ≤ a, |y − y0 | ≤ b},