home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / electron / 18966 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.9 KB  |  47 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!boulder!ucsu!tramp.Colorado.EDU!barr
  3. From: barr@tramp.Colorado.EDU (BARR DOUG)
  4. Subject: Re: Inductors
  5. Message-ID: <1992Nov16.174359.15810@ucsu.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: tramp.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <Vc99TB2w165w@digsol.jpunix.com>
  10. Date: Mon, 16 Nov 1992 17:43:59 GMT
  11. Lines: 34
  12.  
  13. In article <Vc99TB2w165w@digsol.jpunix.com> newton@digsol.jpunix.com (Michael Nichols) writes:
  14. >I'm getting started in electronics and have been reading about inductors. 
  15. >Although it says that inductors resist change in voltage, it doesn't give 
  16. >any distinct mathematical method for determining how much an inductor of 
  17. >given inductance-rating will affect the waveform of the circuit.  Could 
  18. >somebody explain this to me?
  19. >
  20. >Mike Nichols
  21. >newton@digsol.jpunix.com
  22. Inductor rules:
  23. 1. An inductor is a short circuit to a DC voltage or current source.
  24. 2. v = L d (i)  (voltage across an inductor equals L times the first
  25.          dt       derivative with respect to time of the current i)
  26.  
  27. Doing this requires understanding calculus and simple differential equations.
  28. If you have the following simple circuit:
  29.  
  30.       -------------------------
  31.       |                       | 
  32.      /\  i                  N \ v = L d  i 
  33.       |                       /       dt
  34.       |_______________________| 
  35.  
  36.  
  37. d is the first deviative with respect to time.
  38. dt
  39. t is the variable time, v is the voltage across the inductor, 
  40. where N is an inductor, i is current, L is the inductance of the inductor
  41. in henrys,  the funny \/ combination is an inductor. Now if i is sine(2*pi*f*t)
  42. (where f is some frequency), then v (the voltage across the inductor) is
  43. the first derivative of sine(2*pi*f*t). The first derivative of sine(2*pi*f*t)
  44. is 2*pi*f*cos(2*pi*f*t). Evaluate this for all time t from 0 to 2*pi, and
  45. plot i and v and notice the relation.
  46.  
  47.