Frequency is the number of complete wave cycles that pass a fixed point in one second, measured in Hertz (Hz). When a student or technician asks, 'which wave in the diagram has the greatest frequency,' they are looking for the waveform with the shortest period—the one where the cycles are packed most tightly together along the horizontal time axis.

Decoding the Diagram: Spotting the Highest Frequency

In any time-domain diagram—whether it is a textbook physics graph or a live trace on a Rigol DS1054Z oscilloscope—the horizontal axis (X) represents time, and the vertical axis (Y) represents amplitude (voltage or current). To identify the highest frequency, you must ignore the vertical height of the wave and focus entirely on the horizontal spacing.

What it changes in a real circuit: As frequency increases, inductive reactance increases ($X_L = 2\pi fL$) and capacitive reactance decreases ($X_C = 1 / (2\pi fC)$). High-frequency signals also force current to the outer edge of conductors (skin effect), effectively increasing the AC resistance of your wires and requiring specialized PCB layout techniques to manage electromagnetic interference (EMI).

The most common mistake beginners make is confusing frequency with amplitude. A massive 120V AC sine wave peaking at 170V has a much lower frequency (60 Hz) than a tiny 3.3V square wave from a microcontroller (which might be 50 MHz). According to Fluke's electrical fundamentals guide, frequency dictates how fast the signal alternates, while amplitude dictates the signal's potential energy or strength.

Worked Numeric Example: Comparing Three Waveforms

Let us look at a practical bench scenario where you have three distinct signals displayed on a multi-channel oscilloscope. We need to determine which wave in the diagram has the greatest frequency by calculating their periods.

  • Wave A (Mains AC): A standard US wall outlet sine wave. The timebase shows one complete cycle takes 16.67 milliseconds (ms).
  • Wave B (Audio Tone): A 1 kHz test tone from a function generator. The timebase shows one complete cycle takes 1 millisecond (ms).
  • Wave C (PWM Signal): A pulse-width modulation signal from an ESP32 GPIO pin driving a MOSFET. The timebase shows one complete cycle takes 20 microseconds (µs).

The formula linking period ($T$) and frequency ($f$) is $f = 1 / T$. Let us calculate the exact frequencies:

WaveformMeasured Period ($T$)Calculation ($f = 1/T$)Resulting Frequency
Wave A (Mains)0.01667 seconds1 / 0.0166760 Hz
Wave B (Audio)0.001 seconds1 / 0.0011,000 Hz (1 kHz)
Wave C (PWM)0.000020 seconds1 / 0.00002050,000 Hz (50 kHz)

Verdict: Wave C has the greatest frequency. On the oscilloscope screen, Wave C's cycles will appear squeezed tightly together, while Wave A will stretch far across the horizontal grid. For a deeper dive into how these alternating cycles are generated, All About Circuits provides excellent foundational theory on AC wave mechanics.

Where You Meet This in Practice

Identifying the highest frequency wave in a schematic or scope capture is not just an academic exercise; it dictates your component selection and safety margins on the jobsite and at the workbench.

Switch-Mode Power Supplies (SMPS)

When debugging a failing laptop charger or designing a buck converter, you will probe the switching node. A modern SMPS might switch at 500 kHz to 2 MHz. The square wave at the MOSFET drain has a fundamental frequency of 500 kHz, but its sharp edges contain harmonic frequencies pushing into the tens of megahertz. If you do not recognize this high-frequency content on your scope diagram, you might select a standard electrolytic capacitor instead of a low-ESR ceramic or polymer capacitor, leading to catastrophic thermal failure.

Variable Frequency Drives (VFDs)

In industrial motor control, a VFD uses PWM to simulate a sine wave. The 'carrier frequency' (the high-frequency PWM wave, often 2 kHz to 16 kHz) is superimposed on the 'fundamental frequency' (the 0-60 Hz wave driving the motor). When probing a VFD output, the wave with the greatest frequency is the carrier. High carrier frequencies reduce audible motor whine but increase bearing currents and heat generation in the VFD's IGBTs.

RF and Audio Filtering

If you are designing a crossover network for a speaker or an EMI filter for a mains input, you must identify the highest frequency noise you want to shunt to ground. The cutoff frequency of your LC filter must be tuned specifically to attenuate that highest-frequency wave while letting the desired lower-frequency signal pass.

Common Confusions: Frequency vs. Amplitude vs. Duty Cycle

When analyzing complex diagrams, it is easy to mix up the visual characteristics of a waveform. Use this matrix to keep the parameters straight:

ParameterVisual Clue on DiagramWhat It Dictates in RealityUnit of Measurement
FrequencyHorizontal distance between identical points on consecutive cycles (Period).Switching speed, reactance, EMI radiation, skin effect.Hertz (Hz)
AmplitudeVertical height from the centerline to the peak (or peak-to-peak).Power delivery, insulation breakdown risk, signal-to-noise ratio.Volts (V) or Amps (A)
Duty CycleThe ratio of the 'high' time to the total period in a square/pulse wave.Average power delivered to a load (e.g., motor speed, LED brightness).Percentage (%)
Bench Tip: If you are using a digital multimeter (DMM) to measure frequency, ensure it is set to the Hz mode and that the signal amplitude is high enough to trigger the DMM's internal comparator. A 3.3V logic-level PWM wave might not register on a cheap meter expecting 120V AC mains.

Frequently Asked Questions

How do you find the frequency of a wave from a graph?

Locate one complete cycle on the horizontal time axis—for example, from one positive peak to the next positive peak. Measure the time duration of that single cycle; this is the period ($T$). Divide 1 by the period in seconds ($f = 1 / T$) to calculate the frequency in Hertz. If the graph grid lines represent 5 milliseconds per division, and one cycle spans exactly 4 divisions, the period is 20 ms (0.02 seconds), making the frequency 50 Hz.

Does a taller wave mean it has a greater frequency?

No. The vertical height of a wave represents its amplitude (voltage or current), not its frequency. A 240V AC dryer outlet produces a wave that is visually much 'taller' on a graph than a 5V USB data signal, but both operate at a fundamentally low frequency compared to RF signals. A tiny 10-millivolt radio antenna signal can easily have a frequency of 100 MHz, vastly outpacing the 60 Hz of the massive dryer outlet wave.

Which wave has the greatest frequency if the time axis is not labeled?

If the time axis lacks numerical labels but the waves are plotted on the same relative scale, the wave with the greatest frequency is the one with the most cycles packed into the same horizontal space. Count the number of complete peaks for each wave across the width of the diagram. The wave with the highest count of cycles per inch (or per grid square) has the shortest period and, therefore, the greatest frequency.

Why does identifying the highest frequency wave matter in PCB layout?

High-frequency waves have incredibly fast rise and fall times, which generate broad-spectrum electromagnetic interference (EMI). In PCB design, the trace carrying the highest frequency wave acts as a tiny antenna. If you identify a 2 MHz clock signal as your highest frequency wave, you must route it with strict impedance control, keep it away from the board edges, use a continuous ground plane directly beneath it to provide a tight return path, and avoid routing it parallel to sensitive analog traces to prevent crosstalk.