An ordinary differential equation involves function and its derivatives. It contains only one independent variable and one or more of its derivatives with respect to the variable.
The order of ordinary differential equations is defined as the order of the highest derivative that occurs in the equation. The general form of n-th order ODE is given as
F(x, y, y’,…., yn ) = 0
An n-th order ordinary differential equations is linear if it can be written in the form;
a0(x)yn + a1(x)yn-1 +…..+ an(x)y = r(x)
The function aj(x), 0 ≤ j ≤ n are called the coefficients of the linear equation. The equation is said to be homogeneous if r(x) = 0. If r(x)≠0, it is said to be a non- homogeneous equation.
Applications
1. It helps to predict the exponential growth and decay, population and species growth.
2. Modelling the growth of diseases
3. Describes the movement of electricity
4. Describes the motion of the pendulum, waves
5. Used in Newton’s second law of motion and Law of cooling.
EXACT DIFFERENTIAL EQUATION
CONDITION: Mdx+Ndy=0 is an exact differential eqn
if ӘM=ӘN
Әy Әx
du =Әudx+Әudy = Mdx+Ndy where Әu/Әx=M &Әu/Әy=N
Әx Әy
Example 1:
Solve
(3x2y3 − 5x4) dx + (y + 3x3y2) dy = 0
In this case we have:
M(x, y) = 3x2y3 − 5x4
N(x, y) = y + 3x3y2
We evaluate the partial derivatives to check for exactness.
∂M∂y = 9x2y2
∂N∂x = 9x2y2
They are the same! So our equation is exact.
Now we want to discover I(x, y)
Let's do the integration with x as an independent variable:
I(x, y) = ∫M(x, y) dx
= ∫(3x2y3 − 5x4) dx
= x3y3 − x5 + O
Note: O is our version of the constant of integration "C" because (due to the partial derivative) we had y as a fixed parameter that we know is really a variable.
So now we need to discover O
At the very start of this page we said that N(x, y) can be replaced by ∂I∂y, so:
∂I∂y = N(x, y)
Which gets us:
3x3y2 + dOdy = y + 3x3y2
Cancelling terms:
dOdy = y
Integrating both sides:
f(y) = y22 + C
We have f(y). Now just put it in place:
I(x, y) = x3y3 − x5 + y22 + C
and the general solution (as mentioned before this example) is:
I(x, y) = C
So we get:
x3y3− x5+ 0.5y2= C
EXAMPLE 2 : SOLVE THE FOLLOWING EQUATION FOR EXACTNESS & FIND SOLUTION
SECOND ORDER LINEAR DIFFERENTIAL EQUTION
THESE ARE EQUATIONS GIVEN BY THE FORM : y"+py'+qy=r(x)
THE second order LDE ARE OF 2 TYPES:
HOMOGENOUS
HETROGENOUS
A) HOMOGENOUS ODE
FOR SOLVING HOMOGENOUS LDE , FIRSTLY FORM THE AUXILLARY EQUATION (AE)& SOLVE IT
DEPENDING ON THE NATURE OF THE ROOT OF THE AE, SOLUTION IS GIVEN
CASE 1 : REAL & DISTINCT ROOTS(Q,W)
x(t)=c1e^Qt+c2e^Wt
CASE 2 : REAL & EQUAL ROOTS(Q,Q)
x(t)=(c1+c2t)e^Qt
CASE 3 : COMPLEX & DISTINCT ROOT (Q=a±ib)
x(t)=e^Qt[C1cosbx+c2sinbx]
EXAMPLES
Example 1 :
Solve the IVP
y′′−10y′+29=0given y(0)=1,y′(0)=3
Solution :
The characteristic equation is r2−10r+29=0
& Auxiliary equation is D²-10D=0
which has roots
r=5+2iandr=5−2i.
The general solution for complex root is
y=e^5t[c1cos(2t)+c2sin(2t)].
We use the initial values to find the constants. Plug in y(0)=1
No comments:
Post a Comment