Electric Circuit Help: Finding Current and Voltage in a Complex Circuit

AI Thread Summary
To find the current through the 2.00 ohm resistor and the voltage of the battery, Kirchhoff's Laws are essential. The circuit analysis shows that the top branch has an equivalent resistance of 12 ohms with a current of 3 amps, resulting in a voltage drop of -36 V. Applying Kirchhoff's loop and junction rules yields a current of -2 amps for the middle branch, indicating it flows in the opposite direction. The voltage across the 2.00 ohm resistor is calculated to be 46 V. Understanding the sign of the current is crucial, as negative values indicate flow in the opposite direction to the defined positive direction.
Winner
Messages
94
Reaction score
8
Electric Circuit help!

Ok here's my question:

For the cirucit shown in the drawing(attached), find the current (I) through the 2.00 ohm resistor and the voltage (V) of the battery to the left of this resistor.

Ok, should I be using Kirchoff's drop=rise, and junction rules?

It doesn't seem to work because my voltage is also unknown. Could I possibly add them resistors in series/parallel?

Any directions appreciated. Thanks :confused:
 

Attachments

  • Ohms.JPG
    Ohms.JPG
    4.7 KB · Views: 587
Physics news on Phys.org
Your attachment is not downloadable. You need to resubmit.
Note the following msg above your attachment:
"Attachments Pending Approval"


~~
 
Hmm, I can download it without problems. Well here it is again.
 

Attachments

  • Ohms.JPG
    Ohms.JPG
    4.7 KB · Views: 516
Ok for those who can't get it:


4ohm 8ohm
|---/\/\/\-----/\/\/\---|
| ---->3amps |
|__/\/\/\_______|l____|
| 6ohm 24V |
| <--- I=? |
|___|l________/\/\/\__|
V=? 2ohm

That's the best I can do with keyboard lol.
 
Darn, picture got messed up. sorry. The I=? is suppose to be far right, so with the 24 V.
 
Winner said:
Ok for those who can't get it:


4ohm 8ohm
|---/\/\/\-----/\/\/\---|
| ---->3amps |
|__/\/\/\_______|l____|
| 6ohm 24V |
| <--- I=? |
|___|l________/\/\/\__|
V=? 2ohm

That's the best I can do with keyboard lol.
Which branch (top or middle) does the "3 amps" refer to??
(Hint: Enclose such diagrams within CODE & /CODE tags to preserve spacing.)

~~
 
It refers to the top one, and the one you have to find refers to the bottom one, sorry. I'm not too familiar with tags but I'll keep that in mind thanks.
 
Code:
     4ohm       8ohm
|---/\/\/\-----/\/\/\---|
|     3amps ---->       |
|                       |
|__/\/\/\_______|l______|
|   6ohm        24V     |
|                       |
|            <---- I=?  |
|___|l________/\/\/\____|
    V=?        2ohm
The solution is obtained using Kirchoff's Laws. For this purpose, the following are established:
{(+) Current Direction in Top Branch} = {Left-to-Right} = IT
{(+) Current Direction in Middle Branch} = {Right-to-Left} = IM
{(+) Current Direction in Bottom Branch} = {Right-to-Left} = IB

We first note the Top Branch has equiv resistance RT=(4 + 8)=(12 Ω) thru which flows (3 amps), thereby indicating a voltage drop (using Ohm's Law) of ΔV=(-)(3 amps)*(12 ohms)=(-36 V). Thus, applying Kirchoff's Laws:
(1) ---> Voltage Loop Clockwise Top & Middle Branches
Begin top-left corner (clockwise):
(-36 V) + (24 V) - (6 ohms)*IM = 0
::: ⇒ IM = (-2 amps)

(2) ---> Current Node Left Side Middle Branch
Into node is (+):
IM + IB - IT = 0
::: ⇒ (-2 amps) + IB - (3 amps) = 0
::: ⇒ IB = (5 amps)

(3) ---> Voltage Loop Clockwise Top & Bottom Branches
Begin top-left corner (clockwise):
(-36 V) - (2 ohms)*IB + VB = 0
::: ⇒ (-36 V) - (2 ohms)*(5 amps) + VB = 0
::: ⇒ VB = (46 V)



~~
 
Last edited:
IM = (-2 amps)

what does negative currents mean? flow the opposite direction?
 
  • #10
F|234K said:
IM = (-2 amps)

what does negative currents mean? flow the opposite direction?
A "negative current" means the computed current flows in the direction opposite to the direction defined to be the (+) direction when setting up the solution. For the middle branch (to which Im refers), the (+) direction was initially defined to be {Right-to-Left}. Thus, the actual computed current of (-2 amps) will flow {Left-to-Right}. The value of Im=(-2 amps) automatically indicates this and must be used whenever the middle branch current value is required in Kirchoff's Laws.
(Note: The (+) current direction can initially be defined in any direction that is convenient to solving the problem. However, once defined, this initial definition must always be maintained throughout the solution.)


~~
 
Last edited:
Back
Top