State-Space Canonical Forms: Controllable and Observable Forms

Research Depth 111 in the knowledge graph I know this Set as goal
Unlocks 13 downstream topics
state-space canonical-forms controllable observable

Core Idea

Controllable canonical form (companion form) reveals system controllability; observable canonical form reveals observability. Both are unique representations of the same system, obtained via similarity transformations. Canonical forms simplify controller and observer design by placing A, B, C matrices in special patterns where pole placement is straightforward.

Explainer

When you first write a state-space model (x′ = Ax + Bu, y = Cx + Du), the A, B, and C matrices depend on which physical variables you chose as states. Rotate to a different basis — a different choice of state variables — and you get a different-looking but mathematically equivalent model. The key insight is that infinitely many state-space representations correspond to the same input-output transfer function. Canonical forms are special, standardized choices of that basis that reveal structural properties of the system and make design calculations tractable.

Controllable canonical form (also called companion form) restructures the model so that the A matrix takes on a companion matrix pattern — its last row contains the coefficients of the characteristic polynomial — while B is a simple column vector with a 1 in the last entry. This form makes it immediately obvious whether you can drive all modes from the input, and it makes pole placement by state feedback nearly mechanical: because the feedback gain vector directly modifies the coefficients of the characteristic polynomial, choosing desired closed-loop poles tells you exactly what gains to use.

Observable canonical form is the dual: it places A in a companion pattern and C in a simple row vector, making it straightforward to design a Luenberger observer (a reconstructor for unmeasured states). The duality between controllability and observability — a deep result in linear systems — means that the mathematics of observer design in observable canonical form mirrors exactly the mathematics of controller design in controllable canonical form. If you understand one, you understand both.

The conversion between your original state-space model and a canonical form is performed via a similarity transformation: x = Tx̃, where T is an invertible matrix. The new matrices are à = T⁻¹AT, B̃ = T⁻¹B, C̃ = CT. The eigenvalues — the poles of the system — are invariant under similarity transformations, so the transfer function is unchanged. To find T for controllable canonical form, you construct the controllability matrix [B, AB, A²B, …, Aⁿ⁻¹B] and use it to solve for T; for observable canonical form, you use the observability matrix similarly.

The practical payoff is this: canonical forms reduce the messy bookkeeping of general-purpose matrices to clean algebraic manipulation. When your A matrix is a companion matrix, choosing feedback gains to achieve desired pole locations is direct coefficient matching rather than solving a large linear system. This is why canonical forms appear so prominently in state-feedback and observer design — they are not just theoretical curiosities but workhorses of control system implementation.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIterated Integrals and Fubini's TheoremDouble Integrals in Cartesian CoordinatesDouble Integrals over Rectangular RegionsDouble Integrals in Polar CoordinatesDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsTriple Integrals in Cartesian CoordinatesTriple Integrals in Cylindrical and Spherical CoordinatesChange of Variables and the Jacobian DeterminantApplications of Triple Integrals: Volume and MassVector Fields and Their RepresentationsLine Integrals of Vector FieldsGreen's TheoremSurface Integrals and Flux of Vector FieldsSurface Integrals and Flux of Vector FieldsDivergence Theorem: Flux and OutflowDivergence TheoremElectric FluxGauss's LawConductors in Electrostatic EquilibriumCapacitance and CapacitorsDielectricsDielectric Constant and Relative PermittivityElectric Field Inside Dielectric MaterialsDielectric Materials and PolarizationDielectric Susceptibility and PermittivityEnergy Density in Electric FieldsElectric Current and Current DensityElectrical Resistance and ResistivityOhm's Law and Circuit ElementsElectromotive Force (EMF) and BatteriesKirchhoff's Circuit Laws: Voltage and CurrentDC Circuit Network Analysis MethodsTransient Response in RC CircuitsRC CircuitsLC and RLC CircuitsSecond-Order Transient Circuit ResponseFeedback Control FundamentalsLaplace Transform Methods for ControlTransfer Functions and System ModelingState-Space RepresentationState-Space to Transfer Function ConversionState-Space Canonical Forms: Controllable and Observable Forms

Longest path: 112 steps · 614 total prerequisite topics

Prerequisites (3)

Leads To (1)