odie5533
- 58
- 0
System of Differential Equations (Urgent)
Solve for y(t). You need not find x(t).
2x' + y' - y = t
x' + y' = t^2
x(0) = 1, y(0) = 0
2Dx + (D - 1)[y] = t
Dx + Dy = t^2
2D^2x + (D^2 - D)[y] = 1
2D^2x + 2D^2y = 4t
(D^2 + D)[y] = 4t - 1
y'' + y' = 4t - 1
I solved the above equation using undetermined coefficients. It's a lot of writing, so I'll just put the answer here:
y(t) = 2t^2 - 5t + C_{1} + C_{2}E^{-t}
Using the initial value y(0) = 0
0 = C_{1} + C_{2}
C_{1} = -C_{2}
I'm stuck at applying the other initial value. It says you don't need to find x(t), so I was wondering if there is a way to do this without going through and solving for x(t) then solving for the constants and such.
Homework Statement
Solve for y(t). You need not find x(t).
2x' + y' - y = t
x' + y' = t^2
x(0) = 1, y(0) = 0
The Attempt at a Solution
2Dx + (D - 1)[y] = t
Dx + Dy = t^2
2D^2x + (D^2 - D)[y] = 1
2D^2x + 2D^2y = 4t
(D^2 + D)[y] = 4t - 1
y'' + y' = 4t - 1
I solved the above equation using undetermined coefficients. It's a lot of writing, so I'll just put the answer here:
y(t) = 2t^2 - 5t + C_{1} + C_{2}E^{-t}
Using the initial value y(0) = 0
0 = C_{1} + C_{2}
C_{1} = -C_{2}
I'm stuck at applying the other initial value. It says you don't need to find x(t), so I was wondering if there is a way to do this without going through and solving for x(t) then solving for the constants and such.
Last edited: