Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Transfer Function Derivation

Converting the derived state-space representation into the frequency domain using Laplace transforms. This allows for classical control analysis, yielding G(s)=Vout(s)Vin(s)G(s) = \frac{V_{out}(s)}{V_{in}(s)}.
📜

The statement of the theorem

Given the state-space representation x˙(t)=Ax(t)+Bu(t)\dot{\vec{x}}(t) = \vec{A}\vec{x}(t) + \vec{B}\vec{u}(t) with initial condition x(0)=x0\vec{x}(0) = \vec{x}_0, the Laplace transform yields the solution X(s)\vec{X}(s): \vec{X}(s) = (s\vec{I} - \vec{A})^{-1} \left( \vec{x}_0 + \vec{B}\ring{\vec{U}}(s) \right) The transfer function G(s)G(s) relating the output Y(s)\vec{Y}(s) to the input U(s)\vec{U}(s) is then defined as: G(s)=Y(s)/U(s)=C(sIA)1BG(s) = \vec{Y}(s) / \vec{U}(s) = \vec{C}(s\vec{I} - \vec{A})^{-1} \vec{B}