Electronic – Current of inductor in parallel to resistor

currentinductorresistors

When a resistor and an inductor are in series, by simple writing down all the voltages and using integral, the current of the inductor could be calculated.

schematic

simulate this circuit – Schematic created using CircuitLab

\$ v – IR – L (dI/dt) = 0\$

\$ I(t) = (V/R) * (1 – e^{-tR/L}) \$

But in the circuit shown below, writing the voltages doesn't do much help since when I use integral on the equation, the charge of the inductor appears (integral of current by time) which I don't have any answer for and don't think is part of the equation. So how should I try to find the formula for the current of the inductor?

schematic

simulate this circuit

Best Answer

Are there any solutions beside using the Norton or Thevenin equivalence theorems?

Yes, if you know the solution for the first circuit, you can reason out the solution to the second.

The correct solution to the first circuit is:

$$i(t) = \frac{V}{R} + \left(I_0 - \frac{V}{R} \right)e^{-tR/L}$$

where \$I_0\$ is the initial current (the current when \$t = 0\$).

Since, like the first circuit, there is one inductor, the solution will be of the form

$$i_L(t) = I_{ss} + \left(I_0 - I_{ss} \right)e^{-t/\tau}$$

where \$I_{ss}\$ is the steady state current (the current for \$t \rightarrow \infty\$)

The steady state current is (replace the inductor with a wire) easily found to be

$$I_{ss} = \frac{V}{R_1}$$

The time constant \$\tau\$ is found by zeroing the voltage source and finding the equivalent resistance the inductor 'sees' which is the two resistors in parallel

$$R_{eq} = R_1||R_2$$

and so

$$\tau = \frac{L}{R_1||R_2}$$


Of course, one could do this the hard way 'from scratch' and write the ODE for the second circuit:

$$v_L = V - (i_{R_2} + i_L)R_1$$

$$i_{R_2} = \frac{v_L}{R_2}$$

$$\Rightarrow v_L = V\frac{R_2}{R_1 + R_2} - i_L R_1||R_2$$

$$v_L = L\frac{di_L}{dt}$$

$$\Rightarrow \frac{di_L}{dt} + \frac{R_1||R_2}{L}i_L = \frac{V}{L}\frac{R_2}{R_1 + R_2}$$

You should solve this and verify that the solution is the same as what we reasoned to above. Also, this is precisely the ODE you would write by inspection if you used the Thevenin equivalent circuit approach.