Solve for x and y in the following set of simultaneous differential equations by using D-operator methods: (D-2)x + Dy = 10sin2t
Dx + (D+2)y = 0
1
Expert's answer
2021-08-10T12:56:18-0400
We know that the operator D means a derivative D=dtd , but for now we will assume that this is just another letter and solve the specified system of equations by the "addition" method.
{(D−2)x+Dy=10sin2t∣×(D)Dx+(D+2)y=0∣×(D−2)⎩⎨⎧D(D−2)x+D2y=D(10sin2t)Subtract the lower one from the upper equationD(D−2)x+(D2−4)y=0(D2−D2+4)y=D(10sin2t)4y=dtd(10sin2t)=20cos2t→y(t)=5cos2tTo find the functionx(t),go back to the original system.{(D−2)x+Dy=10sin2t∣×(D+2)Dx+(D+2)y=0∣×(D)⎩⎨⎧(D2−4)x+D(D+2)y=(D+2)(10sin2t)Subtract the lower one from the upper equationD2x+D(D+2)y=0(D2−D2−4)x=(D+2)(10sin2t)−4x=(dtd+2)(10sin2y)=20cos2t+20sin2t→x(t)=−5cos2t−5sin2t
Comments