![]() |
Sine and Cosine Fourier SeriesBrown University, Applied Mathematics |
Return to computing page
Return to MuPAD tutorial page for the first course
Return to MuPAD tutorial page for the second course
Return to the main page (APMA0340)
Great! We have made it halfway to where we want to be; we what to expand an integrable function into a Fourier series that contains only sines or cosines.
This is achieved when the original function, which is assumed to be defined on the finite interval \( (0, \ell ), \) is expanded in even or odd way on the interval
\( (-\ell ,0 ). \) Recall that a function f(x) on a symmetric interval \( (-\ell , \ell ), \) is called even iff \( f(-x) = f(x) . \)
Correspondingly, a function f(x) is referred to as odd when the following relation holds \( f(-x) = -f(x) \) for any \( x\in (0, \ell ) .\)
Essentially, A function f(x), defined on the the finite interval \( (0, \ell ), \) can be expanded in either sine Fourier series
Sine and cosine Fourier series suffers the same Gibbs phenomenon as regular Fourier series: its partial sums overshoot and undershoot the actual value of discontinuity by about 9% independently of the number of terms in the finite sums. When the number of terms in the partial sum incleases, the overshoot and undershoot approaches the numerical value that is determined as follows.
Let \( F_N (x) \) be the finite Fourier sum with N+1 terms:
1. First you will split your fraction into a sum of simple fractions by using Partial Fraction Decomposition.
2. Next you will look up the Inverse Laplace for a given function of lambda in a table provided to write the answer (if you are working by hand).
Example 1:
Example 2:
Example 3:
Example 4:
ilaplace::addpattern(pat, s, t, res)
ilaplace(1/`λ`^5,`λ`,t)
ilaplace(1/(`λ`^2+1),`λ`,t)
Home |
< Previous |
Next > |