im just checking to see if im doing this right?
$$\frac{du}{d\tau}=u(1-u)-h $$
show this equations has 2 steady states and check their linear stability.
this is what i have done:
$u=0$ and $u=1$
$$\frac{d^2u}{d\tau^2} = -2u+1 $$
at $u=0$, $\frac{d^2u}{d\tau^2}$=1 which is unstable
at $u=1$, $\frac{d^2u}{d\tau^2}$=-1 which is stable
is this right? thanks in advance
The steady states occur when the RHS is zero, so
$$u-u^2-h = 0$$
which gives you steady states at
$$u^\pm = \tfrac{1}{2}(1\pm\sqrt{1-4h})$$
You can then plug these values into the second derivative, which you already computed, to determine their stability (though make sure you have the signs the right way around - positive is unstable, negative is stable!)