1

As a physicist, I have frequently encountered the argument that a function may be approximated as a sum of delta functions. However, the exact correspondence is never given. What is it?

My attempt yields the following equation:

$$f(x) \approx f_{\text{approx}}(x) \equiv \sum_n \delta(x-x_n) \, \Delta x \, f(x_n)$$

where $\Delta x$ is understood to be a finite real number approaching zero and $x_n \equiv n \, \Delta x$. I found this by requiring that a definite integral of $f_{\text{approx}}$ over a given interval should tend toward the definite integral of $f$ over that same integral.

DanielSank
  • 1,221

1 Answers1

3

Formally we have $\displaystyle f(x)=\int_{-\infty}^\infty f(y)\delta(x-y)\,dy\,,$ and approximating this integral by its corresponding Riemann sums gives what you wrote, in a physicist's sense.

JLA
  • 6,442
  • 2
  • 24
  • 40
  • As a physicist I am compelled to ask what you mean by "in a physicist's sense". – DanielSank Dec 27 '14 at 02:28
  • 1
    Well, what I meant is that it needs to be interpreted properly to make sense mathematically, and it seems it often isn't made precise in physics classes. – JLA Dec 27 '14 at 03:31
  • Ah, yes indeed. Let us not feel obligated to qualify answers based on established failures of physics pedagogy. (that's a joke) – DanielSank Dec 27 '14 at 03:54