MA417-Lecture-3
MA417-Lecture-3
MA417-Lecture-3
Lecture 3
Debanjana Mitra
Department of Mathematics
Indian Institute of Technology Bombay
Powai, Mumbai - 76
August 2, 2021
Method of solving first order ODE
Separable-Variable:
Homogeneous form: ODE
Exact form: ODE
Seperable-variable
Let I be an interval in R containing t0 and J be an interval in R
containing y0 . Let g ∈ C (I ) and h ∈ C (J) with h(z) 6= 0 for all z ∈ J
(i.e., either h(z) > 0 or h(z) < 0 for all z ∈ J).
Consider the ODE: y 0 (t) = h(y (t))g (t), y (t0 ) = y0 .
y 0 (t)
Step 1. Rewrite the ODE: h(y (t)) = g (t),
y (t0 ) = y0 .
Ru 1
Step 2. Consider the anti-derivatives: H(u) = y0 h(s) ds and
Rt
G (t) = t0 g (s) ds. Note that H(y0 ) = 0 and G (t0 ) = 0.
Step 3. Note that if a solution of the ODE exists, then putting u = y (t),
R y (t) 1
H(y (t)) = y0 h(s) ds. It gives
d y 0 (t) d
(H(y (t)) = H 0 (y (t))y 0 (t) = = G (t).
dt h(y (t)) dt
Step 4 . Thus, the ODE is transformed to an algebraic equation:
t2
Ex. Solve: y 0 (t) = 1−y 2 (t) , y (0) = 1.
we have
y3 t3
H(y ) = y − − 2/3, G (t) = .
3 3
The solution of ODE satisfies H(y (t)) = G (t), i.e.,
y 3 (t) 2 t3
y (t) − − = .
3 3 3
Homogeneous form
∂φ(t, y ) ∂φ(t, y )
= M(t, y ), = N(t, y ), ∀ (t, y ) ∈ D.
∂t ∂y
∂M ∂N
= on D.
∂y ∂t
Conversely, let ∂M
∂y = ∂t
∂N
on D hold. Then using Green’s theorem in
R , we can show the existence of a C 2 function φ (since M and N are
2