For a real periodic signal, the Fourier series can be written using real cosines and sines instead of complex exponentials:

This is the trigonometric Fourier series. Sometimes more convenient than the complex form, especially for hand-computation and for visualizing what frequencies a real signal contains.

Derivation from the complex form

Start with the complex synthesis equation and group the term with , using conjugate symmetry :

Applying Euler’s formula and combining:

Define

for , with and . Both are real numbers.

Direct formulas

with

Watch the DC term. The formula for has prefactor , not . This asymmetry is one of the two most common errors with the trigonometric form — independent of the conversion-to-complex-form factor-of- mistake below. The reason: pairing with produces a factor of 2 for , but the term has no pair, so it doesn’t double.

Converting between forms

Two things to internalize:

  1. The factor of . Forgetting this is the single most common error in converting forms. Write it carefully each time.
  2. The negative sign on for . Notice has , but has . The minus goes with positive , the plus with negative . (Mnemonic: the positive- coefficient corresponds to , and the analysis side picks up the conjugate, flipping the sign on .)

A quick sanity check

Take . The trigonometric form should give , everything else zero. From the direct formula, . ✓

In complex form, this should give (from the cosine pair ). Converting: . ✓

Why use which form

Trigonometric is the natural form for real signals — coefficients are real, easy to plot, easy to interpret physically (each is the amount of in the signal). Complex is the natural form for derivations involving the Fourier transform (which generalizes the complex form to a continuous integral) and for systems analysis (where complex exponentials are eigenfunctions of LTI systems).

Fluency requires switching between forms cleanly. The conversion formulas are on the sheet, but the factor of 2 and the sign on get checked often.