|
|
Line 159: |
Line 159: |
|
|
|
|
|
[[Lau, Chris|Christopher Garrison Lau I]] |
|
[[Lau, Chris|Christopher Garrison Lau I]] |
|
|
|
|
|
Tyler Starr |
|
==Read By== |
|
==Read By== |
|
==Comments== |
|
==Comments== |
Author
John Hawkins
Problem Statement
Find the Fourier Tranform with exponential basis functions of the sawtooth wave given by the equation
Note that this is the same function solved in Exercise: Sawtooth Wave Fourier Transform, but solved differently to compare the two methods.
Solution
The goal of this method is to find the coefficients such that
In class we showed not only that this was possible, but also that
Noting that our period for this function is and that an obvious choice for is zero, we proceed:
For , the above integral is solved easiest using integration by parts. When ,however, IBP does not work, so the case when needs to be considered separately. In this case,
For , we continue with IBP, letting
This gives
But
So
Therefore,
Solution Graphs
I modified the Matlab code used in the Exercise: Sawtooth Wave Fourier Transform to generate the solution graphs using the equation found above instead of the previously found solution. This code can be found here: Sawtooth2 Matlab Code. It generates the following analagous three graphs, which as hoped appear exactly identical to those found using the other method. Note that the "terms" mentioned in the titles of the graphs should now be interpreted as the sum of the th and th terms.
Analytical Comparison of Two Solutions
To convince myself that the two solutions are actually the same, I performed the following analysis. Let be the nth term of the solution found on this page. Then for ,
Therefore,
As we had hoped and expected.
Reviewed By
Christopher Garrison Lau I
Tyler Starr
Read By