Periodic Functions and Wave Phenomena
Learning objectives
- Define periodic functions and the fundamental period
- Read amplitude, angular frequency, and phase from
- Use superposition to combine sine and cosine waves and find the resulting period
- Connect angular frequency , ordinary frequency , and period
Why does Fourier analysis dominate signal processing, MRI, JPEG, and quantum mechanics? Because nearly every oscillating phenomenon you will ever encounter is, at the bottom, a superposition of sine and cosine waves. Before we can decompose a complicated signal into pure tones, we need to be fluent in the building blocks: what a period actually is, how to read amplitude and phase off an expression like , and how multiple waves combine. This section sets up that vocabulary so the rest of Chapter 13 has a place to land.
What "periodic" means
A function is periodic with period when for every . If any such exists, the smallest one is the fundamental period. Every integer multiple of a period is also a period, so periods come in a discrete ladder . The fundamental period is the rung you cannot go below.
The two anchor examples are and , both with fundamental period . Replacing with compresses the graph horizontally by a factor of , so has fundamental period . These compressed copies are the harmonics; the -th harmonic fits exactly full oscillations into the original window .
Amplitude, angular frequency, phase
The standard sinusoidal form has three knobs:
- Amplitude : the peak displacement above and below zero. Larger stretches the graph vertically; the function ranges over [-A, A].
- Angular frequency : how many radians the argument advances per unit . Period and angular frequency are reciprocals up to : .
- Phase : a horizontal shift in radians. reaches its first zero crossing at instead of .
In physics and engineering you also see the ordinary frequency , measured in hertz (cycles per second). It is related to by , and to period by . The conversion is one of those identities you absolutely must be able to write down without thinking.
Use the function grapher to plot for several integer values of . Notice that each curve crosses zero exactly times on the interval , that is the visual signature of the -th harmonic. Try adding : the combined wave keeps period but the shape is no longer a clean sinusoid.
Superposition of waves
The principle of superposition says: if and both describe valid waves (solutions of a linear wave equation), so does for any constants . For periodic functions, the practical consequence is that any sum of periodic pieces is periodic, with period equal to the least common multiple of the individual periods (if such an LCM exists). The whole edifice of Fourier series rests on this fact: complicated waves are linear combinations of simple ones, and that combination is itself a wave.
For example, is the start of the Fourier series for a square wave. Each term is periodic with a period that divides , so the sum is periodic with period .
- Music and acoustics: A note from a violin or trumpet is a fundamental sinusoid plus a stack of harmonics. The relative amplitudes of the harmonics are what make a violin sound different from a trumpet at the same pitch, this is "timbre," and it is literally a Fourier-amplitude fingerprint.
- Electrical engineering: AC mains power is a single sinusoid (50 Hz in Europe, 60 Hz in North America). Distortions and harmonics added by non-linear loads (LED drivers, switching power supplies) are what utilities measure when they complain about "harmonic pollution" on the grid.
- MRI scanners: The MR signal is acquired as oscillations at precisely chosen frequencies. The reconstructed image is the inverse Fourier transform of the measured wave amplitudes, section 13.4 makes this precise.
- Seismology: An earthquake record is a wave train. Spectral analysis (the Fourier amplitude vs. frequency plot) is how seismologists separate the slow surface waves from fast body waves, and how they estimate earthquake magnitude from amplitude at specific frequencies.
Pause and think: The function is a sum of two sinusoids. Is periodic? (Hint: the ratio is irrational. Could you find an LCM of and ?)
Try it
- Predict first: what is the fundamental period of ? Then check with the formula .
- Read off the amplitude, angular frequency, period, and phase shift of .
- The note A above middle C has ordinary frequency Hz. Compute its angular frequency in rad/s and its period in milliseconds.
- Plot on the function grapher. What is the period of the sum, and where is the first zero crossing?
- Write down the first three harmonics of a wave with fundamental period second. What is the angular frequency of each?
A trap to watch for
The distinction between angular frequency (radians per unit ) and ordinary frequency (cycles per unit ) trips up almost everyone the first time. They are off by a factor of : . If a textbook says "the frequency is Hz," the angular frequency in the sinusoid argument is rad/s, not . Always check the units before you substitute into a formula, "Hz" implies cycles per second; bare "rad/s" implies .
What you now know
You can read off the period, amplitude, angular frequency, and phase from a sinusoid. You know that adding two periodic functions produces another periodic function (provided their periods are commensurate), and you have seen visually that piling up harmonics builds up complicated wave shapes. The next section turns this observation into a rigorous decomposition theorem: any reasonable periodic function on [-\pi, \pi] can be written as an infinite sum of sines and cosines with computable coefficients.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed: But Need to Know for Graduate School. Cambridge University Press, ch. 13.
- Stein, E. M., Shakarchi, R. (2003). Fourier Analysis: An Introduction. Princeton University Press, ch. 1.
- Folland, G. B. (1992). Fourier Analysis and Its Applications. Wadsworth & Brooks/Cole, ch. 1-2.
- Bracewell, R. N. (1999). The Fourier Transform and Its Applications (3rd ed.). McGraw-Hill, ch. 1.
- Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Wellesley-Cambridge Press, ch. 8 (orthogonality and periodic functions).