Differential Equations
Differential Equations
INTRODUCTION
A differential equation is a mathematical equation that connects one or more functions
and their derivatives. In applications, functions are used to represent physical quantities,
derivatives are used to describe their rates of change, and the differential equation is used to
define a connection between them.
2. TERMINOLOGIES
a. Ordinary Differential Equations
Equations: Mathematical expressions that describe the
relationships between dependent and independent variables.
In every equation, the equal sign "=" is necessary.
Differential Equations: Equations in which dependent
variables and their derivatives with respect to the
independent variables are involved.
Ordinary Differential Equation: Ordinary differential
equations are differential equations with only ONE
independent variable.
Partial Differential Equation: Partial differential equations
are differential equations with two or more independent
variables.
d. Homogeneous
Homogeneous: A differential equation is homogeneous if
the dependent variables or their derivatives appear in every
term.
Non-homogeneous: Differential equations that do not meet
the homogeneous definition are termed non-homogeneous.
e. Solutions
General Solutions: General solutions are those that are
derived by integrating differential equations. A nth order
ordinary differential equation's general solution comprises
n arbitrary constants obtained by integrating n times.
Particular Solutions: The solutions produced by giving
specific values to the arbitrary constants in the general
solutions are known as particular solutions.
Singular Solutions: Singular solutions are solutions that
cannot be represented by generic solutions.
f. Conditions
Initial Condition: Initial conditions are constraints that are
given at the start of a process, usually at the start of a time
period. Beginning value problems are those that have
certain initial circumstances.
Boundary Conditions: Boundary conditions are constraints
that are defined at the boundary points, which are usually
space points. Boundary value issues are those that have
defined boundary conditions.
Example (i): d3x/dx3+3xd/ydx=eyd3x/dx3+3xdydx=ey
In this equation, the order of the highest derivative is 3 hence, this is a third order differential
equation.
Example (ii) : –(d2ydx2)4+dydx=3(d2ydx2)4+dydx=3
This way we can have higher order differential equations i.e. nth order differential equations.
Example: d2ydx2+(x3+3x)y=9d2ydx2+(x3+3x)y=9
In this example, the order of the highest derivative is 2. Therefore, it is a second order
differential equation.
Example 1:- d4ydx4+(d2ydx2)2–3dydx+y=9d4ydx4+(d2ydx2)2–3dydx+y=9
Here, the exponent of the highest order derivative is one and the given differential equation
is a polynomial equation in derivatives. Hence, the degree of this equation is 1.
Example 2: [d2ydx2+(dydx)2]4=k2(d3ydx3)2[d2ydx2+(dydx)2]4=k2(d3ydx3)2
The order of this equation is 3 and the degree is 2 as the highest derivative is of order 3 and
the exponent raised to the highest derivative is 2.
2. NORMAL FORM
The most general form of an n-th order ordinary differential equation is F(x, y,
y0 , y00, y000,...,y(n) ) = 0 where F is a real-valued function of n + 2 variables x,
y(x), y0 (x),...,y(n) (x).
The normal form of an n-th order differential equation involves solving for the
highest derivative and placing all the other terms on the other side of the
equation, i.e. dny dxn = f(x, y, y0 ,...,y(n−1))
For example, during the class we shall grow very familiar with the normal form
of first order ordinary differential equations, which look like: y0 = f(x, y).
C. LINEARITY (LINEAR AND NONLINEAR EQUATIONS
D. SOLUTION OF A DIFFERENTIAL EQUATIONS
E. IMPLICIT SOLUTION
F. TYPES OF SOLUTION (GENERAL AND PARTICULAR)
G. INITIAL VALUE PROBLEMS
H. THE EXISTENCE AND UNIQUENESS THEOREMS