Exercise: Sawtooth Wave Fourier Transform: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
<br />
<br />


<center><math> x(t)=\sum^\infty_{n=0} \left[a_n\cos\frac{2\pi nt}{T}+b_n\sin\frac{2\pi nt}{T}\right]</math></center>
<center><math> x(t)=\frac{a_0}{2}+\sum^\infty_{n=1} \left[a_n\cos\frac{2\pi nt}{T}+b_n\sin\frac{2\pi nt}{T}\right]</math></center>


<br />
<br />
Line 35: Line 35:
<br />
<br />


For the sawtooth function given, we note that <math>T=1</math>, and an obvious choice for <math>c</math> is 0 since this allows us to reduce the equation to <math>x(t)=t</math>. It remains, then, only to find the expression for <math>a_n</math> and <math>b_n</math>. We proceed first to find <math>b_n</math>. For <math>b_n</math> we can ignore the case when <math>n=0</math> because <math>\sin\,\! 0=0</math>. Hence, we proceed for <math>n=1,2,3\dots</math>:
For the sawtooth function given, we note that <math>T=1</math>, and an obvious choice for <math>c</math> is 0 since this allows us to reduce the equation to <math>x(t)=t</math>. It remains, then, only to find the expression for <math>a_n</math> and <math>b_n</math>. We proceed first to find <math>b_n</math>.


<br />
<br />
Line 81: Line 81:
</center>
</center>


Now, for <math>a_n</math> we must consider the case when <math>n=0</math>.
Now, for <math>a_n</math> we must consider the case when <math>n=0</math> separately.


<br />
<br />
Line 87: Line 87:
<center>
<center>


<math>a_0=\int_0^1t\ dt=\frac{t^2}{2}\bigg|_0^1=\frac{1}{2}</math>
<math>a_0=\frac{2}{1}\int_0^1t\ dt=t^2\bigg|_0^1=1</math>


</center>
</center>

Revision as of 13:35, 12 January 2010

Problem Statement

Find the Fourier Tranform of the sawtooth wave given by the equation




Solution

As shown in class, the general equation for the Fourier Transform for a periodic function with period is given by



where



For the sawtooth function given, we note that , and an obvious choice for is 0 since this allows us to reduce the equation to . It remains, then, only to find the expression for and . We proceed first to find .



which is solved easiest with integration by parts, letting




so





Now, for we must consider the case when separately.



For , we have



which again is best solved using integration by parts, this time with




so






Therefore, the Fourier Transform representation of the sawtooth wave given is:



The figures below graph the first few iterations of this solution. The first graph shows the solution truncated after the first 100 terms of the infinite sum, as well as each of the contributing sine waves with offset. The second figure shows the function truncated after 1, 3, 5, 10, 50, and 100 terms.


First 100 Terms.jpg


First n Terms.jpg

Author

John Hawkins

Read By

Reviewed By