Luenberger Observer and State Estimation

Research Depth 114 in the knowledge graph I know this Set as goal
Unlocks 4 downstream topics
observer state-estimation luenberger separation-principle output-feedback

Core Idea

A Luenberger observer is a dynamical system that estimates the full state vector x̂ from the available output y and known input u using the plant model: x̂̇ = Ax̂ + Bu + L(y − Cx̂), where L is the observer gain matrix chosen so that (A − LC) has stable, fast eigenvalues. The estimation error e = x − x̂ evolves as ė = (A − LC)e, decaying to zero exponentially if all eigenvalues of (A − LC) have negative real parts. By the separation principle, when a Luenberger observer is combined with a state-feedback controller (u = −Kx̂), the combined closed-loop poles are exactly the union of the independently designed controller poles and observer poles — they can be designed separately. Observer poles are conventionally placed 3–5 times faster than controller poles.

How It's Best Learned

Design an observer for a 2nd order system by exploiting duality: observer gain L for (A, C) is the transpose of the state-feedback gain K for the dual system (Aᵀ, Cᵀ, Bᵀ). Simulate the combined observer-controller system and plot the state estimation error converging to zero.

Common Misconceptions

Explainer

From your prerequisite work on controllability and observability, you know that a system is observable if all internal states can be inferred from output measurements. The Luenberger observer is the concrete mechanism that performs this inference — it runs a parallel model of the plant in real time, corrects its estimates using measurement residuals, and produces state estimates accurate enough to feed a state-feedback controller. Understanding it requires seeing the observer as a feedback system in its own right.

The observer dynamics are: x̂̇ = Ax̂ + Bu + L(y − Cx̂). The first two terms (Ax̂ + Bu) are just the plant model running open-loop — this would be accurate if the model were perfect and initial conditions were known. The third term is the correction: (y − Cx̂) is the innovation, the difference between what the sensor actually measures and what the model predicts the sensor should measure. L is the observer gain matrix that weights how strongly each innovation term drives each state estimate. When y = Cx̂ (model predicts measurements perfectly), no correction is needed. When they disagree, the innovation signal drives the estimates toward the true states.

To see why this converges, subtract the true plant dynamics (ẋ = Ax + Bu) from the observer dynamics. The estimation error e = x − x̂ satisfies ė = Ax + Bu − (Ax̂ + Bu + L(Cx − Cx̂)) = (A − LC)e. This is a homogeneous linear system — the error evolves independently of the input u. If the eigenvalues of (A − LC) all have negative real parts, the error decays to zero exponentially regardless of initial conditions. Choosing L to place those eigenvalues is exactly the pole-placement problem from state feedback, applied to the matrix (A − LC) instead of (A − BK). By duality, computing the observer gain L for the pair (A, C) is mathematically equivalent to computing a state-feedback gain K for the dual system (Aᵀ, Cᵀ, Bᵀ).

The separation principle is what makes observer-based control tractable in design. When you combine the observer (x̂̇ = Ax̂ + Bu + L(y − Cx̂)) with state feedback (u = −Kx̂), the closed-loop system has 2n poles: n controller poles (eigenvalues of A − BK) and n observer poles (eigenvalues of A − LC). Crucially, these can be designed *independently* — the controller design doesn't need to account for observation dynamics, and the observer design doesn't need to account for control dynamics. The observer poles are conventionally placed 3–5 times faster than the controller poles so that estimation errors decay quickly and do not distort the control response. Place them too fast, however, and the observer amplifies sensor noise into the state estimates, degrading control performance — the speed-noise tradeoff is the practical limit that real observer designs must navigate.

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 ModelingFirst-Order System Time ResponseSecond-Order System Time ResponseRouth-Hurwitz Stability CriterionRoot Locus MethodState Feedback and Pole PlacementLuenberger Observer and State Estimation

Longest path: 115 steps · 650 total prerequisite topics

Prerequisites (3)

Leads To (1)