6system of Equations
6system of Equations
Dr. P. Dhanumjaya
yn0 = fn (x, y1 , y2 , , yn ),
(n)
= f x, y, y , , y
(n1)
00
y1 = y, y2 = y , y3 = y , , yn = y
(n1)
This gives
y10 = y2
y20 = y3
..
.
yn0 = f (x, y1 , y2 , , yn ).
Existence Theorem
Let the functions f1 , f2 , , fn and the partial
f1
fn
fn
1
derivatives f
,
,
,
,
,
,
y1
yn
y1
yn be
continuous in a region R of (x, y1 , y2 , , yn )
space. If (x0 , 1 , 2 , , n ) is an interior point of
R, then the system (1) has a unique solution
y1 (x), y2 (x), , yn (x)
that satisfies the initial conditions
y1 (x0 ) = 1 , y2 (x0 ) = 2 , , yn (x0 ) = n .
Theorem 1
Let the function f and the partial derivatives
f f
f
,
,
,
be continuous in a region R of
y y 0
y (n1)
Example 1
We consider the second order differential
equation
y 00 x2 y 0 xy = 0.
We split into the system as follows:
y1 = y,
y2 = y 0 .
Then
y10 = y2
y20 = x2 y2 + xy1 .
Linear Systems
We consider the two first order equations in two
unknown functions of the form:
dx
= F (t, x, y)
dt
dy
= G(t, x, y).
dt
y = y(t).
Example 2
Consider the linear system
dx
= 4x y,
dt
dy
= 2x + y,
dt
has the solutions
x = e3t ,
y = e3t
and
2t
x=e ,
on any closed interval.
y = 2e
2t
Note 1
We note that the system
dx
= a1 (t)x + b1 (t)y,
dt
dy
= a2 (t)x + b2 (t)y,
dt
has a trivial solution.
Theorem 2
If the homogeneous system
dx
= a1 (t)x + b1 (t)y,
dt
dy
= a2 (t)x + b2 (t)y,
dt
has two solutions
x = x1 (t), y = y1 (t)
and
x = x2 (t), y = y2 (t)
on [a, b].
Then
x(t) = c1 x1 (t) + c2 x2 (t)
y(t) = c1 y1 (t) + c2 y2 (t)
is also a solution on [a, b] for any constants c1 and
c2 .
Theorem 3
Let x = x1 (t), y = y1 (t) and x = x2 (t), y = y2 (t)
be the two linearly independent solutions of the
homogeneous system
dx
= a1 (t)x + b1 (t)y,
dt
dy
= a2 (t)x + b2 (t)y,
dt
on [a, b]
then
x = c1 x1 (t) + c2 x2 (t) + xp (t)
y = c1 y1 (t) + c2 y2 (t) + yp (t)
is the general solution of nonhomogeneous
system on [a, b].
(3)
dx
= a1 x + b1 y,
dt
dy
= a2 x + b2 y,
dt
Then
(a1 m)A + b1 B = 0,
a2 A + (b2 m)B = 0.
(4)
(a1 m)
b1
= 0.
a2
(b2 m)
This gives
(5)
m2 (a1 + b2 )m + a1 b2 a2 b1 = 0.
Case(i)
Let m1 and m2 are real and distinct roots of the
auxiliary equation.
We now replace m in (4) by m1 , then the
resulting equations have nontrivial solution A1
and B1 . Therefore,
(6)
x(t) = A1 em1 t
y(t) = B1 em1 t
x(t) = A2 em2 t
y(t) = B2 em2 t .
Example 3
Find the general solution of
dx
= 3x + 4y
dt
dy
= 2x + 3y.
dt
Solution. The general solution is
x(t) = c1 2et + c2 et ,
y(t) = c1 et + c2 et ,
where c1 and c2 are arbitrary constants.
Case(ii)
If m1 and m2 are real and equal then we get only
one pair of linearly independent solutions
x(t) = Aemt
y(t) = Bemt .
The second linearly independent solution of the
form
x(t) = (A1 + A2 t)emt
y(t) = (B1 + B2 t)emt .
Example 4
Find the general solution of
dx
= 4x y
dt
dy
= x 2y.
dt
Solution. The general solution is
Case(iii)
Let m1 and m2 are two distinct complex numbers
of the form a ib, where a and b are real
numbers and b 6= 0.
We can choose two linearly independent
solutions
x(t) = A1 e(a+ib)t , y(t) = B1 e(a+ib)t
and
x(t) = A2 e(aib)t , y(t) = B2 e(aib)t ,
where A1 = A1 + iA2 and B1 = B1 + iB2 .
We have
x(t) = (A1 + iA2 )eat (cos bt + i sin bt)
y(t) = (B1 + iB2 )eat (cos bt + i sin bt)
(or)
x(t) =
+
y(t) =
+
Example 5
Find the general solution of
dx
= 4x 2y
dt
dy
= 5x + 2y.
dt
Solution. The general solution is
and
y(t) = e3t [c1 (cos 3t sin 3t)
+ c2 (sin 3t cos 3t)],
where c1 and c2 are arbitrary constants.