Questions: Fourier Series Representation of Periodic Signals
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A square wave is passed through a low-pass filter that removes all frequency components above the 5th harmonic. What would the output most likely look like compared to the original square wave?
AAn identical square wave — the first 5 harmonics capture the essential shape
BA smoother, rounded wave with the same period but less sharp transitions and visible ripples near the edges
CSilence — removing harmonics above the fundamental destroys the signal
DA signal at five times the original frequency
A square wave is built from the fundamental plus all odd harmonics (1st, 3rd, 5th, 7th…) with amplitudes 1, 1/3, 1/5, 1/7… Removing harmonics above the 5th leaves only three components (1st, 3rd, 5th). The result still has the correct period and approximate shape, but it loses the high-frequency content that produces sharp edges — resulting in a smoother wave with Gibbs-phenomenon overshoot near the transitions. This demonstrates concretely that time-domain shape corresponds to frequency-domain content.
Question 2 Multiple Choice
What property of sinusoids at harmonic frequencies guarantees that the Fourier series decomposition of a periodic signal is unique?
AAll harmonics have the same amplitude at t = 0, so their sum is well-defined
BHarmonics are orthogonal over one period — integrating the product of two different harmonics over T₀ gives zero
CHarmonics are all bounded by the fundamental frequency, so they can't interfere
DEach harmonic has a unique phase, preventing overlap
Orthogonality is the key. Because ∫cos(mω₀t)·cos(nω₀t)dt = 0 for m≠n over one period, computing the coefficient aₙ by integrating x(t) against cos(nω₀t) extracts only the nth harmonic with zero contamination from all others. This is exactly like projecting a vector onto perpendicular basis vectors — each projection picks up only one component. Without orthogonality, the decomposition would be non-unique (different combinations of harmonics could produce the same signal), making the frequency-domain representation meaningless.
Question 3 True / False
The Fourier series of a periodic signal contains energy at most frequencies, not just at integer multiples of the fundamental.
TTrue
FFalse
Answer: False
The Fourier series of a periodic signal contains energy only at the fundamental frequency f₀ = 1/T₀ and its integer multiples (harmonics): f₀, 2f₀, 3f₀, … This produces a discrete amplitude spectrum. Energy at arbitrary (non-harmonic) frequencies would imply the signal is aperiodic — the Fourier transform (not series) handles that case and produces a continuous spectrum. The discreteness of the Fourier series spectrum is a direct consequence of the signal's periodicity.
Question 4 True / False
When approximating a square wave by summing finitely many Fourier harmonics, the overshoot near the discontinuities persists at roughly 9% of the jump height no matter how many harmonics are included — it never disappears.
TTrue
FFalse
Answer: True
This is the Gibbs phenomenon. As more harmonics are added, the overshoot region near a jump discontinuity narrows but its height does not vanish — it converges to approximately 8.9% of the total jump. The partial sum converges pointwise everywhere except at the discontinuity, where it converges to the average of the left and right limits. This is one of the first places students encounter a subtle distinction between pointwise convergence and uniform convergence, and it shows that sharp discontinuities have a specific frequency-domain signature (slowly decaying harmonic amplitudes).
Question 5 Short Answer
Explain why a pure sine wave requires exactly one nonzero Fourier coefficient while a square wave requires infinitely many. What does this tell you about the relationship between a signal's time-domain shape and its frequency-domain content?
Think about your answer, then reveal below.
Model answer: A pure sine wave at frequency f₀ is already one of the Fourier basis functions — it has energy only at f₀ and all other coefficients are zero by orthogonality. A square wave, with its instantaneous vertical edges, contains energy at the fundamental plus all odd harmonics because sharp discontinuities require high-frequency content to form. The more abrupt or complex the time-domain shape, the richer its frequency-domain representation. Smooth, slowly varying signals have most energy in low harmonics; signals with sharp features require high harmonics to reconstruct their detail.
This is the core insight of Fourier analysis: time-domain shape and frequency-domain content are two equivalent descriptions of the same signal. A time-domain discontinuity (jump) is a frequency-domain statement: 'this signal has significant energy at arbitrarily high harmonic frequencies.' A bandlimited signal (all energy below some maximum frequency) must be smooth in the time domain. This equivalence is the foundation for filtering — a low-pass filter removes high harmonics and smooths sharp features — and for the sampling theorem, which governs digitizing signals.