Spherical means (Kirchoff's formula) for variable speed wave equation

1.1k Views Asked by At

Suppose

$$ \begin{cases}u_{tt} - \Delta u = 0 \quad \textrm{ in } \mathbb R \times \mathbb R^n \\ u(0,x) = f(x); \quad u_t(0,x)= g(x). \end{cases} $$

then, depending on the dimension $n$, we have a formula for $u$ in terms of $f$ and $g$; for $n = 3$, e.g.

$$ u(t,x) = C\int_{\partial B(x,t)} tg(y) + f(y) + Df(y)\cdot(y-x) \, dS(y) $$

and for $n = 2$ $$ u(t,x) = C\int_{B(x,t)} \frac{t^2g(y) + tf(y) + tDf(y)\cdot(y-x)}{\left(t^2 - |y-x|^2\right)^{1/2}} \, dy $$

(see, for instance, Evans PDE, p. 72).

In the case the wave equation is

$$ \begin{cases}u_{tt} - c^2(x) \Delta u = 0 \quad \textrm{ in } \mathbb R \times \mathbb R^n \\ u(0,x) = f(x); \quad u_t(0,x)= g(x). \end{cases} $$ or $$ \begin{cases}u_{tt} - \nabla\cdot(c^2(x)\nabla u) = 0 \quad \textrm{ in } \mathbb R \times \mathbb R^n \\ u(0,x) = f(x); \quad u_t(0,x)= g(x). \end{cases} $$

there are corresponding formulae (see this question). (EDIT: and to be concrete, let's just consider the divergence form equation (the second one))

As the answerer in that question notes, the complete form of the integral is hard to compute, but I'm not too worried about the full specifics, mostly just the sign of the coefficients in the formula in the case initial displacement is $0$.

Specifically, I am mainly interested in the case where $f \equiv 0$, and further, I just want to know how the non-negativity (or non-positivity) of $g$ influences the sign of $u$; e.g. in the example above, if $f \equiv 0$ and $g \geq 0$ for all $x$, then $u(t,x) \geq 0$ for all $t \geq 0$.

So then, my question is:

is there any reason to expect, for a general $c(x)$, that the coefficients of $f$ and $g$ (or just $g$) in the Kirchoff formula are either non-negative or non-positive?

Resources (beyond the one mentioned in the other question) would also be greatly appreciated. Thanks in advance.

1

There are 1 best solutions below

5
On BEST ANSWER

Nonpositive coefficients of $f$ or $g$?

Clearly impossible. Given positive initial position or velocity, the solution will be positive somewhere, for some period of time.

Nonnegative coefficient of $f$?

Fails in all dimensions $n\ge 2$ for constant $c$. Place a positive bump function $f$ near $0$, and focus on the value $u(x,t)$ for a fixed $x$ away from the bump. The Kirchhoff formula for $u(x,t)$ involves some derivative of a certain integral average of $f$. This average is zero for small $t$, and tends to zero again as $t\to\infty$ (in odd dimensions, it becomes zero again). So the derivative of this average (of whatever order) will change its sign, and so will $u(x,t)$.

The case $n=1$ is different because no derivative of the average of $f$ is taken.

Nonnegative coefficient of $g$?

Fails in all dimensions $n\ge 4$ for constant $c$: same reasoning as in the previous paragraph. The cases $n\le 3$ are different because no derivative of the average of $g$ is taken.

variable $c$?

For variable $c$, nonnegativity of coefficients fails in all dimensions. The reason is that by sharply varying $c$, one can emulate boundary conditions, bouncing the wave back. You may want to look up "strong/sharp density gradient" in conjunction with "wave propagation/reflection". I offer the following illustration in $n=1$: an elastic string has density 1 g/cm on the interval $(-1,1)$ but something like $10^3$ kg/cm outside of it. You punch the string near $0$, putting it in motion (originally, in the positive direction). But the momentum you gave to the string is not enough to move its dense part by any appreciable amount. What happens: the solution on $(-1,1)$ is practically the same as for the string with fixed ends at $\pm 1$. Which means it will take on both positive and negative values, being a sum of harmonics.

Sharp gradient of density inhibits the transfer of energy. When two billiard balls of comparable density collide, much of the energy is exchanged. But hitting a stationary ball of mass 1000 kg with a ball of mass 10 g will not transfer much energy to the larger ball. In the wave example, the energy will mostly stay in the low-density region (whatever the number of dimensions): all it can do there is to convert from kinetic to potential, and then back -- hence its oscillatory behavior and changes of sign.

I would not want to calculate an explicit counterexample with variable coefficient; if you are not convinced, run a numerical experiment.