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

State Observer Design and Estimation

Research Depth 136 in the knowledge graph I know this Set as goal
1topic build on this
913prerequisites beneath it
See this on the map →
Controllability and ObservabilityState Feedback Control and Pole Placement+1 moreSeparation Principle and Output Feedback
observer estimation state-space sensor

Core Idea

Not all states are measurable; observers estimate unmeasurable states from available outputs. Full-state observer reconstructs all n states from m outputs (requires observability). Observer eigenvalues are assigned like state feedback to control estimation error convergence. Faster observer response improves tracking but increases noise sensitivity. Trade-off between estimation accuracy and robustness to measurement noise.

Explainer

State feedback control — placing closed-loop poles by choosing a gain matrix K — assumes you can measure all state variables directly and feed them back to the controller. In practice, this assumption fails constantly. A robot arm has position sensors but no direct velocity sensors. A chemical reactor has temperature measurements but no direct readings of reactant concentrations. An aircraft has inertial measurements but no direct measure of aerodynamic states. Observers (also called state estimators or Luenberger observers) solve this problem by building a parallel model of the system that runs in software and produces estimates of the unmeasurable states from the available outputs.

The construction of an observer mirrors the system equations almost exactly. If the real system evolves as ẋ = Ax + Bu with output y = Cx, the observer runs a copy: x̂̇ = Ax̂ + Bu + L(y − Cx̂). The extra term L(y − Cx̂) is the correction term or observer injection. It computes the difference between the actual output y and what the model predicts the output should be (Cx̂), then multiplies by a gain matrix L to correct the state estimate. If the model is perfect and the states are initialized correctly, y − Cx̂ = 0 and no correction is needed. In practice, initial conditions are unknown and the model is imperfect, so the correction term continuously nudges the estimate toward reality.

The dynamics of the estimation error e = x − x̂ follow ė = (A − LC)e. This is a linear system with matrix A − LC, and its eigenvalues — the observer poles — determine how fast the error decays. If you choose L so that A − LC has eigenvalues in the left half-plane (continuous) or inside the unit circle (discrete), the estimation error converges to zero exponentially regardless of initial conditions. Observability, your prerequisite concept, is the necessary and sufficient condition for this assignment to be possible: you can place the observer poles anywhere if and only if the system is observable. The mechanics of pole placement for observers are mathematically dual to state feedback pole placement — you are assigning eigenvalues of A − LC instead of A − BK, and the same techniques (matching characteristic polynomials, Ackermann's formula) apply directly.

The design tradeoff is between convergence speed and noise sensitivity. Placing observer poles far to the left (fast) makes the observer respond quickly to discrepancies — good for tracking, but large L gains amplify measurement noise, corrupting the estimates with high-frequency garbage. Placing poles close to the origin (slow) gives smooth estimates but reacts sluggishly to initial errors or disturbances. The Kalman filter is the optimal resolution of this tradeoff when noise statistics are known: it automatically computes the L matrix that minimizes the estimation error covariance, balancing model uncertainty against measurement noise in a principled way. For deterministic settings or when Kalman filter assumptions are too demanding, engineering judgment guides pole placement — a common rule of thumb is to set observer poles 2–5 times faster than the closed-loop controller poles, ensuring the observer tracks the true states faster than the controller acts on its estimates. The separation principle (which you will encounter next) formalizes why this works: under certain conditions, you can design the observer and the state feedback controller independently and combine them without stability degradation.

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 MethodRoot Locus Construction RulesRoot Locus Gain DesignRoot Locus Method and Pole Placement DesignState Feedback Control and Pole PlacementState Observer Design and Estimation

Longest path: 137 steps · 913 total prerequisite topics

Prerequisites (3)

Leads To (1)