The fundamental amplitude modulation equation for a single-tone message signal is v(t) = Ac [1 + μ cos(2πfmt)] cos(2πfct). This formula dictates how a low-frequency audio signal alters the envelope of a high-frequency radio carrier. Whether you are aligning the RF stage of a vintage receiver, designing a low-power Part 15 AM transmitter, or debugging a software-defined radio (SDR) block diagram, this equation is the mathematical bridge between your audio input and your radiated RF output.
The Core Equation and Symbol Definitions
Before we push numbers through the formula, we need to lock down exactly what each symbol represents on the bench. The standard single-tone amplitude modulation equation is written as:
v(t) = Ac [1 + μ cos(2πfmt)] cos(2πfct)
| Symbol | Parameter | Standard Unit | Physical Meaning on the Bench |
|---|---|---|---|
| v(t) | Instantaneous Voltage | Volts (V) | The actual RF voltage present at the antenna terminal or mixer output at any exact microsecond in time. |
| Ac | Carrier Amplitude | Volts Peak (Vp) | The peak voltage of the unmodulated RF carrier. This is the baseline height of the waveform before audio is applied. |
| μ (or m) | Modulation Index | Dimensionless (0 to 1) | The ratio of message amplitude to carrier amplitude. Often expressed as a percentage (e.g., μ = 0.8 is 80% modulation). |
| fm | Message Frequency | Hertz (Hz) | The frequency of the modulating audio tone. In voice communications, this ranges from 300 Hz to 3,000 Hz. |
| fc | Carrier Frequency | Hertz (Hz) | The center frequency of the RF oscillator. For standard MW broadcast, this is 530 kHz to 1700 kHz. |
| t | Time | Seconds (s) | The independent time variable tracking the waveform's phase progression. |
Real-World AM Parameters and Operating Assumptions
The equation above assumes a single-tone (pure sine wave) message. In reality, audio is a complex spectrum of frequencies. However, because AM is a linear modulation scheme, Fourier theory allows us to treat complex audio as a sum of individual sine waves, applying the equation to each frequency component independently.
The critical assumption here is that μ ≤ 1. If μ exceeds 1, the term [1 + μ cos(2πfmt)] becomes negative during the troughs of the audio cycle. This causes 'overmodulation'—the carrier phase flips 180 degrees, generating massive harmonic splatter that violates FCC Part 73 broadcast regulations and ruins adjacent channels.
To ground this in reality, here are the operating parameters for standard Medium Wave (MW) AM broadcasting, which dictate the realistic magnitudes you will encounter:
| Parameter | Standard Value / Range | Engineering Context |
|---|---|---|
| Carrier Frequency (fc) | 530 kHz – 1700 kHz | Dictates LC tank component values; 10 kHz channel spacing in the Americas. |
| Max Modulating Freq (fm) | 5 kHz (Audio limit) | Results in a total occupied bandwidth of 10 kHz (±5 kHz sidebands). |
| Legal Modulation Index (μ) | 1.0 (100%) positive peak | FCC allows up to 95% negative peaks to prevent carrier cutoff and splatter. |
| Transmitter Carrier Power | 1 kW – 50 kW | Requires massive impedance matching networks; Ac at the dummy load can exceed 700V peak. |
| Receiver Antenna Input (Ac) | 50 μV – 10 mV | Requires high-gain RF amplifiers; the envelope equation still applies at these microvolt magnitudes. |
Rearranged Forms for Bench and Field Calculations
On the bench, you rarely need to calculate the instantaneous voltage at a specific microsecond. Instead, you are usually looking at an oscilloscope envelope or a power meter and need to back-calculate the modulation depth or carrier power. Here are the rearranged forms you will actually use:
- Solving for Modulation Index (μ) from an oscilloscope envelope:
μ = (Vmax - Vmin) / (Vmax + Vmin)
Where Vmax is the peak envelope voltage and Vmin is the minimum envelope trough voltage. - Solving for Unmodulated Carrier Amplitude (Ac):
Ac = (Vmax + Vmin) / 2 - Solving for Total Transmitted Power (Pt):
Pt = Pc [1 + (μ² / 2)]
Where Pc is the unmodulated carrier power. This proves that at 100% modulation (μ=1), total power increases by 50%. - Solving for Sideband Power (Psb):
Psb = Pc (μ² / 2)
Worked Examples: Unit Tracking and Intermediate Steps
Let's run through two common scenarios. We will track units at every step to prevent the dimensional errors that ruin RF designs.
Problem 1: Calculating Modulation Depth from Scope Readings
Scenario: You are probing the final PA (Power Amplifier) stage of a homebrew 40-meter AM transmitter. Your oscilloscope is set to peak-detect mode. You measure the maximum envelope peak (Vmax) at 45.0 V and the minimum envelope trough (Vmin) at 15.0 V. Find the modulation index (μ) and the unmodulated carrier amplitude (Ac).
Step 1: Calculate μ
- Formula:
μ = (Vmax - Vmin) / (Vmax + Vmin) - Substitute:
μ = (45.0 V - 15.0 V) / (45.0 V + 15.0 V) - Intermediate:
μ = 30.0 V / 60.0 V - Result:
μ = 0.5(The Volts cancel out, leaving a dimensionless ratio). This is 50% modulation.
Step 2: Calculate Ac
- Formula:
Ac = (Vmax + Vmin) / 2 - Substitute:
Ac = (45.0 V + 15.0 V) / 2 - Intermediate:
Ac = 60.0 V / 2 - Result:
Ac = 30.0 V peak.
Problem 2: Transmitter Power Budgeting
Scenario: A commercial AM station is licensed for 5,000 Watts of carrier power (Pc). The audio processor is driving the modulator to a consistent 80% modulation (μ = 0.8). Calculate the total transmitted power (Pt) and the power contained purely in the sidebands.
Step 1: Calculate Total Power (Pt)
- Formula:
Pt = Pc [1 + (μ² / 2)] - Substitute:
Pt = 5000 W * [1 + (0.8² / 2)] - Intermediate 1 (Square μ):
0.8² = 0.64 - Intermediate 2 (Divide by 2):
0.64 / 2 = 0.32 - Intermediate 3 (Add 1):
1 + 0.32 = 1.32 - Final Multiply:
Pt = 5000 W * 1.32 - Result:
Pt = 6,600 Watts.
Step 2: Calculate Sideband Power (Psb)
- Logic: Total power is Carrier Power + Sideband Power.
- Formula:
Psb = Pt - Pc - Substitute:
Psb = 6600 W - 5000 W - Result:
Psb = 1,600 Watts. (Notice that 100% of the actual audio information is contained in this 1,600 W, while 5,000 W is wasted heating the antenna with the unmodulated carrier—a great argument for SSB or DSB-SC designs).
Common Unit Mistakes and How They Break the Math
When moving from textbook theory to actual circuit design, three specific unit traps routinely cause calculation failures. For a deeper dive into RF math pitfalls, reference the electronics tutorials on communication systems.
| The Mistake | Why It Breaks the Math | The Correct Approach |
|---|---|---|
| Dropping the 2π | Using cos(fct) instead of cos(2πfct). This assumes your frequency is in radians/sec (ω) but you plugged in Hertz (f). The waveform will crawl at a fraction of the intended speed. |
Always multiply Hertz by 2π (approx 6.283) when using the 'f' notation, or explicitly substitute ω = 2πf. |
| Mixing RMS and Peak Voltages | Multimeters read RMS. The envelope equation (Vmax, Ac) strictly requires Peak voltages. Plugging an RMS value into the μ equation will yield a mathematically valid but physically wrong modulation index. |
Convert all RMS meter readings to Peak before calculating: Vpeak = Vrms * √2 (approx 1.414). |
| Linear Power Scaling | Assuming that doubling the modulation index (e.g., 0.4 to 0.8) doubles the sideband power. Power scales with the square of the voltage/modulation index. | Use the μ² term in the power equation. Going from μ=0.4 to μ=0.8 actually quadruples the sideband power, not doubles it. |
Mastering the amplitude modulation equation isn't just about passing an exam; it's about understanding the physical limits of your hardware. When you know exactly how μ dictates your envelope excursions and how the square of that index dictates your thermal load on the final amplifier transistors, you stop guessing and start engineering.






