Current in a loop (Kirchhoff's Laws)

  • Thread starter Thread starter maxsthekat
  • Start date Start date
  • Tags Tags
    Current Laws Loop
Click For Summary
SUMMARY

The discussion focuses on solving a circuit using Kirchhoff's Laws, specifically calculating the currents I1, I2, and I3 in a circuit with given resistances and electromotive forces (emfs). The resistances include R1: 11.7 Ohm, R2: 10.5 Ohm, R3: 7.20 Ohm, R4: 14.3 Ohm, R5: 18.8 Ohm, and the emfs are E1 = E2: 9.0 V and E3: 3.0 V. The user initially attempted to set up equations based on Kirchhoff's voltage laws but encountered a row of zeros in the reduced row echelon form (rref) of the matrix, indicating infinite solutions. The issue was resolved by adding an additional equation, I1 = I2 + I3, allowing for a complete solution.

PREREQUISITES
  • Understanding of Kirchhoff's Laws for current and voltage.
  • Familiarity with matrix operations, specifically reduced row echelon form (rref).
  • Basic knowledge of circuit components such as resistors and electromotive forces (emfs).
  • Ability to set up and solve systems of linear equations.
NEXT STEPS
  • Study advanced applications of Kirchhoff's Laws in complex circuits.
  • Learn about circuit simulation tools like LTspice for visualizing circuit behavior.
  • Explore methods for analyzing circuits using Thevenin's and Norton's theorems.
  • Investigate the impact of varying resistance values on current distribution in circuits.
USEFUL FOR

Students studying electrical engineering, circuit designers, and anyone interested in mastering circuit analysis techniques using Kirchhoff's Laws.

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 :)
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
3K
Replies
4
Views
1K
Replies
16
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
22
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K