Let's write the given system of ODE in the matrix form
(D−2DDD+2)(xy)=(10sin2t0)
Where D is the differential operator D=dtd.
The determinant of this system is (D−2)(D+2)=D2−4 is invertible, therefore the matrix of the system is invertible too.
For arbitrary invertible matrix 2x2 we have
(acbd)−1=ad−bc1(d−b−ca)
Therefore,
(D−2DDD+2)−1=−41(D+2−D−DD−2)
and
(xy)=(D−2DDD+2)−1(10sin2t0)=−41(D+2−D−DD−2)(10sin2t0)
x=−41(D+2)10sin2t=−41(20cos2t+20sin2t)=−5cos2t−5sin2t
y=−41D(10sin2t)=−5cos2t
Answer. x=−5cos2t−5sin2t, y=−5cos2t.
Comments