Impedance of an RLC Circuit (Series and Parallel)
|
02-22-2015, 09:42 PM
(This post was last modified: 02-22-2015 11:43 PM by Eddie W. Shore.)
Post: #1
|
|||
|
|||
Impedance of an RLC Circuit (Series and Parallel)
The program RLCSERIES and RLCPAREL calculate:
• The total impedance of the circuit, and its magnitude in ohms • Phase angle in a circuit in degrees. • Current of the series in amps. RLCSERIES works with series circuits while RLCPAREL works with parallel circuits. Input: Battery/Source: enter voltage and frequency Add as many resistors (R) (in Ohms Ω), capacitors (C) (in farad), and inductors (L) (in henrys) as needed. On the input screen, enter the real (a) and imaginary (if needed) (bi) parts separately. Example - Series Circuit: Series circuit powered by a 14 V, 5000 Hz battery. The circuit has: a resistor of 100 Ω, a capacitor of 3.2*10^-6 farads, and an inductor of 0.082 henrys. Results: Total Resistance: 100 + 2566.158792*i Magnitude: 2568.10649035 Phase Angle: 87.7683842611° Current: 5.45148733225 * 10^-3 RLCSERIES: HP Prime Code: // Impedance of a Series Example - Parallel Circuit: Parallel circuit powered by a 14 V, 5000 Hz battery. The circuit has: a resistor of 100 Ω, a capacitor of 3.2*10^-6 farads, and an inductor of 0.082 henrys. RLCPAREL: HP Prime Code: // Impedance of a Parallel Sources: ElectronicsTutorials. Series RLC Circuit Analysis URL: http://www.electronics-tutorials.ws/acci...rcuit.html Retrieved February 22, 2015 ElectronicsTutorials. Parallel RLC Circuit Analysis URL: http://www.electronics-tutorials.ws/acci...rcuit.html Retrieved February 22, 2015 Van Valkenburg, Mac E. (Editor) and Wendy M. Middelton (Editor) "Reference Data for Engineers: Radio, Electronics, Computer, and Communications" 9th Edition. Newnes, Butterworth-Heinemann: Wolburn, MA 2002. Print. |
|||
02-23-2015, 11:28 AM
(This post was last modified: 02-23-2015 11:33 AM by Thomas_Sch.)
Post: #2
|
|||
|
|||
RE: Impedance of an RLC Circuit (Series and Parallel)
Hello Eddy,
many thanks for this programs! Maybe your routines for RLCSERIES are partly two times in the first code block. casubr(x) ends after "INPUT(R,"Add Resistor","R =", " then the code starts new. Thomas |
|||
04-03-2015, 01:05 PM
Post: #3
|
|||
|
|||
RE: Impedance of an RLC Circuit (Series and Parallel)
(02-23-2015 11:28 AM)Thomas_Sch Wrote: Maybe your routines for RLCSERIES are partly two times in the first code block. yes, Thomas, I think it should be so: Code:
Isn't it, Eddie? ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
04-05-2015, 04:02 AM
Post: #4
|
|||
|
|||
RE: Impedance of an RLC Circuit (Series and Parallel)
I see my mistake... first of all, apologizes, second of all, here is the code with nothing repeated:
Code: // Impedance of a Series |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)