Chapter 5 2 min read
Save

Fourier Series and Integrals

Mathematics II · BCA · Updated Apr 06, 2026

Table of Contents

Unit V: Fourier Series and Integrals

5.1 Introduction to Fourier Series

Fourier series decompose periodic functions into sums of sine and cosine functions. This powerful mathematical tool is used extensively in signal processing, heat conduction, vibration analysis, and electrical engineering.

The key idea: any periodic function (with certain conditions) can be represented as an infinite sum of harmonically related sinusoids.

5.2 Periodic Functions

A function f(x) is periodic with period T if f(x + T) = f(x) for all x. The fundamental frequency is ω = 2π/T.

5.3 Trigonometric Fourier Series

For a periodic function f(x) with period 2L, the Fourier series is:

f(x) = a0/2 + ∑n=1[ancos(nπx/L) + bnsin(nπx/L)]

Fourier Coefficients:

a0 = (1/L)∫-LLf(x) dx
an = (1/L)∫-LLf(x)cos(nπx/L) dx
bn = (1/L)∫-LLf(x)sin(nπx/L) dx

5.4 Dirichlet Conditions

A function f(x) has a convergent Fourier series if:

  1. f(x) is periodic
  2. f(x) has a finite number of discontinuities in one period
  3. f(x) has a finite number of maxima and minima in one period
  4. ∫|f(x)|dx over one period is finite

At points of discontinuity, the series converges to the average of left and right limits.

5.5 Fourier Sine and Cosine Series

Even functions (f(-x) = f(x)) have only cosine terms (bn = 0):

f(x) = a0/2 + ∑n=1ancos(nπx/L)

Odd functions (f(-x) = -f(x)) have only sine terms (an = 0):

f(x) = ∑n=1bnsin(nπx/L)

Half-Range Expansions: A function defined only on [0, L] can be extended as even (cosine series) or odd (sine series) to get a Fourier representation.

5.6 Complex Form of Fourier Series

Using Euler's formula e = cosθ + i sinθ, the Fourier series can be written compactly:

f(x) = ∑n=-∞cneinπx/L

where cn = (1/2L)∫-LLf(x)e-inπx/L dx

The complex coefficients relate to the real coefficients: cn = (an - ibn)/2 for n > 0.

5.7 Parseval's Identity

This relates the energy of a signal to its Fourier coefficients:

(1/L)∫-LL|f(x)|2 dx = a02/2 + ∑n=1(an2 + bn2)

5.8 Fourier Integrals

For non-periodic functions, the Fourier series generalizes to the Fourier integral:

f(x) = (1/π)∫0[A(ω)cos(ωx) + B(ω)sin(ωx)] dω

where:

A(ω) = ∫-∞f(t)cos(ωt) dt
B(ω) = ∫-∞f(t)sin(ωt) dt

5.9 Fourier Transforms

The Fourier transform and its inverse provide a frequency-domain representation:

F(ω) = ∫-∞f(t)e-iωt dt (Forward Transform)
f(t) = (1/2π)∫-∞F(ω)eiωt dω (Inverse Transform)

Properties of Fourier Transform:

  • Linearity: F{af + bg} = aF{f} + bF{g}
  • Time Shifting: F{f(t-a)} = e-iωaF(ω)
  • Frequency Shifting: F{eiatf(t)} = F(ω-a)
  • Scaling: F{f(at)} = (1/|a|)F(ω/a)
  • Convolution: F{f*g} = F(ω)G(ω)

Related Notes

Discussion

0 comments

Join the discussion

Log in to share your thoughts and help fellow students.

Log in to comment

No comments yet. Be the first to share your thoughts!