There is a system $\dot x = x, \dot y = x+2y$. I got this answers $x=C_1\cdot e^t$ and $y=C_1\cdot e^{2t}-x/2-1/4$ but I find it wrong somehow. Will you explain the full solution to that?
2026-04-23 07:20:06.1776928806
Solve an ODE system
35 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$\dot x = x, \\ \dot y = x+2y$$ I got this: $$ x'=x \implies x=c_1e^t$$ And: $$y' = x+2y$$ $$y' = c_1e^t+2y$$ $$y'-2y=c_1e^t$$ $$(ye^{-2t})'=c_1e^{-t}$$ Integrate both sides: $$ye^{-2t}=-c_1e^{-t}+c_2$$ $$y=-{c_1}e^t+c_2e^{2t}$$ It's hard to tell you what mistakes you made without posting your full attempt.