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
38
votes
11 answers

Is it meaningful to define the Dirac delta function as infinity at zero?

I am in discussion with someone online on the subject of the Dirac delta function. This other person wants to say: $$\delta (x) = \begin{cases} 0 & : x \ne 0 \\ \infty & : x = 0 \end{cases}$$ and wants to justify it by saying: We have that: $$\delta…
Prime Mover
  • 5,005
9
votes
5 answers

Question about the dirac $\delta$-function

I have a basic question about the dirac $\delta$-function based on the beginning of Chapter 1 of these notes. The dirac $\delta$-function can be defined heuristically as the function that is $0$ everywhere except as $x = 0$, where it is…
layman
  • 20,191
6
votes
2 answers

The physical units of the Dirac delta function

I was given the following instruction to follow when we find the units of the $\delta(x)$ function: We can deduce these by inspecting the expression for its area: $∫_{−∞}^{∞}()=1$ Clearly the right-hand side of this is dimensionless On the other…
6
votes
2 answers

How to simplify $\delta(x^2)$

How to simplify the dirac delta of squared x? How should i solve $\int f(x)\delta(x^2)dx$ for an enough smooth function $f$? Is this related to $\int f'(x) \delta(x) dx$ ? I can understand symbols like $\delta(x)$ and $\delta'(x)$ and $\delta(g(x))$…
Brethlosze
  • 3,010
6
votes
3 answers

How to solve integration with Dirac Delta function?

I am struggling to solve several problems in my 'Signals and Systems' textbook. However, I just met a confused problem. Q) $\displaystyle\int_{-4}^{4}\left(t-2\right)^2\delta'\left(-\frac13t+\frac12\right)dt$ I tried to solve with the method,…
Danny_Kim
  • 3,423
6
votes
1 answer

Delta function in spherical coordinates. Does my professor have a mistake?

This is a homework question and it goes like this: "In spherical coordinates the Delta function is written in the form $\frac{1}{r^2}\delta(r-r_o)\delta(\cos\theta-\cos\theta_o)\delta(\phi-\phi_o)$ Show that this is identical to…
DLV
  • 1,740
  • 4
  • 17
  • 28
6
votes
1 answer

Dirac delta integral form proof

While reading the book "Modern Electrodynamics" by Andrew Zangwill, on page 13 I've encountered a Dirac function integral representation. The proof the book provides is the following: \begin{align*} \int_{-\infty}^\infty \text{d}k\, e^{ikx} …
5
votes
1 answer

Proof of an identity of the dirac delta

How can I prove this property for delta function? ($a$ is a root of $f$) $$\delta(f(x)-f(a)) = \frac{\delta(x-a)}{|f ' (a)|}$$ I tried to prove it by expanding $f$ using Taylor series, and inserting in Fourier integral, but I could not prove it. I…
5
votes
3 answers

delta function on a complex number

for a real number we know that $$ f(a)= \int_{-\infty}^{\infty}dx \delta (x-a)f(x) $$ but what happens for $$ \int_{-\infty}^{\infty}dx \delta (x-2i)f(x) $$ ? is this equal to $ f(2i) $ or equal to $0 $ , of course $ i= \sqrt -1 $ a complex number…
Jose Garcia
  • 8,506
5
votes
1 answer

How to write $\delta (f(x))$ in terms of $\delta (x)$?

I've seen this identity in my electrodynamics book: $$\delta (f(x))=\sum_i{ \frac{1}{|{df\over dx}(x_i)|}\delta (x-x_i)}$$ Where $x_i$ shows the $i$th zero of $f(x)$. How can I prove it? I've tried the integral definition of delta function, but…
5
votes
1 answer

Prove properties of Dirac delta from the definition as a distribution

I want to prove some properties of Dirac delta $\delta$ from the definition as a distribution without using the pseudo-definition at Classical Electrodynamics, Jackson - third edition p.26: $$\delta(x-a) = 0 \text{ for } x \ne a \text{,…
gyro
  • 304
  • 1
  • 9
5
votes
2 answers

Expanding Dirac delta function with Hermite polynomial

My question is related to a formula in this paper In that paper, they try to expand Dirac delta function $\delta(x)$, which has the property $$ \int \delta(x)f(x) \, dx = f(0), $$ using Hermite polynomial. So they write $$ \delta(x) =…
user42298
  • 331
5
votes
2 answers

Is it true that the integral of $\delta(x)/x$ between symmetrical limits is zero?

My professor is claiming that the following is true: $$\int_{-\infty}^{\infty}\frac{\delta(x)}{x}dx=0,$$ where $\delta(x)$ is the Dirac delta "function", as he calls it. I think the integral diverges from the definition of the delta "function", but…
Lachy
  • 631
4
votes
3 answers

Approximating dirac delta function with sinc functions

I am trying to prove the following $$\lim_{a\rightarrow\infty}~\int_0^\infty\frac{f(x)\sin(ax)}{x}dx=(\pi/2)f(0)$$ for all square integrable functions $f(x)$ continuous at $0$. I tried to do the following: substitute $ax=t$ then…
somitra
  • 610
4
votes
1 answer

How to integrate dirac delta: $\int^\pi_0 \sin(\theta) \delta(\cos\theta - 1)\, d \theta$?

The integration of $$\int^\pi_0 \sin(\theta) \delta(\cos\theta - 1)\, d \theta$$ can be derived by replacing $d\theta$ with $d\cos\theta$ $$\begin{align*} \int^\pi_0 \sin(\theta) \delta(\cos\theta - 1)\, d \theta &= -\int^{-1}_1 \delta(x - 1)\, dx…
gyro
  • 304
  • 1
  • 9
1
2 3
11 12