Can you help me with some information about how to derive Fourier transform from Fourier series? Is there any connection between these two mathematical notions?
The amplitude spectrum can be determined from coefficients of Fourier series or from Fourier transform?
Thanks!
Here is some intuition which may help (for a complete and rigorous treatment, see references at the end):
Assume a function $f$ is an even function and can be written as:
$$ f(x) = \sum_{n=0}^\infty a_n \cos(2\pi n x) $$
now those $\cos(2\pi nx)$ are orthogonal in that $\langle \cos(2\pi n\cdot),\cos(2\pi m\cdot)\rangle = \kappa\delta_{nm}$ for some appropriate constant $\kappa$ and with $\langle g,h\rangle=\int_{-\infty}^\infty f(x)\overline{g(x)}\mathrm{d} x$.
Now, brushing under the rug some technical details, if you take $\langle f, \cos(2\pi mx)\rangle$ intuitively all terms but one will disappear thanks to the orthogonality of the basis:
$$ a_m \propto \langle f, \cos(2\pi m\cdot)\rangle $$
You can generalize the idea to functions that are not even but following the same idea, the basis functions are then $\exp(-2i\pi k x)$ (there may be a factor in there depending on the convention but it doesn't change the reasoning) and you have in general
$$ a_k \propto \langle f, \exp(-2i\pi k \cdot)\rangle$$
and now it's only one step to define a function out of this by simply taking continuous $k$ say $\omega$:
$\hat f(\omega) \propto \langle f, \exp(-2i\pi \omega \cdot)\rangle$
which is the FT. Now depending on your church (math, physics, engineering, compsci), you'll have $\pi$ here and there and the proportionality constant will change but the rough idea stays the same.
Putting some more beautiful math under the aforementioned rug (functional analyst if you read this, please accept my apologies) you can go from the sum above to an integral and have a "continuous sum" for $f$:
$$ f \propto \langle \hat f, \exp(-2i\pi x \cdot) \rangle = \int_{-\infty}^\infty \hat f(\omega)\exp(2i\pi\omega x)\mathrm{d}\omega $$
the right hand side is the inverse FT and the part in the middle makes explicit the fact that the FT is a dual representation.
(I am aware this is a rough development, I'm just trying to give some intuition, for a complete and more rigorous development, you could look at something like http://lpsa.swarthmore.edu/Fourier/Xforms/FXformIntro.html)