Solve RL Circuit Homework: KVL, Voltage, Current, Time

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
KillerZ
Messages
116
Reaction score
0

Homework Statement



The switch has been closed for a long time.
169hnc1.jpg


a) Current flowing through inductor. Voltage across it. IS any current flowing through the resistor.

b) The switch opens at t = 0s. Find an equation for the inductor voltage as a function of time for t > 0. How long does it take for the inductor to reach 10% of its maximum value?

Homework Equations



Kirchhoff's Voltage Law (KVL)

The Attempt at a Solution



a) 1A is flowing throw through the inductor as the circuit is stable and the inductor is replaced with a short circuit this causes the resistor to have no current through it and the inductor to have no voltage across it.

b) This is where I am not sure about:

t > 0

ru4d8g.jpg


I used the KVL equation around the circuit to get:

[tex]-(100)10^{-3}\frac{di_{L}}{dt} + 1i_{L} = 0[/tex]

I am not sure if this is the right way to do this.
 
Physics news on Phys.org
-L *di/dl is the emf arising if the current change. So your equation is

[tex] -0.1\frac{di_{L}}{dt} = 1i_{L} [/tex]


The starting condition is [tex] I_{L}(0)=1 A[/tex]

The equation is easy to solve.

ehild
 
Ok I attempted this and here is what I got:

KVL:

[tex]iR + v = 0[/tex]

[tex]iR + L\frac{di}{dt} = 0[/tex]

[tex]\frac{di}{dt} = -\frac{iR}{L}[/tex]

[tex]-\frac{di}{i} = \frac{R}{L}dt[/tex]

[tex]-lni + C = \frac{R}{L}t[/tex]

[tex]I_{L}(0)=1 A[/tex]

[tex]-ln1 + C = \frac{R}{L}0[/tex]

[tex]C = 0[/tex]

[tex]-lni + 0 = \frac{R}{L}t[/tex]

[tex]0 = \frac{R}{L}t + lni[/tex]

[tex]1 = e^{\frac{R}{L}t} + i[/tex]

[tex]i = 1 - e^{\frac{R}{L}t}[/tex]

[tex]v = L\frac{di}{dt}[/tex]

[tex]v = L\frac{d(1 - e^{\frac{R}{L}t})}{dt}[/tex]

[tex]v = -Re^{\frac{R}{L}t}[/tex]
 
KillerZ said:
[tex]0 = \frac{R}{L}t + lni[/tex]

Is is correct up to here, but wrong from here.

KillerZ said:
[tex]1 = e^{\frac{R}{L}t} + i[/tex]

You have a "* " instead of "+"

[tex]i = e^{-\frac{R}{L}t}[/tex]

[tex]v = \frac{di}{dt}[/tex]

[tex]v = L\frac{d(e^{-\frac{R}{L}t})}{dt}[/tex]

[tex]v = -Re^{-\frac{R}{L}t}[/tex]

ehild
 
Ok I got it thanks for the help.