How can we solve the system of differential equations
$\dfrac{df(t)}{dt}=-f(t)h(t), \dfrac{dg(t)}{dt}=-g(t)h(t), \dfrac{dh(t)}{dt}=1-(h(t))^2$
The system does not fall to standard ODE methods.
How can we solve the system of differential equations
$\dfrac{df(t)}{dt}=-f(t)h(t), \dfrac{dg(t)}{dt}=-g(t)h(t), \dfrac{dh(t)}{dt}=1-(h(t))^2$
The system does not fall to standard ODE methods.
You solve the last ODE for h then plug the solution back in the first two. $h(x)=\dfrac{\exp(2x)-c}{\exp(2x)+c}$