I am just starting dynamical systems and came across the following problem in my textbook.
Considering the discrete time logistic growth model,
$$N_{t+1} = \lambda N_t\left(1-\frac{N_t}{K}\right)$$
where $\lambda = 1+ b -d >0$ is the net reproductive rate and $K>0$ is a parameter that affects how the population grows when the population is large.
With some help I have determined the two equilibrium points of this system which are,
$$N^*=0$$
$$N^* = K\left(1-\frac{1}{\lambda}\right)$$
My question now is I am trying to find the conditions for each equilibria to be unstable. How do I got about this? Thanks