So I'm not too sure on how I can start this problem without eigen method. Any help would be appreciated.
2026-04-19 03:54:30.1776570870
How do I start this System of DEs?
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

$\frac{dy_1}{dx}=3y_1$; $\frac{dy_1}{y_1}=3dx$; $\int{\frac{dy_1}{y_1}}=\int3dx$.
Thus, $ln(y_1)=3x+c$ and the solution for the first equation is $y_1=c_1e^{3x}$.
Now, $\frac{dy_2}{dx}=c_1e^{3x}+y_2$; $\frac{dy_2}{dx}-y_2=c_1e^{3x}$; $y_2=c_2e^x+\frac{c_1e^{3x}}{2}$; and I leave the last one for you to solve.