Loop Currents for Circuits (using matrix)

AI Thread Summary
The discussion focuses on solving a circuit problem using the loop current method and matrix algebra. The user successfully derived equations for three loops and created a matrix to solve for the currents, resulting in i1 = 2, i2 = 0, and i3 = -2. Clarifications were provided on interpreting zero and negative currents, explaining that a zero current indicates no flow through a resistor, while a negative current indicates flow in the opposite direction of the assumed current. The calculations for the actual current through specific resistors were discussed, emphasizing the need to sum the contributions from different loop currents. Overall, the user gained clarity on their approach and the implications of their results.
mneox
Messages
35
Reaction score
0

Homework Statement



rhkfhd.jpg


The question is just asking to find the current through each of the resistors.
Our teacher taught us this loop current method, and then we have to use a matrix to solve for the currents.

i1 denotes loop 1 and current, etc.

Homework Equations



Loop 1: 4i1 - 2i2 - i3 = 10
Loop 2: -2i1 + 7i2 - 2i3 = 0
Loop 3: -i1 - 2i2 + 3i3 + E = 0

And we know i3 = -2

The Attempt at a Solution



Alright so when I put these four equations as a matrix, I get:

4 -2 -1 0 | 10
-2 7 -2 0 | 0
-1 -2 3 1 | 0
0 0 1 0 | -2

Where first column goes is for i1, second is for i2, fourth is E.

When I put the matrix in rref, I get:

i1 = 2
i2 = 0
i3 = -2
E = 8

Now I'm wondering if I did something wrong. How can the current be 0A or -2A?

And how would I calculate the current traveling through the bottom 1Ω resistor? Would I get negative currents again?

Thanks, I'm just wondering what I did wrong if anything, or how is it possible to have current of zero or below zero.
 
Physics news on Phys.org
um, sorry to bump but anybody?
i'm still lacking clarity, any sort of input would be greatly appreciated...thanks
 
Your solution for the loop currents and E is good. Now you have to determine the real currents flowing through each resistor. In case of a common resistor of two loops, you have two loop currents which flow in opposite directions, so you have to subtract one from the other to get the real current. A negative result means that the current flows opposite to the assumed direction.

As for the bottom 1 ohm resistor, i1 current flows downward and i3 upward, so I=i1-i3=2-(2) = 4A downward.
As for the 2 ohm resistor on the right, the current flowing from right to left is i2-i3 =0-(-2)=2A.

You have i2 current flowing through the 3 ohm resistor, and it is zero. That means zero potential difference across its terminals.

ehild
 
mneox said:
When I put the matrix in rref, I get:

i1 = 2
i2 = 0
i3 = -2
E = 8
Okay, so far so good! :approve:
Now I'm wondering if I did something wrong. How can the current be 0A or -2A?
You need to sum the individual currents through a given resistor to find the total current through that particular resistor.
And how would I calculate the current traveling through the bottom 1Ω resistor? Would I get negative currents again?
If you get a negative current, it just means the current is in the opposite direction of how you defined it. But since you will be arbitrarily defining the direction of currents anyway, getting negative currents is expected about half the time. More on that below.
Thanks, I'm just wondering what I did wrong if anything, or how is it possible to have current of zero or below zero.
It's easy to have a current of zero. It just means no current is flowing through that resistor. A current below zero just means its moving opposite to how you defined the direction.

You have all the information you need already, and have already used it, although you just might not know it yet. You took a shortcut when you created your loop equations (there isn't anything wrong at all with your shortcut, just make sure you know why it's valid). Let me explain with an example. Consider your first loop, Loop 1.

Loop 1: 4i1 - 2i2 - i3 = 10

You create current loops by summing all of the voltage drops around the loop. According to one of Kirchhoff's laws, the sum of all the voltage drops around a given loop must equal zero.

So in this case,
Voltage drop across the top 1Ω resistor
+ Voltage drop across the vertical 2Ω resistor
+ Voltage drop across the bottom 1Ω resistor
+ Voltage drop across the 10 V supply
= 0​
where all the voltage drops are measured from + to - in the direction of i1 (You could instead sum the voltage increases that go from - to +, rather than voltage drops [which go from + to -], if you wish. Just pick a convention and stick with it.)

So your Loop 1 equation becomes,

(1 Ω)i1 + (2 Ω)(i1 - i2) + (1 Ω)(i1 - i3) -(10 V) = 0

Do you see how I did that? Check to make sure that this matches your version of Loop 1. Now you already know how much current goes through each resistor in that loop. For example, through the 2 Ω resistor it is i1 - i2, and in the direction of i1.

Now do the same thing for your Loop 2. This time, you'll find that the current through the vertical 2 Ω resistor is i2 - i1, but this time in the direction of i2. The calculation gives you the opposite sign. But since the current is in reference to something in the opposite direction it all works out.
 
ehild said:
Your solution for the loop currents and E is good. Now you have to determine the real currents flowing through each resistor. In case of a common resistor of two loops, you have two loop currents which flow in opposite directions, so you have to subtract one from the other to get the real current. A negative result means that the current flows opposite to the assumed direction.

As for the bottom 1 ohm resistor, i1 current flows downward and i3 upward, so I=i1-i3=2-(2) = 4A downward.
As for the 2 ohm resistor on the right, the current flowing from right to left is i2-i3 =0-(-2)=2A.

You have i2 current flowing through the 3 ohm resistor, and it is zero. That means zero potential difference across its terminals.

ehild

Thanks for clarifying ehild! I understood my answer much better through your reply.

collinsmark said:
Okay, so far so good! :approve:

You need to sum the individual currents through a given resistor to find the total current through that particular resistor.

If you get a negative current, it just means the current is in the opposite direction of how you defined it. But since you will be arbitrarily defining the direction of currents anyway, getting negative currents is expected about half the time. More on that below.

It's easy to have a current of zero. It just means no current is flowing through that resistor. A current below zero just means its moving opposite to how you defined the direction.

You have all the information you need already, and have already used it, although you just might not know it yet. You took a shortcut when you created your loop equations (there isn't anything wrong at all with your shortcut, just make sure you know why it's valid). Let me explain with an example. Consider your first loop, Loop 1.

Loop 1: 4i1 - 2i2 - i3 = 10

You create current loops by summing all of the voltage drops around the loop. According to one of Kirchhoff's laws, the sum of all the voltage drops around a given loop must equal zero.

So in this case,
Voltage drop across the top 1Ω resistor
+ Voltage drop across the vertical 2Ω resistor
+ Voltage drop across the bottom 1Ω resistor
+ Voltage drop across the 10 V supply
= 0​
where all the voltage drops are measured from + to - in the direction of i1 (You could instead sum the voltage increases that go from - to +, rather than voltage drops [which go from + to -], if you wish. Just pick a convention and stick with it.)

So your Loop 1 equation becomes,

(1 Ω)i1 + (2 Ω)(i1 - i2) + (1 Ω)(i1 - i3) -(10 V) = 0

Do you see how I did that? Check to make sure that this matches your version of Loop 1. Now you already know how much current goes through each resistor in that loop. For example, through the 2 Ω resistor it is i1 - i2, and in the direction of i1.

Now do the same thing for your Loop 2. This time, you'll find that the current through the vertical 2 Ω resistor is i2 - i1, but this time in the direction of i2. The calculation gives you the opposite sign. But since the current is in reference to something in the opposite direction it all works out.


collinsmark, thanks for the superb post. It was incredibly thorough and clear.

Regarding your comment about my equation:
4i1 - 2i2 - i3 = 10

Sorry about that. I actually did some other steps to reach that above equation but it was just too strenuous to type out all the work I did haha, so I settled for the final equations.

But again, thanks for your time and explanation. It most definitely helped!

Thanks to both you guys, cheers :biggrin:
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top