Lec1 mth114M
Lec1 mth114M
Contents
1 Introduction 1
3 Solution of an ODE 3
3.1 Other kinds of solution of an ODE . . . . . . . . . . . . . . . . . . . . . . . . 4
1 Introduction
Definition 1.1 (Differential Equation ). A differential equation (DE) is a functional relation
between an unknown function and several of its derivatives (up to certain order) with respect to
one or more independent variables.
Definition 1.2 (System of DEs ). In a DE, if the unknown function has more than one component
it is called a system of differential equations.
where y : I → R be unknown functions in above three equations. Omitting the t variable from
the unknown y we may some time write the above equation as
(a) ty′ + 3y = 6t 3 , t ∈ I.
1
Example 1.3. Let T > 0 and Ω ⊂ R2 . Let us consider the following DEs.
∂ 2v 2
(a) Poisson equation: ∂ x2
(x, y) + ∂∂ y2v (x, y) = x3 + y2 , (y, x) ∈ Ω,
Example 1.5. The examples 1.1 and 1.2 above are examples of ODEs.
Definition 1.5 (Order of a DE). The order of a DE is the highest order derivative of the unknown
function involved in the DE.
Example 1.7.
2
2 Linear and non-linear ODE
Let n ∈ N. Let I ⊂ R. The general form of an nth order ODE is given by:
Definition 2.1 (Linear ODE). ODE (2.1) is said to be linear if for each t ∈ I fixed, we have
Definition 2.2 (Non-linear ODE). ODE (2.1) is said to be non-linear if it is not linear.
Example 2.1.
3 Solution of an ODE
Let us consider the ODE (2.1).
Definition 3.1 (Explicit solution). An explicit solution of the ODE (2.1) considered above, is a
function φ : Iφ ⊂ I → R (where Iφ is the domain of φ ) which satisfies the following:
Example 3.1. For each c ∈ R, φc (t) = t 3 + tc3 , t ∈ R \ {0}, is an explicit solution of the ODE in
Example 1.1(a).
3
Definition 3.2 (Implicit solution). A relation of the form G(t, y) = 0 i.e.,
n o
2
(t, y) ∈ R : G(t, y) = 0 ,
In general, k = n (the order of the ODE). But there are examples where we can see that k
may not be same as the order n of the ODE.
Example 3.3.
Definition 3.4 (Particular solution). A solution of the ODE (2.1) is called a particular
solution if it does not contain any arbitrary constant.
4
4 Method of determining an ODE if its an n-parameter fam-
ily of solutions is known
Let I ⊂ R, n ∈ N, H ⊂ Rn , and let the n-parameter family of functions is given by
n o
y : I → R | y(t) = f (t, c1 , c2 , · · · , cn ), (c1 , c2 , · · · , cn ) ∈ H
∂f
y′ (t) = f (t, c1 , c2 , · · · , cn ),
∂t
′′ ∂2 f
y (t) = 2 f (t, c1 , c2 , · · · , cn ),
∂t
···
∂n f
y(n) (t) = n f (t, c1 , c2 , · · · , cn ),
∂t
∂f
y(t) = (t, c1 , c2 , · · · , cn ),
∂t
∂f
y′ (t) = (t, c1 , c2 , · · · , cn ),
∂t
∂2 f
y′′ (t) = 2 (t, c1 , c2 , · · · , cn ),
∂t
···
∂n f
y(n) (t) = n (t, c1 , c2 , · · · , cn ),
∂t
we obtain a single relation of type
Example 4.1.
y′ (t) = −c sint + 1
5
2. Let c1 , c2 ∈ R. Let y(t) = c1 et + c2 e−2t + t 2 , t ∈ R. Differentiating twice with respect to t,
we find
y′′ + y′ − 2y = −2t 2 + 2t + 2, t ∈ R.