I am interested in Fourier Analysis. But I don't get why the coefficients are choosen that way and why the Fourier series will converge to a given function?
Can someone provide me simple information or do you know an easy source for a beginner?
Regards, Kevin
The Fourier series converges given that the $f\in L^2(-l,l)$ for the given interval. That is $f$ is a function that satisfies $\int_{-l}^{l}f^2 \, dx<+\infty$. There is a proof that shows that the series converges with this condition.
The way to understant why coefficients are calculated as they are is to think that you are using a vector space of infinite dimension. That is $\{1,\sin({k\frac{\pi}{x}}),\cos({k\frac{\pi}{x}})\}$ (if you use a different basis is equivalent) is a basis of $L^2(-l,l)$, and any function that belongs to this space can be generated as an infinite linear combination of elements of the base. When you calculate the coefficients you are just calculating the projections of the function over each 'direction' given but each element of the basis. Of course the projection is donde using the dot product of the metric space we are using $L^2(-l,l)$, which is: $$\langle u,v\rangle=\int_{-l}^{l}u\cdot v\,dx$$ where $u,v\in L^2(-l,l)$.
You can find some notes about the topic here. This notes are from MIT and quite nice for the beginner.