Solving Partial Circuit: Determine Current as Function of Time

  • Thread starter Thread starter Gear300
  • Start date Start date
  • Tags Tags
    Circuit Partial
AI Thread Summary
The discussion revolves around determining the current through an inductor in a partial circuit after a current pulse. Initially, the current is 10A for 200 microseconds, and the challenge is to find the current function for t > 200 microseconds. Participants apply Kirchhoff's method to derive differential equations, leading to the conclusion that the current just after the pulse is 63.9A. They clarify that while the current cannot jump instantaneously, it can be continuous, allowing for the use of the initial current value in subsequent calculations. The final consensus is that the initial current after the pulse can be found by equating the current values just before and after the pulse.
Gear300
Messages
1,209
Reaction score
9
Partial circuit shown in attachment. A current pulse is fed to the partial circuit shown in Figure P32.25. the current begins at zero, then becomes 10.0A between t = 0 and t = 200 microseconds, and then is zero once again. Determine the current in the inductor as a function of time. I1 is the current before the junction, I2 is the current through the resistor, I3 is the current through the inductor, and R is the 100 Ohm resistance.

The current is 0A when t < 0s. For t between 0 and 200 microseconds, I used Kirchoff's Method and came up with:
L*dI3/dt = (I1 - I3)*R...from here on I came up with a differential equation and got:
I3 = 10(1 - e^(-10000t), which is the answer I'm supposed to get, although when coming up this, I had to assume I1 was unaffected by the inductance and remained as 10A through the time interval.

Where I am stuck at is finding the current when t > 200 microseconds. The answer I'm supposed to get is I3 = (63.9A)*e^(-10000t), in which 63.9A is the initial current right after the current pulse is gone. I can get the format of the equation, but I just don't know how to find that the initial current is 63.9A...help?
 

Attachments

  • PartialCircuit.png
    PartialCircuit.png
    2.9 KB · Views: 992
Physics news on Phys.org
Not sure, but can you show us what you did to find the 'format of the equation'?

Are you sure you specified the integral limits correctly when solving the DE?
 
After the current pulse is gone, there should be an emf induced by the inductor that would provide for a current. I took the inductor-resistor loop and used Kirchoff's method to come up with:
-L*dI/dt - IR = 0...using that, I came up with I = Io*e^(-10000t), in which Io is the initial current.
 
63.9A is not the current after the current pulse is gone. you get the current after the
pulse is gone by substituting t = 200 microseconds in (63.9A)*e^(-10000t).

if you evaluate the first equation you had for 0 <= t <= 200 microseconds, you will
find that that will give the same value for I3 at t = 200 microseconds.
 
wait...can you expand on this (I'm not exactly getting it)?
 
if you have I = I_0 e ^ {\frac{- t}{R C}} than I_0 is only the initial current, if you mean the current at t=0 with that. Here the initial current after the switch closes is

I = I_0 e ^ {\frac{- 0.0002}{R C}}
 
wait...doesn't RC refer to resistor-capacitor system? There are no capacitors in this partial circuit.
 
Gear300 said:
wait...doesn't RC refer to resistor-capacitor system? There are no capacitors in this partial circuit.

sorry. replace \frac {-t}{R C} by \frac { - R t} {L} in the previous post.
 
oh, ok...I think I get what you're saying; there is a functional continuity, in which at t = 200 microseconds for the first one and t = 0s for the second one come down to the same value, and I sort of realize my mistake in modeling the situation after the pulse in that I was assuming the resistor carried the same current the inductor did, although there is a junction where the current could split. So then, how did they come up with 63.9 or the equation in general?
 
  • #10
How they came up with the equation in general is easy, you just repeat what you did for the first question (kirchhoff).

This yields: -iR -L \frac{di}{dt} = 0
Solving this yields: - \frac{R}{L} dt = \frac{di}{i} and taking integrals:
\int_0^t - \frac{R}{L}dt = \int_{I_0}^i \frac{di}{i}.
Then after rearranging you get:
i = I_0 \exp (- \frac{Rt}{L} )

How you get the value of I_0 however I can't see so quickly... I'll think about it.
 
  • #11
yeah...that value doesn't seem to come to me.
 
  • #12
I did some thinking (just short) but I still don't know... anyone else maybe?

What I did think was weird though, if the current is actually jumping from 10A to 0A in an infinitely small amount of time (like the question implies), shouldn't the emf induced in L be infinite? Since the emf is L \frac{di}{dt} and the rate of change in i is infinite? Argh I don't know :p
 
  • #13
heh...thats what I was sort of thinking. I typed the question and did the diagram exactly as they are. I'm not sure what's going on with this question.
 
  • #14
The current through the inductor can not jump. It will be the same just before and just after 200 microseconds. that is how you find I_0.
 
  • #15
So what you're saying is if I set the before and after equations equal, I could solve for I_0...but when I do that, the limit as to how much I_0 can go up to is 10A, isn't it?
 
  • #16
Gear300 said:
So what you're saying is if I set the before and after equations equal, I could solve for I_0...but when I do that, the limit as to how much I_0 can go up to is 10A, isn't it?

The current through the inductor is limited to 10 A. that does not mean that I_0 is limited in the expression below. (I is smaller than 10 A if t>= 0.0002)

<br /> i = I_0 \exp (- \frac{Rt}{L} )<br />
 
  • #17
oh...I see what happened. I've always been taking t = 0s for that expression...a mistake I missed. Why is it .0002s?
 
Back
Top