I had to solve the equation
$$\frac{dN}{dt} = rN \left( 1 -\frac{N}{K} \right)$$
where $r$ and $K$ are constant and $N(0) = N_0$.
I solved it and got
$$N(t) = \frac{kAe^{rt}}{1 - Ae^{rt}}$$
where $A = \frac{N_0}{k - N_0}$. Now I am being told to sketch the graph of this solution $N(t)$ against $t$ for $t \geq 0$ at fixed values of parameters $r, K$ and for two fixed values on $N_0$, one in the range $0 < N_0 < K$ and the other in the range $N_0 > K$.
How do I do this? I haven't got a clue what the graph would look like.
EDIT: I was thinking, if I divide through by $e^{rt}$ then I get $\frac{kA}{e^{-rt} - A}$ which seems easier to sketch as it now only has $1$ function of $t$, but I'm still unsure how to sketch this.