State Space Model for a Circuit R, L, C

Click For Summary

Discussion Overview

The discussion revolves around determining the system elements of a state space model for a passive electrical circuit comprising resistors, capacitors, and inductors. Participants explore how to relate the state space equations to a suitable circuit configuration, focusing on the roles of the state variables, which are voltages across capacitors and currents through inductors.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant expresses difficulty in approaching the problem and seeks guidance on how to determine the circuit elements from the state space model.
  • Another participant suggests that the output is related to component 2 and proposes using the relationships between voltage and current for inductors and capacitors to derive equations.
  • It is noted that the units of ##\dot{x_1}## and ##b_1 v_i## must match, leading to the conclusion that ##x_1## represents a current, while ##v_o## and ##c_2 x_2## must also have compatible units.
  • Some participants emphasize the importance of making assumptions about the circuit architecture and testing these assumptions against the governing equations.
  • One participant acknowledges a mistake regarding the input and output being voltages, which may affect their understanding of the problem.

Areas of Agreement / Disagreement

Participants generally agree on the need to analyze the units and relationships between the state variables and circuit components. However, there is no consensus on the specific circuit architecture or the exact approach to take in solving the problem.

Contextual Notes

Participants mention various assumptions regarding the roles of the circuit elements and the relationships between voltages and currents, but these assumptions remain unresolved and may depend on further analysis.

Matt atkinson
Messages
114
Reaction score
1
I have been struggling to solve the following problem for days.

I was given the state space model of a circuit and asked to determine the system elements. So basically, I think I have to find a suitable circuit which describes the state space equation. I am not really sure how to approach this question and every time I attempt it, it becomes really complicated.

Here's the task:
The system is to be implemented by a passive electrical circuit whose elements comprise of resistors R, capacitors X and/or inductors L. The input is a voltage source ##v_i(t)## and the output v_o(t). Given, the system state variables are chosen as the voltages across capacitors and the currents through inductors, determine a model structure and the system elements, whether a R,C or L component which produces the given state model. Hence determine the matrix terms a_{ij}, b_{i} and c_{i} in terms of R, L and C.

Here's the state space model:
##
\begin{pmatrix}
\dot{x_1}\\
\dot{x_2}\\
\dot{x_3}\\
\dot{x_4}\\
\end{pmatrix}
=
\begin{pmatrix}
a_{11} & a_{12} & a_{13} & a_{14}
\\ a_{21} & a_{22} & 0 & a_{24}
\\ a_{31} & 0 & a_{33} & 0
\\ a_{41} & a_{42} & 0 & 0
\end{pmatrix}
\begin{pmatrix}
x_1(t)\\x_2(t)\\x_3(t)\\x_4(t)
\end{pmatrix} +
\begin{pmatrix}
b_1\\0\\0\\0
\end{pmatrix}
v_i(t)
##
##
v_o(t)=
\begin{pmatrix}
0& c_2 & 0& 0
\end{pmatrix}
\begin{pmatrix}
x_1(t)\\x_2(t)\\x_3(t)\\x_4(t)
\end{pmatrix}
##

So far, I have tried to make ##x_1## an inductor current and then I get stuck. Could anyone point me in the right direction?
 
  • Like
Likes   Reactions: berkeman
Engineering news on Phys.org
this is a fun little puzzle. Off the top of my head I don't KNOW of a way to solve it and I've never actually solved a problem like this. I do have a few Ideas

so first what do we know...

V = L di/dt ... V=L i_dot
and
I = X dv/dt ... I=X v_dot

we know that our output is component 2.

we know that there are four capacitors/inductors, as there are four statesHere comes the assumptions...

For an inductor current component (X_ k) k being (1,2,3 or 4), looking at the equation for voltage across inductors, you can assume that its governing equation is a sum of voltages.

V = L i_dot ... restructure as ... X_ k _dot = V_ k /L
we know from KVL that V1 + V2 + V3 ... + Vx = 0
so V_k = (-V2 -V3 -V4 -V5 -V6)
you can then extend this and solve for X_k_dot

but wait... isn't X_k a current in this example. well
V = I R, so
X_1_dot = A_11 * X_1

this means when X_k_dot is dependent on X_k, there is a resistor in series with the inductor. This occurs to make math and the physics work out.You can make similar (but slighty different) assumptions for the voltage across capacitor case. This should help you to piece together possible circuit architectures. Hint, the capacitor equation will likely form a node in the circuit.

another assumption, most of the time the input to a circuit is voltage.
So I would start out assuming X1 is the voltage across a cap.

I would take a blank sheet of paper and draw out what you think the architecture is.
once you make an assumption, using the rules you lay out it will define even more of the circuit. If an architecture becomes impossible (equations don't work with the circuit layout) then you made an incorrect assumption.
 
##\dot{x_1}## and ##b_1 v_i## must have the same units.

##b_1## either has the unit F-1 or H-1 and only one of these choices gives the right unit for ##b_1 v_i##, which is V/s or A/s. You should be able to conclude that ##x_1## must have a unit of current.

Also, ##v_o## and ##c_2 x_2## must have the same units. You should be able to apply the same logic here to figure out the unit for ##x_2##.

What else can you then conclude?
 
milesyoung said:
##\dot{x_1}## and ##b_1 v_i## must have the same units.

##b_1## either has the unit F-1 or H-1 and only one of these choices gives the right unit for ##b_1 v_i##, which is V/s or A/s. You should be able to conclude that ##x_1## must have a unit of current.

Also, ##v_o## and ##c_2 x_2## must have the same units. You should be able to apply the same logic here to figure out the unit for ##x_2##.

What else can you then conclude?
I did not even notice that the input and outputs were given as voltages :(
 
Thank you for the help guys! sorry for the late reply I had internet issues and had to go see an old professor to sort it out he suggest pretty much the same thing as you donpacino so thankyou!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
9
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
Replies
0
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K