Editing
Appendix/Ramblings/FourierSeries
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Complex=== Here we make use of the ''exponential''/complex relation — also referred to as Euler's equation, <div align="center"> <math>~e^{i\alpha} = \cos\alpha + i \sin\alpha \, ,</math> <math>~\Rightarrow</math> <math>~e^{-i\alpha} = \cos\alpha - i \sin\alpha \, ,</math> </div> in which case we may write, <div align="center"> <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~\cos\alpha = \frac{1}{2} \biggl[ e^{i\alpha} + e^{-i\alpha}\biggr] \, ,</math> </td> <td align="center"> and </td> <td align="left"> <math>~\sin\alpha = \frac{1}{2i} \biggl[ e^{i\alpha} - e^{-i\alpha}\biggr]\, .</math> </td> </tr> </table> </div> Employing these definitions of the trigonometric relations <math>~\cos\alpha</math> and <math>~\sin\alpha</math>, the standard representation of the Fourier series may be rewritten as, <div align="center" id="ComplexExpression"> <table border="1" cellpadding="5" align="center"> <tr> <th align="center">''Complex'' Fourier Series Expression</th> </tr> <tr><td align="center"> <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~f(x)</math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \frac{1}{2}\sum_{n = -\infty}^{n = + \infty} d_n e^{i\omega_n x} \, , </math> </td> </tr> </table> </td></tr></table> </div> where, for <math>~n = 0, \pm 1, \pm 2, \pm 3, \dots~</math>, <div align="center"> <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~\omega_n</math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \frac{n\pi }{L} \, , </math> </td> </tr> </table> </div> and the ''complex'' coefficients, <div align="center"> <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~d_n = a_{n} -i b_{n} </math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \frac{1}{L} \int_{-L}^{L} f(x) \cos\biggl( \frac{n\pi x}{L} \biggr) dx - i\frac{1}{L} \int_{-L}^{L} f(x) \sin\biggl( \frac{n\pi x}{L} \biggr) dx </math> </td> </tr> <tr> <td align="right"> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \frac{1}{L} \int_{-L}^{L} f(x) \biggl[ \cos\biggl( \frac{n\pi x}{L} \biggr) - i\sin\biggl( \frac{n\pi x}{L} \biggr)\biggr] dx </math> </td> </tr> <tr> <td align="right"> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \frac{1}{L} \int_{-L}^{L} f(x)e^{-i\omega_n x} dx \, . </math> </td> </tr> </table> </div> <table border="1" align="center" cellpadding="8" width="70%"> <tr> <th align="center" bgcolor="yellow"> LaTeX mathematical expressions cut-and-pasted directly from <br /> NIST's ''Digital Library of Mathematical Functions'' </th> </tr> <tr> <td align="left"> As an additional primary point of reference, note that according to [https://dlmf.nist.gov/1.8 §1.8(i) of NIST's ''Digital Library of Mathematical Functions''], this ''alternative form'' is, <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~f(x)</math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~\sum^{\infty}_{n=-\infty}c_{n}e^{inx},</math> </td> </tr> <tr> <td align="right"> <math>~c_n</math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~\frac{1}{2\pi}\int^{\pi}_{-\pi}f(x)e^{-inx}\mathrm{d}x.</math> </td> </tr> </table> </td> </tr> </table> Let's demonstrate that this rewritten (complex) expression for <math>~f(x)</math> matches the standard Fourier series expression. First, we will refer to the above ''standard'' definitions of <math>~a_n</math> and <math>~b_n</math> as, respectively, <math>~a_{|n|}</math> and <math>~b_{|n|}</math>, and recognize that, as the summation is extended to negative numbers, the following mapping is appropriate: <div align="center"> <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~a_n ~ \rightarrow ~ a_{|n|}</math> </td> <td align="center"> and </td> <td align="left"> <math>~b_n ~ \rightarrow ~ b_{|n|} \, ,</math> </td> <td align="right"> for </td> <td align="left"><math>~n > 0 \, ;</math> </tr> <tr> <td align="right"> <math>~a_n ~ \rightarrow ~ a_{|n|}</math> </td> <td align="center"> and </td> <td align="left"> <math>~b_n ~ \rightarrow ~ - b_{|n|} \, ,</math> </td> <td align="right"> for </td> <td align="left"><math>~n < 0 \, .</math> </tr> </table> </div> Hence, we have, <div align="center"> <table border="0" cellpadding="5" align="center"> <tr> <td align="right"> <math>~2f(x)</math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \sum_{n = -\infty}^{n = + \infty} (a_n - ib_n)e^{i\omega_n x} </math> </td> </tr> <tr> <td align="right"> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \sum_{n = 1}^{n = + \infty} (a_{|n|} - ib_{|n|})e^{i\omega_{|n|} x} + a_0 + \sum_{n = \infty}^{n = 1} (a_{|n|} + ib_{|n|})e^{- i\omega_{|n|} x} </math> </td> </tr> <tr> <td align="right"> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \sum_{n = 1}^{n = + \infty} (a_{|n|} - ib_{|n|}) [ \cos (\omega_{|n|} x) + i\sin (\omega_{|n|} x)] + a_0 + \sum_{n = 1}^{n = \infty} (a_{|n|} + ib_{|n|}) [ \cos (\omega_{|n|} x) - i\sin (\omega_{|n|} x)] </math> </td> </tr> <tr> <td align="right"> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ a_0 + \sum_{n = 1}^{n = + \infty}\biggl\{ (a_{|n|} - ib_{|n|}) [ \cos (\omega_{|n|} x) + i\sin (\omega_{|n|} x)] + (a_{|n|} + ib_{|n|}) [ \cos (\omega_{|n|} x) - i\sin (\omega_{|n|} x)] \biggr\} </math> </td> </tr> <tr> <td align="right"> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ a_0 + \sum_{n = 1}^{n = + \infty}\biggl\{2a_{|n|} \cos (\omega_{|n|} x) + 2b_{|n|} \sin (\omega_{|n|} x)] \biggr\} </math> </td> </tr> <tr> <td align="right"> <math>~\Rightarrow ~~~ f(x)</math> </td> <td align="center"> <math>~=</math> </td> <td align="left"> <math>~ \frac{a_0}{2} + \sum_{n = 1}^{n = + \infty}\biggl\{a_{|n|} \cos (\omega_{|n|} x) + b_{|n|} \sin (\omega_{|n|} x)] \biggr\} \, . </math> </td> </tr> </table> </div> Q.E.D.
Summary:
Please note that all contributions to JETohlineWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
JETohlineWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Tiled Menu
Table of Contents
Old (VisTrails) Cover
Appendices
Variables & Parameters
Key Equations
Special Functions
Permissions
Formats
References
lsuPhys
Ramblings
Uploaded Images
Originals
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information