Calculating Current in a Kirchhoff Loop Circuit

  • Thread starter Thread starter Faint
  • Start date Start date
  • Tags Tags
    Current Loops
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
8 replies · 4K views
Faint
Messages
26
Reaction score
0

Homework Statement



In the circuit below find the current I2 (in A) when R1 = 64 , R2 = 32 , R3 = 243 ; V1 = 86 V, and V2 = 200 V.
Be careful about the sign!
W5Nid.gif


Homework Equations


The Attempt at a Solution


I1 = I2 + I3

V1 - I1*R1 - I3*R3 + V2 = 0
V1 - I1*R1 - I2*R2 = 0
V2 - I2*R2 - I3*R3 = 0

I1*R1 + I3*R3 = V1 + V2
I1*R1 + I2*R2 = V1
-I2*R2 + I3*R3 = V2

PHP:
| R1  0    R3 | | I1 |     | V1+ V2 |
| R1  R2   0  | | I2 |  =  | V1     |
| 0   -R2  R3 | | I3 |     | V2     |

Solving these using R-1*V gives me values for I1,I2,I3 that don't follow I1 = I2 + I3, so I am doing something wrong.

Help?
 
on Phys.org
This circuit consists of two independent loops. You need only two loop equations. But be careful with the directions of the currents. Show them in the picture. Writing the loop equation, the potential drops across a resistor in the direction of the current and raises in the opposite direction.ehild
 
ehild said:
this circuit consists of two independent loops. You need only two loop equations. But be careful with the directions of the currents. Show them in the picture. Writing the loop equation, the potential drops across a resistor in the direction of the current and raises in the opposite direction.


Ehild

Showing the currents (in hopefully the right way):
cDvNP.gif


i1 = i2 + i3

v1 - i1*r1 - i2*r2 = 0
v2 - i2*r2 - i3*r3 = 0

-i1 + i2 + i3 = 0
i1*r1 + i2*r2 = v1
-i2*r2 + i3*r3 = v2

PHP:
| -1  1     1  | | i1 |     | 0   |
| r1  r2   0  | | i2 |  =  | v1 |
| 0   -r2  r3 | | i3 |     | v2 |

I get i1 = 1.1535 A, i2 = 0.3805 A, i3 = 0.7729 A which is wrong. What am I still missing?
 
ehild said:
The second loop equation is wrong. According to the current I2, which end of R2 is at more positive potential?

ehild

Wouldn't the right end be at a more positive potential?
 
So v2 - i2*r2 - i3*r3 = 0 should be:
v2 + i2*r2 - i3*r3 = 0
correct? I had this written correctly in my notes, but copied it wrong.

-i2*r2 + i3*r3 = v2 should stay the same then correct?
 
Got it. Thank you for your help!