Consider stable linear system $\dot x= Ax + Bu$. We’ll show that the Lyapunov bound is tight with $V (z) = z^T W^{−1}z$. Multiply $AW_c + W_c A^T + B B^T = 0$ on left & right by ${W_c}^{−1}$ to get
$${W_c}^{−1}A + A^T {W_c}^{−1} + {W_c}^{−1}BB^T {W_c}^{−1} = 0$$
now we can find and bound $V$
$$V (z,w) \leq w^Tw$$
My question is:
Why is the proposed Lyapunov function in these systems always quadratic?
I feel the original question of why quadratic Lyapunov functions always work in the stable linear case has not been answered.
Building on the above we need to find $P>0$ such that ${A^T}P + PA + Q = 0$ holds for $Q>0$. Since we know that the state transition matrix for linear systems has the form $e^{At}$ and we are looking at $V=x^TPx $ let,
$$ P = \int_0^\infty {{e^{{A^T}t}}Q{e^{At}}dt} = \int_0^\infty {F\left( t \right)dt} $$
Then,
$$ {x^T}Px = \int_0^\infty {x{{\left( t \right)}^T}Qx\left( t \right)dt} $$
Observe,
$$ \dot F\left( t \right) = {A^T}{e^{{A^T}t}}Q{e^{At}} + {e^{{A^T}t}}Q{e^{At}}A = {A^T}F\left( t \right) + F\left( t \right)A $$
And by the fundamental theorem of calculus,
$$ F\left( s \right) - F\left( 0 \right) = \int_0^s {\dot F\left( t \right)dt} = {A^T}\left( {\int_0^s {F\left( t \right)dt} } \right) + \left( {\int_0^s {F\left( t \right)dt} } \right)A $$
Also, note $ F\left( 0 \right) = Q $ and as $ s \to \infty $ we have $F\left( s \right) \to 0$ and so in the limit, $\int_0^s {F\left( t \right)dt} \to P$ and the Lyapunov equation is satisfied.