Uniqueness of Solutions to the Wave Equation IVP

865 Views Asked by At

Let's say that we have some IVP for the wave equation in $1$ dimension. I.e that $u_{tt} - u_{xx} = 0$ on the entire real line, at time $t>0$ and $u(x,0) = f(x)$, and $u_t(x,0) = g(x)$. Let us consider another solution $v$ which satisfies the same initial conditions. Does D'Alembert's formula: $$ u(x,t) = f(x+t) - f(x-t) + \int_{x- t}^{x+t} g(y) \mathrm{d}y $$ not imply that $v = u$ everywhere? There are some proofs of uniqueness that use energy methods, but why are these necessary? Also, why can this not be generalized to the spherical means solution? What am I missing?

1

There are 1 best solutions below

4
On BEST ANSWER

D'Alembert's solution is entirely determined by the initial values and the solution is symmetric about the starting point.

Taking $c = 1$;

$$u(x,t) = \frac{1}{2}(f(x+t)+f(x-t))+\frac{1}{2}\int_{x-t}^{x+t}g(\lambda)d\lambda$$

If there is another solution $v(x,t)$ that satisfies the wave equation and the conditions, then $u(x,t)=v(x,t)$ $\forall$ $(x,t)$ as D'Alembert's solution is the general solution depending on $f(x)$ and $g(x)$.

Proving uniqueness removes any thought that there are other solutions remaining. If it's unique and we have a solution, then that solution is the only solution.

In the case of a generalized spherical D'Alembert's solution, the domain changes.

Instead of $-\infty < x < \infty$, it becomes $0 < r < \infty$