Consider the family of linear one-step methods defined by $$y_n = y_{n-1} + h(\theta f_n + (1 - \theta)f_{n-1})$$ where $0\leq \theta \leq 1$.
Relevant definition- A difference method is $A$-stable if its region of absolute stability contains the entire left half-plane of $z = h\lambda$.
Show that the methods associated with $0\leq \theta < 1/2$ cannot be $A$-stable.
Using the advice from user LutzL we have:
Let $$f_k = \lambda y_k$$ then $$y_n(1 - \theta\lambda h) = y_{n-1}(1 + (1 - \theta)\lambda h)$$ sorting the inequality $$2Re(z) < (2\theta - 1)|z|^2$$ which requires $(2\theta - 1)\geq 0$ to get the condition for $A$-stability, hence the methods associated with $0\leq \theta < 1/2$ cannot be $A$-stable.