Tell me more ×
Physics Stack Exchange is a question and answer site for active researchers, academics and students of physics. It's 100% free, no registration required.

My problem is with a circuit containing a resistor of suitable resistance $R$ and a solenoid. At time $t<0$, there was a battery that created a current in the circuit and at $t=0$, the battery is disconnected from the circuit.

Now I need to find the current as a function of the time $i(t)$, for which I've used Kirchhoff voltage law.

I know that the voltage drop across the resistor is $V=IR$, and the voltage across the solenoid is $V=-L\frac{di}{dt}$ where $L$ is the self-inductance of the coil.

Now, I don't know how to determine the sign of voltage across the solenoid. I mean, whether it's positive or negative..?

share|improve this question
1  
$L$ is a positive quantity. – C.R. Sep 30 '12 at 10:40
@Ziv: Hello Ziv & welcome to Physics.SE. Please refer to our homework policy before asking such questions 'cause we discourage when users ask us to solve their homework questions..! Also, Please use the TeX resource in this site for indicating math codez... as the one I've suggested..! – Crazy Buddy Sep 30 '12 at 11:05
1  
@ Crazy Buddy Thanks, this question is not my homework, it is a general question about determining the sign of the voltage of the coil in any circuit and in any state of the circuit: I'm actually asking about what is the convention about the sign in general, and the problem above is just an example. and about the math format- I just needed to write these 2 miniature equations, which are actually Ohm's law and deductive EMF equation which are Known and not my own calculation, and learning how to use Tex would have taken me a long time, so I figured it will be understood – Ziv Sep 30 '12 at 11:33
1  
The homework tag is appropriate, but this question seems fine because it's asking about a concept, not asking for a solution or for someone to check the work. – David Zaslavsky Sep 30 '12 at 12:08

1 Answer

up vote 1 down vote accepted

Actually, for electric circuits, the voltage across an inductor is

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

By the passive sign convention, the inductor current enters the terminal that is the more positive when $v_L>0$.

Here's what you do. Pick a direction for the inductor current by drawing an arrow pointing into one of the terminals. Label that arrow $i_L$. Now, place a plus sign at the terminal the current enters and a minus sign at the other terminal. This is the polarity of the inductor voltage $v_L$.

By the formula above, if the inductor current is increasing with time, $v_L>0$. If the inductor current is decreasing with time, $v_L < 0$.

enter image description here

You can't pick the "wrong" direction or polarity. The signs will take care of themselves.

Is you problem similar to this one?

enter image description here

When the switch has been in position 2 for a long time, the series electric current is constant and clockwise through the resistor, inductor, and source. Since there is only one current, the series current, let's just label that $i$ and have the arrow pointing into the left end of the resistor.

According to the passive sign convention, the polarity of our voltage variables, $v_R, v_L$ have the positive sign at the left end of the resistor and the top end of the inductor.

Since the current is constant, $v_L = 0$, thus $i=E/R$ and $v_R = E$ for $t<0$.

If at $t=0$ the switch is (instantaneously) changed to position 1, The current through the inductor must be same at $t=0+$ as at $t=0-$, i.e., the current through the inductor is continuous.

With the same current as before, the voltage across the resistor $v_R(0+) = E$. But now, this means that $v_L(0+) = -E$ by KVL (sum of voltage drops around a closed loop is zero). This implies that the current through the inductor is decreasing (negative time rate of change) which is what you should expect!

We have the initial condition, $i(0+) = E/R$, and the form of $i(t)$ is the well known decaying exponential:

$i(t) = \dfrac{E}{R}e^{-\frac{t}{\tau}}, \tau = \dfrac{L}{R}, t>0$

share|improve this answer
Yes, this is exactly the circuit I meant in my example – Ziv Oct 1 '12 at 7:40
@Ziv, have you worked it out? – Alfred Centauri Oct 1 '12 at 12:04
No, I'm still trying to understand. My Lecturer says that I can arbitrarily determine the direction of the current in any circuit (any circuit and at any state) - is this what you meant by the arrow ? – Ziv Oct 1 '12 at 13:20
When I'm trying to solve circuit problems I'm marking points of potential between components, so that the voltage of/(on?) a component is the difference between potential points that are at the ends of it. – Ziv Oct 1 '12 at 13:25
Case one: the battery is part of the circuit: I choose the current's direction to be clockwise, and the current is increasing in time. And let's say that I have 3 points of potential: V1 between the battery and the resistor, V2 between the resistor and the coil, and V3 between the coil and the battery. Then now: V(resistor)= V1-V2 = I*R; V(coil)= V2-V3= L*di/dt; V(battery)= V (Known) – Ziv Oct 1 '12 at 13:32
show 6 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.