Skip to content
Engineering Rich #state-space#control

State-Space Representation

A system as state vector x and matrices A, B, C, D - the modern control formulation.

A free, animated state-space representation you can read here or embed on any website, from Scrollchart.

State-Space Representation

State-Space Representationdx/dt = Ax + Bu | y = Cx + Du — modern equivalent of the transfer functionInputu(t)+Integrator1/sStatex(t)Coutput matrixOutputy(t)

Block diagram of dx/dt = Ax + Bu, y = Cx + Du. Each matrix's role labeled. Comparison to transfer-function form.

Good for

  • Control-systems coursework introducing MIMO and modern state-feedback design
  • Robotics and aerospace articles explaining pole placement and LQR derivation
  • Embedded systems engineering blogs comparing transfer-function and state-space controller implementations

Source & accuracy

This state-space representation is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

From differential equations to matrix form

State-space representation captures a system's dynamics as a vector of state variables and a set of first-order matrix equations. Instead of a single high-order differential equation, the system is described as dx/dt = Ax + Bu, where x is the state vector, u is the input, and A and B are matrices encoding the relationships. The output y is computed from y = Cx + Du, where C and D are output matrices. This matrix form is natural for computers and control design tools, and it extends easily to multiple inputs and outputs (MIMO systems).

Advantages for analysis and design

State-space form makes it easy to assess controllability, observability, and stability by examining matrix ranks and eigenvalues. Pole placement (choosing where system eigenvalues lie) is a direct design method using state feedback. The matrices also encode information that transfer functions hide, such as the order of the system and the presence of unstable modes that might cancel in a simplified transfer function. Most modern control design software works in state-space form and converts the results back to transfer functions or PID parameters for implementation.

Embed this diagram

Add this animated state-space representation to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated state-space representation for any website.
Who uses it
Engineering blogs & docs.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="state-space-block" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "State-Space Representation" for my website?
Scrollchart provides "State-Space Representation" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a state-space representation in WordPress or a static site?
Paste the HTML snippet from the Scrollchart diagram page into your WordPress post (in HTML/code view), your Webflow embed block, or directly into a static HTML file. No plugin is needed. The diagram loads from scrollchart.com and paints in as the reader scrolls.