How do I solve this system of ODEs?



How do I solve this system of ODEs?

y'+2y=2x
2y'+y=4x

Here's my attempt:

y'+2y=2x
(e^x^2)y'+(e^x^2)2y=(e^x^2)2x
(e^x^2y)'=(e^x^2)2x
Int(e^x^2y)'=2Int(e^x^2x)
e^x^2y=e^x^2
y=1

0+1=4x
1=4x
x=.25

(.25,1)

I don't think this is right. Help, please. Thanks!!!!

.


Loading