A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

State Observer: Full-State and Partial Observation

Research Depth 135 in the knowledge graph I know this Set as goal
2topics build on this
906prerequisites beneath it
See this on the map →
Observer-Based ControlState-Space RepresentationOutput Feedback and Dynamic Compensation
state-estimation observer-design luenberger-observer measurement-equation

Core Idea

When not all states are measured, a state observer estimates them from available measurements. The observer is a copy of the system with correction term proportional to measurement error: x̂̇ = Ax̂ + Bu + L(y − ŷ). Observer gain L can place observer eigenvalues anywhere in the LHP.

Explainer

Recall from state-space representation that the full internal behavior of a system is captured in its state vector x. In an ideal world you could measure every state and feed them directly into a state-feedback controller. In practice, sensors are expensive, states may be physically inaccessible (internal temperature of a combustion chamber, stress inside a sealed component), or measurement noise makes direct use unreliable. The observer solves this problem by constructing an estimate x̂ that converges to the true state x over time.

The central insight is that you can run a parallel simulation of your system alongside the real plant. Both receive the same input u, so if your model is perfect and the initial states match, the simulated states will track the real ones exactly. The problem is that initial conditions are never perfectly known. The fix is to continuously correct the simulation using the measurement error: you observe the real output y, compute what your simulation *predicts* the output should be (ŷ = Cx̂), and use the discrepancy (y − ŷ) as a correction signal. The observer gain matrix L scales this correction and injects it back into the state estimate. This is the Luenberger observer equation: x̂̇ = Ax̂ + Bu + L(y − ŷ).

To understand why this works, subtract the observer equation from the true plant equation. The estimation error e = x − x̂ satisfies ė = (A − LC)e. This is a homogeneous linear system, so the error decays to zero provided (A − LC) is stable — meaning all its eigenvalues have negative real parts. Because L is a free design parameter, you can place the eigenvalues of (A − LC) anywhere you like (provided the system is observable), just as you could place closed-loop poles with state feedback. Choosing eigenvalues further left in the complex plane makes the observer converge faster, at the cost of amplifying sensor noise.

The full-order observer reconstructs all n states even though some may already be measured. A reduced-order observer only estimates the unmeasured states, which is more efficient but more involved to design. In the Separation Principle, when an observer is combined with a state-feedback controller to form an output-feedback compensator, the controller and observer gains can be designed independently — the poles of the closed-loop system are simply the union of the feedback poles and the observer poles. This principle is what makes observer-based control tractable: solve two smaller eigenvalue placement problems rather than one large coupled one.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionDouble 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 FieldsWork and CirculationLine Integrals of Scalar and Vector FunctionsFundamental Theorem for Line IntegralsConservative Vector FieldsConservative Vector Fields and Potential FunctionsCurl and Divergence of Vector FieldsCurl and DivergenceDivergence TheoremElectric Flux and Divergence TheoremGauss's Law: Integral Form and MeaningSolving Problems with Gauss'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 CircuitsFirst-Order Transient Circuit ResponseSecond-Order Transient Circuit ResponseFeedback Control FundamentalsLaplace Transform Methods for ControlTransfer Functions and System ModelingPoles, Zeros, and System StabilityCharacteristic Equation and Closed-Loop StabilityRouth-Hurwitz Stability CriterionRoot Locus MethodState Feedback and Pole PlacementLuenberger Observer and State EstimationObserver-Based ControlState Observer: Full-State and Partial Observation

Longest path: 136 steps · 906 total prerequisite topics

Prerequisites (2)

Leads To (1)