The fundamental frequency of a sine wave formula is f = 1 / T, where f is the frequency in Hertz (Hz) and T is the period in seconds (s). When working with angular frequency in AC circuit analysis, the equivalent form is f = ω / 2π, where ω is the angular velocity in radians per second (rad/s). These equations are the bedrock of power systems engineering, RF design, and audio electronics. Below, we break down the derivation, define every variable, and solve real-world bench problems with strict unit tracking.
The Core Formula and Symbol Definitions
A pure sine wave is mathematically described by the time-domain equation y(t) = A × sin(2πft + φ). The argument of the sine function must be in radians. Because a full cycle of a sine wave corresponds to exactly 2π radians, and one full cycle takes exactly T seconds to complete, the rate of change of the angle (angular frequency, ω) is 2π / T. Since frequency f is defined as the number of cycles per second, f = 1 / T. Substituting this into the angular frequency equation yields ω = 2πf.
Symbol Definition Table
| Symbol | Name | Standard SI Unit | Practical Description |
|---|---|---|---|
f | Frequency | Hertz (Hz) | Number of complete cycles occurring in one second. |
T | Period | Seconds (s) | Time elapsed for one complete 360° (2π rad) cycle. |
ω | Angular Frequency | Radians per second (rad/s) | Rate of phase change; critical for calculating reactance (X_L, X_C). |
A | Amplitude | Volts (V) or Amps (A) | Peak magnitude from the zero-centerline (not peak-to-peak). |
φ | Phase Angle | Radians (rad) or Degrees (°) | Initial time offset of the waveform at t = 0. |
t | Time | Seconds (s) | Independent variable tracking the progression of the wave. |
Rearranged Forms
On the bench or in simulation, you rarely solve for the same variable twice. Here are the algebraic rearrangements solving for each primary variable:
- Solving for Frequency (f):
f = 1 / TORf = ω / 2π - Solving for Period (T):
T = 1 / fORT = 2π / ω - Solving for Angular Frequency (ω):
ω = 2πfORω = 2π / T
Real-World Sine Wave Frequencies and Periods
Abstract formulas become intuitive when mapped to physical systems. The table below provides exact, calculated values for common electrical and electronic sine waves. Notice how the period shrinks exponentially as frequency increases, dictating the required sampling rate of your test equipment. For accurate measurements, reference standards like those maintained by the NIST Time and Frequency Division ensure grid and RF oscillators remain locked to these exact values.
| Application Domain | Nominal Frequency (f) | Angular Frequency (ω) | Period (T) | Typical Amplitude |
|---|---|---|---|---|
| US Mains Power (Grid) | 60 Hz | 376.991 rad/s | 16.667 ms | 170V peak (120V RMS) |
| EU/UK Mains Power (Grid) | 50 Hz | 314.159 rad/s | 20.000 ms | 325V peak (230V RMS) |
| Audio Test Tone (Midrange) | 1 kHz | 6,283.185 rad/s | 1.000 ms | 1V peak-to-peak |
| SMPS Switching Carrier | 100 kHz | 628,318.53 rad/s | 10.00 µs | 400V peak (Bus) |
| Wi-Fi 2.4 GHz RF Carrier | 2.4 GHz | 15.079 Grad/s | 0.416 ns | +20 dBm (100mW) |
For a deeper look at how these waveforms behave in reactive circuits, the Electronics Tutorials AC Waveform Guide provides excellent visualizations of phase shifts caused by inductors and capacitors at these specific frequencies.
Worked Examples with Strict Unit Tracking
The most common point of failure in AC calculations is dropping a prefix (like milli or micro) during substitution. The following problems demonstrate strict unit tracking from measurement to final answer.
Problem 1: Bench Measurement of a Control Transformer
Scenario: You are probing the secondary winding of a control transformer with a Rigol DS1054Z oscilloscope. You place the cursor markers on two consecutive positive-going zero-crossings. The scope reads a delta time (Δt) of 8.333 ms. Calculate the frequency f in Hertz and the angular frequency ω in rad/s.
Step 1: Identify knowns and convert to base SI units.
- Period
T = 8.333 ms - Convert milliseconds to seconds:
T = 8.333 × 10^-3 s = 0.008333 s
Step 2: Calculate Frequency (f).
- Formula:
f = 1 / T - Substitute:
f = 1 / 0.008333 s - Result:
f = 120.004 Hz(This indicates a 400 Hz aviation or military power system, where the period is exactly 1/3rd of standard 60Hz mains).
Step 3: Calculate Angular Frequency (ω).
- Formula:
ω = 2πf - Substitute:
ω = 2 × 3.14159265 × 120.004 Hz - Result:
ω = 753.98 rad/s
Problem 2: Variable Frequency Drive (VFD) Configuration
Scenario: You are programming a Yaskawa V1000 VFD to run a 3-phase induction motor. The motor datasheet specifies a base electrical angular frequency of ω = 188.495 rad/s. You need to verify the physical period T of the output waveform in milliseconds to set the scope trigger correctly.
Step 1: Identify knowns.
- Angular Frequency
ω = 188.495 rad/s
Step 2: Calculate standard Frequency (f).
- Formula:
f = ω / 2π - Substitute:
f = 188.495 / (2 × 3.14159265) - Result:
f = 29.999 Hz(Effectively 30 Hz, a common half-speed operating point for a 60Hz motor).
Step 3: Calculate Period (T) and convert to milliseconds.
- Formula:
T = 1 / f - Substitute:
T = 1 / 29.999 Hz - Result in seconds:
T = 0.03333 s - Convert to ms:
T = 0.03333 s × 1000 ms/s = 33.33 ms
T when dealing with variable frequency drives.Assumptions, Unit Traps, and Realistic Magnitudes
Blindly applying f = 1 / T without understanding the physical context leads to design errors. Here is what you must know about the boundaries of this formula.
When the Formula Applies (and its Assumptions)
- Pure Sinusoid Assumption: The formula calculates the fundamental frequency. If your wave has high Total Harmonic Distortion (THD)—like the output of a modified sine wave inverter or a rectified load—the physical time between zero-crossings might still yield the fundamental
T, but the waveform contains higher-order frequencies (3f, 5f, 7f) that this basic formula does not capture. - Steady-State Assumption: The formula assumes a continuous, repeating wave. During transient events (like a motor starting across-the-line or a capacitor bank switching), the frequency may momentarily deviate. The formula applies strictly to the steady-state condition.
- Linear Time-Invariant (LTI) Systems: In basic AC theory, we assume the frequency remains constant over the measurement window. In chirp signals or swept-frequency RF testing,
fis a function of timef(t), requiring calculus rather than simple algebra.
Unit Mistakes That Break the Math
The vast majority of calculation errors on engineering exams and in the field stem from prefix mismanagement.
- The 'Milli' Trap: If an oscilloscope reads
T = 20 ms, plugging '20' directly intof = 1 / 20yields0.05 Hz. This is wrong. You must convert to base units first:f = 1 / 0.020 s = 50 Hz. - Confusing Hz and rad/s: Inductive reactance is calculated as
X_L = 2πfLorX_L = ωL. If you accidentally plugf(in Hz) into theωslot, your reactance calculation will be off by a factor of 6.28. Always check if your calculator or simulation software expects Hertz or Radians/Second. - Degrees vs. Radians: The formula
ω = 2πfinherently outputs radians per second. If your phase angleφis in degrees, you must convert it to radians before adding it toωtinside the sine function argument.
What a Realistic Answer Magnitude Looks Like
Developing an intuition for the final answer prevents catastrophic decimal errors. Use these magnitude benchmarks to sanity-check your work:
- Grid Power: 50 Hz or 60 Hz. Periods are in the tens of milliseconds (16 ms to 20 ms). If you calculate a grid period in microseconds, you dropped a prefix.
- Audio Band: 20 Hz to 20,000 Hz. Periods range from 50 ms down to 50 µs.
- Switch-Mode Power Supplies (SMPS): 20 kHz to 500 kHz. Periods are in the microsecond (µs) range.
- Radio Frequency (RF) & Microprocessors: 1 MHz to 5+ GHz. Periods are in the nanosecond (ns) or picosecond (ps) range. At 2.4 GHz, the period is roughly 0.416 ns; at this scale, PCB trace length physically alters the phase angle
φ.






