Join 60,000+ competitive exam aspirants
Power system state estimation non linear equation ∆ Z = H ∆ X + r , ∆ X contains
All the bus active and reactive power change
All the line active and reactive power change
All the bus voltage magnitude and angle change
All the bus voltage magnitude and angle change estimated
All the bus voltage magnitude and angle change
Quick Summary: In Power System State Estimation (PSSE), the state vector $X$ typically consists of the complex bus voltages represented in polar coordinates ($V, \theta$). The linearization of the non-linear measurement model $Z = h(X) + r$ using Taylor series expansion results in $\Delta Z = H \Delta X + r$, where $\Delta X$ represents the updates (corrections) to the estimated state variables.
In Power System State Estimation (PSSE), the state vector X typically consists of the complex bus voltages represented in polar coordinates (V,θ). The linearization of the non-linear measurement model Z=h(X)+r using Taylor series expansion results in ΔZ=HΔX+r, where ΔX represents the updates (corrections) to the estimated state variables.
J(X)=21[Z−h(X)]TR−1[Z−h(X)] — Weighted Least Squares objective function
ΔX=(HTR−1H)−1HTR−1ΔZ — Normal equation for state update
The state estimation algorithm iteratively solves for the state vector X that minimizes the weighted least squares (WLS) objective function. The Jacobian matrix H is defined as ∂X∂h. By updating the state variables using ΔX, the system converges to a point where the estimated measurements closely match the physical telemetric data.
State estimation provides a best estimate of system conditions given noisy measurements.
The state vector X is usually composed of n−1 bus angles (θ) and nv voltage magnitudes (V).
Non-linearity arises from the power flow equations involving trigonometric functions of voltage angles.
The Jacobian H relates the changes in measurements to changes in state variables.
Filters out bad data and noise from sensors.
Provides observability for unmeasured buses.
Computationally intensive for very large networks.
Requires high-quality real-time telemetry.
Energy Management Systems (EMS).
Real-time security analysis and contingency evaluation.
Standard state vector size is 2n−1 for a system with n buses (one angle is used as a slack reference).
Option A is incorrect because active/reactive powers are measurements (Z), not state variables (X).
Option B is incorrect because line flows are functions of states, not the state vector itself.
D is correct — ΔX represents the correction vector for the estimated bus voltage magnitudes and angles during the iterative solution process.
Always remember that in state estimation, active and reactive powers are inputs (Z), while bus voltage magnitudes and angles are the unknowns (X) to be computed.