Questions tagged [dirac-delta]

This tag is for questions involving the Dirac delta function, either in the informal sense, or in the distribution sense. The Dirac delta function is a mathematical construct which is called a generalized function or a distribution and was originally introduced by the British theoretical physicist Paul Dirac.

Mathematically, the delta function is not a function, because it is too singular. Instead, it is said to be a “distribution.” It is a generalized idea of functions, but can be used only inside integrals.

In fact, $~\int \delta~(x)~dx~$ can be regarded as an “operator” which pulls the value of a function at zero. Put it this way, it sounds perfectly legitimate and well-defined. But as long as it is understood that the delta function is eventually integrated, we can use it as if it is a function.

Definition: The Dirac delta function or, delta function $~(~\delta~(x)~)~$ is defined by the properties $$\delta~(x) = \begin{cases} 0 \quad \text{if} \ x\not=0\\ \infty \quad \text{if} \ x=x\end{cases}\qquad \text{and}\qquad \int_0^1 \delta~(x)~dx=1$$

This function is very useful as an approximation for a tall narrow spike function, namely an impulse. For example, to calculate the dynamics of a baseball being hit by a bat, approximating the force of the bat hitting the baseball by a delta function is a useful device. The delta function not only enables the equations to be simplified, but it also allows the motion of the baseball to be calculated by only considering the total impulse of the bat against the ball, rather than requiring the details of how the bat transferred energy to the ball.

There are three main properties of the Dirac Delta function that we need to be aware of. These are,

$1.\quad$ $$~\delta \left( {t - a} \right) = 0~~~~~~~t \ne a~$$ $2.\quad$ $$~\displaystyle \int_{{a - \varepsilon }}^{{ a + \varepsilon }}{{\delta \left( {t - a} \right)~dt}} = 1,\hspace{0.25in}\varepsilon > 0~$$ $3.\quad$ $$~\displaystyle \int_{{ a - \varepsilon }}^{{ a + \varepsilon }}{{f\left( t \right)\delta \left( {t - a} \right)~dt}} = f\left( a \right),\hspace{0.25in}~~~~~~~~~~\varepsilon > 0~$$

References:

https://en.wikipedia.org/wiki/Dirac_delta_function

http://mathworld.wolfram.com/DeltaFunction.html

2057 questions
2
votes
1 answer

Derivation of shifted Dirac Delta

I have $x \cdot \partial_x \delta(x-y)$, and want to simplify it. I believe it works like this: I use $x$ as a test-function and use integration by parts $$\int_{-\infty}^{\infty} x \cdot \partial_x \delta(x-y) dx = \delta(x-y) x -…
Mario Krenn
  • 924
  • 1
  • 10
  • 43
2
votes
1 answer

Can I use this Dirac delta distribution identity to evaluate this integral?

I know of the identity $\int dy \delta(x-y)\delta(y-x') = \delta(x-x')$ but what about if I have an integral like $$\int dy \delta(x-y)\delta(y-x')f(y)$$Can the above identity be used in any way? Can say something like this?$$\int dx\int…
DJames
  • 155
2
votes
2 answers

The second derivative of the Dirac delta function

I want to output the following expression: $tδ^{''}\left(t\right)=-2δ^{'}\left(t\right)$ My attempt, which did not lead to success: $\int_{ }^{ }δ^{'}\left(t-s\right)f^{''}\left(t\right)dt=f^{''}\left(s\right)$ $-\int_{ }^{…
2
votes
0 answers

Regularity of delta distribution

What is the regularity of the Delta distribution? I found a claim stating that for $x\in \mathbb{R}^n$, $\delta(x) \in H^{-s}$ with $s>n/2$ but I could not find any reliable reference for it.
2
votes
1 answer

Opposite of Dirac delta distribution

The multivariate Dirac delta distribution can be - more or less intuitively - be expressed as \begin{align} \delta(\mathbf x) = \begin{cases} \lim\limits_{a\rightarrow0} \quad \dfrac{1}{a^n} & \forall x_i \in [-\frac a2,\frac a2], 1\le i\le n…
Make42
  • 1,085
2
votes
3 answers

Dirac delta function proof

I got the function $$f(x)=e^{-|x|}$$ I want to show that $f''(x)=f(x)-2\delta(x)$ where $\delta(x)$ is the Dirac delta function. I know that I can solve it with a known theorem but can I prove it without using it?
captain j
  • 49
  • 4
2
votes
2 answers

Is $\delta(x-y)\delta(y)$ equal to $\delta(x)\delta(y)$?

Is following statement correct? $$\delta(x-y)\delta(y)=\delta(x)\delta(y)$$ Edit: I need to explain where this question comes from :D I needed to solve the following equation: $$\frac{\partial G}{\partial x}+\frac{\partial G}{\partial y}=\delta…
Bita
  • 91
2
votes
1 answer

Why is integral of differential delta function equal to delta function?

Why is integral of differential delta function equal to delta function? I.e. as I've read elsewhere: $$\int_A 1 d \delta_A=\int_A d \delta_A=\delta_A=\delta_x(A)$$ https://planetmath.org/diracmeasure Intuitively one could compare it to $\int 1…
mavavilj
  • 7,270
2
votes
2 answers

How to prove scaled delta function relation mathematically?

I am working through Shankar's Introduction to Quantum Mechanics. I have come across exercise 1.10.1, which asks the reader to show that: $$\delta(ax)=\frac{\delta(x)}{|a|}.$$ I can understand it intuitively, in the sense that $x\to ax$ will…
Time4Tea
  • 553
2
votes
2 answers

Function of a dirac delta

I would like to know if it is possible to compute something like $$\int_{-\infty}^{\infty}f\left(\delta(x-a)\right)dx,$$ where $f(x)$ is a function, or if it is even defined. Thanks in advance!
Carl
  • 23
2
votes
1 answer

Dirac delta function composition

I've seen following identity before $$ \int f(x)\delta(g(x))dx=\sum_i\frac{f(x_i)}{|g'(x_i)|} \tag{1} $$ Where $x_i$ are the roots to $g(x)$, but I've also seen cases where it has been written as $$ \int…
2
votes
1 answer

$\int_0^\infty \phi(x)\delta(x^2-1)\, dx$

I need to evaluate $\int_0^\infty \phi(x)\delta(x^2-1)\, dx$ but have very little context for knowing which steps are valid when working with $\delta$. A $u$-substitution seems appropriate, so instead finding $$\int_0^\infty…
Addem
  • 5,656
2
votes
2 answers

Simple property of Dirac's $\delta$-function.

I'm on Page 63 of R. Shankar's "Principles of Quantum Mechanics". I'm trying to do Exercise 1.10.1 by proving that $\displaystyle{\delta(ax) = \frac{\delta(x)}{|a|}}$, where $a \in \mathbb R \backslash\{0\}$. We know that…
Fly by Night
  • 32,272
2
votes
1 answer

Find an anti-derivative that contains delta functions

Please help me find this anti-derivative: $$\int{r^2\delta(x)\delta(y)\delta(z)dr}$$, with $\delta$ being the delta function and $r=\sqrt{x^2+y^2+z^2}$ Thank you in advance.
2
votes
2 answers

Integral involving Dirac Delta function

I have a basic question about integral involving dirac delta function. In my Signals and Systems textbook, it says that $$ \int_{-\infty}^{\infty} f(x) \delta(x)dx = f(0)$$ But what if $f(x)$ is not defined on $x=0$? For example,…
1 2
3
11 12