1

enter image description here

For the above typical circuit, when the transistor is off many texts show the current directions as shown in pink colour. I also know from basic circuit theory: "The algebraic sum of all currents entering and exiting a node must equal zero"

During the transient when the transistor is off let's stop the time and check the nodes.

I look at node m and node n and try to apply KCL:

at node m Id = I_L

at node n Id = I_L + I_x

which results as Id ≠ Id

Where am I wrong here?

(Is this phenomena similar to this situation?)

user16307
  • 11,802
  • 51
  • 173
  • 312
  • 2
  • 2
    Um. \$I_x=0\$. So all is good. – jonk Oct 20 '17 at 01:23
  • @jonk If Ix = 0, then Id = I_L at any moment when the transistor is off. But Id and I_L are different in simulations and Ix is not zero. Have you tried simulating this? – user16307 Oct 20 '17 at 01:34
  • 2
    @user16307 How would you want me to simulate this, exactly? Care to provide a ***full*** schematic to try out? In any case, it all works out just fine and KCL is always working fine. The universe would explode if currents accumulated. So there is no worry. Sometimes, you have to be aware of parasitics (if simulating) and also alternate pathways. But the current sums all work out. – jonk Oct 20 '17 at 01:37
  • Input to transistor gate is a high freq. pulse and during this operation at any moment when the transistor is off Id and I_L are different in simulations and Ix is not zero. – user16307 Oct 20 '17 at 01:38
  • @user16307 Provide complete schematic and perhaps we can show you the paths. The sums ***always*** work out, though. Nodes ***never*** accumulate charge (in reality.) Spice, of course, is usually NOT charge-conserving. So slight errors may arise there. – jonk Oct 20 '17 at 01:39
  • So check the drain current of the FET. It's probably non-zero due to some parasitic capacitances. – The Photon Oct 20 '17 at 01:57
  • 1
    @ThePhoton I think you are right. There is an interval during transition(from on to off for the transistor) where the sum of drain current and diode current is equal to inductor current; after that the drain current goes to zero and the diode current settles to the same as resistor current. I neglected the effect of the FET's discharge, that was the mistake. – user16307 Oct 20 '17 at 02:12

1 Answers1

-1

There should be no I_x current as both node n and the positive terminal of your source are at the same potential.

mindforge
  • 59
  • 4
  • Input to transistor gate is a high freq. pulse. And during this operation at any moment when the transistor is off Id and I_L are different in simulations and Ix is not zero. – user16307 Oct 20 '17 at 01:37
  • 1
    @user16307 if I_x is not zero, neither is the current through your “off” transistor. – Edgar Brown Feb 11 '19 at 16:17
  • There is zero resistance between the positive source terminal and node n so they are, in effect, the same. I_x is the current delivered by the source. – Finbarr Jun 13 '19 at 12:31