Consider the polynomial $$P(x)=x^n+a_{n-1} x^{n-1}+\dots+a_1 x+a_0 $$ with real coefficients $\{a_i\}$. It is called stable if all its roots have negative real part. The Routh-Hurwitz stability criterion gives a characterization of stable polynomials. However, I'm looking for a simpler way to show the following non-characterizing property
If $P(x)$ is stable, then all of its coefficients are positive.
I've tried using Vieta's formulas, as well the Laplace transform, but couldn't do it. Thanks!
A (monic) polynomial with real coefficients can be written as a product of
Each quadratic factor is of the form $$ (x - a - ib)(x - a + ib) = (x-a)^2 + b^2 $$
with $b \ne 0$. It follows that if all zeros of $P$ have negative real part then it can be written as a product of monic polynomials with positive coefficients.