Section 3.3: AC & DC Power Fundamentals
Key Takeaways
- DC current flows in one direction, whereas AC current reverses direction periodically.
- AC voltage parameters include Peak (V_pk), Peak-to-Peak (V_p-p = 2*V_pk), and RMS (V_RMS = 0.707*V_pk), where RMS represents effective DC heating voltage.
- Apparent power (S) is measured in VA, Real power (P) in Watts, and Reactive power (Q) in VAR.
- Power Factor (PF) is the ratio of real power to apparent power (PF = P/S), representing electrical efficiency.
- Transformers step voltage up or down based on turns ratio (V_p / V_s = N_p / N_s) while inversely changing current.
Section 3.3: AC & DC Power Fundamentals
Electrical power is delivered in two forms: Direct Current (DC) and Alternating Current (AC). Both systems are used extensively in modern mail processing facilities, and understanding their characteristics, differences, and power formulas is essential for the USPS 955 maintenance exam.
DC vs AC Electricity
- Direct Current (DC): The flow of electric charge is unidirectional, maintaining a constant polarity. DC is produced by batteries, solar cells, and DC power supplies. It is the standard for electronic circuitry, microprocessors, and control signals.
- Alternating Current (AC): The flow of electric charge periodically reverses direction and changes its magnitude continuously with time. AC is generated by rotating alternators in power plants. It is the standard for municipal power distribution and heavy industrial machinery because it can be easily stepped up to high voltages for long-distance transmission with minimal power loss, and then stepped down for end-use.
Sinusoidal AC Waveforms and Parameters
The most common AC waveform is the sine wave. To define and measure AC voltage and current, several parameters are used:
- Peak Voltage (V_pk): The maximum voltage value reached in either the positive or negative half-cycle.
- Peak-to-Peak Voltage (V_p-p): The total voltage difference between the positive peak and the negative peak. Mathematically: V_p-p = 2 * V_pk
- Root Mean Square Voltage (RMS): Also known as the effective voltage. It represents the value of AC voltage that produces the same heating effect (dissipated power) in a resistor as a DC voltage of the same value. For a sinusoidal wave, the relationship is: V_RMS = V_pk / sqrt(2) = 0.707 * V_pk Conversely: V_pk = sqrt(2) * V_RMS = 1.414 * V_RMS For example, standard U.S. utility outlets provide 120 V_RMS. The peak voltage of this outlet is: V_pk = 120 V * 1.414 = 169.7 V And the peak-to-peak voltage is: V_p-p = 2 * 169.7 V = 339.4 V
- Frequency (f): The number of complete cycles the sine wave undergoes in one second, measured in Hertz (Hz). In North America, the utility frequency is 60 Hz, while in Europe and many other regions, it is 50 Hz.
- Period (T): The time required to complete one full cycle, measured in seconds (s). Period is the reciprocal of frequency: T = 1 / f For a 60 Hz system, the period is: T = 1 / 60 = 16.67 milliseconds
- Phase: The position of a point on the waveform relative to a reference point, measured in degrees or radians. Phase shift describes the time displacement between two waveforms of the same frequency.
AC Power Relationships
In AC circuits containing reactive components (capacitors and inductors), the voltage and current waveforms are shifted out of phase with each other. In a purely resistive circuit, voltage and current are in phase. Because of this phase shift, we define three types of power in AC circuits:
- Apparent Power (S): The total power delivered to the circuit, measured in Volt-Amperes (VA). It is calculated as: S = V_RMS * I_RMS
- Real Power (P): The actual power dissipated by resistance to perform work (heat, mechanical motion), measured in Watts (W). It is calculated as: P = V_RMS * I_RMS * cos(theta) Where theta is the phase angle between voltage and current.
- Reactive Power (Q): The power that flows back and forth between the source and the reactive components, performing no actual work but maintaining the electromagnetic fields. It is measured in Volt-Amperes Reactive (VAR).
- Power Factor (PF): The ratio of real power to apparent power: PF = P / S = cos(theta) Power factor ranges from 0 to 1 (or 0% to 100%). A low power factor (less than 1) indicates that the circuit has significant reactance, requiring the utility to supply more current than is actually used to do work, which reduces system efficiency. Industrial facilities often use power factor correction capacitors to offset inductive loads (like motors) and bring the power factor closer to 1.
Transformers and Turns Ratio
A transformer is an electromagnetic device that transfers electrical energy from one AC circuit to another through mutual induction. It consists of a primary winding (connected to the source), a secondary winding (connected to the load), and a shared iron core that channels the magnetic flux. The voltage change across a transformer is directly proportional to the ratio of the number of turns in the primary coil (N_p) to the number of turns in the secondary coil (N_s). This is known as the transformer turns ratio: V_p / V_s = N_p / N_s
Because energy must be conserved, and assuming an ideal transformer with 100% efficiency, the input power equals the output power (P_in = P_out, or V_p * I_p = V_s * I_s). Therefore, the current is inversely proportional to the turns ratio: I_p / I_s = N_s / N_p
- Step-Up Transformer: Has more turns on the secondary winding than the primary (N_s > N_p). It increases voltage and decreases current.
- Step-Down Transformer: Has fewer turns on the secondary winding than the primary (N_s < N_p). It decreases voltage and increases current. For example, a control transformer in an industrial panel might step down 480 V AC to 120 V AC for control circuitry. The turns ratio is: N_p / N_s = 480 / 120 = 4 (or 4:1)
Transformer Safety and Core Losses
Real-world transformers are highly efficient, but they are subject to energy losses that present as heat. Understanding these losses is essential for diagnostic and preventative maintenance:
- Copper Losses (I^2R): Resistance in the copper winding wires generates heat when current flows. These losses increase with the square of the current load.
- Core Losses:
- Hysteresis Loss: Energy lost as heat due to the continuous magnetic reversal of the iron core molecules by the alternating magnetic field. High-grade silicon steel cores are used to minimize this.
- Eddy Current Loss: Induced circulating currents within the core itself due to the changing magnetic flux. To reduce eddy currents, transformer cores are constructed from thin, laminated sheets of steel insulated from each other, rather than a solid block.
Sample Turns Ratio Calculation: A technician is checking a control transformer that steps down 240 V AC primary voltage to 24 V AC secondary voltage. The secondary winding has 150 turns. To find the number of primary turns (N_p): N_p = N_s * (V_p / V_s) = 150 * (240 V / 24 V) = 150 * 10 = 1500 turns
If the primary current is measured at 0.5 A, the maximum secondary current (assuming zero losses) would be: I_s = I_p * (N_p / N_s) = 0.5 A * 10 = 5 A
If a technician measures 240 V at the primary but 0 V at the secondary, they should disconnect power and perform a resistance test. An infinite resistance reading on either coil indicates an open winding, requiring transformer replacement.
AC Parameter Conversion Table
| Known Value | To Find | Formula / Multiplier | Example (120 V_RMS) |
|---|---|---|---|
| RMS Voltage (V_RMS) | Peak Voltage (V_pk) | V_pk = V_RMS * 1.414 | 120 * 1.414 = 169.7 V |
| RMS Voltage (V_RMS) | Peak-to-Peak (V_p-p) | V_p-p = V_RMS * 2.828 | 120 * 2.828 = 339.4 V |
| Peak Voltage (V_pk) | RMS Voltage (V_RMS) | V_RMS = V_pk * 0.707 | 169.7 * 0.707 = 120 V |
| Peak-to-Peak (V_p-p) | Peak Voltage (V_pk) | V_pk = V_p-p / 2 | 339.4 / 2 = 169.7 V |
| Peak-to-Peak (V_p-p) | RMS Voltage (V_RMS) | V_RMS = V_p-p * 0.3535 | 339.4 * 0.3535 = 120 V |
Sinusoidal Wave Diagram
Below is a visual representation of one cycle of a sinusoidal AC voltage wave, marking the peak, peak-to-peak, and zero crossing points:
Voltage (V)
^
Vpk| * *
| * *
| * *
0V +--*---------*---------*---> Time (t)
| * *
| * *
-Vpk| * *
v |<---- One Period (T) ---->|
An oscilloscope measures a sinusoidal AC voltage waveform and shows a peak-to-peak voltage of 340 V. What is the approximate RMS voltage of this signal?
An industrial facility has a load with an apparent power of 10 kVA and a real power of 8 kW. What is the power factor, and is it efficient?
A step-down control transformer has a turns ratio of 10:1. If the primary winding is connected to 120 V AC and draws 0.5 A, what are the secondary voltage and current?