Visual
Topic overview
Fourier series problems require identifying signal symmetry, selecting the correct coefficient formulas, evaluating integrals over the right interval, and interpreting convergence. Mistakes in any of these steps produce wrong coefficients or incorrect reconstructions. This guide addresses the specific errors that appear most often in university examinations.
Common mistakes
Mistake 1: Applying even-symmetry formulas to a function that has only half-wave symmetry, or confusing the two
Why it happens: Students learn that even functions have b_n = 0 and odd functions have a_n = 0, but half-wave symmetry (f(t + T/2) = -f(t)) is a separate condition that zeroes out all even-indexed harmonics, not all sine or cosine terms.
Correct approach: Even symmetry: a_n = (4/T) integral from 0 to T/2 of f(t) cos(n omega t) dt, b_n = 0. Odd symmetry: b_n = (4/T) integral from 0 to T/2 of f(t) sin(n omega t) dt, a_n = 0. Half-wave symmetry: only odd n terms survive; both a_n and b_n can be nonzero, but a_n = b_n = 0 for even n. These conditions can combine: a function can be both odd and half-wave symmetric.
Example: Wrong: Student sees a square wave that is odd and half-wave symmetric, applies even-symmetry formula, gets nonzero a_n.
Correct: Odd symmetry eliminates all a_n. Half-wave symmetry further eliminates even-indexed b_n. Only b_n for odd n remain nonzero.
Mistake 2: Using the full-period integral limits when the symmetry condition allows integration over only the half period
Why it happens: Students know the shortcut formulas exist but apply the full-period formula out of caution, then divide by T instead of T/2, introducing a factor-of-2 error.
Correct approach: When even or odd symmetry is confirmed, the coefficient formulas use T/2 as the upper limit and a factor of 4/T (not 2/T). The factor of 4/T already accounts for the doubling from symmetry. Mixing 2/T with the half-period limit produces a result that is half the correct value.
Example: Wrong: Even function, period T=2. Student computes a_n = (2/2) integral from 0 to 1 of f(t) cos(n pi t) dt = integral result X. This uses 2/T with half-period limit, missing the factor of 2.
Correct: a_n = (4/2) integral from 0 to 1 of f(t) cos(n pi t) dt = 2 x integral result X.
Mistake 3: Forgetting that the Fourier series converges to the average of the left and right limits at a discontinuity, not to the function value
Why it happens: Students write the Fourier series value at a jump discontinuity as equal to the function value on one side, not the midpoint.
Correct approach: At a point of discontinuity t0, the Fourier series converges to (f(t0+) + f(t0-)) / 2, where f(t0+) is the right-hand limit and f(t0-) is the left-hand limit. At points of continuity, the series converges to f(t) exactly.
Example: Wrong: Square wave with f(t) = 1 for 0 < t < pi and f(t) = -1 for pi < t < 2pi. At t=0, student writes Fourier series value = 1.
Correct: At t=0, f(0+) = 1 and f(0-) = -1 (from the previous period). Fourier series converges to (1 + (-1)) / 2 = 0.
Mistake 4: Misapplying Parseval's theorem by using the wrong normalization factor
Why it happens: Students use the complex exponential form's Parseval relation (sum of |c_n|^2) when they have computed trigonometric form coefficients (a_n, b_n), without converting between the two forms.
Correct approach: For the trigonometric Fourier series, Parseval's theorem states: (1/T) integral of |f(t)|^2 dt = (a_0/2)^2 + (1/2) sum_{n=1}^{inf} (a_n^2 + b_n^2). For complex exponential form: (1/T) integral = sum_{n=-inf}^{inf} |c_n|^2. These are consistent only when c_n = (a_n - j b_n) / 2 for n > 0 is applied correctly.
Example: Wrong: Student computes trigonometric coefficients a_n and b_n, then writes total power = sum of a_n^2 + b_n^2 without the 1/2 factor.
Correct: Total power = (a_0/2)^2 + (1/2)(a_1^2 + b_1^2) + (1/2)(a_2^2 + b_2^2) + ...
Debugging tips
- Before writing any integral, draw one period of the function and label it explicitly. Mark whether f(-t) = f(t) (even), f(-t) = -f(t) (odd), or f(t + T/2) = -f(t) (half-wave). Only then choose the coefficient formula.
- After computing a_0, a_n, and b_n, substitute n=1 and evaluate the first few partial sums numerically. Compare with the known function value at a continuous point to catch factor-of-2 errors early.
- At a known discontinuity, substitute the exact t value into your Fourier series expression and check that it equals the average of the two sides, not a one-sided value.
- When using Parseval's theorem to find the sum of a series, first identify which known signal has those coefficients, then compute the integral of f^2 directly. This indirect route is often faster and avoids coefficient formula errors.
- Always state the period T and the fundamental frequency omega_0 = 2 pi / T at the top of each problem. Errors in omega_0 propagate into every coefficient integral.
Exam warnings
- A question may define f(t) only on [0, T/2] and ask for the Fourier series. This is a half-range expansion. You must decide whether to extend it as an even or odd function, which changes all coefficients. Read the question to see if even or odd extension is specified.
- When a question asks for the value of a Fourier series at a specific t, check if that t is a discontinuity. Writing f(t) directly instead of the convergence midpoint is a common full-mark error.
- Parseval's theorem questions often give a known signal, ask you to find the sum of a series like 1/1^2 + 1/3^2 + ... by computing the power. The trap is forgetting the a_0 term or the 1/2 factor on a_n^2 and b_n^2.
- If the question states 'the function is periodic with period 2L,' the Fourier series uses sin(n pi t / L) and cos(n pi t / L), not sin(n t) and cos(n t). Substituting the wrong argument into the basis functions gives zero marks for all coefficients.