Fourier Series, Sin(t), but skips every other period Hard

zenjirou
Messages
4
Reaction score
0

Homework Statement



f(t)= sin(t), so as expected the period goes from 0 to 2pi. But 2pi to 4 pi is function is ZERO, and then starts up again from 4pi to 6pi, then zero from 6pi to 8pi,etc

So basically sin(t) that skips every other period.

Homework Equations





The Attempt at a Solution



In my attempt, I did Exponential Fourier series, and got coefficients but it included dividing by 1-(n^2)/4. Thus there is a discontinuity? which mess up everything... since the summation should go from 1 to inf.

I also tried trigonometric Fourier series and got an, bn, that included dividing by 1-n/2, which has the same problem of discontinuity

Question is how to deal with these discontinuities, I'm using MATLAB on this and I get errors becaues its not defined at n=2. But the summation should go from 1 to inf.

any help appreciated.
 
Physics news on Phys.org
So basically for my exponential Fourier coefficient ,
I got Dn= ((-1)*(-1)^k)/{ (8pi*(1-(n^2)/4)}
 
Becasue of the 1- (n^2)/4) term, n cannot =2. So when this coefficient is placed in the Summation, It doesn't work. How does one deal with a case like this. Perhaps we change the summation from 3 to inf...
 
Take the integral you have for dn. Before you integrate it, set n=2 and simplify the integrand.
 
Thanks,

So Using Exponential Fourier Series, my |Dn| = (-1)^n / 2-(n^2)/2
Is it normal for the complex component, i, to disappear.
I can see how for n=2, we will have to do a separate integral, but for the main summation, it no longer has a complex component which is strange..
 
Your function does NOT have period 2\pi, it has period 4\pi. Take that into account.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top