For a pure AC sine wave, the direct peak voltage formula is Vp = VRMS × √2 (approximately VRMS × 1.414). If you are measuring a 120V nominal US wall outlet, the actual peak voltage hitting your input stage is 169.7V, not 120V. Sizing capacitors, TVS diodes, or MOSFETs based purely on the RMS number is the fastest way to blow up a prototype on the bench.
This guide breaks down the calculus behind the formula, provides strict unit-tracked worked examples, and gives you a concrete decision path for selecting protection components on AC mains lines.
The Core Peak Voltage Formula and Symbol Definitions
Before applying the formula, it is critical to understand where the √2 constant comes from. The RMS (Root Mean Square) value of an alternating current is defined as the equivalent DC voltage that would produce the same heating effect (power dissipation) in a resistive load.
Mathematically, for a continuous sine wave defined as v(t) = Vp sin(ωt), we square the function, find the mean (average) over one full period, and take the square root. The average value of a squared sine wave over a full cycle is exactly 1/2. Therefore, the square root of that mean is 1/√2. This gives us the relationship: VRMS = Vp / √2. By inverting this algebraically, we arrive at the standard peak voltage formula.
| Symbol | Term | Unit | Definition & Bench Context |
|---|---|---|---|
| Vp | Peak Voltage | Volts (V) | The maximum instantaneous voltage measured from the zero-crossing baseline to the crest of the waveform. |
| VRMS | Root Mean Square Voltage | Volts (V) | The effective heating voltage. This is what a standard True-RMS multimeter displays. Mains voltage is always quoted in RMS. |
| Vpp | Peak-to-Peak Voltage | Volts (V) | The total voltage swing from the negative trough to the positive crest. Vpp = 2 × Vp. |
| √2 | Square Root of 2 | Dimensionless | Mathematical constant approximately equal to 1.41421356. Only applies to pure sine waves. |
Rearranged Forms for Bench Work
On the bench, you rarely have exactly the variable you need. Oscilloscopes measure Peak-to-Peak (Vpp), multimeters measure RMS, and component datasheets rate dielectric breakdown in Peak (Vp). Keep these algebraic inversions handy:
- Solving for RMS: VRMS = Vp / √2 (or Vp × 0.707)
- Solving for Peak-to-Peak: Vpp = Vp × 2
- Solving for Peak (from Vpp): Vp = Vpp / 2
- Solving for RMS (from Vpp): VRMS = Vpp / (2 × √2) (or Vpp × 0.3535)
Worked Examples with Strict Unit Tracking
Abstract formulas fail when units are dropped. Here are two common bench scenarios solved with explicit intermediate steps and unit tracking.
Problem 1: Sizing a Bulk Filter Capacitor for a 120V AC Line
Scenario: You are designing the DC bus for an offline flyback converter plugged into a standard US 120V AC outlet. You need to know the absolute maximum voltage the bulk capacitor will see after the bridge rectifier to select a safe voltage rating.
- Identify Knowns: The nominal mains voltage is VRMS = 120 V.
- Apply Formula: Vp = VRMS × √2.
- Substitute and Calculate: Vp = 120 V × 1.4142 = 169.7 Vpeak.
- Account for Real-World Tolerance: Per ANSI C84.1 standards, utility voltage can legally run +5% to -10% high. A 120V line can reach 126V RMS. Recalculate worst-case: 126 V × 1.4142 = 178.2 Vpeak.
- Component Selection: Capacitors require a minimum 20% voltage derating for lifespan and safety. 178.2 V × 1.20 = 213.8 V. The next standard electrolytic capacitor voltage rating above 213.8 V is 250 VDC.
Problem 2: Converting Oscilloscope Vpp to Multimeter RMS
Scenario: You are probing the secondary winding of an audio output transformer. Your oscilloscope reads a clean sine wave with a Peak-to-Peak voltage of 42.4 Vpp. You need to know what a True-RMS multimeter will display.
- Identify Knowns: Vpp = 42.4 V.
- Convert to Peak: Vp = Vpp / 2 → 42.4 V / 2 = 21.2 Vpeak.
- Convert to RMS: VRMS = Vp / √2 → 21.2 V / 1.4142 = 15.0 VRMS.
- Verification: If you connect your Fluke 87V across the secondary, it will read exactly 15.00 V AC.
Assumptions, Limits, and Fatal Unit Mistakes
When the Formula Breaks Down
According to fundamental waveform theory detailed by Electronics Tutorials, the relationship between Peak and RMS changes entirely based on the wave shape:
- Square Wave: Vp = VRMS (The multiplier is 1, not 1.414).
- Triangle Wave: Vp = VRMS × √3 (The multiplier is ~1.732).
- Distorted Mains (THD > 5%): Flat-topping from non-linear loads (like cheap LED drivers) reduces the peak voltage while maintaining RMS, meaning the √2 multiplier will overestimate your peak.
Fatal Unit Mistakes to Avoid
- The Peak-to-Peak Trap: Plugging an oscilloscope's Vpp reading directly into the VRMS formula without dividing by 2 first. This results in a calculated RMS that is double the actual value, leading you to undersize step-down transformers.
- Confusing DC Average with RMS: The full-wave rectified DC average of a sine wave is Vavg = Vp × 0.637. Do not mix up Vavg and VRMS when calculating power dissipation; only RMS predicts heat correctly.
- Ignoring the DC Offset: If your AC signal is riding on a DC bias (e.g., a 5V DC rail with a 2V AC ripple), the absolute peak is VDC + Vp(AC), not just the AC component.
Realistic Magnitude Check
If your calculated peak voltage doesn't match these standard benchmarks, re-check your math:
- 120V AC Mains (US/Japan): ~170 V peak (Nominal), up to 178 V peak (+5% tolerance).
- 230V AC Mains (EU/UK/AU): ~325 V peak (Nominal), up to 340 V peak (+5% tolerance).
- 240V AC Split-Phase (US Dryer/Range): ~340 V peak.
- 480V AC 3-Phase (Industrial Line-to-Line): ~679 V peak.
Decision Path: Sizing Protection Components for AC Lines
When designing an AC input stage, you must select a Transient Voltage Suppression (TVS) diode to clamp surges without falsely triggering during normal peak AC operation. Follow this decision tree to arrive at a specific part number for a standard 120V AC line.
| Step | Condition / Calculation | Result / Action |
|---|---|---|
| 1 | Identify Nominal AC Voltage | VRMS(nom) = 120 V |
| 2 | Apply Maximum Utility Tolerance (+10% worst-case surge) | VRMS(max) = 120 V × 1.10 = 132 V |
| 3 | Calculate Maximum Peak Operating Voltage | Vp(max) = 132 V × 1.414 = 186.6 V |
| 4 | Select TVS Working Voltage (VWM) | VWM must be ≥ 186.6 V. Next standard value is 200 V. |
| 5 | Determine Diode Polarity Requirement | AC lines swing positive and negative. Must select Bidirectional (Suffix 'CA' or 'B'). |
| 6 | Final Component Selection | Pick a 400W or 600W SMA/SMB package. Concrete Pick: Littelfuse SMAJ200CA |
Always verify your final peak voltage calculations against the specific datasheet of your chosen protection component. The Littelfuse TVS diode catalog provides exact VWM and VC thresholds that must align with the peak voltage formula outputs derived above. Never rely on nominal RMS numbers when selecting dielectric insulation or semiconductor breakdown ratings.






