Question about re-drawing circuit

  • Thread starter Thread starter Master1022
  • Start date Start date
  • Tags Tags
    Circuit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Master1022
Messages
590
Reaction score
116
Homework Statement
Find an expression for the current out as a function of the difference between the input and output voltage when the reference voltage is the same as the output voltage
Relevant Equations
V = IR
Hi,

I was attempting this problem where the aim is to find the output current as a function of the voltage difference ## P_{in} - P_{out} ##. I just have two quick questions about this circuit:
1. If the 'reference voltage' (which I assume is how the ground voltage is referred to) is the same as the output voltage, am I correct in thinking that I can ignore the last capacitor ## C_v##?
2. Am I allowed to re-draw the following circuit such that the bottom connection wire is removed? It doesn't make any difference to my analysis, but just wondering?
3. Does my attempt below look like it is on the right tracks?
Screen Shot 2021-03-20 at 8.52.49 AM.png


re-drawn as:
Screen Shot 2021-03-20 at 8.52.14 AM.png


Attempt:
Making the above assumptions, we could use KVL to get an equation for the first junction, which we can denote as ## P_x ## (in ##s##-domain):
[tex]\frac{P_{in} - P_{x}}{R_a + I_a} + \frac{P_{ref} - P_{x}}{\frac{1}{s C_a}} + \frac{P_{out} - P_x}{(R_c + R_v) + s I_v} = 0[/tex]

and an equation for the output junction as:
[tex]\frac{P_x - P_{out}}{(R_c + R_v) + s I_v} + \frac{P_{ref} - P_{out}}{\frac{1}{s C_v}} = i_{out}[/tex]
which then simplifies to: (if ## P_{ref} = P_{out} ##)
[tex]\frac{P_x - P_{out}}{(R_c + R_v) + s I_v} = i_{out}[/tex]

which I can then go on to solve. However, I cannot easily see how this will take the form of an LPF. When re-drawing the circuit above, it looks as if it turned into two potential dividers, each of which had a transfer function of the form:
[tex]\frac{1}{1 + sRC + s^2 LC}[/tex]
When cascaded without making any assumptions about the reference voltage, it looks as if the complete circuit would form a fourth order LPF... I can't seem to reconcile these two viewpoints.

Any help is greatly appreciated.
 
on Phys.org
You can draw the reference as you did in the second picture okay.

The letters are used in an unusual way here. I mostly see ##V## used instead of ##P## because ##P## is usually used for power; inductors usually use ##L## because ##I## is typically used for current.

The first equation you accidentally dropped the ##s## in front of the inductor A. In the second equation is there something else connected after what you called ##P_{out}##? I don't think so. If there isn't, then you should be saying the sum of the currents is equal to zero instead of ##i_{out}##.

I don't understand the last part why you would say ##P_{ref} = P_{out}##. Are you meaning to short the output to the ground reference? That's very unusual. I don't think that's right. I think you were meaning to say that ##P_{ref} = 0##. I would recommend trying that unless you could clarify on what you were intending to do?
 
Reply
  • Like
Likes   Reactions: BvU
Thank you very much for your reply @Joshy ! Apologies, I should have added more context to the post. This question is within the general topic of haemodynamics and thus some of the naming conventions are different. However, I didn't include the context in fear that it may just overcomplicated a question which is, at its core, just a circuit analysis question.

Joshy said:
You can draw the reference as you did in the second picture okay.
Okay thank you.

Joshy said:
The letters are used in an unusual way here. I mostly see ##V## used instead of ##P## because ##P## is usually used for power; inductors usually use ##L## because ##I## is typically used for current.
Indeed, so in this case the ## P ## is actually "pressure", but this question actually uses it in an analogous way to voltage (i.e. the pressure is the driver and the blood flow is the flux). With the inductance, I am not sure why they change the convention, so I do agree (especially as this is going to be analyzed with circuit theory concepts).

Joshy said:
The first equation you accidentally dropped the ##s## in front of the inductor A.
Yes, thanks for spotting that. Apologies for the typo!

Joshy said:
In the second equation is there something else connected after what you called ##P_{out}##? I don't think so. If there isn't, then you should be saying the sum of the currents is equal to zero instead of ##i_{out}##.
I was thinking the same thing and I am not sure whether there is anything else afterwards. The reason I did that is because of the following (the only example of this content in the lectures) shown in the image below.

Screen Shot 2021-03-22 at 11.37.12 AM.png


It also uses ## q_{out} ## instead of 0 for some reason. I will keep thinking to see why that is the case.

Joshy said:
I don't understand the last part why you would say ##P_{ref} = P_{out}##. Are you meaning to short the output to the ground reference? That's very unusual. I don't think that's right. I think you were meaning to say that ##P_{ref} = 0##. I would recommend trying that unless you could clarify on what you were intending to do?
Yes, I do agree. However, that is what I interpreted the wording of the question as saying. The wording of the question is:
"Find an expression for the current out as a function of the difference between the input and output voltage when the reference voltage is the same as the output voltage"
(Note: I changed the words pressure for voltage and blood flow for current, but wording is otherwise the same)
Perhaps there is a typo in the sheet and I ought to ask the teacher.