According to Wikipedia, a Fourier series is an expansion of a periodic function into a sum of trigonometric functions. The main advantage of expressing a function as a sum of sines and cosines is that the function becomes easier to analyze because trigonometric functions are well understood. The Fourier series is named after the French math wizard Jean-Baptiste Joseph Fourier, who used the sum of the trigonometric series to find the solutions to the heat transfer problem (modelled as a partial differential equation). Since its first use, the Fourier series has become one of the most popular mathematical tools to be used in almost every field of engineering. Many problems of structural engineering can be solved in an easy manner by utilizing the advantage of the Fourier series. A few such applications (among many others) of the Fourier series are explained below. Working MATLAB codes are also provided here to apply the Fourier series directly in the case of solving the discussed problems.
Let a simply supported beam of length
Figure 1: A simply supported beam subjected to any general loading
Consider a beam with a UDL of intensity
Figure 2: A simply supported beam subjected to a UDL loading
Support reactions: considering the moment equilibrium condition at support
Bending moment:
Shear force:
Deflection and slope profiles:
considering
Consider a beam with a harmonic loading of intensity
Figure 3: A simply supported beam subjected to a cosine loading
Support reactions: considering the moment equilibrium condition at support
Considering the equilibrium of vertical forces,
Bending moment:
Shear force:
Deflection and slope profiles:
Satisfying the corresponding boundary conditions for the beam, the constants of integration can be obtained as
Consider a beam with a harmonic loading of intensity
Figure 4: A simply supported beam subjected to a sine loading
Support reactions: considering the moment equilibrium condition at support
Considering the equilibrium of vertical forces,
Bending moment:
Shear force:
Deflection and slope profiles:
Satisfying the corresponding boundary conditions for the beam, the constants of integration can be obtained as
The theory of superposition can be used to get the resultant reaction forces and responses of the simply supported beam due to any general loading
Total reactions:
Total bending moment:
Total shear force:
Total deflection:
Total slope:
Example: Consider a prismatic and simply supported beam with the prescribed loading as shown in Figure 5.
Figure 5: Necessary details for an example simply supported beam
A simple MATLAB script is provided in this repository to find the approximate Fourier series expansion for the given loading acting at the example beam. Also, the script can be used to generate various responses (i.e., bending moment diagram, shear force diagram and deformation profile) of the beam using the theory discussed above. The variations of the responses with respect to the length of the beam are shown in Figure 6. It is assumed that the beam behaves linearly for the prescribed loadings. The inputs of the computer script can be modified accordingly to use it for other simply supported beams due to any general loading. The accuracy of the discussed methodology greatly depends on the smoothness of the function(s) representing the external loading(s) acting on the beam. Because the Fourier series expansion of a discontinuous function will always have some error in terms of overshoot (around
Figure 6: Loading details for a simply supported beam and the corresponding responses
Consider a rectangular plate of sides
Figure 7: A simply supported plate
For this simply supported plate, the governing differential equation for the deflection
Example:
A square plate of sides
Figure 8: Deformed shape of the example simply supported plate subjected to the given pressure
Figure 9: Bending moment diagrams of the example simply supported plate subjected to the given pressure