Although single neuron models are ordinary differential equations (easy to analyze) and population models are complex partial differential equations difficult to analyze
That's actually incorrect, uetmathematics. We model population dynamics of neurons using ODE's, not PDE's. They are coupled sets of non-linear ODE's, that are essentially modeled as coupled oscillators. And they're not easy to analyze, I don't know who told you that. If you're Matlab savvy I think my friend Robert Kozma has a Matlab toolbox he could direct you too if you want to play around with it. Hit him up here: http://memphis.edu/clion/members/index.php
If we have single neuron models (Integrate and fire model etc) then why we want to develop models for population of neurons?
Well, obviously we want to develop models for populations of neurons because it cuts down on computing time. It's takes essentially the same amount of processing power to solve for one neuron what we could use to solve for a 10,000 neuron "node." So why wouldn't we want to do that?
I am a bit confused between single neuron models and population of neuron models.
I'd recommend this this article if you're really interested:TUTORIAL ON NEUROBIOLOGY:
FROM SINGLE NEURONS TO BRAIN CHAOS
You can find it on this website:
http://sulcus.berkeley.edu/
Unfortunately, I can't provide a direct link, but the whole article is there, just scroll down and look for it.
Once you click on the article, scroll down to figure 10. That will answer your question. The main difference between the single neuron model and the population model is that the population model posits a nonlinear gain function to drive information flow which takes the shape of a sigmoid curve, while the single neuron "integrate and fire" model is more linear. It's basically a summation of dendritic pulses that add at the axon hillock, or as Freeman calls it the trigger zone. It's all there in the article, though. Happy searching.