Fourier Series, Representing Functions, and Applications
Definition and Motivation
In Chapter 6 of Understanding Analysis by Abbott, we explored some important properties of power series, where we tried to represent a function as a limit of polynomials. In this blog, we want to look at another type of powerful and widely-used series called Fourier series or trigonometric series, by representing a function as a series of sines and cosines.
First, let’s look at the definition of a Fourier series:
Let be a fixed number and be a periodic function with period , defined on . The Fourier series of is a way of expanding the function into an infinite series involving sines and cosines:
where and are called the Fourier coefficients of , and are given by the formulas
and
For example, if we want to represent an electrocardiogram as a Fourier series by a linear combinations of sine and cosine functions, we may want to do something like below:
Let’s take some time and interpret this illustration: (1)The solid blue line represents the electrocardiogram wave which we want to approximate; (2) the dotted blue line is the average value of the electrocardiogram; (3) the dotted magenta line is a sine wave; and (4) the red solid line represents the sum of line (2) and (3). If we keep adding more sinusoidal waves to the sum, we may eventually get a closer and closer approximation to the desired electrocardiogram as showing below.
But, you may wonder, how do we determine the phase and magnitude of each of those sine and cosine functions? Next, we will see how do we achieve that.
Representation and Transformation
Consider a periodic signal with period . Since the period is , we take the fundamental frequency to be . We can represent any such function (with some very minor restrictions) using Fourier Series. The Fourier Series is more easily understood if we first restrict ourselves to functions that are either even or odd.
So an even function, , can be represented as a sum of cosines of various frequencies via the equation:
Consider the following function, and its corresponding values for . This function has so .
The right column shows the sum from n=0 to n=4. But how do we find the coefficient ? That’s a very good question. The process of solving would require more algebraic work that involves integration and some trigonometric tricks, but we won’t go into details here.
Similarly, for odd functions, we can represent them as the sum of sine functions:
Note that there is no term since the average value of an odd function over one period is always zero. If we have a function that is neither even nor odd, or is a combination of both, we may also use Fourier series to represent it, by creating two sets of functions to represent the even and odd parts, and then use the previous method to find each part of the coefficients respectively.
However, for most of the functions which are not periodic, we want to incorporate another approach called Fourier transform. The idea is that we want to let the period get very large, i.e., . Though this seems straightforward in concept, it fundamentally changes the nature of the transformation.
Historical Context
Baron Jean-Baptiste-Joseph Fourier, born in poor circumstances in Auxerre, introduced the idea that
There is no function , or part of a function, which cannot be expressed by a trigonometric series.
Fourier was obsessed with heat, keeping his rooms uncomfortably hot for visitors. And also because of this, Fourier came upon his idea in connection with the problem of the flow of heat in solid bodies, including the earth.
Fourier analysis plays a key role in a lot of scientific and math studies. In the study of signals, for example if you say the word “hello”, you can actually represent the audio signals by a Fourier series.
Besides, Fourier series also has a broad application in approximation theory, control systems, and in solving higher order partial differential equations, etc.
Reference
https://www.math.purdue.edu/academic/files/courses/2014fall/MA16021/FourierSeries(nopauses).pdf
Leave a Reply
You must be logged in to post a comment.