This is an old revision of the document!
Oct 30
Sometimes you want to model a short impulse:
you give a swing a push, so that it started to swing up
you plucked a string on the guitar, and it started to vibrate
This can be modeled by an inhomogenous equation of the form
D2u(t)+ω2u(t)=g(t).
where g(t) models the force (which varies over time). Sometimes we don't care about the precise shape of the function g(t), but only the 'total effect' of the force given, then it is useful to use the delta function to model it.
delta function as a limit
Consider the following sequence of functions
gn(t)=n⋅1[0,1/n](t).
where 1[a,b](t) means the value of the function is 1 if t∈[a,b] and 0 otherwise. We have
that
∫gn(t)dt=1
for all n, but the graph of the function is getting narrower and taller.
We also have the property that, suppose we have a smooth function f(t), then we have
n→∞lim∫gn(t)f(t)dt=f(0).
consider the case that f(t)=1 or t.
We will write
δ(t)=n→∞limgn(t).
which is meaningful inside an integral.
delta function on the RHS of an equation
Ex 1
Consider the equation
y′(t)=δ(t),t≥0
and with initial condition y(t)=0 for t<0.
We can solve it by integration: for b>0, we have
y(b)=y(−ϵ)+∫−ϵby′(t)dt=0+1=1.
where ϵ is any positive number.
The shape of y(t) is a 'step function',
y(t)={01t<0t>0
the value of y(0) is undefined (and doesn't matter)
Ex 2
Consider the equation
(d/dt)2y(t)=δ(t),t≥0
and with initial condition y(t)=0 for t<0.
Let g(t)=y′(t), then g(t)$ satisfies
(d/dt)g(t)=δ(t)
which is just the case in Ex 1. We see g(t)=1 only if t>0. Then, we get, for t>0
y(t)=y(0)+∫0ty′(s)ds=∫0t1ds=t.
Ex 3
Consider the equation that, for x∈[0,2]
(d/dx)2y(x)+y(x)=δ(x−1)
with boundary condition $y(0) = y(2) = 0.
If we integrate this equation over the interval (1−ϵ,1+ϵ), across the location of the delta function, we find that
ϵlimy′(1+ϵ)−y′(1−ϵ)=1
(the term $\int_{1)$.
The (retarded) Green's function