How do I find the current in this 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
clurt
Messages
27
Reaction score
0
< Moderator Note -- thread moved from the EE forum to the Homework Help forums >[/color]

Please view the attached.

The answers are:
i1 0.1429
i2 0.4286
i3 0.2857

So how do I work this out? I assume you use kirchhoffs current law, can someone show me the step? Thanks :)
 

Attachments

  • Untitled.png
    Untitled.png
    61.3 KB · Views: 626
Last edited by a moderator:
on Phys.org
For loop I we can write this KVL
10V - I1*R1 - (I1 + I2)*R3 = 0
And for loop II
20V - I2*R2 - (I2 + I1)*R3 = 0

Solve this for I1 and I2. And from KCL I3 = I1 + I1

http://www.wolframalpha.com/input/?i=10 - I_1*10 - (I_1 + I_2)*40 = 0 , 20 - I_2*20 - (I_2 + I_1)*40 = 0 solve I_1 and I_2

Or we can use nodal analysis.
For node A we can write a KCL
I1 + I2 = I3

I1 = (10V - VA)/R1
I2 = (20V - VA)/R2
I3 = VA/R3

And solve for VA voltage.
http://www.wolframalpha.com/input/?i=(10 - a)/10 + (20 - a)/20 = a/40
 
Last edited:
Jony130 said:
For loop I we can write this KVL
10V - I1*R1 - (I1 + I2)*R3 = 0
And for loop II
20V - I2*R2 - (I2 + I1)*R3 = 0

Solve this for I1 and I2. And from KCL I3 = I1 + I1

http://www.wolframalpha.com/input/?i=10 - I_1*10 - (I_1 + I_2)*40 = 0 , 20 - I_2*20 - (I_2 + I_1)*40 = 0 solve I_1 and I_2

Or we can use nodal analysis.
For node A we can write a KCL
I1 + I2 = I3

I1 = (10V - VA)/R1
I2 = (20V - VA)/R2
I3 = VA/R3

And solve for VA voltage.
http://www.wolframalpha.com/input/?i=(10 - a)/10 + (20 - a)/20 = a/40
thanks mate