5: Dirac delta function | Course - StudyGenius | StudyGenius

Course Progress

Victories 0/28
Finished 0/28

StudyGenius Logo

5: Dirac delta function

Choose your name

EmberWolf

Your opponent is:

EmberWolf

1,847 pts

3 days ago

Choose your name

EmberWolf

Your opponent is

EmberWolf

1,847 pts
3 days ago
The quiz will be on the following text — learn it for the best chance to win.

Section 1: Vector Calculus - 5: Dirac Delta Function

The Dirac delta function, denoted δ(rr0)\delta(\mathbf{r} - \mathbf{r}_0) or δ(xx0)\delta(x - x_0) in 1D, is a crucial generalized function (or distribution) in physics and vector calculus. It is rigorously defined by its integral properties rather than pointwise values. Its primary purpose is to model infinitely concentrated sources, such as point charges or masses.

Core Definition & Sifting Property:
In one dimension, δ(xx0)\delta(x - x_0) satisfies:

  1. δ(xx0)=0\delta(x - x_0) = 0 for all xx0x \neq x_0
  2. δ(xx0)dx=1\int \delta(x - x_0) dx = 1 over any interval containing x0x_0.
    Its most vital feature is the sifting property:
    f(x)δ(xx0)dx=f(x0)\int f(x) \delta(x - x_0) dx = f(x_0)
    This "picks out" the value of a test function f(x)f(x) at the point x0x_0.

Three-Dimensional Delta Function:
For 3D space (relevant to electromagnetism), the delta function is defined as:
δ3(rr0)=δ(xx0)δ(yy0)δ(zz0)\delta^3(\mathbf{r} - \mathbf{r}_0) = \delta(x - x_0) \delta(y - y_0) \delta(z - z_0)
in Cartesian coordinates. It satisfies:
f(r)δ3(rr0)dV=f(r0)\int f(\mathbf{r}) \delta^3(\mathbf{r} - \mathbf{r}_0) dV = f(\mathbf{r}_0)
where dVdV is the volume element. The integral is 1 if the volume contains r0\mathbf{r}_0, and 0 otherwise.

Key Properties:

  • Scaling: δ(kx)=1kδ(x)\delta(kx) = \frac{1}{|k|} \delta(x)
  • Coordinate Transformation: Under a change of variables, δ3(rr0)\delta^3(\mathbf{r} - \mathbf{r}_0) transforms with a factor of 1/J1/|J|, where JJ is the Jacobian determinant of the transformation, ensuring the sifting property holds.

Connection to Vector Calculus & Divergence Theorem:
The delta function appears fundamentally when taking divergences of fields with singularities. A critical result, derived using the divergence theorem, is:
(r^r2)=4πδ3(r)\nabla \cdot \left( \frac{\hat{\mathbf{r}}}{r^2} \right) = 4\pi \delta^3(\mathbf{r})
where r^\hat{\mathbf{r}} is the unit radial vector and r=rr = |\mathbf{r}|. This shows the divergence vanishes everywhere except at the origin, where it represents a point source. Similarly, the Laplacian of 1/r1/r is:
2(1r)=4πδ3(r)\nabla^2 \left( \frac{1}{r} \right) = -4\pi \delta^3(\mathbf{r})
These expressions are essential for solving Poisson's equation (2ϕ=ρ/ϵ0\nabla^2\phi = -\rho/\epsilon_0) for point charges, where ρ(r)=qδ3(rr0)\rho(\mathbf{r}) = q \delta^3(\mathbf{r} - \mathbf{r}_0).