FOURIER Series
Univ.-Prof. Dr.-Ing. habil. Josef BETTEN
RWTH Aachen University
Templergraben 55
D-52056 A a c h e n , Germany
betten@mmw.rwth-aachen.de
Abstract
This worksheet is concerned with FOURIER series. Some examples are discussed
using MAPLE V, Release 10.
Keywords: FOURIER expansion; odd and even functions; HEAVISIDE function;
continuous functions with cusps; L-two norm
FOURIER Expansion
restart: FOURIER_series:= a[0]/2+sum(a[k]*cos(k*x)+b[k]*sin(k*x),k=1..infinity);
ODD and Even Functions
For odd functions the coefficients A[k], k = 0,1,2.. are identical to zero.
compact form:
For even functions the coefficients B[k] are identical to zero.
Function f(x) = (x - X)^2 in several ranges:
The solution is trivial. For all k yields: y(x, k...n) = q.
FOURIER Representation of the HEAVISIDE Function
Interval ( 0, 2*Pi ):
Continuous Functions with Cusps
L-two Norm
For n = 99 the FOURIER series y(x, n = 99) represents a good approximation
to the above given function h(x).
to the above given function g(x).
Legal Notice: The copyright for this application is owned by the author. Neither Maplesoft nor the author are responsible for any errors contained within and are not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact the author for permission if you wish to use this application in for-profit activities.