Simple dc circuit, strange layout

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
4 replies · 15K views
DivGradCurl
Messages
364
Reaction score
0
I'm having difficulty to understand a circuit from my textbook (figure attached). Essentially, the currents seem to go in opposite directions and ultimately meet. It looks strange (circled area), but maybe there is a simple explanation behind it. I wish I could redraw the circuit in a simpler fashion, which is often possible; I can't visualize it this time.

Here is what the problem states:

For the given circuit, find [tex]\frac{V_0}{V_s}[/tex] in terms of [tex]\alpha[/tex], [tex]R_1[/tex], [tex]R_2[/tex], [tex]R_3[/tex], and [tex]R_4[/tex]. If [tex]R_1 = R_2 = R_3 = R_4[/tex], what value of [tex]\alpha[/tex] will produce [tex]\left| \frac{V_0}{V_s} \right| = 10[/tex]?

Here is what I think (I may be wrong!):

1. The right side gives:

[tex]V_0 = \left( \frac{R_3 R_4}{R_3 + R_4} \right) \alpha I_0[/tex]

2. The left side gives

[tex]V_s = \left( R_1 + R_2 \right) I_0[/tex]

3. The first and second expressions yield

[tex]\frac{V_0}{V_s} = \frac{R_3 R_4}{\left( R_1 + R_2 \right) \left( R_3 + R_4 \right)} \alpha[/tex]

4. If [tex]R_1 = R_2 = R_3 = R_4 = R[/tex], then

[tex]\frac{V_0}{V_s} = \frac{\alpha}{4}[/tex]

5. If [tex]\left| \frac{V_0}{V_s} \right| = 10[/tex], then [tex]\alpha = \pm 40[/tex].

Any help is highly appreciated
 

Attachments

  • myCircuitQuestion.JPG
    myCircuitQuestion.JPG
    8 KB · Views: 835
  • Circuit.JPG
    Circuit.JPG
    5.9 KB · Views: 707
Physics news on Phys.org
Your math looks fine.. A good way to think about this kind of circuit representation is, the right circuit is dependent on the left.. On the left side, you have current [itex]I_o[/itex]... The right side uses this same current [itex]I_o[/itex] and is scaled by [itex]\alpha[/itex] (also known as dependent-current-source). Don't worry about the connection node in between. That is your lowest potential (typically ground). In your diagram, both circuits are sharing this common ground.

You will see lots more of this kind of circuit diagram, if you learn about http://people.deas.harvard.edu/~jones/es154/lectures/lecture_3/bjt_models/bjt_models.html of bipolar junction transistors.
 
Last edited by a moderator:
Wow, can we give this guy a prize for such a nice post?
 
Thank you, folks! It did not make sense when I posted it and your input helped a lot.