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.
I have determined the two equilibrium points of this system which are,
$$N^*=0$$
$$N^* = K\left(1-\frac{1}{\lambda}\right)$$
found the conditions for each of the equilibria that I found above to be unstable.
Here is my explanation below,
$$f'(x) = \lambda -\frac{2x\lambda}{K}$$
Using $x=0$
$$f'(0) = \lambda$$
So it is unstable when $\lambda>1$
Using $x = K\left(1-\frac{1}{\lambda}\right)$ it is unstable when $\lambda >3, 0 < \lambda <1$
I believe I have done everything correct to this point.
My question is how do I give the values of $N_0>0$, $K>0$ and $\lambda>0$ such that $N_1<0$, and how do I calculate $N_1$? Thanks!