Remember Me?
Menu
Home
Search
Today's Posts
Home
Search
Today's Posts
RadioBanter
»
rec.radio.amateur
»
Antenna
>
physical/intuitive understanding of RL/RC time constants?
LinkBack
Thread Tools
Search this Thread
Display Modes
Prev
Next
#
19
October 14th 04, 04:11 AM
John Larkin
Posts: n/a
On 11 Oct 2004 16:11:16 -0700,
(Alan Horowitz)
wrote:
when a current just starts flowing into a RL or RC circuit, how does
the voltage "know" that it should be increasing exactly 63% during
each time-constant period?
And whence the number 63%?
How about this:
Charge a 1 farad capacitor to 1 volt and slap a 1 ohm resistor across
it. The resistor current is 1 amp, so the cap discharges, and the
voltage is at first declining at a rate of 1 volt per second. But
1/100 of a second later, the voltage is 0.99 volts, so the current is
only 0.99 amps, so the rate of discharge is only 0.99 volts per
second.
So we write a Basic program:
v = 1 ' charge the cap
for t = 1 to 100 ' then, for 1 second at 0.01 sec steps,
v = v - 0.01 * v ' discharge the cap by 1%
next
print v ' voltage is this, 1 second later
which simulates what I was doing above, but for a full second. The
value of v at the end is 0.36603 volts. That's close to 1/e, not exact
because I took 100 discrete steps, as an approximation to
continuous-time math. With 1000 steps, simulating 1 second of
discharge in 1 millisecond steps, you get 0.367700, even closer.
'e' is just nature's answer to a natural discharge curve.
John
Reply With Quote
Thread Tools
Search this Thread
Show Printable Version
Search this Thread
:
Advanced Search
Display Modes
Switch to Linear Mode
Switch to Hybrid Mode
Threaded Mode
Posting Rules
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
All times are GMT +1. The time now is
04:39 AM
.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 RadioBanter.
The comments are property of their posters.
Contact Us
RadioBanter forum home
Privacy Statement
Copyright © 2017
LinkBack
LinkBack URL
About LinkBacks