2

How can I prove that there exists a solution to dynamical system presented below?

$$ \dfrac{dT}{dt} = \lambda - \alpha T + rT\bigg(1 - \dfrac{T+I}{T_{max}}\bigg) - kVT \\ \dfrac{dI}{dt} = kVT - \beta I \\ \dfrac{dV}{dt} = N \beta I - \gamma V \\ $$

Snochacz
  • 270

1 Answers1

2

Your right side is polynomial, thus continuous, so the local existence theorems apply.

As it is also locally Lipschitz, any solution of an initial value problem is unique.

Lutz Lehmann
  • 126,666