State Space Representation Electrical Network
State Space Representation Electrical Network
State Space Representation Electrical Network
Electrical Network
Using Phase Variables
Problem
• Represent the electrical network by a state
equation.
Step 1: Define State Variables
• Let:
– x₁(t) = i₁(t), the current through the left inductor.
– x₂(t) = v_C(t), the voltage across the capacitor.
– x₃(t) = i₂(t), the current through the right inductor.
Step 2: Circuit Equations
• 2. dx₂/dt = 2 x₃
• 3. dx₃/dt = x₂ - x₃
• In matrix form:
• [dx₁/dt] [-2 0 0] [x₁] [1] [u]
• [dx₂/dt] = [ 0 0 2] [x₂] + [0]
• [dx₃/dt] [ 0 1 -1] [x₃] [0]
Step 4: Final State-Space
Representation
• The final state-space representation is:
• dx/dt = A x + B u
• y=Cx
• Where:
• A = [-2 0 0] B = [1] C = [0 1 0]
• [ 0 0 2] [0]
• [ 0 1 -1] [0]