Help solving First Order RL circuit

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
Chandasouk
Messages
163
Reaction score
0
http://img713.imageshack.us/i/39642770.jpg

At time t = 0_

The circuit looks like the voltage source in series with R1 and R2 with the inductor acting like a short circuit.

iL (0_) = 60V/50Ω = 1.2A

At t = 0+

The circuit looks like

http://img839.imageshack.us/i/52735488.jpg

Would iL(0 +) be a different current or the same? I have a feeling it would be the same.

It is true that the inductance current remains the same right before and right after the switch is activated because the current through the inductor can't change instantaneously right?

Any help on solving fr iL( 0+) and iL(t) would be appreciated
 
Physics news on Phys.org
Yes, it is true that the current cannot change instantaneously in a coil because consider the following equation,

[tex]u_L(t) = L \frac{di_L}{dt}.[/tex]​

Let's assume [tex]i_L(0^-) \neq i_L(0^+)[/tex], that is, [tex]i_L(t)[/tex] is not continuous at [tex]t = 0[/tex]. Then the derivative in the first equation is not bounded, and this means a voltage drop that goes to infinity, which is not physically possible.

I will now present to you an additional proof. Let us separate variables in the first equation and integrate; you will get this:

[tex]i_L(t) = i_L(t_0) + \frac{1}{L}\int_{t_0}^{t} u(\tau) d\tau.[/tex]​

Let us study what happens when [tex]t=0^+[/tex] and [tex]t_0 = 0^-[/tex]; we obtain

[tex]i_L(0^+) = i_L(0^-) + \frac{1}{L}\int_{0^-}^{0^+} u(\tau) d\tau.[/tex]​

Now, provided that the function [tex]u(\tau)[/tex] is bounded, it vanishes. This means that in a very idealized situation, when you have sharp voltage surges (mathematically idealized with what are known as Dirac delta "functions"), you could get a non-continuous function for the current in a coil. However, you don't need to worry, as this is a mathematical treatment of an idealized situation. In real life, you'll always have a small but non-zero resistance in a cable which is apparently a short circuit.

For [tex]i_L(t)[/tex], you'd need to get differential equations with Kirchhoff's laws and the relationship between voltage drop and current (see the first formula) in an inductor and then solve it, using the initial value you have determined.

Hope this helps. :)
 
I try solving using node equations

I make a node called V1 where the three resistors intersect each other and another node called VL above the inductor

The node equation for V1 is

(V1-60)/30 + V1/60 + (V1-VL)/20 = 0

V1/30 - 2 + V1/60 + V1/20 - VL/20 = 0

The node equation for VL is

(VL-V1)/20 + 1.2 = 0

VL/20 = V1/20 - 1.2

VL = V1 -24

Plugging that back in the node equation for V1

V1/30 - 2 + V1/60 + V1/20 - (V1-24)/20 = 0

V1/30 - 2 + V1/60 + V1/20 - V1/20 + 24/20 = 0

V1 = -24

so VL = -24 - 24 = -48V ?

I have a feeling something is wrong.
 
You don't need to solve for the voltage drop in the inductor. Assume that for [tex]t \geq 0[/tex], the current in the branch to the left is [tex]i_1[/tex] going up, the branch in the middle has a current of [tex]i_2[/tex] going down, and the branch to the right has [tex]i_L[/tex] going down as already indicated in your diagram. We use Kirchhoff's voltage law for the left mesh:

[tex]V_s = R_1 i_1(t) + R_3 i_2(t)[/tex]​

and for the right mesh,

[tex]R_3 i_2(t) = R_2 i_L(t) + L \frac{d i_L}{dt}[/tex]​

and then apply Kirchhoff's junction rule to the node on top:

[tex]i_1(t) = i_2(t) + i_L(t).[/tex]​

Now, all you need to do is, for instance, plug the value of [tex]i_1(t)[/tex] from the last equation into the first equation, and from this new equation, solve for [tex]i_2(t)[/tex] and finally, plug this value of [tex]i_2(t)[/tex] into the equation in the middle. This will produce a first order linear differential equation in [tex]i_L(t)[/tex], where the initial value is none other than [tex]i_L(0^-) = i_L(0^+) = i_L(0)[/tex], which you will need to solve for the constant of integration that appears.

Once you have [tex]i_L(t)[/tex], all you need to do is differentiate it with respect to time and multiply it by [tex]L[/tex] to get the voltage drop in the coil as a function of time.

Good luck. ;)