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?
[itex][tex] <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:" />[/tex][/itex]HallsofIvy said:"Real Fourier Series" are in the form [itex]\sum a_ncos(nx)+ b_nsin(nx)[tex] 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't give us anything new: [itex]a_{-n}cos(-nx)+ b_n sin(-nx)= a_{-n}cos(nx)- b_{-n} sin(nx)[/itex] and would can then combine that with the corresponding "n" term: [itex]( a_n+ a_{-n})cos(nx)+ (b_n- b_{-n})sin(nx)[/itex]<br /> <br /> Another, but equivalent, way of looking at it is that [itex]cos(nx)= (e^{inx}+ e^{-inx})/2[/itex] and [itex]sin(nx)= (e^{inx}+ e^{-inx})/2i[/itex] so that sin(nx) and cosine(nx) with only positive n includes exponentials with both positive and negative n.[/tex][/itex]