A Fourier series is just one small example in my favorite (and as far as I’m concerned, the most interesting and exciting) branch of mathematics.
If you REALLY want to understand Fourier series expansion, I HIGHLY recommend you take a course in Linear Algebra, and maybe a Linear Systems class, usually given in the control systems area of engineering.
For all of you that have had basic matrix algebra and calculus 3, you have seen vector projections. That is, you can project any vector onto another vector to determine its projection (like a shadow) onto that vector. Taking this a little further, you then learn how to project any vector onto a set of “basis” vectors - this gives you the “components” of the original vector. In calc 3 you learned the (i,j,k) basis vectors, which more or less breaks down to the (x,y,z) coordinates in 3-D space.
Sorry for this up until this point, but if you’ve followed along so far, hopefully you get this next part…
What most people don’t realize, is that linear algebra can be further extended from basis vectors into basis functions.
Just like the (i,j,k) are orthogonal and normal vectors (i.e. orthonormal vectors), functions can be made that are also orthonormal, making them “basis” functions (just like the “basis” vectors). Then, any arbitrary function can be projected onto this set of orthonormal “basis” functions, giving you the “components” of the original functions onto the basis functions.
In the Fourier series, the sin and cos terms ARE orthonormal basis functions, and the coefficients that you are calculating are simply the projections of the original functions onto the basis functions.
Once you understand this, the possibilities are endless: you can figure out all kinds of cool basis functions to project upon and make great approximations for many different applications and solve all kinds of cool problems. If you’ve ever heard of or have used any of the following tihngs, you’ve seen this in action:
- Fourier series
- Frequency domain analysis / signal processing
- Finite Element Analysis
- Computational Fluid Mechanics
- Wavelet transforms
- Element Free Analysis
- cubic spline approximations
… and many more.
Anyway, linear algebra and linear systems is something to get truly excited about. I always thought math was cool, but after taking these courses, all of those weird things that never quite made sense (like Fourier series) all of the sudden clicked and seemed like second nature. I highly recommend you look into it.
Lastly, I want to apologize for my poor attempt to explain this stuff. I’m a bit busy now and have other stuff on my mind, so I couldn’t put a lot of time into the explanation. Hopefully I’ll get some time soon and come back to this post and edit it into a more understandable explanation.