Find the Differential Equation Relating Input Voltage and Output Voltage

AI Thread Summary
The discussion revolves around finding the differential equations relating input and output voltages in dynamic systems. Participants share their approaches to writing nodal equations and converting them into the state space domain using Laplace transforms. There is confusion regarding the presence of the second derivative in the equations, which is clarified through examples. Additionally, a mechanical system is introduced, with participants verifying the correctness of mass equations and discussing methods to convert mechanical systems into electrical analogs for easier analysis. Ultimately, the conversation emphasizes the importance of understanding the relationships between variables in both electrical and mechanical contexts.
tesla93
Messages
22
Reaction score
0
Hey all,

I'm stuck on a dynamic systems question, it's attached as a jpeg


I started off by writing nodal equations for each node:

Node 1: 1/R1(ei-eA)=C1D(eA-eo)+1/R2(eA-eB)

Node 2:1/R2(eA-eB)=C2D(eB)


I know that I have to isolate for ei and eo but I'm really confused with the D^2 that's in the answer. Any help is greatly appreciated! :)
 

Attachments

  • dynamic systems question.jpg
    dynamic systems question.jpg
    18.5 KB · Views: 979
Physics news on Phys.org
Write the node equations in the state space domain (Laplace); The impedance of a capacitor is given by 1/(s*C). The state variable 's' translates to the differential operator D → ##\frac{d}{dt}## in the time domain.
 
tesla93 said:
I know that I have to isolate for ei and eo but I'm really confused with the D^2 that's in the answer.

It's the second derivative DDy -> D2y

For example, if you took the derivative of your second node equation:

1/R2(eA-eB) = C2D(eB)
D(1/R2(eA-eB)) = D(C2D(eB))
1/R2 D(eA-eB) = C2 D2(eB)
 
Ohhhh okay that makes sense. Took a while to wrap my head around it but I got the right answer in the end. Thanks! :)
 
While I'm at it, I'm having trouble with another question like the one above, but this time it's a mechanical system. It's the jpeg below.

I started off with the writing equations for each mass

Mass 1: K1x1 + DB(x) + k2(x1-x2) = 0

Mass 2: m2D^2x = DB(x1-x2) + k2(x1-x2)

First off, can someone confirm that those equations are right?

After that, I'm supposed to sub in the given values and get everything in terms of fa(t) and x1, but I feel like my equations are wrong because it's not working out.

Thanks for looking!
 

Attachments

  • dynamic systems question2.jpg
    dynamic systems question2.jpg
    23.2 KB · Views: 784
tesla93 said:
While I'm at it, I'm having trouble with another question like the one above, but this time it's a mechanical system. It's the jpeg below.

I started off with the writing equations for each mass

Mass 1: K1x1 + DB(x) + k2(x1-x2) = 0

Mass 2: m2D^2x = DB(x1-x2) + k2(x1-x2)

First off, can someone confirm that those equations are right?

After that, I'm supposed to sub in the given values and get everything in terms of fa(t) and x1, but I feel like my equations are wrong because it's not working out.

Thanks for looking!

You've used variables x, x1, and x2 in your equations. I can see x1 and x2 indicated on your diagram, but what is x?

The method that I usually prefer for these sorts of problems is to convert the mechanical system into its equivalent electrical analog. Then I have a available all the analytical apparatus for electrical circuits (including circuit simulators). Your problem "translates" into:

attachment.php?attachmentid=52854&stc=1&d=1352651601.gif


Note that potentials at V1 and V2 will represent the velocities of the masses. In the Laplace domain, position x1(s) can be found by integrating velocity V1(s). Integration is trivially accomplished by dividing by the Laplace state variable: x1(s) = V1(s)/s.
 

Attachments

  • Fig1.gif
    Fig1.gif
    1.9 KB · Views: 1,104
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top