![]() |
VOOZH | about |
If two or more dependent variables are functions of a single independent variable and their derivatives are involved, they are called simultaneous differential equations.
These equations commonly arise in engineering to model interacting dynamic systems such as electrical circuits, mechanical linkages, or control systems.
Example :
dx/dt + 4y = t
dy/dt + 2x = e'
The method of solving such equations is based on the process of elimination, similar to solving algebraic simultaneous equations.
A system of simultaneous linear differential equations can be written as:
Where:
Elimination Method β For simple 2Γ2 systems.
Matrix Method β Using determinants or eigenvalues for constant coefficients.
Laplace Transform Method β For non-homogeneous equations and engineering applications.
Question 1: Solve the system dx/dt + 2y = t, dy/dt + x = et
Solution:
dx/dt = t - 2y , dy/dt = et - x
Differentiate the first equation:
d2x/dt2 β= 1 β 2dt/dy ( since = d/dt (t) = 1)
Differentiate first equation and substitute dy/dtdy/dtdy/dt:
xβ²β²= 1 β 2(et βx) βxβ²β²β 2x =1β2et
- Homogeneous: xh = +
- Particular: xp=β1/2 + et
y = t - x' /2 =
Question 2: Solve dx/dt = y, dy/dt = - x
Solution:
x" = y' = - x
x" + x = 0
x = C1cos t + C2sin t
y = dx/dt = - C1 sin t + C 2 cos t
Question 3: Solve the system: dx/dt + y = et, dy/dt β x = 0
Solution:
Write it as :
x' = et - y, y' = x
Differentiate first :
x" = et - y' = et - x
x" + x = etHomogenpus: xh = C1 cost + C2 sint + 1/2
Particular A = 1/2
x = C1 cost + C2 sin t + 1/2 ety = et - x' = C1 sint - C2 cost + 1/2et
x = C1βcost + C2βsint + 1/2et, y = C1βsint β C2βcost+1/2 βet
Question 4: Solve and find constants if x(0) = 1, y(0) = 0: dx/dt = y , dy/dt = - x
Solution:
From Question 2:
x = C1cos t + C2sin t, y = - C1 sin t + C 2 cos t
At t = 0 :
x(0) = 1
C1 = 1y(0) = 0
C2 = 1x = cost , y = - sint
Question 1: Solve dxβ/dt = 2x + 3y, dy/dt β= β 3x + 2y
Question 2: Solve using Laplace transform method: dx/dt β+ 2y = e2t, dy/dt ββ 2x = 0.
Question 3: Solve dx/dt β+ 4y = sint, dyβ/dt β 4x = cost.
Question 4: Solve the system of simultaneous differential equations: dx/dt β 3y = et(t+1), dy/dt +3x = et(2t).