System of ODEs with products

48 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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}$