Hi,

I am struggeing with a numeric implementation of the free field 2D Green function of the wave equation in space and time domain, which, according to all references I could find, is proportional to

( t2-(r/c)2 )-1/2

and thus, has a singularity at r/c=t. If I want to implement this function as numeric array that can be convolved numerically with a source distribution to get a wave field, I do not know how to deal with this singularity.

An option would be polynominal extrapolation, but I would prefer a mathematically correct attempt.

I thought I might have to analytically convolve the Green function it with a sinc function first, to attain a function that can be accutely sampled according to the Nyquist criterion, but this still did not resolve the singularity.

In consequence, I am also wondering if the 2D Green function is even integrable. I believe it should be in terms of energy conservation, but I ended up with an infinite integral.

Thanks for your time!

More Hans-Martin Schwab's questions See All
Similar questions and discussions