Why Doesn't the Fourier Series of a Dirac Comb Match Pointwise Values?

AI Thread Summary
The Fourier series of a Dirac comb does not match pointwise values due to the nature of the Dirac delta function, which is not well-defined at individual points. When evaluating the series, discrepancies arise, particularly at points like t = 1/2, where the left-hand side (LHS) does not equal the right-hand side (RHS). The mathematics involved is complex, requiring careful consideration of convergence and limits. It is suggested that the series should be analyzed in terms of its behavior over intervals rather than at discrete points, as the oscillations become more frequent without converging pointwise. Ultimately, the Fourier series is more meaningful when integrated with smooth functions rather than evaluated at specific points.
sahil_time
Messages
108
Reaction score
0
http://en.wikipedia.org/wiki/Dirac_comb

Please have a look at the Fourier Series section, and its last equation.

Let T = 1.

After expanding the Equation

x(t) = 1 + 2cos(2∏t) + 2cos(4∏t) + 2cos(6∏t) ...

Now this does not give the original Dirac Comb.
Eg: at t = 1/2

x(1/2) = 0

But RHS

= 1 + 2cos(2∏*1/2) + 2cos(4∏*1/2) + 2cos(6∏*1/2) ...
= 1 + 2cos(∏) + 2cos(2∏) + 2cos(3∏) ...
= 1 -2 + 2 -2 + 2...
≠ LHSWhat is the problem?
 
Mathematics news on Phys.org
The mathematics is tricky here. You need to set it up as a function of t in closed form and take limits for t = multiples of 1/2.
 
mathman said:
The mathematics is tricky here. You need to set it up as a function of t in closed form and take limits for t = multiples of 1/2.

Agreed Mathman, after doing that you will get the LHS ≠ RHS. Where LHS is the dirac comb graph, and RHS is the computation via Fourier series. Can you please elaborate?
 
sahil_time said:
Agreed Mathman, after doing that you will get the LHS ≠ RHS. Where LHS is the dirac comb graph, and RHS is the computation via Fourier series. Can you please elaborate?

What I was trying to say is that you need to see what the Fourier series sums to first.

I'll give a simple example of the procees I was talking about.

1 + x + x2 + ... = 1/(1-x) for |x| < 1. for x = -1, the l.h.s is 1 - 1 + 1 ..., while the r.h.s = 1/2. This makes sense only if you get the sum first where it converges and then extend it.

What I am suggesting is the closed form for values where it converges and then extend it.
 
mathman said:
What I was trying to say is that you need to see what the Fourier series sums to first.

I'll give a simple example of the procees I was talking about.

1 + x + x2 + ... = 1/(1-x) for |x| < 1. for x = -1, the l.h.s is 1 - 1 + 1 ..., while the r.h.s = 1/2. This makes sense only if you get the sum first where it converges and then extend it.

What I am suggesting is the closed form for values where it converges and then extend it.

Mathman if we just look at the second equation on the wikipedia page, which has absolutely no convergence issues because we can choose T as per our convenience, and if we let T=1, and expand it, it will not give LHS = RHS for values other than t = nT. Where n is an integer.
 
mathman said:
What I was trying to say is that you need to see what the Fourier series sums to first.

I'll give a simple example of the procees I was talking about.

1 + x + x2 + ... = 1/(1-x) for |x| < 1. for x = -1, the l.h.s is 1 - 1 + 1 ..., while the r.h.s = 1/2. This makes sense only if you get the sum first where it converges and then extend it.

What I am suggesting is the closed form for values where it converges and then extend it.

I had taken the limits for T=1 between t=1/2 and t=-1/2.
 
Last edited:
mathman said:
The mathematics is tricky here. You need to set it up as a function of t in closed form and take limits for t = multiples of 1/2.
I think i found the answer , it is unusual.

Where 1-1+1-1+1... = 1/2

http://en.wikipedia.org/wiki/Grandi's_series#Heuristics

So the original RHS = 1 -2 + 2 - 2 + 2...

= 1 -2( 1 - 1 + 1 - 1...)

=1 -2( 1/2 )...Using Grandi Series

=1 -1

=0

=LHS.
 
I am am an engineer not a mathematician, so my answer will not pretend to be rigorous.

Anyway, when you are dealing with animals like delta functions it does not make sense to try to evaluate what they "equal to" point-wise. They only make any sense when multiplied by a "nice" function (continuous, differentiable, falls of fast as t-> infinity) and integrated. Thus, we would expect that the Fourier series doesn't make sense evaluated at individual points either. Also, since the Dirac comb has nasty discontinuities (in some sense), we expect Gibbs phenomenon to be present in the Fourier series.

Going back to your problem, for finite N, if I did my math correctly (just using sum of geometric series here and basic trig identities, nothing fancy),
<br /> S_N(t) = \frac{1}{T} \sum_{n=-N}^{N} \exp\left( i n \frac{2 \pi}{T} t \right) = \frac{\sin\left( \frac{2 \pi}{T} (N + \frac{1}{2}) t \right)}{T \sin\left( \frac{\pi}{T}t\right)}<br />
With T=1 and t=0.5 for example, this is either 1 or -1, depending upon the value of N and no matter how big N gets. So pointwise the sequence S_N (t) does not converge at all as N goes to infinity. However, if you look at the oscillations in the series as a function of t, as N gets bigger and bigger, the oscillations get more closely spaced in time, so when you multiply by a continuous, smooth function and integrate there is no contribution to the integral in the neighborhood of t=0.5 as N goes to infinity. Likewise for every point in between the locations of the delta functions.

It can be instructive to actually plot the Fourier series S_N(t) over some time interval for a few values of N (say 10, 30, 100) just to see how it behaves.

jason
 
Last edited:
Back
Top