Using kirchoffs laws to find current

  • Thread starter Thread starter victoriafello
  • Start date Start date
  • Tags Tags
    Current Laws
Click For Summary

Homework Help Overview

The discussion revolves around applying Kirchhoff's laws to analyze a circuit, specifically to find the current through various resistors and the potential difference between two points, A and B. Participants are examining the setup of equations derived from the circuit's loops.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to derive equations based on Kirchhoff's laws but expresses uncertainty about the signs of terms in their equations. Other participants question the correctness of the equations and suggest clarifications on the direction of current flow and the resulting signs in the equations.

Discussion Status

Participants are actively engaging with each other's calculations, pointing out potential mistakes, and providing alternative methods to approach the problem. Some guidance has been offered regarding the setup of equations and the interpretation of current direction, but there is no explicit consensus on the final values of currents.

Contextual Notes

There are indications of confusion regarding the signs in the equations and the direction of current flow, which may be affecting participants' ability to arrive at consistent results. The original poster and others express a desire for clarification on these points.

victoriafello
Messages
34
Reaction score
0
Calculate the current in each of the resistors and indictate the direction

of current flow.

what is the potential difference between A & B

I have attached the circuit & labelled the the circuit directions


using kirchhoffs laws -


1) i3 = i1+i2

FOR THE LOOP AFEBCD

2) 20i1 - 10 + 1 - 5i2 = 0

THEN FOR LOOP ABCD

3)-10i3 + 1 - 5i2 = 0

SUB FOR i3

-10(i1+i2) + 1 - 5i2 = 0

-10i1 -10i2 + 1 - 5i2 = 0

4)-10i1 + 1 - 5i2 = 0

SUBTRACT equation 2 - 4

20i1-9 - 5i2 = 0
-10i1 + 1 - 5i2=0

10i1 + 10 = 0

i1 = 1

THEN SUBSTITUTE FOR i1 in equation 4

-10 + 1 - 5i2 = 0

9 - 5i2 = 0

SO

i2 = 1.8

Then from E1 i3 = i1 + i2

i3 = 2.8

hopefuly this is correct, I'm not sure how i go about finding the potential difference between the two points ?
 

Attachments

  • Circuit.JPG
    Circuit.JPG
    5.9 KB · Views: 481
Physics news on Phys.org
can you please indicate what is the direction of each loop in your solution (clockwise or counterclockwise) .. so I can follow your solution and check ..
 
You made a mistake from here

-10i1 -10i2 + 1 - 5i2 = 0--->

4)-10i1 + 1 - 15i2 = 0 : this is the correct equation.

The potential increases from B to A as the current i3 flows from A to B. The change of the potential across the 10 ohm resistor is 10*i3: U(A)=10*i3+U(B). The potential difference between A and B is U(A)-U(B)=10*i3.

ehild
 
thebigstar25 said:
can you please indicate what is the direction of each loop in your solution (clockwise or counterclockwise) .. so I can follow your solution and check ..


The left hand loop is clockwise running EFAB
the right hand loop is counterclockwise running DABC

You made a mistake from here

-10i1 -10i2 + 1 - 5i2 = 0--->

4)-10i1 + 1 - 15i2 = 0 : this is the correct equation.

ok if i use the above equation then i get stuck trying to find a value for i1



4)-10i1 + 1 - 15i2 = 0

equation 2 - 4

20i1-9 - 5i2 = 0
-10i1 + 1 - 15i2=0

10i1 + 10 -20i2 = 0

how do i proceed as I can’t get cancel out the i1 or i2 to get a result
 
Last edited:
victoriafello said:
equation 2 - 4

20i1-9 - 5i2 = 0 (2)
-10i1 + 1 - 15i2=0 (4)

10i1 + 10 -20i2 = 0 Wrong

how do i proceed as I can’t get cancel out the i1 or i2 to get a result

There are several ways to proceed. For example, you can multiply eq.(4) by 2 an then add it to eq (2):

-20i1 + 2 - 30i2=0 (4a)
20i1-9 - 5i2 = 0 (2) (2)
_____________________

-7-35i2=0

go ahead.

ehild
 
ehild said:
There are several ways to proceed. For example, you can multiply eq.(4) by 2 an then add it to eq (2):

-20i1 + 2 - 30i2=0 (4a)
20i1-9 - 5i2 = 0 (2) (2)
_____________________

-7-35i2=0

go ahead.

ehild

Ok so rearrange

-35i2 = -7

i2 = 5

then substitue to find i1

10i1 + 1 - 15*5 = 0

10i1 -59 = 0

i1 = 5.9 ?

i3 = 10.9

i am really confusing myself now,
 
victoriafello said:
Ok so rearrange

-35i2 = -7

i2 = 5

then substitue to find i1

10i1 + 1 - 15*5 = 0

10i1 -59 = 0

i1 = 5.9 ?

i3 = 10.9

i am really confusing myself now,

All wrong. Amazing!


You have the equation:

-7-35*i2=0

add 35i2 to both sides (the equation stays valid if you add, subtract, multiply or divide both sides with the same quantity.)

-7=35*i2

Divide both sides by 35:

-7/35 = i2 --->i2=-0.2 A

Could you follow?

ehild
 
-35i2 = -7
This is wrong. It should be
35i2 = -7
 
ehild said:
All wrong. Amazing!

You have the equation:

-7-35*i2=0

add 35i2 to both sides (the equation stays valid if you add, subtract, multiply or divide both sides with the same quantity.)

-7=35*i2

Divide both sides by 35:

-7/35 = i2 --->i2=-0.2 A

Could you follow?

ehild

ok i follow that, sorry for all the mistakes but i am only learning !

Now I need to get i1 so if I use E2

20i1 – 9 – (5*-0.2) = 0
20i1 – 9 – 1

20i1 – 10 = 0

Add 10

20i1 = 10
Divide by 20

So i1 = 0.5A

And therefore i3 = i1 + i2

0.5A + -0.2A = 0.3A

i have checked this though so i hope no more errors
 
  • #10
victoriafello said:
ok i follow that, sorry for all the mistakes but i am only learning !

Now I need to get i1 so if I use E2

20i1 – 9 – (5*-0.2) = 0 wrong

i have checked this though so i hope no more errors

How old are you?

20i1 – 9 – (5*-0.2) = --->

5*(-0.2)=-1

-(-1)=+1

20*i1-9+1=0

20*i1 - 8 =0

20*i1 = 8

i1 = 8/20

i1 = 0.4 A



ehild
 
  • #11
ehild said:
How old are you?





ehild

why does that matter - I'm 14 ?

so i make mistakes isn't that why i asked for help, if i knew the answer i wouldn't be here would i ?

thanks for the help (and making me feel bad) anyway
 
  • #12
victoriafello said:
why does that matter - I'm 14 ?

so i make mistakes isn't that why i asked for help, if i knew the answer i wouldn't be here would i ?

thanks for the help (and making me feel bad) anyway

Sorry, I did not want to make you feel bad. I asked your age because you know a lot of Physics for your age, so I wondered why do you make so silly mistakes in Maths. Forgive, me please...

ehild
 
  • #13
ehild said:
Sorry, I did not want to make you feel bad. I asked your age because you know a lot of Physics for your age, so I wondered why do you make so silly mistakes in Maths. Forgive, me please...

ehild

Thats ok,
Thanks for all the help :approve:
 
  • #14
victoriafello said:
using kirchhoffs laws -

1) i3 = i1+i2

FOR THE LOOP AFEBCD

2) 20i1 - 10 + 1 - 5i2 = 0

THEN FOR LOOP ABCD

3)-10i3 + 1 - 5i2 = 0

Hi. I'd like to ask a question about this. In setting up the equations 2 and 3, I don't really get why the signs of the terms are what they are. For example, in equation2), 20i1 was positive but 5i2 was negative. And then in equation 3 they are both negative. When I had a go at this from scratch, I had the signs in equation 2 the other way around and needless to say i got different answers. I had the direction of the current just as victoriafello did too.
Any clarification is appreciated.
 
  • #15
sand said:
Hi. I'd like to ask a question about this. In setting up the equations 2 and 3, I don't really get why the signs of the terms are what they are. For example, in equation2), 20i1 was positive but 5i2 was negative. And then in equation 3 they are both negative. When I had a go at this from scratch, I had the signs in equation 2 the other way around and needless to say i got different answers. I had the direction of the current just as victoriafello did too.
Any clarification is appreciated.

If you assign directions to the current, then going round them you have to respect the directions you've allocated. If you go round the loop through a resistor following the same direction as the current, the value will be negative (-i x R) because that's what a resistor does. If you go the other way round when calculating the loop, you have to make the sign positive. When you go through a cell or battery you have to respect the potential difference. When you go from the negative terminal to the positive terminal you use the positive V and negative V for the other direction.
Is that clear?
 
  • #16
Thanks
 

Similar threads

Replies
4
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
16
Views
2K
Replies
22
Views
4K