This is my self study, as I know the steady state from an difference equation should satisfy $x=X_{n+1}=X_{n}$
What is the steady state for this difference equation?
$$X_{n+1}-X_{n}+\beta \alpha X_{n-1}\left(1-\frac {X_{n-1}}{X_{\max}}\right)=t$$ $\beta$, $\alpha>0$ $~t$ is constant, so this equation look like non-homogenous.
I confused while I was trying to derive $X_{\max}$.