How to calculate this Dirac integral?

399 Views Asked by At

Let's consider a domain $\Omega\in \mathbb{R}^n$, $n\in\{1,2,3\}$.

$u:\Omega \rightarrow \mathbb{R}$ is a smooth function.

How to demonstrate the following equality:

$$ u(x)=\int_\Omega u(x')\delta(x-x')d\Omega_{x'}$$ with $$ \delta(x-x')=\left\{ \begin{array}{lc} \infty, & x=x' \\ 0, & x\neq x'\end{array}\right.$$ I think that this is very simple to demonstrate but i can't see it throw.

Thanks in advance for your help.

3

There are 3 best solutions below

1
On BEST ANSWER

You can do this using mollifiers. A mollifier $\varphi(x)$ is a smooth compactly supported function on $\Omega$ such that $$ \int_\Omega \varphi(x) dx = 1, $$ and $$ \lim_{\epsilon \to 0} \epsilon^{-n}\varphi_\epsilon(x/\epsilon) = \lim_{\epsilon\to 0}\varphi_\epsilon(x) = \delta(x). $$ The limit to $\epsilon$ shrinks the size of the support, so that the value of the integral stays 1 but the function itself goes to the dirac delta mass. You can find an example of these functions on wikipedia https://en.wikipedia.org/wiki/Mollifier.

Try considering the integral $$ \int u(x') \varphi_\epsilon(x'-x)dx $$ and using integration by parts and dominated convergence theorem.

2
On

I am afraid this is false, the problem is that a point $x$ is a set of zero measure, so the integral is zero! Imagine the case $\Omega = \mathbb{R}$

$$ \int_{-\infty}^{+\infty}{\rm d}x'~u(x')\delta(x-x') = \int_{-\infty}^x{\rm d}x'~u(x')\underbrace{\delta(x - x')}_{\color{red}{0}} + \int_{x}^{+\infty}{\rm d}x'~u(x')\underbrace{\delta(x - x')}_{\color{red}{0}} = 0 $$

The point here is that $\delta(x)$ is not the Dirac delta the way you defined it above

0
On

The Dirac Delta Distribution is defined by the property $\int_{\mathbb R^n} f(x) \delta(x) dx = f(0)$. The so called convolution of two functions is defined as:

$$ [f*g](x) = \int_{\mathbb R^n} f(y)g(x-y)dy $$

What you want to demonstrate is that $[f*\delta] = f$, i.e. the Dirac Delta is an identity element of this operation. This follows immediately from its definition and a substitution:

$$\int f(y)\delta(x-y)dy \underset{z = x-y}{=} \int f(x-z)\delta(z)dz = f(x)$$

Another nice way to arrive at this conclusion, at least in $\mathbb R^1$, is by using the fact that the Dirac Delta can be seen as the derivative of the Heaviside step function $H(x) = \begin{cases}1:&x\ge 0 \\ 0:& x<0\end{cases}$. Then, for compactly supported $f$ holds:

$$ [f*\delta](x) = [f*H'](x) = [f'*H](x) = \int_{-\infty}^{+\infty} f'(y) H(x-y)dy = \int_{-\infty}^{x}f'(y)dy = f(x)$$