Calculating current in five resistor/two battery 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
4 replies · 4K views
ddobre
Messages
33
Reaction score
2

Homework Statement


9sNwJTD.jpg

The circuit above has five resistors. Calculate the current through each.

Homework Equations


I1 = I2 + I3 (Node Law)
∑Vi = 0 (Loop Law)

The Attempt at a Solution


I tried to equate the currents using the node law, with I3 = I1+I2+I4+I5

egThju4.jpg


But I see a flaw here, because the currents seem to oppose each other at the node. Anyway, I tried to solve a system of equations using the above relation of currents, and seemed to get nowhere. Any advice?
 

Attachments

  • 9sNwJTD.jpg
    9sNwJTD.jpg
    54.7 KB · Views: 1,546
  • egThju4.jpg
    egThju4.jpg
    30.2 KB · Views: 798
Physics news on Phys.org
Is it because I1 and I3 meet at the node at the top, which then turns into I2? Almost forgot series resistors have equal current, that simplifies a lot.
 
  • Like
Likes   Reactions: Charles Link
Note: You are basically solving a system of 3 equations and 3 unknowns (## I_1, I_2, ## and ## I_3 ##). Since you already have one equation, ## I_2=I_1+I_3 ##, you only need 2 voltage-loop equations. (The 3rd voltage loop equation would simply follow from the other two).
 
  • Like
Likes   Reactions: ddobre
In my opinion you should always apply KCL like this...

1) Define currents going into (or out of) a node as positive and write down your decision!
2) Then apply KCL and sum the currents to zero.

So with reference to the top node in your diagram...

1) I define into a node as +ve. So therefore...

I1 and I3 are +ve
I2 is -ve

2) The sum is...

(+I1) + (-I2) + (+I3) = 0

Obvious some symbols and brackets are unnecessary but I have included them to make the point about you "summing to zero". If you do it this way you are much less likely to make a sign error. You can now rearrange it how you like, for example my equation becomes...

I1 + I3 -I2 = 0
or
I1 + I3 = I2
 
  • Like
Likes   Reactions: Charles Link