Tosh5457
- 130
- 28
Hi, I don't understand why does n goes from -∞ to +∞ in the complex Fourier series, but it goes from n=1 to n=+∞ in the real Fourier series?
<br /> <br /> Thanks <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":smile:" title="Smile :smile:" data-smilie="1"data-shortname=":smile:" />HallsofIvy said:"Real Fourier Series" are in the form \sum a_ncos(nx)+ b_nsin(nx)<br /> cosine is an even function and sine is an odd function so that if we <b>did</b> use negative values for n, it wouldn&#039;t give us anything new: a_{-n}cos(-nx)+ b_n sin(-nx)= a_{-n}cos(nx)- b_{-n} sin(nx) and would can then combine that with the corresponding &quot;n&quot; term: ( a_n+ a_{-n})cos(nx)+ (b_n- b_{-n})sin(nx)<br /> <br /> Another, but equivalent, way of looking at it is that cos(nx)= (e^{inx}+ e^{-inx})/2 and sin(nx)= (e^{inx}+ e^{-inx})/2i so that sin(nx) and cosine(nx) with only positive n includes exponentials with both positive and negative n.