Forward Mapping

Authors
Affiliations
University of British Columbia
University of British Columbia

Simulating data requires being able to solve

F[m]=d\mathcal{F}[m] = d

where mm is an element of the model space M\mathcal{M}, and F\mathcal{F} is the forward mapping. F\mathcal{F} encompasses the physics of the problem, the geometry of the survey and details about Tx and Rx. The operation generates a simulated data set which is an element of data space D\mathcal{D}. The procedure is conceptualized in the diagram below (Figure 1).

1.4.1. Model space

Model space is a vector space with key components. Its elements can be functions or Euclidean vectors. Model space comes equipped with two important attributes:

  • Rules for inner products - This allows the concept of angles between elements to be computed. This allows us to determine whether elements are parallel or perpendicular to each other.
  • Norms to measure length - In our optimization solution it will be important to measure the “length” of the vectors so that we can distinguish between small and large elements.

See Parker, 1994 for a more in depth discussion.

For our seismic refraction problem our model space elements can be functions v(z)v(z) or MM-length vector of velocity values: v=(v1,,vM)\mathbf{v}=(v_1, \dots,v_M). These are shown in Figure 2.

1.4.2. Data Space

Observed data are generally a set of numbers and are consolidated into an elements of data space d=(d1,,dN) RN\mathbf{d}=(d_1,\dots,d_N)~\in\R^N. Each datum is calculated using

dj=Fj[m]d_j=\mathcal{F}_j[m]

The subscript jj allows us to keep track of specifics for that datum, such as survey parameters, which field, etc.

1.4.3. Forward Mapping Operators

The forward mapping operator F\mathcal{F} is problem dependent and can be formulated as an integral or differential operator. Fundamentally however, it is useful to distinguish between two types: linear and nonlinear operators. Linear operators are the easiest to deal with in an inverse problem and understanding them forms a solid foundation for attacking nonlinear inverse problems.

1.4.3.1 Linear and Nonlinear Mappings

Let ff and gg be two elements of the model space and α and β be two constants. A mapping F\mathcal{F} is linear if and only if

F[αf+βg]=αF[f]+βF[g]\mathcal{F}[\alpha f+\beta g]=\alpha\mathcal{F}[f]+\beta\mathcal{F}[g]

When this does not hold, the mapping is said to be nonlinear.

Many linear functionals can be written in integral form. A generic representation that we will use is

dj=abgj(x)m(x)dxd_j=\int^b_ag_j(x)m(x)dx

where djd_j is the jthj^{th} datum, gjg_j is the associated kernel function, and mm is the model of interest. (4) is a Fredholm equation of the second kind and it often appears in physical literature.

For example the equation for convolution,

y=mwy = m \otimes w

takes the following form

y(tj)=m(τ)w(tjτ)dτy(t_j)=\int^{\infty}_{-\infty}m(\tau)w(t_j-\tau)d\tau

In reflection seismology mm could be the reflectivity function, ww a wavelet, and yy an output seismogram. With reference to (4), each kernel is a time shifted version of ww. Another form of our linear system ((4)) is the Biot-Savart equation

B(rj)=μ04πJ(r)×r^rjr2\vec{B}(\vec{r}_j)=\frac{\mu_0}{4\pi}\int\frac{\vec{J}(\vec{r}\prime)\times\hat{r}}{\left|\vec{r}_j-\vec{r}\prime\right|^2}

Here the model is a vector, m=Jm=\vec{J} where J\vec J is the current density, the kernel is the geometric function inside the integral and B\vec B is the magnetic flux density.

We first show that (4) is a linear mapping. Suppose we have two models m1(x)m_1(x) and m2(x)m_2(x), a kernel gjg_j and two datum dj(1)d_j^{(1)} and dj(2)d_j^{(2)}.

dj(1)=abgj(x)m1(x)dxd_j^{(1)}=\int^b_a g_j(x)m_1(x)dx
dj(2)=abgj(x)m2(x)dxd_j^{(2)}=\int^b_a g_j(x)m_2(x)dx

The new datum, which is formed by a linear combination of the two models ((2) and (3)) is given by

dj=abgj(x)[αm1(x)+βm2(x)]dj=αdj(1)+βdj(2)\begin{aligned}d_j=\int^b_a g_j(x)[\alpha & m_1(x) +\beta m_2(x)]\\ d_j=\alpha &d_j^{(1)}+\beta d_j^{(2)}\end{aligned}

and so the linearity condition in (4) is satisfied. This is to be contrasted with an example like

dj=abgj(x)m2(x)dxd_j=\int^b_ag_j(x)m^2(x)dx

This is clearly a nonlinear relationship; if m(x)m(x) increases by a factor of two then the datum in increased by a factor of four.

Another example of nonlinearity is that encountered in DC resistivity. The controlling differential equation is

σV=Iδ(rr)\nabla\cdot\sigma\nabla V=-I\delta(\vec{r}-\vec{r}\prime)

where is the electrical conductivity, is the potential which are the data, and the right hand side is a source. Doubling is will not result in a doubling of V.

The seismic refraction problem, is also a nonlinear mapping between travel time and velocity. Doubling the velocity of the earth will not increase the travel time by a factor of two. In fact, the majority of problem we deal with in geophysics are nonlinear.

Throughout this module we will work with both linear and nonlinear problems. A simple insightful example appears in reflection seismology. It is the relationship between the rms velocity VrmsV_{rms} and interval velocity vintv_{int} Sheriff & Geldart, 1995.

Vrms2(tj)=1tj0tmaxvint2(u)H(tju)duV^2_{rms}(t_j)=\frac{1}{t_j}\int^{t_{max}}_0 v^2_{int}(u)H(t_j-u)du

Here H(t)H(t) is the Heaviside step function. If we think about the “model” as being vintv_{int} then the problem is nonlinear. However, if we let m=vint2m=v^2_{int} then we have a linear relationship between data (Vrms2V^2_{rms}) and mm. Thus, sometimes a problem can be made linear just by redefining the variables. We note also that the independent variable is time, rather than depth. Thus to use this equation, where the velocity is v(z)v(z) ,there has been a depth-to-time conversion. We will explore the consequences of these choices later but for now we’ll use the full nonlinear problem to show how nonuniqueness and ill-conditioning arises in the inverse problem.

References
  1. Parker, R. L. (1994). Geophysical Inverse Theory (Vol. 1). Princeton University Press. 10.2307/j.ctvs32s89
  2. Sheriff, R. E., & Geldart, L. P. (1995). Exploration Seismology (2nd ed.). Cambridge University Press. 10.1017/CBO9781139168359