Current through inductor in a circuit with a sinusoidal voltage source

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
2 replies · 3K views
AbbeAbyss
Messages
6
Reaction score
0

Homework Statement



http://www.wifstrand.se/Albert/stuff/p7.7-1.png

Homework Equations



vL = L * (diL / dt).

All of the inductors can be reduced to a single 8 H inductor, so

iL = (6 / 8) * ∫ cos 100t dt = 0.0075 sin 100t

if you integrate from 0 to t.

The Attempt at a Solution



The formula states that iL = iL(t0) + ∫ vL dt if you integrate from some initial condition current t0 to t. I get the correct answer if I integrate from 0 to t, but I fail to see what iL(t0) is and how we can use 0 for the lower bound.

It seems as if we can just assume that t0 = 0 and that iL(t0) = 0, if so, why is that?
 
Last edited by a moderator:
Physics news on Phys.org
AbbeAbyss said:

Homework Statement



http://www.wifstrand.se/Albert/stuff/p7.7-1.png

Homework Equations



vL = L * (diL / dt).

All of the inductors can be reduced to a single 8 H inductor, so

iL = (6 / 8) * ∫ cos 100t dt = 0.0075 sin 100t

if you integrate from 0 to t.

The Attempt at a Solution



The formula states that iL = iL(t0) + ∫ vL dt if you integrate from some initial condition current t0 to t. I get the correct answer if I integrate from 0 to t, but I fail to see what iL(t0) is and how we can use 0 for the lower bound.

It seems as if we can just assume that t0 = 0 and that iL(t0) = 0, if so, why is that?

You have di/dt = V/L so
i = ∫(V/L)dt + constant (indefinite integral + a constant)

To evaluate the constant, asume V = 0 for t < 0. Then, at t = 0, a sudden voltage V = 6V is applied to L. What is the current then at t = 0? What is the constant? Do you see now why your last statement is correct?
 
Last edited by a moderator:
rude man said:
You have di/dt = V/L so
i = ∫(V/L)dt + constant (indefinite integral + a constant)

To evaluate the constant, asume V = 0 for t < 0. Then, at t = 0, a sudden voltage V = 6V is applied to L. What is the current then at t = 0? What is the constant? Do you see now why your last statement is correct?

Yes, I see now that at t = 0 (or rather t = 0+ denoting the exact moment the voltage 6 * cos 0 is applied) the current is 0 since the current through an inductor can't change instantaneously, thanks.