What Is the Rate of Change of Current in an RL Circuit?

AI Thread Summary
The discussion focuses on calculating the rate of change of current in an RL circuit with given parameters. The user attempts to find this rate using differential equations but encounters incorrect results. Responses suggest that the user needs to determine the voltage across the inductor to find di/dt, emphasizing the application of Kirchhoff's laws and Ohm's law. Additionally, there is a technical issue regarding the formatting of equations, with advice provided on using either HTML or LaTeX correctly. Overall, the conversation highlights the importance of understanding circuit laws and proper equation formatting in solving RL circuit problems.
dwn
Messages
165
Reaction score
2
Question 1

Homework Statement



For a circuit show on Fig B1, what is the rate of change of the current in the inductor when the total current in the circuit is 0.50 A? (L = 10 mH, R(1) = 10 ohm, R(2) = 20 ohm, V = 12 V). In the figure the resistors of the circuit are in series.
Ans: 200

Homework Equations



(di/dt = V/L(e<sup>(-Rt/L)</sup>))
(i = V/R(1-e<sup>(-Rt/L)</sup>))

The Attempt at a Solution



I tried to find the time at which the current was at .50 A and the using that time to plug in the differential equation to find the rate of change in the current.
 
Last edited:
Physics news on Phys.org
Well,then...how can we help?
 
Shyan said:
Well,then...how can we help?

When I plug in the time of .00046 seconds into the differential equation, my answer is incorrect. Am I the right path and my calculations are just incorrect? There really are not a lot of options to find di/dt when dealing with LR circuits, so I can't be that far off.

30(.5)/12=(1-e<sup>(-30t/.010)</sup>)

t = .00046 seconds

di/dt-=(12/.010)e(-30*.00046)/0.01)

di/dt=302

sidenote: why isn't converting to math form? is the format not permitted?
 
dwn said:
When I plug in the time of .00046 seconds into the differential equation, my answer is incorrect. Am I the right path and my calculations are just incorrect? There really are not a lot of options to find di/dt when dealing with LR circuits, so I can't be that far off.

30(.5)/12=(1-e<sup>(-30t/.010)</sup>)

t = .00046 seconds
Your solution can't possibly be correct because solving for t would require taking the log of a negative number.

You've implied this is a circuit where all the elements are connected in series. Is that right? Because if it is, given the numbers you've provided, the maximum current is V/R = 0.4 A.

di/dt-=(12/.010)e(-30*.00046)/0.01)

di/dt=302

sidenote: why isn't converting to math form? is the format not permitted?
 
Thank you for replying vela.

I didn't understand what to do, so I just kinda of made it "work" (i.e. produce an answer). There are only a couple equations to solve LR circuits which 1. makes me feel stupid for not being able to figure it out and 2. unable to find error in solving the question using the equations.

I attached an imagine from the homework set, so it might be more helpful. The problem is P10.

Can you please offer some advice on how I should solve this. Thanks.
 

Attachments

  • hw.png
    hw.png
    19 KB · Views: 602
The equations you listed apply to an RL circuit where everything is in series. That's not what you have here, so you can't use them.

What you need to do is find the voltage across the inductor because that will allow you to find di/dt. A lot of times you can analyze a circuit simply by applying Kirchoff's voltage and current laws and Ohm's law over and over again.

You're given that the total current, by which they mean the current through the battery, is 0.50 A, so according to Kirchoff's current law, what's the current through R2? Once you have the current, use Ohm's law to determine the voltage drop across the resistor. Then use Kirchoff's voltage law to determine the voltage across the inductor.
 
dwn said:
sidenote: why isn't converting to math form? is the format not permitted?
<br /> <br /> It&#039;s because you included superscripts and subscripts using the [noparse] and [/noparse] tags. These tags are for creating superscripts and subscripts using <i>plain text </i> (i.e. html) only. LaTeX is different, and uses ^ and _ for superscripts and subscripts respectively. Do not mix html equations with LaTeX markup. Choose one or the other, depending on how fancy your equation needs to be.
 
Back
Top