Friday 5 June 2015

grounding - Kirchhoff's Current Law at the ground node?


Can one do KCL at the ground node? Does any current go into the ground?


I think not, but I am not sure.


Bonus Question:


If yes, then how does grounding buildings drain the current into the Earth?



Answer



You can use KCL at the ground node.


First, because in many circuits, the "ground" node is not actually connected to earth ground or to anything external circuit at all. It's just another circuit node that we use as reference for measuring potential at other nodes in the circuit.


Second, even when the circuit is externally grounded, there is the cut-set form of KCL. A cut set is any set of branches of a circuit that, if they were cut, would split the circuit into two disconnected circuits (but if any one of them were not cut while the others were, the circuit would remain connected). The cut-set form of KCL is:




KCL (cut-set law) For all lumped circuits, for all time t, the algebraic sum of the currents associated with any cut set is equal to zero.



(source)


What that means is, if you consider all the places where your circuit connects to earth ground, the net current through them is zero. So therefore KCL can be applied to all the places where other elements of your circuit connect to the local ground node.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...