How do I find the analytical solutions to Lotka Volterra equations?

1.7k Views Asked by At

The Lotka Volterra equations are used to calculate the rate of change of predator, $y$, and prey, $x$, populations over time ($t$),and are shown below:

$$\frac{dx}{dt}=ax-bxy$$

$$\frac{dy}{dt}=-cy+dxy$$

where $a$, $b$, $c$ and $d$ are parameters, and $x$ and $y$ are greater than zero.

I have been looking at online methods, used by mathematicians, however, researchers seem to be solving the parameters through computer softwares like Matlab and Maple. I could not find analytic i.e algebraic solutions to the parameters. My question is,can the parameters be determined algebraically? As a high school student, my school does not allow me to use high tech computer softwares like maple, and I have been to told find the parameters using algebra. However, online research and mathematical literature seems to suggest, that the only way to determine the parameters is through a computer analyses, and not with algebraic rigour.

It would be great, if I could get some sort of a direction, as to what I should do to figure out what the parameters are through algebra, if the population of the prey oscillates between 200 and 400 sheep and the predator population oscillates between 50 and 100.