Kirchoff's Laws Giving Singular System

  • Thread starter Thread starter Hertz
  • Start date Start date
  • Tags Tags
    Laws System
AI Thread Summary
The discussion revolves around using Kirchhoff's voltage law to establish a system of equations for calculating the currents through resistors in a circuit. The user struggles with creating a non-redundant set of equations, leading to a singular matrix with a determinant of zero. Suggestions include employing node voltage analysis, which involves identifying unknown voltages at nodes and applying Kirchhoff's current law (KCL) to derive equations. The user learns that by focusing on the two nodes associated with a specific resistor, they can determine all currents using Ohm's law. The conversation highlights the effectiveness of node voltage analysis over other methods like mesh current analysis for solving such circuit problems.
Hertz
Messages
180
Reaction score
8
Hi, I'm trying to use Kirchoff's voltage law to find a system of equations which I can use to find I1, I2, I3, I4, and I5; which are the respective currents going through each resistor in the image.

circuit1-2014.png


I have 5 unknowns so I need to find 5 non redundant equations. The problem is, every system of equations I come up with is singular. In other words... I am trying to set up a matrix equation ##A x = b## but my matrix A keeps having determinant zero!

Is there any general rule to follow in order to find a non redundant set of equations? This is really time consuming!

If you are curious, here is an example system which I came up with, but in some way it's redundant.
Code:
V = R1 I1 + R4 I4
V = R2 I2 + R5 I5
V = R1 I1 + R3 I3 + R5 I5
V = R2 I2 - R3 I3 + R4 I4
0 = R1 I1 - R2 I2 + R4 I4 - R5 I5
V is the voltage of the battery.
 
Physics news on Phys.org
I only see two unknowns. Maybe three.

Have you been introduced to node voltage or mesh current analysis?
 
My favorite analysis technique is node voltage analysis. Basically, you look at the circuit and you identify any unknown voltages, each unknown voltage is a node. In this circuit, there are only two. Then, at each node you use KCL to write that the total current leaving the node is 0. Then you solve those two equations in two unknowns to get the unknown voltages. All of the currents are then uniquely determined.
 
I'm confused, what are the unknowns you are seeing? I'm trying to find the current going through each resistor, and I0, the current going through the wires near the EMF. I need to know the answer of each of these six values.

I'm also not exactly sure what you mean by node voltage and current analysis. I'm familiar with both of Kirchoff's laws though.

e-
1. The total potential difference around any closed loop is zero.
2. At any node there is as much current leaving as is entering.
 
Last edited:
The only unknown voltages are the voltages at the two nodes touching R3. All other voltages are known. Call those two voltages Va and Vb. Then at Va and Vb write KCL.

Once you have Va and Vb then all of the currents are obtained through Ohms law.
 
  • Like
Likes Hertz
DaleSpam said:
The only unknown voltages are the voltages at the two nodes touching R3. All other voltages are known. Call those two voltages Va and Vb. Then at Va and Vb write KCL.

Once you have Va and Vb then all of the currents are obtained through Ohms law.

Oh I see! Thank you!

It's like magic...
 
Glad I could help!

There is another similar technique, called mesh current analysis. It is based on KVL, but I don't like it as much.
 
Thank you, I will surely look into it in due time :)
 
Back
Top