I have to write the following system as a first order system of differential equations
x'''-2x''+4x'-y= sin(t)
y''-2y+x''= cos(t)
I have no idea where to start.
I have to write the following system as a first order system of differential equations
x'''-2x''+4x'-y= sin(t)
y''-2y+x''= cos(t)
I have no idea where to start.
$$x'''-2x''+4x'-y= \sin(t)\quad (1)$$
$$y''-2y+x''= \cos(t)\quad (2).$$
Let $$x_1=x\quad (3)$$ $$x_2=x'\quad (4)$$ $$x_3=x''\quad (5)$$ $$y_1=y\quad (6)$$ $$y_2=y'\quad (7).$$ Then the above system is reduced to a first order system $X'=AX+B(t)$ as follows. $$(3), (4)\Rightarrow x_1'=x_2$$ $$(4), (5)\Rightarrow x_2'=x_3$$ $$(6), (7)\Rightarrow y_1'=y_2$$ $$(1)\Rightarrow x_3'=2x_3-4x_2+x_4+y_1+\sin t$$ $$(2)\Rightarrow y_2'=-x_3+2y_1+\cos t,$$ where $X=(x_1, x_2, x_3, y_1, y_2)^t$ and $B(t)=(0, 0, \sin t, 0, \cos t)$.