Why Does the Integral of a Step Function from -∞ to +∞ Equal Infinity?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
coki2000
Messages
91
Reaction score
0
Hello,
I have a question about dirac-delta function. Integral of step function from -infinity to +infinity equals to infinity from the graph of step function.

[tex]\int_{-\infty}^{\infty}\theta (x) dx=\infty[/tex]

But calculating mathematically

[tex]\lim_{a\rightarrow\infty}\int_{-a}^{a}\theta(x) dx=\lim_{a\rightarrow\infty}(\delta \left(a \right)-\delta \left(-a\right))=0[/tex]

Because delta function is 0 except x=0. Please explain to me. Thanks
 
Physics news on Phys.org
It seems that you're using

[tex]\theta \left( x \right) = \frac{d \delta}{dx} \left( x \right),[/tex]

when actually (in a distributional sense)

[tex]\delta \left( x \right) = \frac{d \theta}{dx} \left( x \right).[/tex]

Also, for [itex]a > 0[/itex],

[tex]\int^a_{-a} \theta \left( x \right) dx = a.[/tex]
 
George Jones said:
It seems that you're using

[tex]\theta \left( x \right) = \frac{d \delta}{dx} \left( x \right),[/tex]

when actually (in a distributional sense)

[tex]\delta \left( x \right) = \frac{d \theta}{dx} \left( x \right).[/tex]

Also, for [itex]a > 0[/itex],

[tex]\int^a_{-a} \theta \left( x \right) dx = a.[/tex]

Oh, yes, thanks for your help.