Current in a loop (Kirchhoff's Laws)

  • Thread starter Thread starter maxsthekat
  • Start date Start date
  • Tags Tags
    Current Laws Loop
AI Thread Summary
The discussion revolves around calculating currents I1, I2, and I3 in a circuit using Kirchhoff's Laws. The user initially attempts to apply Kirchhoff's voltage laws to set up equations for the big loop, top loop, and bottom loop, resulting in a matrix that leads to a row of zeros, indicating infinite solutions. The user realizes that an additional equation, I1 = I2 + I3, is necessary to resolve the system. Once this equation is included, the matrix can be solved successfully. The importance of including all relevant equations in circuit analysis is emphasized.
maxsthekat
Messages
55
Reaction score
0

Homework Statement


Given the following circuit:
gian1940.gif


Calculate the currents I1, I2, and I3
The given resistances are:
r: 1.05 ohm
R1: 11.7 Ohm
R2: 10.5 Ohm
R3: 7.20 Ohm
R4: 14.3 Ohm
R5: 18.8 Ohm

The given emf's are:
E1 = E2: 9.0 V
E3: 3.0 V

Homework Equations


We know Kirchhoff's laws for current and voltage. Namely, Iin = Iout for any junction, and voltage around any loop must = 0.


The Attempt at a Solution


I attempted to use Kirchhoff's voltage laws around the big loop (all the way around the outside), the upper (top) loop, and the lower (bottom) loop. Then, I put these into a matrix, and tried to use the reduced row echelon form (rref) to solve for the currents.

Big loop:
E3 - I3r - I3R5 - I1R1 + E1 - I1r - I1R3 - I3R4 = 0

This is equivalent to: I1(-R1 - r - R3) + I2(0) + I3(-r - R5 - R4) = -E3 - E1

Top loop:
E2 - I2r - I2R2 - I1R1 + E1 - I1r - I1R3 = 0

Equivalent to: I1(-R1 - r - R3) + I2(-r - R2) + I3(0) = E2 - E1

Bottom loop:
E3 - I3r - I3R5 + I2R2 + I2r - E2 - I3R4 = 0

Equivalent to: I1(0) + I2(R2 + r) + I3(-r - R5 - R4) = -E3 + E2

Resultant matrix
Code:
[(-R1 - r - R3)       0      (-r - R5 - R4)  ]  [ I1 ]      [ -E3 - E1  ]
[(-R1 - r - R3)  (-R2 - r)       0            ]  [ I2 ]  =  [  E2 - E1  ]
[       0         (R2 + r)  (-r - R5 - R4)   ]  [ I3 ]      [ -E3 + E2 ]

However, the rref of this matrix ends up with a row of all 0's (implying infinite solutions). Therefore, I'm assuming there is a mistake in how I went around the loops and setup the equations. Can anyone help?
 
Physics news on Phys.org
Aha! Solved it. I needed one more equation, which I neglected.

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

with this, the matrix can be solved :)
 
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