How Long Does It Take for Current to Reach Maximum in an RL Circuit?

Click For Summary
SUMMARY

The discussion focuses on calculating the time it takes for current to reach its maximum value in an RL circuit with a 10H inductor and a total resistance of 100 ohms, powered by a 240V DC source. The maximum current is determined to be 2.4 A, with a time constant (τ) of 0.1 seconds. The user correctly calculates the time to reach 1.5 A as approximately 98.08 ms, although a simulation in Multisim shows 98.6 ms. The discussion highlights that the exponential function approaches its maximum value asymptotically, never actually reaching it within finite time, and suggests using 5 time constants as a practical guideline for circuit design.

PREREQUISITES
  • Understanding of RL circuit theory
  • Familiarity with exponential functions and natural logarithms
  • Basic knowledge of circuit simulation tools like Multisim
  • Concept of time constant in electrical circuits
NEXT STEPS
  • Study the behavior of RL circuits under DC conditions
  • Learn about the significance of time constants in circuit design
  • Explore the use of Multisim for simulating RL circuits
  • Investigate the mathematical properties of exponential functions
USEFUL FOR

Electrical engineers, students studying circuit theory, and anyone involved in circuit design and analysis will benefit from this discussion.

greg997
Messages
105
Reaction score
2
Hello
I have the following calculations to do.
An inductor of 10H and 25 ohm resistance is connected in series with a 75 ohm resistor and Vs=240 V DC.
1. the time for current to develop maximum current.
so what I did is that:
Max current is I= V/R= 240/(25+75)= 2.4 A
And time constant T= 0.1 s

i=I(1-e^(-t/τ) )
2.4=2.4(1-e^(-t/0.1) )
1=1-e^(-t/0.1)
0= e^(-t/0.1)
and now I cannot take natural log to find t. What is wrong? In simulation in Multisim it goes up to 2.4 eventually.

2. calculate the initial rate of change of current

Now idea what it is about so far.3. Time when current reaches 1.5 A
1.5=2.4(1-e^(-t/0.1) )
0.625=(1-e^(-t/0.1) )
0.375=e^(-t/0.1), and taking natural log of both ides we have
-0.9808=-t/0.1
t= 98.08ms
But in Multisim it shows it should be 98.6 so, is my calculation right? All components have 0 % tolerance etc. so I would assume it should be more accuret to what I calculated.

Any help is welcome
 
Physics news on Phys.org
If you consider the function f(t) = 1 - e^{-\frac{t}{\tau}}, it never actually reaches 1 in finite time. It gets arbitrarily close to 1, but never actually reaches 1 as long as t is a finite value. This is why you can't solve for a precise value of t in a meaningful way -- the ln(0) is undefined (and heads off to negative infinity in the limit).

So what to do?

In practical terms the main action for the exponential is over and done with after 5 time constants (5 times \tau). The function reaches within 99% of its final value then. This is used as a practical rule of thumb for circuit design.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
9K
Replies
19
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 46 ·
2
Replies
46
Views
11K
  • · Replies 1 ·
Replies
1
Views
12K
  • · Replies 1 ·
Replies
1
Views
997