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
0
votes
0 answers

Two Dimension Delta Function

Is the following conclusion correct? $$\delta(x)\delta(y)=\delta(x^2+y^2)$$ where $\delta$ is dirac delta function. Please look equation 42-44 in https://mathworld.wolfram.com/DeltaFunction.html
Bita
  • 91
0
votes
1 answer

How do I prove that delta - sinc function is the same as an (-1)^n times the sinc

$$\delta(n) - \frac{1}{2} \mbox{sinc} \left(\frac{n}{2}\right) = (-1)^n \frac{1}{2} \mbox{sinc} \left( \frac{n}{2} \right)$$ I tried to split it into two sequences: one for n even and one for n odd. I also tried to make use of the fact that …
0
votes
1 answer

How do you prove the following identity for the Dirac Delta Function?

I'm trying to prove the following identity: $$ \begin{equation} \label{eq:1} x\frac{d}{dx}\delta(x)=-\delta(x) \end{equation} $$ I integrated both sides with respect to $x$ over the limits of $(-\infty,\infty)$ and saw that they both evaluated to…
GanTheMan
  • 54
  • 7
0
votes
1 answer

Absolute value in Dirac delta identity from Heaviside derivative

In these notes, they use some reasoning to get 10.1, that is $\delta(ax)=\delta(x)/|a|$. I am able to follow that, but then they proceed from there to show (11), which I am having some trouble understanding. Could someone please clarify…
xihiro
  • 215
0
votes
1 answer

Dirac Delta Function - different definitions

Some define the Dirac Delta Function as: $$\int_{-\infty}^{\infty}\delta(x)f(x)\ dx=f(0)$$ For every continuous function $f$. In some books, I've noticed a different definition of $\delta(x)$ as an operation that satisfies the following two…
Amit Zach
  • 1,626
  • 1
  • 7
  • 17
0
votes
2 answers

Delta function expressed as integral of exponential problem

I've read that the delta function can be expressed as: δ(t) = $\int_{-\infty}^\infty e^{j2\pi ft} df$. The exponential inside the integral can be written as: $(e^{j2\pi})^{ft} = (cos(2\pi) + jsin(2\pi))^{ft} = 1^{ft} = 1$ So how can we derive from…
0
votes
0 answers

simplify expression with Dirac delta

I have the following expression I would like to simplify: $(\frac{x}{y} + \frac{y}{x} )\delta(\sqrt{\frac{xy}{4z}}) $ It should be possible to simplify this but I am wondering what to do as there is no integration there. Thanks
SAMCRO
  • 289
0
votes
1 answer

Proof of Dirac delta property

I am trying to prove $$a\delta(a-b)=b\delta(a-b).$$ I tried using the Dirac delta identities, specifically $\delta(ax)=\frac{1}{a}\delta(x)$ However, I keep coming up with a=b as the only solution which is not true. Is there another identity I…
NotSoSN
  • 213
  • 1
  • 7
0
votes
1 answer

Proof of a general Dirac delta property

So there is a certain proof for $\delta(x^2-a^2)$ property in my book which has a part that states So i would like a proof to this general statemement which i could not find anwhere $$\int_{0}^{\infty}f(g(x))\delta{(x-a)}dx=f(g(a))$$ I know that…
user609402
0
votes
0 answers

Derivative of Heaviside step function multiplied by an exponential

Let $f(y)=e^y\mathscr{H}(y)$ where $\mathscr{H}$ is the Heaviside step function. We know that the derivative of $\mathscr{H}$ is given by $$\frac{d}{dy}\mathscr{H}(y)=\delta(y),$$ Then how come, in both a paper (Bouchouev, Isakov - The inverse…
J.Smith
  • 83
0
votes
1 answer

Solving Dirac delta function for $ \int_{-\infty }^{\infty}e^{x}\delta (x^{2}-2x)dx $

I have the next equation:$ \int_{-\infty }^{\infty}e^{x}\delta (x^{2}-2x)dx $ The solution for this equation is: $\int_{-\infty }^{\infty}e^{x}\delta (x^{2}-2x)dx= \int_{-\infty }^{\infty}e^{x}[\frac{1}{2}\delta (x)+\frac{1}{2}\delta…
violettagold
  • 167
  • 1
  • 1
  • 10
0
votes
1 answer

Second Derivative of the Dirac Delta function

I want to simplify: $\int dp dp' f(p,p') \delta''(p-p')$ where f(p,p') is an unknown function. How do I deal with the second derivative of the delta function?
Luke
  • 103
0
votes
1 answer

Dirac delta questions

I'd like to ask for help in solving 3 I suppose quite easy questions about Dirac delta. $$\delta (-x) = \delta (x)$$ $$\delta(ax) = \frac{1}{|a|}\delta (x)$$ $$\delta ' (-x) = -\delta ' (x)$$ Thanks in advance!!!
0
votes
0 answers

Laplacian and Dirac function gives contradictory result.

The following equation is correct for all non-negative real numbers: $$4\pi\delta^{(3)}(\mathbf{r})=\nabla\cdot\frac{\mathbf{r}}{r^{3}},$$ $$r\in[0,+\infty)$$ especially, when r=0, both sides give infinity. However, the right handside can further…
0
votes
0 answers

Simplifying $\int f(t) \delta(\mathbf x - t\mathbf x_0) dt$

Consider two n-dimensional vectors $\mathbf{x, x_0}$ and the expression $$ \int_0^\infty f(t) \delta(\mathbf x - t\mathbf x_0) dt $$ where $\delta$ is the n-dimensional Dirac delta function. Intuitively this means that $\mathbf x$ is collinear with…
phaedo
  • 667