Tests for Controllability and Observability

Research Depth 113 in the knowledge graph I know this Set as goal
Unlocks 11 downstream topics
controllability observability rank-test gramian

Core Idea

Controllability matrix Qc = [B AB A²B ... A^(n-1)B] has full rank iff system is controllable (all states reachable). Observability matrix Qo = [C; CA; ... CA^(n-1)]ᵀ has full rank iff system is observable (all states detectable). Loss of controllability/observability creates hidden modes that cannot be controlled or observed, limiting achievable performance.

Explainer

The state-space model ẋ = Ax + Bu, y = Cx captures everything a system can do — but not everything the system *allows you to do with it*. Two fundamental questions arise before you attempt any controller or observer design: can you actually steer the system to arbitrary states using the input, and can you actually infer what the states are from the output? Controllability and observability answer these questions, and the matrix rank tests give you a definitive yes/no without any simulation or trial-and-error.

Controllability asks: starting from any initial state, can the input u(t) drive the system to any desired state in finite time? The controllability matrix Qc = [B | AB | A²B | ... | A^(n-1)B] stacks together B and all the products of A with B up to n-1 times. Each column of B represents the directions in state space that the input can directly push the state in one step. Multiplying by A gives the directions reachable after one step of system dynamics plus one more input step. Building up through A^(n-1)B captures the accumulating influence of the input over n steps. The Cayley-Hamilton theorem guarantees that nothing new is added beyond n-1 powers — any further influence is a linear combination of what's already in Qc. If these columns span all of ℝⁿ (full rank = n), the input can reach every direction; if they don't (rank deficient), there's a subspace of states the input can never reach, no matter how cleverly u(t) is chosen.

Observability is the dual question: given that you can only measure y(t) = Cx(t), can you reconstruct the initial state x(0)? The observability matrix Qo = [C; CA; CA²; ...; CA^(n-1)] is built by stacking C with all the products of C with A. The first row block C tells you what combinations of states directly appear in the output. The row CA tells you what combinations appear in the output one step later (after the dynamics have propagated the state forward). Building up through CA^(n-1) captures how the output reflects state information over n time steps. If these row blocks span all of ℝⁿ (full rank), every component of the state eventually shows up in the output in some distinguishable way — you can invert the relationship and deduce x(0). If rank is deficient, there exist distinct initial conditions that produce identical output trajectories — no measurement can tell them apart.

The consequence of uncontrollable or unobservable modes is directly practical. A state similarity transform (which you've studied) can convert any linear system into Kalman decomposition form, revealing which state components are controllable, observable, both, or neither. The only transfer function visible from input to output corresponds to modes that are both controllable and observable — the rest are hidden modes. If a hidden mode is unstable, the system will diverge internally even if the output and input look well-behaved; no controller or observer can fix this without redesigning the hardware (changing B or C). This is why checking these rank tests is always the first step before pole placement, LQR design, or Luenberger observer design — if the rank condition fails, the design methods will either fail numerically or produce a controller that silently leaves dangerous hidden dynamics untouched.

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 FormsState Transformations and Similarity TransformationsTests for Controllability and Observability

Longest path: 114 steps · 617 total prerequisite topics

Prerequisites (2)

Leads To (1)