State Space Model for a Circuit R, L, C

AI Thread Summary
The discussion revolves around determining the system elements of a state space model for a passive electrical circuit composed of resistors, capacitors, and inductors. The user is tasked with identifying a suitable circuit that aligns with the provided state space equations, specifically focusing on the relationships between state variables, input voltage, and output voltage. Key insights include the realization that the state variables represent voltages across capacitors and currents through inductors, leading to assumptions about the circuit architecture. The importance of unit consistency in deriving the relationships between the state variables and the circuit components is emphasized, guiding the user towards a correct interpretation of the model. Overall, the conversation highlights the complexity of translating state space models into practical circuit designs.
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 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 dependant 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!
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Back
Top