Learning Electronics

Learning Electronics

Learn to build electronic circuits

Series resistor-capacitor circuits

In the last section, we learned what would happen in simple resistor-only and capacitor-only AC circuits. Now we will combine the two components together in series form and investigate the effects. (Figure below)

Series capacitor inductor circuit: voltage lags current by 0o to 90o.

The resistor will offer 5 Ω of resistance to AC current regardless of frequency, while the capacitor will offer 26.5258 Ω of reactance to AC current at 60 Hz. Because the resistor's resistance is a real number (5 Ω ∠ 0o, or 5 + j0 Ω), and the capacitor's reactance is an imaginary number (26.5258 Ω ∠ -90o, or 0 - j26.5258 Ω), the combined effect of the two components will be an opposition to current equal to the complex sum of the two numbers. The term for this complex opposition to current is impedance, its symbol is Z, and it is also expressed in the unit of ohms, just like resistance and reactance. In the above example, the total circuit impedance is:

Impedance is related to voltage and current just as you might expect, in a manner similar to resistance in Ohm's Law:

In fact, this is a far more comprehensive form of Ohm's Law than what was taught in DC electronics (E=IR), just as impedance is a far more comprehensive expression of opposition to the flow of electrons than simple resistance is. Any resistance and any reactance, separately or in combination (series/parallel), can be and should be represented as a single impedance.

To calculate current in the above circuit, we first need to give a phase angle reference for the voltage source, which is generally assumed to be zero. (The phase angles of resistive and capacitive impedance are always 0o and -90o, respectively, regardless of the given phase angles for voltage or current).

As with the purely capacitive circuit, the current wave is leading the voltage wave (of the source), although this time the difference is 79.325o instead of a full 90o. (Figure below)

Voltage lags current (current leads voltage)in a series R-C circuit.

As we learned in the AC inductance chapter, the “table” method of organizing circuit quantities is a very useful tool for AC analysis just as it is for DC analysis. Let's place out known figures for this series circuit into a table and continue the analysis using this tool:

Current in a series circuit is shared equally by all components, so the figures placed in the “Total” column for current can be distributed to all other columns as well:

Continuing with our analysis, we can apply Ohm's Law (E=IR) vertically to determine voltage across the resistor and capacitor:

Notice how the voltage across the resistor has the exact same phase angle as the current through it, telling us that E and I are in phase (for the resistor only). The voltage across the capacitor has a phase angle of -10.675o, exactly 90o less than the phase angle of the circuit current. This tells us that the capacitor's voltage and current are still 90o out of phase with each other.

Let's check our calculations with SPICE: (Figure below)

Spice circuit: R-C.



ac r-c circuit   
v1 1 0 ac 10 sin
r1 1 2 5
c1 2 0 100u     
.ac lin 1 60 60 
.print ac v(1,2) v(2,0) i(v1)   
.print ac vp(1,2) vp(2,0) ip(v1)
.end    


freq          v(1,2)      v(2)        i(v1)           
6.000E+01     1.852E+00   9.827E+00   3.705E-01

freq          vp(1,2)     vp(2)       ip(v1)          
6.000E+01     7.933E+01  -1.067E+01  -1.007E+02


Once again, SPICE confusingly prints the current phase angle at a value equal to the real phase angle plus 180o (or minus 180o). However, its a simple matter to correct this figure and check to see if our work is correct. In this case, the -100.7o output by SPICE for current phase angle equates to a positive 79.3o, which does correspond to our previously calculated figure of 79.325o.

Again, it must be emphasized that the calculated figures corresponding to real-life voltage and current measurements are those in polar form, not rectangular form! For example, if we were to actually build this series resistor-capacitor circuit and measure voltage across the resistor, our voltmeter would indicate 1.8523 volts, not 343.11 millivolts (real rectangular) or 1.8203 volts (imaginary rectangular). Real instruments connected to real circuits provide indications corresponding to the vector length (magnitude) of the calculated figures. While the rectangular form of complex number notation is useful for performing addition and subtraction, it is a more abstract form of notation than polar, which alone has direct correspondence to true measurements.

Impedance (Z) of a series R-C circuit may be calculated, given the resistance (R) and the capacitive reactance (XC). Since E=IR, E=IXC, and E=IZ, resistance, reactance, and impedance are proportional to voltage, respectively. Thus, the voltage phasor diagram can be replaced by a similar impedance diagram. (Figure below)

Series: R-C circuit Impedance phasor diagram.



Example:

Given: A 40 Ω resistor in series with a 88.42 microfarad capacitor. Find the impedance at 60 hertz.

 
           XC = 1/2πfC)
           XC = 1/(2π·60·88.42×10-6 
           XC = 30 Ω
            Z = R - jXC 
            Z = 40 - j30
           |Z| = sqrt(402 +  (-30)2) = 50 Ω
           ∠Z = arctangent(-30/40) = -36.87o
            Z = 40 - j30 = 50∠36.87o



«Previous Page | Next Page»