1

enter image description here

update:

enter image description here

How do I calculate current in this circuit if switch close at t=0 and the circuit initial conditions are \$IL1(0)=2A\$?

  • 1
    Insert initial conditions using .ic as a spice directive and try it. – winny Jan 03 '21 at 17:29
  • 2
    If the two inductors are in series in this manner, what interpretation can you ascribe to `L1(0)=2 A,L2(0)=0`? Can you reconcile it with Kirchoff's Current Law? – nanofarad Jan 03 '21 at 17:36
  • assuming the problem is valid and does not use ideal elements, assume L1 is also a resistor of R1 ohms and L2 of R2. then assume that the connection L1-L2 is 0 ohms (because why not?)... – Abel Jan 03 '21 at 19:17

3 Answers3

1

This is an invalid circuit, if you expect to use the conventional circuit analysis techniques and assume that the elements are ideal. So you can't do any meaningful analysis.

Your initial conditions specify that the current through the two inductors is different, but they are connected in series. Our definition of series is that the two elements must have the same current because of how they are connected together.

Elliot Alderson
  • 31,192
  • 5
  • 29
  • 67
0

To answer the question you pose in your comment (changeing the circuit to include parallel resistors) - I would find whatever quantities I was interested in with Laplace. This will give you closed form solutions. If you don't care about the current in the resistors you can obviously lump them together to simplify your circuit.

Here is the new circuit in Laplace domain. Solve it using usual circuit methods (the voltage source is \$L_{1}I_{0}\$ where \$I_0\$ is the initial current through inductor \$L_1\$. Once you find an equation for the quantity of interest, transform it back to time-domain. Here is a great table of Laplace transform pairs.

enter image description here

I simulated this with \$L_1 = 2mH\$, \$L_2 = 3mH\$, \$R_{EQ}=500\Omega\$, and \$I_0=2A\$ and the resulting current through the equivalent resistor is plotted below.

enter image description here

p.s. If you apply this same method to your original circuit and solve for the voltage across either inductor - you will see that the inverse Laplace will produce a dirac delta, \$\delta(t)\$. This would be the infinite voltage that Elliot Alderson explains in his comment. Also, here and here are a couple of other examples where I work out a Laplace solution.

UPDATE: Per your request, I added the differential equations (inductor voltages) which you can use in writing KVL and KCL equations, and then solve with your initial conditions.

enter image description here

UPDATE 2: Per your latest request, I show the network below that you would solve for the desired quantity (using differential equations and your initial conditions).

enter image description here

I solved for \$i_{L1}\$ using Laplace and show it below - your work should result in the same: $$i_{L1}(t)=0.80 + 1.20e^{\frac{-10}{3}t} \text{ A}$$

relayman357
  • 3,415
  • 1
  • 8
  • 20
  • can we analyse the circuit by not using laplace? i am studying circuit analysis in RLC chapter.I have not studied laplace transform yet. – Jittinan Suwanrueangsri Jan 04 '21 at 04:33
  • Yes, you write the differential equations (e.g. \$v=L\frac{di}{dt}\$) for the inductor voltages and solve the circuit with KVL. Then solve for desired quantities using initial conditions. Laplace just greatly simplifies this by making it an algebra problem. – relayman357 Jan 04 '21 at 12:45
  • When L1 discharge some current pass through R and charge L2 in the same time.L1 discharge current also depend on L2 and R.L1 cannot be replaced with constant current source. Can you write differential equation for this example? – Jittinan Suwanrueangsri Jan 04 '21 at 15:42
  • I added a picture to show the differential voltages across the inductors (which are also impressed across their parallel resistors). From these you can write KVL and KCL equations and then solve them using the initial conditions. Surely your teacher is explaining this. – relayman357 Jan 04 '21 at 16:36
  • thank your lelayman357 but I mean 1 resister parallel with 2 inductor. I have just updated circuit in my question. – Jittinan Suwanrueangsri Jan 04 '21 at 18:12
  • Ok, I added an UPDATE 2 to show the network in d.e. form, and to show you the equation I derived using Laplace for the L1 current. This should give you a good target. I think we have exhausted this question - I recommend you make new questions for further questions that may go afield of what we have covered here. Hang in there. – relayman357 Jan 04 '21 at 20:17
  • finally,when it is in steady state L1 current should be zero because power is dissipated through R.but from your equation is 0.8. – Jittinan Suwanrueangsri Jan 05 '21 at 01:58
  • @JittinanSuwanrueangsri, I double-checked it and it is correct result. If you simulate it, you will get the same result. But, this is not a physically realizable circuit (not considering superconductor physics) because any real inductor has some resistance which will dissipate energy. – relayman357 Jan 05 '21 at 14:46
  • can you write differential equation for this circuit which can be solved to your answer? – Jittinan Suwanrueangsri Jan 05 '21 at 15:33
  • 1
    now i can solve 2 DE form kvl and kcl.i get the same answer as yours. – Jittinan Suwanrueangsri Jan 05 '21 at 16:32
0

This impossible initial condition, would create an impossible infinite voltage at t>0 and lose energy in the arc. V=LdI/dt.

If you had a transfer switch of 0 Ohms you could compute the total energy in the inductors and assume the final energy is the same with the added inductance L1+L2 to compute the new current and ignore reality. $$E=1/2 (L_1I_1^2+L_2I_2^2)=1/2(L_1+L_2)I_{new}^2$$ and solve for I-new.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182