M HYPE SPLASH
// general

How to solve the Logistic equation with a sinusoidal oscillating growth rate

By Andrew Adams
$\begingroup$

I want to solve the differential equation $$ \frac{\mathrm{d}N}{\mathrm{d}t}=(\cos(\alpha t)+1)\cdot rN(c-N) - \mu N. $$Any hints as to what type of differential equation this is or how to solve it?

Thanks

$\endgroup$ 3

1 Answer

$\begingroup$

@Dylan is right: the equation, in this form, is not separable. However, if you introduce$ n(t) = \frac{1}{N(t)}$, then you obtain for $n(t)$$$ \frac{\text{d} n}{\text{d} t} = \mu n- r(\cos(\alpha t) + 1)(c n - 1), $$which is a linear first order ODE. Hence, you can solve this equation explicitly using variation of constants. Hope this helps!

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy