(WIP) Wave equations
Introduction
Waves are ubiquitous in science and engineering. This article on waves tries to answer the following questions.
2. How are these models evaluated?
3. Do there exist eigenmodes for these models?
4. Is it possible to obtain a fundamental solution to these models?
Modeling waves
Waves are disturbances of matter in a certain medium \(\Omega\). There are three quantities of interest when modeling waves.
- Density \(\rho\) of matter in the medium.
- Pressure \(P\) inside the medium.
- Displacement \(u\) of matter in the medium.
Defining a model, entails writing down consistent sets of equations relating \(\rho, P, \delta x\). The governing equations are usually based on a set of empirical observations. In this case, there are three:
- When matter in \(\Omega\) moves, the density changes.
- Change in \(\rho\) corresponds to a change in \(P\).
- Inequalities in \(P\) generates motion of matter.
Initially, let these quantities be defines by the following functions.
\[u(x,t=0) = f(x)\] \[\rho(x,t=0) = g(x)\] \[P(x,t=0) = h(x)\]The equations relating these quantities are formally written as
\[F(\rho, P) = 0\] \[G(P, u) = 0\] \[H(\rho, u) = 0\]Definitions for \(F,G,H\) are based on a number of considerations. We will examine each of these properly.
Constitutive relation \(F\)
-
\(F\) solely depends on the properties of the medium.
-
For most materials, this does not depend on time.
-
It is also common to define these relationships in an ad-hoc consideration, based on some experiments. That is to say that the relationship is explicit. \(P(x) = f_c(\rho(x))\)
-
In case of an ideal gas, \(P(x) = \kappa \rho(x)\)
-
\(\kappa = R T\) is the universal gas constant multiplied by temperature, which we assume is constant.
-
This relationship is much more complicated in the case of wave propagation in other media.
Equation of motion - \(G, H\)
-
Consider a small chunk of the medium \(\partial \Omega\) with volume \(\delta x\) and mass is \(\rho(x,t) \delta x\). This chunk is accelerated due to a change in pressure.
-
First, consider the conservation of mass
- Now, consider the conservation of forces on \(\partial \Omega\)
Special case (i) - Acoustic wave equation for ideal gas
- Let \(\rho\) be time independent.
- Let \(\rho (x) = \frac{\partial u(x)}{\partial x}\), implying \(\nabla \rho(x) = 0\)
Under these assumptions, the above Euler equations reduces to the acoustic wave equation.
\[\begin{align} \label{eq:AWE-ideal} \frac{\partial v}{\partial t} = \frac{\kappa}{\rho(x)} \frac{\partial^2}{\partial x^2} u(x,t) \\ \frac{\partial u}{\partial t} = v(x,t) \\ \end{align}\]It is common to define \(c(x) := \sqrt{\frac{\kappa}{\rho(x)}}\)
Special case (ii) - Acoustic wave equation for solid media
- \(P(x) = \kappa(x) \rho(x)\) is a generic constitutive relation in the case of wave propagation in solids.
Then
\[\begin{align} \label{eq:AWE-solid} \frac{\partial v}{\partial t} = \frac{1}{\rho(x)} \frac{\partial}{\partial x} \left[\kappa(x) \frac{\partial}{\partial x} u(x,t)\right] \\ \frac{\partial u}{\partial t} = v(x,t) \\ \end{align}\]would be the governing equation. Here the notion of a velocity field, \(c\) is difficult to define.
Solutions with matrix exponentials
For (\ref{eq:AWE-ideal})
\[\begin{equation} \begin{bmatrix} u \\ v \end{bmatrix} = \exp \left[\left( \begin{matrix} 0 && \mathcal{I} \\ \frac{\kappa}{\rho(x)} \frac{\partial^2}{\partial x^2} && 0 \end{matrix}\right)t \right]\begin{bmatrix} u_0 \\ v_0 \end{bmatrix} \end{equation}\]is the formal analytical solution disregarding the boundary conditions.
This form of the solution is less useful as one cannot say much about the qualitative aspects of the solution. Instead if \(A \in \mathbb{R}^{n \times n}\), then
\[\begin{equation} exp(A) = \mathcal{I} + \frac{A}{1!} + \frac{A^2}{2!} + \frac{A^3}{3!} + ... \end{equation}\]In this case,
\[\begin{equation} A := D = \begin{bmatrix} 0 && \mathcal{I} \\ \frac{\kappa}{\rho(x)} \frac{\partial^2}{\partial x^2} && 0 \end{bmatrix} \end{equation}\]For brevity, let \(\begin{equation} P := \frac{\kappa}{\rho(x)} \frac{\partial^2}{\partial x^2} \textrm{ and } D := \begin{bmatrix} 0 && \mathcal{I} \\ P && 0 \end{bmatrix} \end{equation}\)
The structure of \(D\) allows for the following properties.
\[\begin{equation} D^2 = \begin{bmatrix} P && 0 \\ 0 && P \end{bmatrix}, D^3 = \begin{bmatrix} 0 && P \\ P^2 && 0 \end{bmatrix} \end{equation}\]The matrix exponential is given as
\[\begin{equation} exp(Dt) = \frac{t^0}{0!} \begin{bmatrix} \mathcal{I} && 0 \\ 0 && \mathcal{I} \end{bmatrix} + \frac{t}{1!} \begin{bmatrix} 0 && \mathcal{I} \\ P && 0\end{bmatrix} + \frac{t^2}{2!} \begin{bmatrix} P && 0 \\ 0 && P \end{bmatrix} + \frac{t^3}{3!} \begin{bmatrix} 0 && P \\ P^2 && 0\end{bmatrix} + \dots \end{equation}\]Or succinctly,
\[\begin{equation} exp(Dt) = \lim_{N \mapsto \infty}\sum_{j=0}^{\frac{N}{2}-1} \left[ \frac{t^{j}}{j!} P^{j} \begin{bmatrix} \mathcal{I} && 0 \\ 0 && \mathcal{I} \end{bmatrix} + \frac{t^{j+1}}{(j+1) !} P^j \begin{bmatrix} 0 && \mathcal{I} \\ P && 0\end{bmatrix} \right] \end{equation}\] \[\begin{equation} exp(Dt) = \lim_{N \mapsto \infty}\sum_{j=0}^{\frac{N}{2}-1} \frac{t^j}{j!} P^j \begin{bmatrix} \mathcal{I} && \frac{t}{j+1} \mathcal{I} \\ \frac{t}{j+1} P && \mathcal{I} \end{bmatrix} \end{equation}\] \[\begin{equation} exp(Dt) = \lim_{N \mapsto \infty} \begin{bmatrix} \sum_{j=0}^{\frac{N}{2}-1} \frac{t^j}{j!} P^j && \sum_{j=0}^{\frac{N}{2}-1} \frac{t^{j+1}}{(j+1)!} P^j \\ \sum_{j=0}^{\frac{N}{2}-1} \frac{t^{j+1}}{(j+1)!} P^{j+1} && \sum_{j=0}^{\frac{N}{2}-1} \frac{t^j}{j!} P^j \end{bmatrix} \end{equation}\] \[\begin{equation} exp(Dt) = \begin{bmatrix} exp(tP) && P^{-1}(-\mathcal{I} + \exp(tP)) \\ -\mathcal{I} + \exp(tP) && exp(tP) \end{bmatrix} \end{equation}\]This gives us a closed form solution to the acoustic wave equation, modeling wave propagation through an ideal gas. That is
\[\begin{equation} \label{eq:closed_form} \begin{bmatrix} u(x,t) \\ v(x,t) \end{bmatrix} = \begin{bmatrix} \left[\exp(tP)\right] \: u(x,0) + \left[P^{-1}(-\mathcal{I} + \exp(tP))\right] \: v(x,0) \\ \left[-\mathcal{I} + \exp(tP)\right] u(x,0) + \left[\exp(tP)\right] v(x,0)\end{bmatrix} \end{equation}\]Eigenfunctions of operators in acoustic wave equations
WIP
Fundamental solutions – Green’s functions
WIP
Inversion
A common theme in all scattering problems is that \(\frac{\kappa}{\rho(x)}\) needs to be inferred from partial observations of \(u\). The closed form solution in (\ref{eq:closed_form}) can inturn be written down as the following optimization problem.
\[\begin{equation} \arg \min_{\phi \in \mathcal{H}} \left[\left\|u(x,t) - e^{t \phi(x) \frac{\partial^2}{\partial x^2}} u(x,0) - P^{-1}\left(-\mathcal{I} + e^{t \phi(x) \frac{\partial^2}{\partial x^2}}\right) v(x,0) \right\|_p + \left\| v(x,t) - e^{t \phi(x) \frac{\partial^2}{\partial x^2}} v(x,0) - \left(-\mathcal{I} + e^{t \phi(x) \frac{\partial^2}{\partial x^2}} \right) u(x,0)\right\|_p \right] \end{equation}\]There are two computations in this problem that are not obvious.
- The matrix exponential, which should constitute the bulk of the computation.
- \(v(x,t) = \frac{\partial u(x,t)}{\partial t}\) when observations of \(u(x,t)\) is noisy. Common means to obtain noisy derivatives is total variational derivative computations.