How Does Self Inductance Affect Current Over Time in an R-L Circuit?

Click For Summary

Homework Help Overview

The discussion revolves around the concept of self-inductance in an R-L circuit, specifically how it affects the current over time when a constant EMF is applied. The original poster seeks to derive an expression for the current as a function of time, starting from fundamental equations related to voltage and inductance.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants are attempting to apply Kirchhoff's laws to set up the governing equations for the circuit. There are discussions about rearranging terms and integrating to find the current as a function of time. Questions arise regarding the correctness of integration steps and the handling of logarithmic expressions.

Discussion Status

The conversation is ongoing, with participants providing feedback on each other's mathematical manipulations. Some guidance has been offered regarding the integration process and the application of limits, but there is no explicit consensus on the final form of the expression for current yet.

Contextual Notes

Participants are navigating through the complexities of integrating functions involving resistance and inductance, with some uncertainty about the correct application of logarithmic identities and limits in their calculations.

TFM
Messages
1,016
Reaction score
0

Homework Statement



Give a definition of (self) inductance. Suppose a battery, which supplies a constant EMF ϵ_0 is connected to a circuit of resistance R and inductance L at t = 0. Find an expression for the current as a function of time.

Homework Equations



V = IR

[tex]V = -L\frac{dI}{dt} [/tex<br /> <br /> <h2>The Attempt at a Solution</h2><br /> <br /> I am assuming that this is to be treated as a Kirchoff Loop, thus the total voltage = 0<br /> <br /> <i> Voltage providers: </i><br /> <br /> Inductor<br /> Battery<br /> <br /> <i> Users: </i><br /> <br /> Resistor<br /> <br /> Thus I have the equation:<br /> <br /> [tex]\epsilon - L\frac{dI}{dt} - IR = 0[/tex]<br /> <br /> and thus:<br /> <br /> [tex]\epsilon - L\frac{dI}{dt} = IR[/tex]<br /> <br /> treating like a differential equation:<br /> <br /> [tex]\epsilon - L\frac{dI}{dt} = IR[/tex]<br /> <br /> [tex]\epsilon dt - L dI = IR dt[/tex]<br /> <br /> rearrange:<br /> <br /> [tex]\frac{L}{IR} dI = -dt + \epsilon dt[/tex]<br /> <br /> Gives:<br /> <br /> [tex]\frac{1}{L}ln(IR) dI = -t + \epsilon t[/tex]<br /> <br /> multiply by L<br /> <br /> [tex]ln(IR) = -Lt + \epsilon t [/tex<br /> <br /> take exponentials:<br /> <br /> [tex]IR = e^{-Lt} + e^{\epsilon t}[/tex]<br /> <br /> Does this look right so far?<br /> <br /> TFM[/tex][/tex]
 

Attachments

  • LR Circuit.jpg
    LR Circuit.jpg
    3.6 KB · Views: 463
Physics news on Phys.org
Hi TFM,

TFM said:

The Attempt at a Solution



I am assuming that this is to be treated as a Kirchoff Loop, thus the total voltage = 0

Voltage providers:

Inductor
Battery

Users:

Resistor

Thus I have the equation:

[tex]\epsilon - L\frac{dI}{dt} - IR = 0[/tex]

and thus:

[tex]\epsilon - L\frac{dI}{dt} = IR[/tex]

treating like a differential equation:

[tex]\epsilon - L\frac{dI}{dt} = IR[/tex]

[tex]\epsilon dt - L dI = IR dt[/tex]

rearrange:

[tex]\frac{L}{IR} dI = -dt + \epsilon dt[/tex]

This equation does not follow from the previous one.
 
No it doesn't

so:

[tex]\epsilon dt - L dI = IR dt[/tex]

see, I have to rearrange to get I onto the left side.

does this look better:

[tex]\epsilon dt - L dI = IR dt[/tex]

[tex]- L dI = IR dt - \epsilon dt[/tex]

[tex]- L dI = (IR - \epsilon) dt[/tex]

[tex]- \frac{L}{IR - \epsilon} dI = dt[/tex]

so and so:

[tex]- \frac{1}{L}ln(IR - \epsilon) = t[/tex]

Does this look better?

TFM
 
TFM said:
No it doesn't

so:

[tex]\epsilon dt - L dI = IR dt[/tex]

see, I have to rearrange to get I onto the left side.

does this look better:

[tex]\epsilon dt - L dI = IR dt[/tex]

[tex]- L dI = IR dt - \epsilon dt[/tex]

[tex]- L dI = (IR - \epsilon) dt[/tex]

[tex]- \frac{L}{IR - \epsilon} dI = dt[/tex]

I think this part looks okay.

so and so:

[tex]- \frac{1}{L}ln(IR - \epsilon) = t[/tex]

This isn't quite right. The integration is not right (if you take the derivative of the left side with respect to I you don't get the left side of the previous equation). Also remember that these are definite integrals, so you have to evaluate the limits.
 
Would the limits be for I between 0 and I and for t between 0 and t?

I am not sure how to integrate this, because I thought when you integrated:

[tex]\frac{1}{x} dx[/tex]

you got:

[tex]ln(x)[/tex]

and for:

[tex]\frac{b}{x}[/tex]

where b is a constant, you got:

[tex]\frac{1}{b}lnx[/tex]

?

TFM
 
TFM said:
and for:

[tex]\frac{b}{x}[/tex]

where b is a constant, you got:

[tex]\frac{1}{b}lnx[/tex]

No, the integral

[tex] \int \frac{b}{x} dx \to b \ln x[/tex]
(plus a constant) because in that case the b can come out of the integral (it is not affected by the integration process at all). However, you do have to take into account that the R is multiplying the I.

[tex]- L\left( \int\limits_0^I \frac{1}{IR - \epsilon} dI \right) = \int\limits_0^t dt[/tex]
 
Okay, so:

[tex]- L\left( \int\limits_0^I \frac{1}{IR - \epsilon} dI \right) = \int\limits_0^t dt[/tex]

[tex]-L(ln(IR - \epsilon) - (0R - \epsilon)) = t - 0[/tex]

[tex]-L(ln(IR - \epsilon - - \epsilon)) = t[/tex]

[tex]-L(ln(IR)) = t[/tex]

?

TFM
 
TFM said:
Okay, so:

[tex]- L\left( \int\limits_0^I \frac{1}{IR - \epsilon} dI \right) = \int\limits_0^t dt[/tex]

[tex]-L(ln(IR - \epsilon) - (0R - \epsilon)) = t - 0[/tex]

The R has to be handled like this:

[tex] \int \frac{1}{IR-\epsilon}\ dI \to \frac{\ln(IR-\epsilon)}{R}[/tex]
(plus the constant).

Also when you go to apply limits,

[tex] \ln (x)\Big|_{x_0}^{x_f} \neq \ln (x_f - x_0)[/tex]

Instead, it is:


[tex] \ln (x)\Big|_{x_0}^{x_f} = \ln (x_f) - \ln(x_0)[/tex]
 
Okay, so:

[tex]- L\left( \int\limits_0^I \frac{1}{IR - \epsilon} dI \right) = \int\limits_0^t dt[/tex]

This will integrate to:

[tex]-L\left[\frac{ln(IR - \epsilon)}{R}\right]^I_0 = t[/tex]

[tex]-L \left(\frac{IR - \epsilon}{R} - \frac{0R - \epsilon}{R}\right) = t[/tex]

[tex]-L \left(\frac{IR - \epsilon}{R} - \frac{- \epsilon}{R}\right) = t[/tex]

does this look better?

?

TFM
 
  • #10
You seemed to have dropped your [itex]\ln[/itex]'s when you put in the limits.
 
  • #11
Sorry, copied through typo :redface:

It should be:

[tex]-L\left[\frac{ln(IR - \epsilon)}{R}\right]^I_0 = t[/tex]

[tex]-L \left(\frac{ln(IR - \epsilon)}{R} - \frac{ln(0R - \epsilon)}{R}\right) = t[/tex]

[tex]-L \left(\frac{ln(IR - \epsilon)}{R} - \frac{ln(- \epsilon)}{R}\right) = t[/tex]

?

TFM
 
  • #12
Does this look correct

?

TFM
 
  • #13
What does that give for I?
 
  • #14
Well, if we rearrange it:

[tex]-L \left(\frac{ln(IR - \epsilon)}{R} - \frac{ln(- \epsilon)}{R}\right) = t[/tex]

[tex]\left(\frac{ln(IR - \epsilon)}{R} - \frac{ln(- \epsilon)}{R}\right) = -\frac{t}{L}[/tex]

Multiply by R:

[tex]ln(IR - \epsilon) - ln(-\epsilon) = -\frac{Rt}{L}[/tex]

take exponentials:

[tex]IR - \epsilon + \epsilon = e^{-\frac{Rt}{L}}[/tex]

[tex]IR = e^{-\frac{Rt}{L}}[/tex]

[tex]I = \frac{^{-\frac{Rt}{L}}}{R}[/tex]

Does this look correct?

TFM
 
  • #15
TFM said:
Well, if we rearrange it:

[tex]-L \left(\frac{ln(IR - \epsilon)}{R} - \frac{ln(- \epsilon)}{R}\right) = t[/tex]

[tex]\left(\frac{ln(IR - \epsilon)}{R} - \frac{ln(- \epsilon)}{R}\right) = -\frac{t}{L}[/tex]

Multiply by R:

[tex]ln(IR - \epsilon) - ln(-\epsilon) = -\frac{Rt}{L}[/tex]

take exponentials:

[tex]IR - \epsilon + \epsilon = e^{-\frac{Rt}{L}}[/tex]

This line is not correct, because:

[tex] \exp \left\{ \ln x + \ln y\right\} \neq x + y[/tex]

Before you take the exponential of both sides, you just want a single natural log on the left . That is, you want the left side to be just:

ln(something)
 
  • #16
so:

[tex]ln(IR - \epsilon) - ln(-\epsilon) = -\frac{Rt}{L}[/tex]

isn't [tex]ln(a) - ln(b) = ln(\frac{a}{b})[/tex]

?

If so:

[tex]ln(IR - \epsilon) - ln(-\epsilon) \equiv ln\left(\frac{IR - \epsilon}{-\epsilon} \right)[/tex]

giving:

[tex]ln\left(\frac{IR - \epsilon}{-\epsilon} \right) = \frac{-Rt}{L}[/tex]

taking exponentials:

[tex]\frac{IR - \epsilon}{-\epsilon} = e^{\frac{-Rt}{L}}[/tex]

Does this look better?

TFM
 
  • #17
Yes.
 
  • #18
Excellent. So:

[tex]\frac{IR - \epsilon}{-\epsilon} = e^{\frac{-Rt}{L}}[/tex]

[tex]IR - \epsilon = \epsilon e^{\frac{-Rt}{L}}[/tex]

[tex]IR = \epsilon - \epsilon e^{\frac{-Rt}{L}}[/tex]

factorise out:

[tex]IR = \epsilon \left(1 - e^{\frac{-Rt}{L}} \right)[/tex]

divide by R:

[tex]I = \frac{\epsilon}{R} \left(1 - e^{\frac{-Rt}{L}} \right)[/tex]

Does this look correct?

TFM
 
  • #19
TFM said:
[tex]I = \frac{\epsilon}{R} \left(1 - e^{\frac{-Rt}{L}} \right)[/tex]

Does this look correct?

TFM

That looks right to me.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 49 ·
2
Replies
49
Views
4K
Replies
18
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
2
Views
2K
Replies
6
Views
1K