7.01 Trigonometric Fourier Series Representation | 7.03 Exponential Fourier Series & Complex Spectra


7.02 Symmetry Conditions & Waveform Analysis

Core Idea

Calculating trigonometric Fourier series coefficients () by direct integration is computationally expensive and error-prone. By analyzing the geometric symmetry of a periodic waveform, we can predict beforehand which coefficients will be identically zero. This note covers the mathematical proofs, conditions, and waveforms for Even, Odd, Half-Wave (Even/Odd), and Quarter-Wave symmetries, establishing powerful shortcut methods that save crucial time in exams.


1. Symmetry Classification Matrix

By examining how a signal behaves under time-reversal () or half-period shifts (), we classify its symmetry:

Symmetry TypeMathematical ConditionCoefficients Set to ZeroSurviving Terms
Even Symmetry for all DC () and Cosines ()
Odd Symmetry for all Sines () only
Half-Wave Symmetry, and for even Odd harmonics only ()
Even Harmonics for odd Even harmonics only ()

2. Rigorous Mathematical Proofs

2.1 Prove that Odd Functions Contain Only Sine Coefficients [PYQ 2018, 2017 - 6 Marks]

Theorem: If a periodic signal is odd, its Fourier series contains no DC offset () and no cosine terms (), leaving only sine terms ().

Proof: By definition, a signal is odd if .

Step 1: Proof for

The DC coefficient is given by: Split the integration interval into the negative half and positive half: In the first integral, perform the change of variable . The limits of integration change from to : Substitute the odd condition : Substitute this back into the expression for :

Step 2: Proof for

The cosine coefficient is given by: Because is odd and is even, let us analyze the parity of their product: The integrand is purely odd. Since the definite integral of any odd function over symmetrical limits is zero:

Step 3: Derivation of the Simplified Formula

The sine coefficient is given by: The product of two odd functions is even: Using the symmetric integration rule for even functions:


2.2 Prove that Half-Wave Symmetric Signals Have No Even Harmonics [PYQ 2020, 2019 - 4 Marks]

Theorem: If a periodic signal satisfies , then its Fourier coefficients for all even values of ().

Proof: The complex exponential Fourier coefficient is: Split the integration over the two halves of the period: For the second integral, apply the shift variable and . The limits map to : Apply the half-wave symmetry condition : Since , the exponential factor scales to: Substitute this back: Reassemble : Analyze the cases for :

  • Case 1: is Even :
  • Case 2: is Odd : Thus, even harmonics are identically zero. Since , this guarantees for all even .

3. High-Yield Worked Examples (The Exam Killers)

3.1 Symmetrical Rectangular Square Wave [PYQ 2022, 2017 - 12 Marks]

Question: Obtain the Fourier components of the periodic square wave signal which is symmetrical with respect to the vertical axis at , as shown below:

             +A |
       +--------+--------+              T_0 = Period
       |        |        |              Duty Cycle = 50%
  -T/2 |        |        | T/2
  o----+--------+--------+----o t
  -T/4 |                 | T/4
       |                 |
       +-----------------+
             -A |

Step 1: Analyze Waveform Symmetry

  • Even Symmetry: The waveform is symmetric across the vertical vertical axis: . Therefore, .
  • Zero average area: Since the positive area matches the negative area over one cycle, the DC term .
  • Half-Wave Symmetry: Shifting the waveform by and flipping it vertically yields the exact same wave: . Therefore, for all even .

Step 2: Formulate the Piecewise Function over one period :

Step 3: Calculate the surviving odd Cosine Coefficients ( for odd )

Using the even symmetry shortcut: Split the integral from to : Substitute and : Since and for all integers :

Step 4: Evaluate the Harmonic cases

  • For even () :
  • For odd ():

Step 5: Write the final Trigonometric Fourier Series:


3.2 Half-Wave Rectified Sine Wave [Textbook Classic - Fig E2.3]

Question: Obtain the trigonometric Fourier series for the half-wave rectified sine wave shown below:

     Amplitude
        ^
      A |      _              _
        |    /   \          /   \
        |   /     \        /     \
      0 +--o-------o------+-------o----> t
        0        T/2      T     3T/2

Step 1: Analyze Symmetry Conditions

  • Even/Odd Symmetries: The waveform is neither symmetric about the vertical vertical axis nor anti-symmetric about the origin. Thus, both and are expected to exist.
  • Half-Wave Symmetry: Since (the negative half-cycle is flat zero, not inverted), the waveform does not possess half-wave symmetry. Thus, even harmonics will exist.

Step 2: Formulate the piecewise definition over one period :

Step 3: Evaluate the DC Term ():

Substitute : The constant baseline DC offset is .

Step 4: Calculate the Cosine Coefficients ()

Using the trigonometric product-to-sum identity : For :

  • If is odd: and .
  • If is even: and :

Special Case: For :

Step 5: Calculate the Sine Coefficients ()

Using product identity : For : b_n = \frac{A}{T_0} \left[ \frac{\sin(1-n)\omega_0 t}{(1-n)\omega_0} - \frac{\sin(1+n)\omega_0 t}{(1+n)\omega_0} \right]_{0}^{T_0/2} = 0 \quad \text{{since } \sin(k\pi) = 0}

Special Case: For :

Step 6: Assemble the final half-wave rectified series:


4. Common Mistakes That Cost Marks

The Half-Period Integration Boundary Oversight

For symmetrical integrations (like even/odd shortcut equations), the coefficient multipliers double (becoming ) while the limits of integration reduce by half (integrating from to ). A very common exam failure is writing the multiplier but integrating over the full period anyway, which doubles the correct value and yields a zero-grade for the question.

The Non-Symmetric Period Origin Shift Trap

Symmetries (even and odd) are defined relative to the vertical time origin . If a periodic waveform is physically shifted in time such that its axis of symmetry is no longer at , you cannot use the or shortcuts directly. You must either solve it with the full integrals or mathematically shift the time axis () to apply symmetry shortcuts.


5. PYQ Bank — Verbatim Questions & Answer Plans

5.1 PYQ 2017 Question 4b [6 Marks]

Question: With regard to Fourier series representation, justify that odd function have only sine term coefficients.

  • Answer Plan:
    1. Define the trigonometric Fourier series and state the odd function criterion .
    2. Write down the full proof showing and as derived step-by-step in Section 2.1.
    3. Derivate the surviving simplified formula for to demonstrate completeness.

5.2 PYQ 2020 Question 4a [2 Marks]

Question: What is meant by Fourier series expansion? What are the “Symmetry Conditions” of Fourier series?

  • Answer Plan:
    1. Define Fourier Series Expansion as the decomposition of any continuous-time periodic signal into a linear combination of mutually orthogonal sines, cosines, and a constant DC offset.
    2. Define Symmetry Conditions as the structural parity properties of periodic signals (Even, Odd, and Half-Wave) that force certain coefficients to zero.
    3. Reproduce the Symmetry Classification Matrix from Section 1 to secure full marks.

6. Self-Check Before Moving On

  • Can you prove mathematically why for any periodic function that is purely odd? [2.1]
  • Do you know what happens to the Fourier coefficients if a signal has half-wave symmetry?
  • Why does a half-wave rectified sine wave have both sine and cosine coefficients? [3.2]
  • Can you evaluate the Fourier series of a symmetrical square wave on a whiteboard? [3.1]

Source: (k.Deergha Rao) signals and systems.pdf (Chapter 3), 01 Fourier Series.pdf, Rabiul sir class note.pdf.