Consider the $2$D dynamical system
$$x'=a(t)x+b(t)y$$
$$y'=b(t)x+a(t)y,$$
where $a,b : \mathbb{R} \rightarrow \mathbb{R}$ are given continuous functions.
Is there a way to solve this system explicitly in terms of $a$ and $b$?
2026-04-13 02:37:54.1776047874
Linear ODE where coefficients are functions of $t$
60 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Time-dependent systems in general are difficult to handle, but in this particular case you can let $u(t)=x(t)+y(t)$ and $v(t)=x(t)-y(t)$ and get uncoupled separable ODEs for $u$ and $v$.