Lecture Notes
Lecture Notes
Lecture Notes
February 5, 2024
2
Contents
1 Introduction 1
2 Functional analysis 3
2.1 Normed Spaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 Linear Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.3 Compact Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.4 The Adjoint Operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.5 Sobolev spaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
5 Inverse problems 41
5.1 Ill-posed problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
5.2 Regularization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
5.3 Singular value decomposition . . . . . . . . . . . . . . . . . . . . . . . . . 44
5.4 Tikhonov regularization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
i
ii CONTENTS
Introduction
The scattering theory includes the study of direct and inverse wave scattering problems.
Waves are always modelled by certain partial differential equations (PDEs) with proper
boundary conditions. Here I give an example to show what are the direct/inverse scattering
problems, and what are the interesting topics.
Given a Helmholtz equation:
∆u + k 2 nu = f ∈ B(0, R),
where k > 0 is the wave number, n > 0 is the function valued refractive index, f is the
source and B(0, R) is a ball centered at 0 with the radius R > 0.
The direct problem is to study the solution u, when everything (k, n, f ) is known.
We are interested in the well-posedness of the problem (existence, uniqueness, stability),
as well as numerical methods to solve the problems. The inverse problem is the opposite.
When some of the information is missing (for example, n), but we can measure the solution
u at some points. Then how can we reconstruct n? We are interested in the uniqueness
and stability of the problem, as well as efficient numerical schemes.
Inverse scattering theory has been a very active field in applied mathematics from the
1980’s. There are already a lot of successful applications of the scattering theory, despite
its non-complete mathematical theory. Some important examples are listed as follows:
• Nondestructive testing.
• Underwater detection.
From mathematical point of view, the study of the inverse scattering problems depends
on a good understanding of direct scattering problems. In this lecture, we will mainly focus
on the direct scattering problems. The main topics are:
• Functional analysis
1
2 CHAPTER 1. INTRODUCTION
Functional analysis
1. ∥x∥ ≥ 0,
4. ∥x + y∥ ≤ ∥x∥ + ∥y∥
for all x, y ∈ X, then it is a norm on X. A vector space X equipped with a norm is called
a normed space.
Example 2.1.2. X is the vector space of complex valued continuous functions in the
bounded interval [a, b]. Then
∥φ∥ := max |φ(x)|
x∈[a,b]
Example 2.1.3. X is the vector space of Lebesgue square integrable functions in the
bounded interval [a, b]. Then
Z b
∥φ∥ : |φ(x)|2 dx .
a
3
4 CHAPTER 2. FUNCTIONAL ANALYSIS
• A set U is dense in X if U = X.
Definition 2.1.5. A sequence {φn } ⊂ X is called a Cauchy sequence if for every ε > 0,
there is an integer N > 0 such that ∥φm − φn ∥ ≤ ε for all m, n > N .
Definition 2.1.6. A subset U of X is complete if every Cauchy sequence converges to
an element of U .
Definition 2.1.7. A complete normed space X is called a Banach space.
Example 2.1.8. 1. Let X be the space of polynomials in the bounded interval [a, b]
equipped with the norm
∥φ∥ := max |φ(x)|.
x∈[a,b]
Theorem 2.2.3. Let X and Y be normed spaces and A : X → Y a linear operator. Then
A is continuous if it is continuous at one point.
Proof. Suppose A is continuous at φ0 ∈ X Then for every φ ∈ Xand φn → φ we have
that
Aφn = A(φn − φ + φ0 ) + A(φ − φ0 ) → Aφ0 + A(φ − φ0 ) = Aφ
since φn − φ + φ0 → φ0 .
Theorem 2.2.4. Let X and Y be normed spaces and A : X → Y a linear operator. Then
A is continuous if and only if it is bounded.
Proof. Let A : X → Y be bounded and let {φn } be a sequence in X such that φn → 0 as
n → ∞. Then ∥Aφn ∥ ≤ C∥φn ∥ implies that Aφn → 0 as n → ∞, i.e. A is continuous at
φ = 0. By Theorem 2.2.3, A is continuous for all φ ∈ X. Conversely, let A be continuous
and assume that there is no C such that ∥Aφ∥ ≤ C∥φ∥ for all φ ∈ X. Then there exists
a sequence φn with ∥φn ∥ = 1 such that ∥Aφ∥ ≥ n. Let ψn := ∥Aφn ∥−1 φn . Then ψn → 0
as n → ∞ and hence by the continuity of A we have that Aψn → Aψ0 = 0 which is a
contradiction since ∥Aψn ∥ = 1 for every integer n. Hence A must be bounded.
Example 2.2.5. Let K(x, y) be continuous on [a, b] × [a, b] and define A : L2 [a, b] →
L2 [a, b] by
Z b
(Aφ)(x) := K(x, y)φ(y) dy .
a
Then
Z b
2
∥Aφ∥ = |(Aφ)(x)|2 dx
a
Z b Z b 2
= K(x, y)φ(y) dy dx
a a
Z b Z b Z b
2 2
≤ |K(x, y)| dy |φ(y)| dy dx
a a a
Z bZ b
2
= ∥φ∥ |K(x, y)| dx dy .
a a
6 CHAPTER 2. FUNCTIONAL ANALYSIS
Theorem 2.2.6 (Riesz Representation Theorem). Let X be a Hilbert space. Then for
each bounded linear functional F : X → C there exists a unique f ∈ X such that
F (φ) = (φ, f )
for every φ ∈ X. Furthermore, ∥f ∥ = ∥F ∥.
Definition 2.2.7. Given a vector space X over a field F , the dual space X ′ is defined as
the set of all linear functionals φ : X → F .
Example 2.3.4. Consider the operator A : L2 [a, b] → L2 [a, b] defined as in the previous
example by Z b
(Aφ)(x) := K(x, y)φ(y) dy
a
φ − Aφ = 0
φ − Aφ = f
(Aφ, ψ) = (φ, A∗ ψ)
for every φ ∈ X and ψ ∈ Y . Then A∗ is called the adjoint of A and ∥A∥ = ∥A∗ ∥.
Theorem 2.4.2. Let X and Y be Hilbert spaces and let A : X → Y be a compact operator.
Then A∗ : Y → X is also a compact operator.
Proof. Let ∥ψn ∥ ≤ C for some positive constant C. Then, since A∗ is bounded, AA∗ :
Y → Y is a compact operator. Hence, by passing to a subsequence if necessary, we may
assume that the sequence {AA∗ ψn } converges in Y . But
i.e., {A∗ ψn } is a Cauchy sequence and hence convergent. We can now conclude that A∗ is
a compact operator.
Lemma 2.4.3. Let U be a closed subspace of a Hilbert space X. Then U ⊥⊥ = U .
L ⊥
U and X = U ⊥ U ⊥⊥ .
L
Proof. Since U is a closed subspace, we have that X = U
Hence for φ ∈ X we have that φ = φ1 + φ2 where φ1 ∈ U and φ2 ∈ U ⊥ and φ = ψ1 + ψ2
where ψ1 ∈ U ⊥⊥ and ψ2 ∈ U ⊥ . In particular, 0 = (φ1 − ψ1 ) + (φ2 − ψ2 ) and since it is
easily verified that U ⊂ U ⊥⊥ we have that φ1 − ψ1 = ψ2 − φ2 ∈ U ⊥ . But φ1 − ψ1 ∈ U ⊥⊥
hence φ1 = ψ1 . We can now conclude that U ⊥⊥ = U .
8 CHAPTER 2. FUNCTIONAL ANALYSIS
Theorem 2.4.4. Let X and Y be Hilbert spaces. Then for a bounded linear operator
A : X → Y we have that if A(X) := {y ∈ Y : y = Ax for some x ∈ X} is the range of A
then
A(X)⊥ = N (A∗ ) and N (A∗ )⊥ = A(X).
Proof. We have that g ∈ A(X)⊥ if and only if (Aφ, g) = 0 for every φ ∈ X. Since
(Aφ, g) = (φ, A∗ g) we can now conclude that A∗ g = 0, i.e. g ∈ N (A∗ ). On the other
⊥⊥ ⊥
hand, by Lemma 2.4.3, A(X) = A(X) = N (A∗ )⊥ since A(X)⊥ = A(X) = N (A∗ ).
where
∂ |α| φ(x)
Dα φ(x) = and |α| = |α1 | + · · · + |αn |.
∂xα1 1 · · · ∂xαnn
uα is a a weak derivative of u corresponding to α, set Dα u := uα .
Example 2.5.2. The absolute value function f (x) = |x| where x ∈ (−1, 1) is not differ-
entialble at 0. However, define
−1, −1 < x < 0;
g(x) = 0, x = 0;
1, 0 < x < 1.
Thus Df (x) = g(x). The weak derivative exists but the strong derivative is not defined at
0.
1 1
The dual space of Lp (Ω) is Lq (Ω), where p, q ∈ (1, ∞) and p
+ q
= 1.
Definition 2.5.6. For any non-negative integer k and real number p ∈ [1, ∞], define the
Sobolev space W k,p (Ω) by:
The W k,p -norm (p ∈ [1, ∞)) for a function u ∈ W k,p (Ω) is defined by
1/p 1/p
XZ X
∥u∥k,p = |Dα u(x)|p dx = ∥Dα u(x)∥pp .
|α|≤k Ω |α|≤k
Remark 2.5.7. The function f (x) = |x| does not belong to C 1 (−1, 1), but belongs to
W 1,p (−1, 1).
10 CHAPTER 2. FUNCTIONAL ANALYSIS
Definition 2.5.8. For any non-negative integer k and real number q ∈ (1, ∞), the space
W −k,q (Ω) is defined by
W −k,q (Ω) := {φ ∈ (C0∞ (Ω))′ : ∥φ∥W −k,q < ∞}
1 1
where p
+ q
= 1,
(φ, u)
∥φ∥W −k,q = sup ,
u∈C0∞ (Ω),u̸=0 ∥u∥W k,p (Ω)
′
and (·, ·) is defined as in Theorem 2.5.5. In particular, H −1 (Ω) = (H01 (Ω)) .
Theorem 2.5.9. We introduce some results of Sobolev embeddings in Ω ⊂ Rn :
• For any p ∈ N, when W n,p (Ω) ⊂ W m,p (Ω) where m, n ∈ N and m ≤ n.
• (Kondrachov embedding theorem) If k > ℓ and 1
p
− k
n
< 1
q
− nℓ , then W k,p (Ω) ⊂ W ℓ,q
and the embedding is compact.
• (Morrey’s inequality) Let n < p ≤ ∞ and γ = 1 − np . Then W 1,p (Ω) is continuously
embedded in C 0,γ (Ω), where C 0,γ is the Hölder continuous space with index γ.
Theorem 2.5.10. The operator T : u → u|∂Ω is continuous from W 1,p (Ω) to Lp (∂Ω). T
is called the trace operator.
In particular, denote H k (Ω) := W k,2 (Ω) and H0k (Ω) := W0k,2 (Ω). (Hilbert spaces) At
the end of this section, we introduce the Soboleve space H s [0, 2π] in the periodic domain.
n o
Definition 2.5.11. The orthonormal system √12π eimt : m ∈ Z is complete in L2 [0, 2π].
Then H s [0, 2π] is a Hilbert space with inner product
X
(φ, ψ)p := (1 + m2 )s am bm
m∈Z
In this chapter, we will get the Helmholtz equation from both the wave equation and the
Maxwell’s equation. The Green’s theorem and radiation condition will also be introduced.
1 ∂ 2U
= ∆U
c2 ∂t2
where c > 0 is the speed of sound. Notation:
U (x, t) = Re u(x)e−iωt .
where ω > 0 is the frequence. Let u(x) = u1 (x) + iu2 (x) where both u1 and u2 are real,
then
U (x, t) = u1 (x) cos(ωt) + u2 (x) sin(ωt).
Use the representation in the wave equation, we have:
ω2 ω2
− u1 (x) cos(ωt) − u2 (x) sin(ωt) = ∆u1 (x) cos(ωt) + ∆u2 (x) sin(ωt).
c2 c2
Let k := ω/c > 0 be the wavenumber, then
11
12 CHAPTER 3. THE HELMHOLTZ EQUATION
Since the above equation holds for any t > 0, it is straightforward to get the following
PDEs:
From the definition of u1 and u2 , finally we get the Helmholtz equation for u:
∆u(x) + k 2 u(x) = 0.
Here
i j k
∂f ∂f ∂f ∂f1 ∂f2 ∂f3 ∂ ∂ ∂
∇f = , , , ∇·f = + + , ∇×f = ∂x1 ∂x2 ∂x3
∂x1 ∂x2 ∂x3 ∂x1 ∂x2 ∂x3
f1 f2 f3
D = ε(x)E and B = µH − M,
√
where the wave number k = ω εµ. Both E and H are Divergence free. Take ∇× to the
first equation on both side, we get:
∇ × ∇ × E − k 2 E = 0.
Exercise. When ∇ · u = 0, we have ∇ × ∇ × u = −∆u. Finally, we show that the electric
field E satisfies the Helmholtz equation:
∆E + k 2 E = 0.
Example 3.2.1. The Helmholtz equation in one-dimensional space (ODE):
u′′ + k 2 u = 0.
There are two solutions to this second order ODE:
u1 (x) = eikx u2 (x) = e−ikx .
Related velocity potential:
U1 (x) = cos(kx − ωt) U2 (x) = cos(−kx − ωt).
Where do the two waves propagate? Try to answer by yourself !
Direct scattering problem. The lecture will be focused on the following scattering
problem. The obstacle D has a C 2 smooth boundary ∂D. It is not penetrable, and the
incident wave ui satisfies the Helmholtz equation:
∆ui + k 2 ui = 0 ∈ R2 . (3.2.1)
The incident field ui is scattered and produces the scattered field us , which satisfies
∆us + k 2 us = 0 ∈ R2 \ D. (3.2.2)
The total field u := ui + us satisfies certain boundary conditions:
• Sound soft: u = 0;
• Sound hard: ∂u
∂ν
= 0;
• Impedance: ∂u
∂ν
+ iλu = 0.
To guarantee the solution is physical, it is necessary to introduce the Sommerfeld radiation
condition:
√ ∂us
s
lim r − iku = 0. (3.2.3)
r→∞ ∂r
14 CHAPTER 3. THE HELMHOLTZ EQUATION
where ν the unit normal vector to the boundary ∂D directed to the exterior of D.
Theorem 3.3.2. Let D be a C 1 -continuous bounded domain and ν is the normal vector
directed to the exterior of D. Suppose u ∈ C 1 (D) and v ∈ C 2 (D), then we have Green’s
first theorem: Z Z
∂v
(u∆v + ∇u · ∇v) dx = u ds. (3.3.2)
D ∂D ∂ν
Now we aim to formulate boundary integral representations for solutions of the Helmholz
equations. First we need to introduce the fundamental solution
1 eik|x−y|
Φ(x, y) = , x ̸= y.
4π |x − y|
From direct computation (Exercise), it is easy to check that the fundamental solution
satisfies the Helmholtz equation when x ̸= y. When x approaches y, it becomes singular.
The delta function δ(x) is a generalied function which satisfies
Z
(δ, φ) = δ(x)φ(x)dx = φ(0).
R3
Remark 3.3.3. The fundamental solution of the Helmholtz equation in two dimensional
space is:
i (1)
Φ(x, y) = H0 (k|x − y|),
4
(1)
where H0 (r) is the Hankel function of the first kind. When |x − y| << 1,
1 1
Φ(x, y) = log + O(1).
2π |x − y|
R
Example 3.3.4. A function u(x) = R3 Φ(x, y)f (y)dy, x ∈ R3 is a solution to the
Helmholtz equation ∆u + k 2 u = f in R3 .
Theorem 3.3.5. Suppose D is bounded and C 2 , ν is the unit normal vector to the exterior
of D. Let u ∈ C 2 (D). Then
Z Z
∂u(y) ∂Φ(x, y)
∆u(y) + k 2 u(y) Φ(x, y)dy, x ∈ D.
u(x) = Φ(x, y) − u(y) dS−
∂D ∂ν(y) ∂ν(y) D
Proof. Fix any point x ∈ D. Let S(x, ϱ) = ∂B(x, ϱ) where B(x, ϱ) ⊂ D is a small ball
centered at x with radius ϱ. Let Dϱ := D \ B(x, ϱ) be the domain between ∂D and S(x, ϱ),
then Φ(x, y) is smooth with respect to y ∈ Dϱ . Apply Green’s second theorem in Dϱ :
Z Z
∂u(y) ∂Φ(x, y)
Φ(x, y) − u(y) dS = (∆u(y)Φy (x, y) − u(y)∆y Φ(x, y)) dx.
∂Dϱ ∂ν(y) ∂ν(y) Dϱ
With the fact that ∆y Φ(x, y) + k 2 Φ(x, y) = 0 in Dϱ , above equation is written as:
Z
∂u(y) ∂Φ(x, y)
Φ(x, y) − u(y) (:= I − II)
S(x,ϱ) ∂ν(y) ∂ν(y)
Z Z
∂u(y) ∂Φ(x, y)
∆u(y) + k 2 u(y) Φ(x, y)dx
= Φ(x, y) − u(y) dS −
∂D ∂ν(y) ∂ν(y) Dϱ
Z Z
∂u(y) ∂Φ(x, y)
∆u(y) + k 2 u(y) Φ(x, y)dx
= Φ(x, y) − u(y) dS −
∂D ∂ν(y) ∂ν(y) D
Z
2
+ ∆u(y) + k u(y) Φ(x, y)dx(:= III).
B(x,ϱ)
First consider the limit of (III) when ϱ → ∞. Since u is C 2 -smooth, there is a constant
C > 0 such that
∆u(y) + k 2 u(y) ≤ C
holds uniformly for y ∈ B(y, ϱ). From the definition of Φ(x, y),
1
|Φ(x, y)| = .
4π|x − y|
Then Z Z
2 C 1
|(III)| ≤ ∆u(y) + k u(y) |Φ(x, y)| dy = dy.
B(x,ϱ) 4π B(x,ϱ) |x − y|
Use spherical coordinate:
eik|x−y| (y − x)
1
∇y Φ(x, y) = ik − .
|x − y| 4π|x − y| |x − y|
3.3. GREEN’S THEOREM AND FORMULA 17
(y−x)
Since ν(y) = |x−y|
,
1 eikϱ
∂Φ(x, y)
= ∇y Φ(x, y) · ν(y) = ik − .
∂ν(y) ϱ 4πϱ
Thus with spherical coordinate again and the mean value theorem, (II) reads
1 eikϱ
Z
(II) = u(y) ik − dS
S(x,ϱ) ϱ 4πϱ
Z π Z 2π
1 eikϱ 2
= u(y) ik − ϱ sin θdφdθ
0 0 ϱ 4πϱ
Z π Z 2π
1 eikϱ 2
= u(x) ik − ϱ sin θdφdθ
0 0 ϱ 4πϱ
Z π Z 2π
1 eikϱ 2
+ (u(y) − u(x)) ik − ϱ sin θdφdθ
0 0 ϱ 4πϱ
Z π Z 2π
1 eikϱ 2
ikϱ
= u(x)(4ikπϱ − e ) + (u(y) − u(x)) ik − ϱ sin θdφdθ.
0 0 ϱ 4πϱ
When ϱ → 0+ , the first term tends to −u(x) and the second term tends to 0 due to the
continuity of u at x. Thus limϱ→0+ (II) = −u(x). Thus finally we get the result of the
Theorem from the limits of (I), (II) and (III).
In scattering theory, we are always interested in the wave field outside a bounded
domain. Suppose u satisfies
∆u + k 2 u = 0 in R3 \ D
and satisfies the Sommefeld radiation condition (radiating waves).
Theorem 3.3.6. Let u ∈ C 2 (R3 \ D) be the radiating solution of the Helmholtz equation
outside D, then
Z
∂Φ(x, y) ∂u(y)
u(x) = u(y) − Φ(x, y) dS, x ∈ R3 \ D.
∂D ∂ν(y) ∂ν(y)
Proof. Let B(0, R) be the ball centered at 0 with radius R > 0 and its sphere is S(0, R).
Moreover, B(0, R) is sufficiently large such that D ⊂ B(0, R). Let DR := B(0, R) \ D.
Apply the boundary integral formula for the interior of DR , then
Z Z
∂u(y) ∂Φ(x, y) ∂u(y) ∂Φ(x, y)
u(x) = Φ(x, y) − u(y) dS− Φ(x, y) − u(y) dS, x ∈ R3 \D.
S(0,R) ∂ν(y) ∂ν(y) ∂D ∂ν(y) ∂ν(y)
Denote the first term by (I) and estimate (I) in the following.
We already known from the Sommerfeld radiation condition:
∂u 1
− iku = o , R → ∞.
∂ν R
18 CHAPTER 3. THE HELMHOLTZ EQUATION
where
Z
∂u(y)
(II) = − iku(y) Φ(x, y)dS;
S(0,R) ∂ν(y)
Z
∂Φ(x, y)
(III) = u(y) ikΦ(x, y) − dS.
S(0,R) ∂ν(y)
Note that all the above results hold for the two dimensional spaces
∆us + k 2 us = 0 in R3 \ D;
us = −ui on ∂D.
On the other hand, since ui satisfies the Helmholtz equation globally in R3 thus obvious
in D; for fixed x ∈ R3 \ D, Φ(x, y) also satisfies the Helmholtz equation in D. Thus we
can apply equation (3.3.3) to ui and Φ(x, ·) in D:
and Z
i ∂u(y)
u(x) = u (x) − Φ(x, y)dS, x ∈ R3 \ D.
∂D ∂ν(y)
20 CHAPTER 3. THE HELMHOLTZ EQUATION
The above formula is known as Huygens’ principle (secondary sources on the boundary).
The Far Field pattern concerns the asymptotic behaviour of the solution when |x| → ∞.
From the formula, we need to consider the asymptotic behaviour of Φ(x, y) for very large
|x|. Let x = x̂|x|, then
s
p x̂ · y |y|2
|x − y| = |x|2 + |y|2 − 2|x|x̂ · y = |x| 1 − 2 + 2.
|x| |x|
√
Use the Taylor’s expansion of 1 + z at 0:
√ 1
1 + z = 1 + z + O |z|2 ,
2
|y|2
and let z := −2 x̂·y
|x|
+ |x| 2 , then |z| = O
1
|x|
and
|y|2
x̂ · y 1
|x − y| = |x| 1 − − +O
|x| 2|x|2 |x|2
x̂ · y 1 1
= |x| 1 − +O 2
= |x| − x̂ · y + O .
|x| |x| |x|
Use the similar argument, we can easily get when |x| >> 1:
1
eik|x−y| eik(|x|−x̂·y+O( |x| )) eik|x| −ikx̂·y
1
Φ(x, y) = = = e +O .
4π|x − y| 4π |x| − x̂ · y + O |x| 1 4π|x| |x|2
eik|x|
Z
s ∂ −ikx̂·y ∂u(y) −ikx̂·y 1
u (x) = u(y) e − e dS(y) + O .
4π|x| ∂D ∂ν(y) ∂ν(y) |x|2
Define the Far Field pattern as:
Z
∂ −ikx̂·y ∂u(y) −ikx̂·y
u∞ (x̂) := u(y) e − e dS(y),
∂D ∂ν(y) ∂ν(y)
then
eik|x|
s 1
u (x) = u∞ (x̂) + O .
4π|x| |x|2
3.4. FARFIELD PATTERN AND FURTHER PROPERTIES 21
At the end of this charpter, we will also introduce some further properties of the
scattered field and the far field pattern. Let’s begin with the two dimensional case, where
(1)
Φ(x, y) = 4i H0 (k|x − y|). It is known (F. Cakoni and D. Colton) that
(1)
X
H0 (k|x − y|) = Hn(1) (k|x|)Jn (k|y|)einθ
n∈Z
when |x| > |y| and θ = θ − θy , Jn is the Bessel function. Recall Theorem 3.3.6,
Z
∂Φ(x, y) ∂u(y)
u(x) = u(y) − Φ(x, y) dS
∂D ∂ν(y) ∂ν(y)
Z !
i ∂ X (1) in(θ−θy ) ∂u(y) X (1) in(θ−θy )
= u(y) H (k|x|)Jn (k|y|)e − H (k|x|)Jn (k|y|)e dS
4 ∂D ∂ν(y) n∈Z n ∂ν(y) n∈Z n
Z
i X (1) inθ ∂ −inθy ∂u(y) −inθy
= H (k|x|)e u(y) Jn (k|y|)e − Jn (k|y|)e dS
4 n∈Z n ∂D ∂ν(y) ∂ν(y)
X
:= an Hn(1) (k|x|)einθ .
n∈Z
In 3D, it is more complex and we will not give the details here. Following similar
approaches with the 2D case,
∞ X
X n
u(x) = am (1) m
n hn (k|x|)Yn (x̂),
n=0 m=−n
x (1,2)
where x̂ = ∥x∥ , Ynm is the spherical harmonic, hn is the spherical Hankel functions of
the first and second kind (D. Colton and R. Kress).
Remark 3.4.1. For general solutions of the exterior solution of the Helmholtz equation
in 2D, it has the following form:
X
an Hn(1) (k|x|) + bn Hn(2) (k|x|) einθ .
u(x) =
n∈Z
then u = 0 in R2 \ D.
22 CHAPTER 3. THE HELMHOLTZ EQUATION
Corollary 3.4.4. Let us ∈ C 2 (R2 \ D) be the radiating solution of the Helmholtz equation.
If
∂us
Z
Im us dS ≥ 0,
∂D ∂ν
then us = 0 in R2 \ D.
3.4. FARFIELD PATTERN AND FURTHER PROPERTIES 23
Proof. Recall the proof of Theorem 3.3.6, from the Sommerfeld radiation condition:
2 !
∂us
Z s
∂u
+ k 2 |us |2 + 2kIm us dS = o(1).
S(0,R) ∂ν ∂ν
In this chapter, we will establish the integral equation for the following exterior Dirichlet
boundary value problem. Given an incident field ui which is continuous on the boundary
of D, we look for the solution u ∈ C 2 (R2 \ D) ∩ C(R2 \ D) such that:
∆u + k 2 u = 0 in R2 \ D; (4.0.1)
u = ui + us ; (4.0.2)
√ ∂u
s
lim r − ikus = 0; (4.0.3)
r→∞ ∂r
u = 0 on ∂D. (4.0.4)
Remark 4.0.1. Since u is only continuous up to the boundary, its gradient ∇ on the
boundary ∂D is not well defined.
Proof. First suppose u is real valued. Let ψ ∈ C 1 (R) be an odd function such that
0, −1 ≤ t ≤ 1;
ψ(t) = t, t > 2 or t < −2;
1
C -continuous, otherwise.
Let un := ψ(nu)
n
for n ∈ N. It implies that un = 0 when |un | ≤ n1 , un = u when |un | ≥ n2 .
Thus ∥u − un ∥∞ → 0, when n → ∞. From the continuity of u in R2 \ D and u = 0 on
∂D, un ∈ C 1 (R2 \ D).
25
26 CHAPTER 4. BOUNDARY INTEGRAL EQUATIONS
Let n → ∞, since u is continuous up to the boundary, the right hand side tends to
Z Z
2 2 ∂u
k u dx + u dS.
DR SR ∂ν
Since u satisfies the Sommerfeld radation condition, from the corollary of Rellich’s lemma,
we have u − 0 in R2 \ D. Thus u1 = u2 .
4.2. SINGLE- AND DOUBLE LAYER POTENTIALS 27
In this section, we review some important properties of the single- and double-layer
potentials, and the single- and layer-operators. First we have two facts:
We first recall the jump relations of the single- and double-layer potentials.
where
∂u±
(x) := lim+ ν(x) · ∇u(x ± hν(x))
∂ν h→0
28 CHAPTER 4. BOUNDARY INTEGRAL EQUATIONS
and
∂v ∂v
lim (x + hν(x)) − (x − hν(x)) = 0, x ∈ ∂D
h→0+ ∂ν ∂ν
holds uniformly on ∂D
Theorem 4.2.2. Let ∂D be of class C 2 . The operators S, K are bounded and compact
from C(∂D) to C(∂D).
Now we are prepared to apply the layer approach to consider the existence of solutions
to the exterior Dirichlet boundary problem.
Example 4.2.3. We are looking for the solution u to the exterior problem in the form of
Z
∂Φ(x, y)
u(x) = − iηΦ(x, y) φ(y)dS(y), x ∈ R2 \ ∂D,
∂D ∂ν(y)
where φ ∈ C(∂D) is the density function and the parameter η ∈ R \ {0} is fixed. Then
from the jump relations, with u = f , we have:
(I + K − iηS)φ = 2f.
Since S and K are both compact, I + (K − iηS) is a Fredholm type opertors, which implies
It implies that, to show the invertibility of the operator, it is sufficient to prove that the
uniqueness of the solutions. Thus we need to show that if f = 0, then the solution φ = 0.
4.2. SINGLE- AND DOUBLE LAYER POTENTIALS 29
Suppose f = 0 on ∂D, since u is the radiating soluton of the Helmholtz equation with
zero Dirichlet boundary condition, it implies that u = 0 in R2 \ D. Thus
∂u
u|+ = 0, =0 on ∂D.
∂ν +
∂u ∂u
u|+ − u|− = φ, − = iηφ.
∂ν + ∂ν −
Since u also satisfies the Helmholtz equation in D, apply the Green’s first theorem to u and
u, Z Z
2 ∂u
[|∇u| + ∆uu]dx = udS(x),
D ∂D ∂ν
which results in Z Z
2 2 2
[|∇u| − k |u| ]dx = iη |φ|dS(x).
D ∂D
Take the imaginary part of the above equation on both sides, we have φ = 0 on ∂D. The
uniqueness of the solution is proved, thus the operator I + (K − iηS) is bounded invertible.
It means that for any f ∈ C(∂D), there is a unique φ ∈ C(∂D) such that
(I + (K − iηS))φ = 2f.
Then the solution u is given by the combination of single and double layer potentials with
the density function φ.
Further properties for the singule- and double-layer potentials are listed as follows.
First we need the definition of Hölder contuity. A function φ : G → C is called α-Hölder
continuous (0 < α < 1), if there is a constant C > 0 such that
holds uniformly for x, y ∈ G. Define the norm of the Hölder continuous space C 0,α (G) as:
|φ(x) − φ(y)|
∥φ∥0,α = sup |φ(x)| + sup .
x∈G x,y∈Gx̸=y |x − y|α
Theorem 4.2.4. Suppose 0 < α < β ≤ 1 and G is compact. Then the identity operators
are compact.
30 CHAPTER 4. BOUNDARY INTEGRAL EQUATIONS
As the extension of Theorem 4.2.1, we have the jump relations in the Höler continuous
spaces:
∥u∥α,R2 ≤ Cα ∥φ∥∞,∂D
where C only depends on ∂D. When φ ∈ C 0,α (∂D), ∇u is uniformly Hölder continuously
extended from D to D, and from R2 \ D to R2 \ D. On the boundary:
Z
1
∇u|± = φ(y)∇x Φ(x, y)dS(y) ∓ φ(x)ν(x), x ∈ ∂D;
∂D 2
where
∇u|± = lim+ ν(x)∇u(x ± hν(x))
h→0
and
∥∇u∥α,D ≤ Cα ∥φ∥α,∂D , ∥∇u∥α,R2 \D ≤ Cα ∥φ∥α,∂D .
The double-layer potential v with density φ ∈ C 0,α (∂D) is uniformly Hölder continu-
ously extended from D to D and from R2 \ D to R2 \ D with
When the density φ ∈ C 1,α (∂D), the first order derivative is uniformly Hölder continuously
extended from D to D and from R2 \ D to R2 \ D with
The properties of the opertors S, K, K ′ , T are also given in the Hölder continuous
spaces.
Theorem 4.2.6. Let ∂D is C 2 . Then S, K, K ′ are bounded from C(∂D) to C 0,α (∂D), and
S, K are bounded from C 0,α (∂D) to C 1,α (∂D). The operator T is bounded from C 1,α (∂D)
to C 0,α (∂D).
The properties of the operators are also extended to more general spaces.
Corollary 4.2.8. Suppose ∂D is C 2 . Then S is bounded from H −1/2 (∂D) to H 1/2 (∂D). If
∂D is C 2,α . Then K and K ′ are bounded from H −1/2 (∂D) to H 1/2 (∂D), and T is bounded
from H 1/2 (∂D) to H −1/2 (∂D).
4.2. SINGLE- AND DOUBLE LAYER POTENTIALS 31
Note that S and K are also compact from C 1,α (∂D) to C 1,α (∂D). We can still prove
that I + K − iηS is bounded invertible in C 1,α . when f ∈ C 1,α (∂D), the density function
φ ∈ C 1,α (∂D) exists and is unique. Thus u, which is defined by the singl- and double-
layer potentials, as well as its first order derivative, is well defined in R2 \ ∂D and Hölder
continuous up to the boundary from the interior and exterior of D. Thus we use the jump
relation again,
∂u 1
= (iηI − iηK ′ + T ) φ := Af,
∂ν + 2
1,α 0,α
where A : C (∂D) → C (∂D) is defined by
or Z
s ∂Φ(x, y)
u (x) = φ(y) dS(y),
∂D ∂ν(y)
Let’s take the first one as anRexample. Suppose the solution u in Example 4.2.3 we seek
for is in the form of u(x) = 2 ∂D φ(y)Φ(x, y)dS(y), then from the boundary condition, we
have:
(I + S)φ = f.
We need to prove that I + S is bounded invertible. When f ∈ C(∂D), S is a compact
operator from C(∂D) to itself thus we will prove the invertibility by proving the uniqueness.
Let φ ∈ C(∂D) be a solution of (I + S)φ = 0. Since f = 0, we know that u = 0 in R2 \ D.
Then u|+ = ∂u∂ν
= 0 on ∂D. We extend the solution to D with the same formula, then
+
from the jump relations,
∂u ∂u
u|− = u|+ = 0, = + 2φ = 2φ.
∂ν − ∂ν +
For a fixed bounded domain D, the Dirichlet eigenvalues are real, positive, and have no
limit point. Thus they can be arranged in increasing order:
0 < λ1 ≤ λ2 ≤ λ3 ≤ · · · , λn → ∞.
un (r, θ) = yn (kr)einθ , n ∈ Z.
In the following, we will apply the boundary integral equations to other problems.
Example 4.2.10. Consider the exterior Neumann problem. We study the unique solvabil-
ity of the radiating solution in C 2 (R2 \ D) ∩ C(R2 \ D) of
∂u
∆u + k 2 u = 0 in R2 \ D, = g on ∂D,
∂ν
where g ∈ C(∂D) is the Neumann data.
Proof. The uniqueness comes from Corollary 3.4.4. Note that the solution is only con-
tinuious up to the boundary, limiting processes are needed (exercise).
We seed for the solution in the form of
Z
2 ∂Φ(x, y)
u(x) = φ(y)Φ(x, y) + iη(S0 φ)(y) dS(y), x ∈ R2 \ D,
∂D ∂ν(y)
where φ ∈ C(∂D). Here S0 is defined by the fundamental solution Φ0 (x, y) with wavenum-
ber k = 0: (
1 1
− 2π ln |x−y| , x, y ∈ R2 ;
Φ0 (x, y) = 1
4π|x−y|
, x, y ∈ R3 .
Thus they are real valued functions.
Why we don’t use the form from Example 4.2.3 directly? When the density function
φ ∈ C(∂D), the normal direvative on ∂D of the double layer potential is not well defined.
Thus we replace φ by the term S02 φ. When φ ∈ C(∂D), S0 φ ∈ C 0,α (∂D) and S02 φ ∈
C 1,α (∂D). According to Theorem 4.2.5, the normal derivative of the double layer potential
with density function S02 φ ∈ C 1,α (∂D) is well defined and Hölder continuous up to the
boundary.
With the jump relations and the boundary condition, we have:
Recall that K ′ is bounded from C(∂D) to C 0,α (∂D) thus is compact from C(∂D) to
C(∂D). Since S02 is bounded from C(∂D) to C 0,α (∂D) and T is bounded from C 1,α (∂D)
to C 0,α (∂D), T S02 is bounded from C(∂D) to C 0,α (∂D) thus compact from C(∂D) to
C(∂D). Then K ′ + iηT S02 is comact from C(∂D) to C(∂D). Thus I − K ′ − iηT S02 is a
Fredholm operator, we need to prove its invertibiliy by proving the unique solutions.
Let g = 0, from the uniqueness of the exterior Neumann problem, u = 0 in R2 \ 0.
Extend u to D. Then we apply the jump relations:
∂u ∂u
u|+ − u|− = iηS02 φ, − = −φ,
∂ν + ∂ν −
∂u
u|− = −iηS02 φ, = φ.
∂ν −
34 CHAPTER 4. BOUNDARY INTEGRAL EQUATIONS
∆v = 0 in R2 \ ∂D, v = 0 on ∂D.
Note here v is a harmonic function and tends to 0 at the infinity. From the maximum-
minimum principle for harmonic functions, a harmonic function reaches the maximum and
minimum values on the boundary, thus v = 0 in R3 . From the jump relations φ = 0. Thus
the uniqueness is proved, which results in the invertibility of I − K ′ − T S02 . The proof is
finished.
When g ∈ C 0,α (∂D), we can get φ ∈ C 0,α (∂D) from the same argument of the Dirichlet
problem. Thus the solution u belongs to C 1,α (R2 \ D) and on the boundary,
1
iηS02 + iηKS02 + s φ.
u|+ =
2
Define the operator B : C 0,α (∂D) → C 1,α (∂D) by
−1
B := iηS02 + iηKS02 + s K ′ − I + iηT S02
,
Example 4.2.11. Consider the exterior impedance problem. We study the unique solv-
ability of the radiating solution in C 2 (R2 \ D) ∩ C 1 (R2 \ D) of
∂u
∆u + k 2 u = 0 in R2 \ D, + iλu = h on ∂D,
∂ν
where h ∈ C(∂D) is the boundary data, λ ∈ C(∂D) and it is positive.
Proof. Uniqueness is easily proved (exercise). We are looking for the solution in the form
of the single-layer potential:
Z
u(x) = φ(y)Φ(x, y)dS(y), x ∈ R2 \ D.
∂D
(I − K ′ − iλS)φ = 2h.
Thus we want to prove the existence of the above equation. Recall that for φ ∈ C(∂D),
S, K ′ are compact thus it is a Fredholm operator. Again we only need to prove that h = 0
implies φ = 0.
When h = 0, from the uniqueness, u = 0 in R2 \ D. Thus
∂u
u|+ = =0 on ∂D.
∂ν +
∂u ∂u
u|− = u|+ = 0, = +φ=φ on ∂D.
∂ν − ∂ν +
with the polar coorinates (r, θ) for x and (ry , θy ) for y. The coefficients an are chosen such
that the series converges for |x|, |y| > R for some R > 0 such that B(0, R) ⊂ D. Moreover,
the function X (x, y) satisfies
n o
∆x X (x, y) + k 2 X (x, y) = 0 in R2 \ B(0, R) ∪ {y} .
with the same jump relations. Reason: the function X (x, y) is analytic w.r.t. x and y when
x, y ∈ R2 \ B(0, R).
R Thus when y ∈ ∂D, the function is smooth w.r.t. x ∈ R2 \ B(0, R)
thus the integral ∂D Γ(x, y)φ(y)dS(y) is C ∞ continuous across the boundary. Then we
get the equation
′
I − K − iλS φ = 2h
e e
∂u
u|− = 0, =φ on ∂D.
∂ν −
Extend the definition of u into D \ B(0, R), and we known u = 0 on ∂D. Find two positive
numbers R1 , R2 such that R < R1 < R2 such that B(0, R2 ) ⊂ D. Recall that
(1)
X
H0 (k|x − y|) = Jn (kr)Hn(1) (kyr )ein(θ−θy ) , |x| < |y|,
n∈Z
thus
Z
∂u ∂u
0= u −u dS
∂B(0,R1 ) ∂ν ∂ν
X
2
d (1)
= 2π |bn | Jn (kR) + an Hn(1) (kR) Jn (kR) + an Hn (kR)
n∈Z
dr
d
(1) (1)
− Jn (kR) + an Hn (kR) Jn (kR) + an Hn (kR)
dr
We take any n and compute the term directly:
=Jn (kR)Jn′ (kR) + an Jn (kR)(Hn(2) )′ (kR) + an Hn(1) (kR)Jn′ (kR) + |an |2 Hn(1) (kR)(Hn(2) )′ (kR)
−Jn (kR)Jn′ (kR) − an Jn′ (kR)Hn(2) (kR) − an (Hn(1) )′ (kR)Jn (kR) − |an |2 Hn(2) (kR)(Hn(1) )′ (kR)
(1) (1)
=an Jn (kR)(Hn )′ (kR) − Jn′ (kR)Hn (kR)
+an Hn(1) (kR)Jn′ (kR) − (Hn(1) )′ (kR)Jn (kR)
And we know
2i 2i 4i
W (Jn (r), Hn(1) (r)) = , W (Hn(1) (r), Hn(2) (r)) = =− ,
πr πr πr
then the above equation equals to
(1)
an W (Jn (r), Hn (r)) − an W (Jn (r), Hn(1) (r)) + |an |2 W (Hn(1) (r), Hn(2) (r))
2i
= − (an + an + 2|an |2 )
πr
Ignoring the coefficients, we fianlly get
X X
0= |bn |2 (2an + 2an + 4|an |2 ) = |bn |2 (|2an + 1|2 − 1).
n∈Z n∈Z
Note that the choice of an is only related to the convergence of the series to define X (x, y).
By choosing positive an , we have bn = 0 thus u = 0 when R1 < |x| < R2 . Since u is real
analytic in D \ B(0, R), it is also 0 in this domain. Then φ = ∂u∂ν
= 0, which proves the
−
uniquenss. Thus I − Ke ′ − iλSe is bounded invertible and the existence of the solution φ
for any given h ∈ C(∂D) is proved. This finishes the proof.
38 CHAPTER 4. BOUNDARY INTEGRAL EQUATIONS
(I + K − iηS)φ = 2f,
where
Z Z
∂
(Sφ)(x) = 2 Φ(x, y)φ(y)dS(y), (Kφ)(x) = 2 Φ(x, y)φ(y)dS(y).
∂D ∂D ∂ν(y)
in counterclockwise orientation satisfying |x′ (t)| > 0, and x1 , x2 are both 2π-periodic ana-
lytic functions. Replace x by x(t), y by x(τ ),
i 2π (1)
Z p
(Sφ)(x(t)) = H0 (k|x(t) − x(τ )|2 )φ(x(τ )) (x′1 (τ ))2 + (x′2 (τ ))2 dτ.
2 0
Simplify the representation, we get
Z 2π
(Sφ)(t) = M (t, τ )ψ(τ )dτ
0
so finally we get
Z 2π Z 2π
ψ(t) − L(t, τ )ψ(τ )dτ − iη M (t, τ )ψ(τ )dτ = g(t).
0 0
where L1 , L2 , M1 and M2 are analytic functions. For details of the formulas we refer to
Chapter 3.5 in Colton and Kress 2013.
Finally, we simplify the equation as
Z 2π Z 2π
2 t−τ
ψ(t) − ln 4 sin K1 (t, τ )ψ(τ )dτ − K2 (t, τ )ψ(τ )dτ = g(t).
0 2 0
4.3. NUMERICAL IMPLEMENTATION 39
The discretization of the second integral is particularly difficult due to the singularity. To
deal with this, we will adopt the Nyström method. We start with
Z 2π Z 2π
2 t−τ
If := f (τ )dτ and SIf := ln 4 sin f (τ )dτ.
0 0 2
The main idea is to approximate the integrand f by a finite Fourier series and take the
advantage of the fast convergence of the Fourier series for analytic functions. Let
N
X −1
fN (τ ) := fˆn einτ
n=−N
be the finite Fourier series. Discretize the domain [0, 2π] uniformlly, then
(n − 1)(π)
0 = t1 < t2 < · · · = t2N = 2π(1 − 1/2N ), tn = .
N
To carry out the trignometric interpolation, first define
N −1
(m) 1 X in(t−tm )
φ2N (t) := e , m = 1, 2, . . . , 2N,
2N n=−N
(m) R 2π (m) π
then φ2N (tℓ ) = δℓ,m and 0
φ2N (t)dt = N
. With this definition, the finite Fourier series
has the alternative form:
2N
X
fN (τ ) = f (tm )φm
2N (τ ).
m=1
and
2N
2π X 2N
2 t−τ
Z X
m (m)
ISf ≈ ISN f = ln 4 sin f (tm )φ2N (τ )dτ = R2N (t)f (tm )
0 m=1
2 m=1
where
2N −1
(m) π X 1 π
R2N (t) = − cos m(t − tm ) − cos 2N (t − tm ), j = 1, 2, . . . , 2N.
N m=1 m 4N 2
and
2π 2N
2 t−τ
Z X (m)
ln 4 sin K1 (t, τ )ψ(τ )dτ ≈ K1 (t, tm )R2N (t)f (tm ).
0 2 m=1
By solving this linear equation, we finally solves the Fredholm equation numerically.
Chapter 5
Inverse problems
Aφ = f
Thus for an ill-posed problem, the at least one of the following three statements is
satisfied.
• When A−1 is not continuous, it means the solution φ does not depend continuously
on f , this is called (instable).
41
42 CHAPTER 5. INVERSE PROBLEMS
• When matrix A is invertible but ill conditioned, which means the condition number
Define Z π
(Aφ)(x) := K(x, y)φ(y)dy,
0
then it is a bounded linear operator in L2 [0, π]. Moreover, it is compact.
Theorem 5.1.5. Let X and Y be normed spaces and A : X → Y be a compact operator.
Then Aφ = f is ill-posed if X is not of finite dimension.
Proof. Assume A−1 exists and is continuous. Then I := A−1 A :, X → X is compact,
which is impossible in infinite dimensional spaces.
5.2 Regularization
To solve an ill-posed problem, the regularization methods are deveoped. We want to solve
the equation Aφ = f but the right hand side f is perturbed with a known error level
∥f − f δ ∥ ≤ δ.
The aim of the regularization is to construct a reasonable approximation φδ to φ. First
we need the defintion for the regularization.
Definition 5.2.1. Let X and Y be normed spaces and A : X → Y be an injective bounded
linear operator. Then a family of bounded linear operators Rα : Y → X, α > 0, such that
lim Rα Aφ = φ
α→0
for every φ ∈ X is called a regularization scheme for A. The parameter α is called the
regularization parameter.
44 CHAPTER 5. INVERSE PROBLEMS
Proof. First assume ∥Rα ∥ ≤ C as α → 0. Then since Rα f → A−1 f for each f ∈ A(X),
∥A−1 ∥ ≤ C as an operator from A(X) to X. Thus I = A−1 A is bounded and compact on
X, which contradicts with the fact that X is inifinite dimensional.
Now assume that Rα A is norm convergent, which means ∥Rα A − I∥ → 0 as α → 0.
Then there exists one α > 0 such that ∥Rα A − I∥ < 1/2 and then
Thus ∥A−1 f ∥ ≤ 2∥Rα ∥∥f ∥, which implies A−1 is bounded. This leads again to a contra-
diction.
The aim of the regularization scheme is to approximate the solution φ of Aφ = f by
φδα := Rα f δ .
φδα − φ = Rα f δ − Rα f + Rα Aφ − φ,
then
∥φδα − φ∥ ≤ δ∥Rα ∥ + ∥Rα Aφ − φ∥.
It is difficult, since when α → 0, ∥Rα ∥ is very large but ∥Rα Aφ − φ∥ is small; while
when α > 1, the first term is small but the second is large. So the choice of α is the key
question. A reasonable strategy is to find a proper δ-dependent parameter α = α(δ) such
that φδα → φ when δ → 0.
Definition 5.2.3. A strategy for a regularization scheme Rα (α > 0), i.e., a method for
choosing the regularization paremeter α = α(δ), is called regular if for every f ∈ A(X)
and all f δ ∈ Y such that ∥f δ − f ∥ ≤ δ we have
Rα(δ) f δ → A−1 f, as δ → 0.
Proof. • First we show A(X)⊥ = N (A∗ ). Suppose g ∈ A(X)⊥ , it means that (Aφ, g) =
0 for all φ ∈ X. Thus (φ, A∗ g) = 0, which implies that A∗ g = 0 thus g ∈ N (A∗ ).
This implies A(X)⊥ ⊂ N (A∗ ).
Suppose g ∈ N (A∗ ), then A∗ g = 0 thus (φ, A∗ g) = 0 for all φ ∈ X. Thus (Aφ, g) = 0
which implies g ∈ A(X)⊥ . Then N (A∗ ) ⊂ A(X)⊥ .
• Then we show N (A∗ )⊥ = A(X). It comes directly from N (A∗ )⊥ = A(X)⊥ ⊥ = A(X).
From (5.3.1),
∞ ∞
X 1 2
X
2
∥(f, gn )∥ = ∥(φ, φn )∥2 < ∞.
µ
n=1 n n=1
Then ∥ψN ∥ is uniformly bounded thus the sequence converges. Apply A to ψN we get:
N N
X 1 X
AψN = (f, gn )Aφn = (f, gn )gn .
n=1
µ n n=1
P∞ 1
Then ∥AψN ∥ is also uniformly bounded thus converges. Then let n → ∞, φ = n=1 µn (f, gn )φn
solve the problem Aφ = f .
The Picard’s theorem explains the nature of the ill-posed problems. Suppose f ∈
N (A∗ ). Let f δ := f + δgn for some large n and a non-zero value δ. Then it still lies in
N (A∗ ) with the convergent result (5.3.3). From direct computation, the solution φδ has
the form of ∞
δ
X 1 δ
φ = (f, gn )φn + φn .
µ
n=1 n
µn
Thus
∥φ − φδ ∥ 1
=
∥f − f δ ∥ µn
can be very large since µn → 0 as n → ∞. Moreover, if the convergence is slow, then the
problem is slightly ill-posed; if the convergence is fast, then it is severely ill-posed.
Example 5.3.4. Consider the inverse scattering problem. Let the scatterer be a disk D
centered at 0 and with radius R > 0. The problem is modelled by:
∆u + k 2 u = 0 in D; u = φ on ∂D,
and it satisfies the Sommerfeld radiation condition. The problem is to reconstruct the
boundary data φ ∈ L2 (∂D) from the far-field pattern u∞ (θ).
First we rewrite φ by the Fourier series:
X
φ(θ) = an einθ , θ ∈ [0, 2π).
n∈Z
and
lim q(α, µ) = 1, 0 < µ ≤ ∥A∥.
α→0
lim Rα Aφ = φ.
α→0
Then ∞
X
2
∥Rα Aφ − φ∥ = |q(α, µn ) − 1|2 |(φ, φn )|2 .
n=1
Next we will prove that the above series converge to 0 as α → 0. For any fixed φ ∈ X,
given ε > 0, there is a large positive integer N such that
∞
X ε
|(φ, φn )|2 < ,
n=N +1
2(M + 1)2
For the first N terms, there is an α0 := α0 (ε) > 0 such that for any 0 < α < α0 ,
ε
|q(α, µn ) − 1|2 ≤
2∥φ∥2
holds for n = 1, 2, . . . , N . Thus
∞ N
X
2 2 ε X ε
|q(α, µn ) − 1| |(φ, φn )| ≤ 2
|(φ, φn )|2 + ≤ ε.
n=1
2∥φ∥ n=1 2
1
describeds a regularization scheme with regularization parameter m → ∞ and Rm = µm
.
Proof. From the definition, the function q satisfies q(m, µ) = 1 when µ ≥ µm and q(m, µ) =
0 for µ < µm . Then
X 1 1 X 1
∥Rm f ∥2 = 2
|(f, g n )|2
≤ 2
|(f, gn )|2 ≤ 2 ∥f ∥2 .
µ ≥µ
µn µm µ ≥µ µm
n m n m
1 1 1
Thus ∥Rm ∥ ≤ µm
. Let f = gm , then Rm f = φ .
µm m
Thus ∥Rm ∥ = µm
.
The regularization parameter here is m instead of α, which determines the terms in
the sum. To make the approximation accurate, m should be large; on the other hand, it
becomes unstable when m is large. So we need a criteria to choose a proper m, which is
explained in the following discrepancy principle.
50 CHAPTER 5. INVERSE PROBLEMS
Theorem 5.3.7. Let A : X → Y be an injective compact linear operator with dense range
in Y . Let f ∈ Y and δ > 0. Then there is a smallest integer m such that
∥ARm f − f ∥ ≤ δ.
Proof. The range of A is dense thus N (A∗ )⊥ = A(X) = Y . Thus A∗ is injective. Decom-
pose f as
∞
X
f= (f, gn )gn
n=1
then ∞
X 1 X X
ARm f − f = (f, gn )Aφn − (f, gn )gn = (f, gn )gn .
µn ≥µm
µn n=1 µ <µ
n m
When m → ∞, it comes directly that ∥ARm f − f ∥ → 0. Thus for any δ > 0, there is a
smallest integer m = m(δ) such that ∥ARm f − f ∥ ≤ δ.
Aφ = f
A∗ Aφ = A∗ f.
The advantage to the second equation is that, the operator A∗ A is self-adjoit and can be
diagonalized. It is always a benefit to solve this problem. However, when A is compact,
A∗ A is also compact and ill-posedness gets worse. The idea for the Tikhonov regularization
is to solve the slightly perturbed problem
then
Rα := (αI + A∗ A)−1 A∗ f.
In this case, the eigenvalues for A∗ A are not smaller than α > 0, so the ill-posedness is
not so severe.
Theorem 5.4.1. Let A : X → Y be a compact linear operator. Then for each α > 0, the
operator αI + A∗ A is bijective and has a bounded inverse. Further more, if A is injective
then Rα describes a regularization scheme with ∥Rα ∥ ≤ 2√1 α .
5.4. TIKHONOV REGULARIZATION 51
Proof. First we prove the injectivity. Suppose (αI +A∗ A)φ = 0. From direct computation,
Thus ∞
X
∗
(αI + A A)ξ = (α + µ2n )(ξ, φn )φn + αP ξ.
n=1
Consider
(αI + A∗ A)φα = A∗ f.
Then (A∗ f, φn ) = (f, Aφn ) = µn (f, gn ) thus
∞
X
∗
Af= µn (f, gn )φn
n=1
It is clear that 0 < q(α, µ) < 1 for (α, µ) ∈ (0, ∞) × (0, ∞) and limα→0 q(α, µ) = 1.
Moreover, since √
α + µ2 ≥ 2 αµ,
we have:
µ2 µ2 µ
q(α, µ) = 2
≤ √ = √ .
α+µ 2 αµ 2 α
1
Let c(α) = √
2 α
, then we get the norm of Rα .
The Tikhonov regularization has also another interpretation. This is given in the
following theorem.
Theorem 5.4.2. Let A : X → Y be a compact linear operator and α > 0. Then for each
f ∈ Y there exists a unique φα ∈ X such that
φ := φα + tψ
1
0 ≤ 2t∥ψ∥2 + t2 ∥Aψ∥2 + αt2 ∥ψ∥2 = − ∥ψ∥2
∥A∥2 +α
From the interpretation, the problem is a modification to the problem, i.e., to find the
minimizer of the residual
min ∥Aφ − f ∥2
φ∈X
Theorem 5.4.3. Let A : X → Y be an injective compact linear operator with dense range
in Y . Let f ∈ A(X) and f δ ∈ Y satisfy
∥f δ − f ∥ ≤ δ < ∥f δ ∥
where δ > 0 is the error level. Then there exists a unique parameter α = α(δ) such that
ARα(δ) f δ − f δ = δ
and
Rα(δ) f δ → A−1 f, δ → 0.
Proof. For the first argument, we will show the function F : (0, ∞) → R defined by
2
F (α) := ARα(δ) f δ − f δ − δ2
has a unique zero. Since A(X) = Y = N (A∗ )b ot, A∗ is an injection, f δ is decomposed into
∞
X
δ
f = (f δ , gn )gn .
n=1
Then we have:
∞ X µ2∞
δ
X µn n
ARα f = (f, g n )Aφn = (f, gn )gn .
n=1
α + µ2n n=1
α + µ2n
Then
∞
X α2
F (α) = − δ2.
n=1
(α + µ2n )2
Since when α → 0, F (α) → 0 and when α → ∞, F (α) → ∥f δ ∥ − δ 2 > 0, the function has
a unique zero which determines α(δ).
Then we prove the convergence. From direct computation,
2
φδ − A−1 f = ∥φδ ∥2 − 2Re φδ , A−1 f + ∥A−1 f ∥2 .
To prove the above formula tends to 0, we need to prove the following statements: ∥φδ ∥ ≤
∥A−1 f ∥ and φδ weakly convergent to A−1 f .
54 CHAPTER 5. INVERSE PROBLEMS
To prove the first inequality, recall that φδ := Rα(δ) f δ minimizes the Tikhonov func-
tional. Thus
In this chapter, we focus on the first kind of inverse scattering problems, i.e., the inverse
obstacle problems.
Recall the problems we have discussed. Given an incident field, now required to be
plane waves:
ui (x) = eix·d ,
where d = (cos θ, sin θ) is the direction of propagation of the incident wave. Then ui
satisfies
∆ui + k 2 ui = 0 in R2 .
Given an impenetrable bounded obstacle D ⊂ R2 (also in R3 ), the incident is scattered
by D and produces the scattered field us in the exteriour of D which also satisfies the
Helmholtz equation
∆us + k 2 u2 = 0 in R2 \ D,
with the Sommerfeld radiation condition:
√ ∂us
s
lim r − iku = 0.
r→∞ ∂r
The boundary condition is given in the form of Bu = 0 on ∂D. The following types are
named after the physical properties:
• Sound-soft, i.e., u = 0 and us = −ui ;
∂us i
• Sound-hard, i.e., ∂u
∂ν
= 0 and ∂ν
= − ∂u
∂ν
;
∂us i
• Impedance, i.e., ∂u
∂ν
+ iλu = 0 and ∂ν
+ iλus = − ∂u
∂ν
− iλui .
The direct problems are, when we know the incident field ui and the obstacle as well
as the boundary condition, then we want to solve the equation to find the scattered field
us . The inverse problems are the opposite, when we no longer know the obstacle, or the
boundary condition, or neither. But we can do the experiment and measure the scattered
field us (near-field data) or its far field pattern u∞ , and then to predict the unknown
obstacle/boundary condition from the measurement. In this chapter, the measure ments
are fixed to be the far field patterns. Explicity, there are the following three kinds of
inverse problems:
55
56 CHAPTER 6. INVERSE SCATTERING PROBLEMS
We will first introduce the uniqueness results for the inverse obstacle problems, and
then introduce different methods to solve these problems.
Lemma 6.1.1. Suppose u∞,1 (x̂) and u∞,2 (x̂) are the far-field patterns of two scattered
waves us1 and u2s , which satisfy the Helmholtz equation in the exterior of D1 and D2 . If
u∞,1 (x̂) = u∞,2 (x̂), then
us1 = us2 in R2 \ (D1 ∪ D2 ).
Then the far-field pattern is given by the asymptotic behaviour of the Hankel functions:
r
2 −iπ/4 X
0 = u∞,1 (x̂) − u∞,2 (x̂) = w∞ (θ) = e (−1)n an einθ .
π n∈Z
This implies that an = 0 for all n ∈ Z, thus w = 0 when r ≥ R. From the real analyticity
of w in R2 \ (D1 ∪ D2 ), w = 0 which implies us1 = us2 in R2 \ (D1 ∪ D2 ).
Theorem 6.1.2. Assume D1 and D2 are two sound soft scatteres and the wave number
k > 0 is fixed. If the far field pattern coincide for incident plane waves with all directions
d, then D1 = D2 .
Proof. We will prove by contradiction. Suppose for a given ui = eix·d , the related scattered
fields be us1 (x; d) and us2 (x; d) w.r.t D1 and D2 . And the far field patterns be u∞,1 (x̂; d)
and u∞,2 (x̂; d). Then from u∞,1 (x̂; d) = u∞,2 (x̂; d) we have us1 (x; d) = us2 (x; d) for x ∈
R2 \ (D1 ∪ D2 ) and infinite number of d.
Without loss of generalicity, suppose D∗ := D1 \ D2 ̸= ∅. The boundary of D∗ is
composed of two parts: one part ∂D1 \ D2 and the other part ∂D2 ∩ D1 . Consider the
scattered field us2 and the related total field u2 . Since D∗ ⊂ R2 \ D2 , u2 satisfies
∆u2 + k 2 u2 = 0 in D∗ .
On ∂D2 ∩ D1 , u2 = 0 from the boundary condition; on ∂D1 \ D2 , since us1 = us2 and u1 = 0,
we have u2 = us2 + ui = us1 + ui = u1 = 0. Thus u2 satisfies
u2 = 0 on ∂D∗ .
• There are only finitely many linearly independent Dirichlet eigenfunctions in H01 (D∗ )
which contradicts with the convergece result. Thus there are only finitely many linear
independent eigenfunctions.
With above two results, it is impossible to have a non-empty set D∗ defined in this
way. Thus D∗ = D1 ⊂ D2 = ∅. Similarly we can also prove D2 ⊂ D1 = ∅. This implies
that D1 = D2 . The proof is finished.
The following results will be listed with only brief ideas of proofs, or even without
proofs.
Theorem 6.1.3. Suppose D1 , D2 ⊂ B(0, R), then the far field patterns from N different
incident plane waves uniquely determines the sound soft obstacle, when N is sufficiently
large.
6.1. UNIQUENESS OF THE INVERSE OBSTACLE PROBLEMS 59
λ1 ≤ λ2 ≤ · · · ≤ λm = k 2
µ1 ≤ µ2 ≤ · · · ≤ µm < λm = k 2 .
When D1 , D2 are sufficiently small, even one incident field determines the domains.
Theorem 6.1.5. A sound-soft ball is uniquely determined by the far field pattern from
one incident field.
Theorem 6.1.6. A sound-soft convex polyhedron is uniquely determined by the far field
pattern from one incident field.
Now we move on to the general boundary condition Bu = 0. The next question is, how
many incident plane waves can uniquely determine both the scatterer D and the boundary
condition B? Before that, we need the following reciprocity and mixed reciprocity relations.
Let ui (x; d) = eikx·d is the plane wave with the direction d ∈ S. The scattered field is
denoted by us (x; d), and the total field u(x; d) and u∞ (x̂; d).
Lemma 6.1.7. The far field patterns for the same boundary condition satisfy:
Proof. Recall that the radiating solutions have the boundary integral representations:
∂us (y; d)
Z
s s ∂Φ(x, y)
u (x; d) = u (y; d) − Φ(x, y) ds(y)
∂D ∂ν(y) ∂ν(y)
and
∂us (y; −x̂)
Z
s s ∂Φ(x, y)
u (x; −x̂) = u (y; −x̂) − Φ(x, y) ds(y)
∂D ∂ν(y) ∂ν(y)
60 CHAPTER 6. INVERSE SCATTERING PROBLEMS
∂e−ikx̂·y s
Z
1 s −ikx̂·y ∂u (y; d)
u∞ (x̂; d) = u (y; d) −e ds(y)
c0 ∂D ∂ν(y) ∂ν(y)
and
∂eikd·y s
iky·d ∂u (y; −x̂)
Z
1 s
u∞ (−d; −x̂) = u (y; −x̂) −e ds(y)
c0 ∂D ∂ν(y) ∂ν(y)
√
8πk
where c0 := eiπ/4
.
From the Green’s theorem, we have the following equations:
∂eikd·y s
Z
s ikd·y ∂w (y; z)
c0 w∞ (−d; z) = w (y; z) −e ds(y).
∂D ∂ν(y) ∂ν(y)
6.1. UNIQUENESS OF THE INVERSE OBSTACLE PROBLEMS 61
Similarly, we have:
∂us (y; d)
Z
s s ∂Φ(x, y)
u (z; d) = u (y; d) − Φ(x, y) ds(y)
∂D ∂ν(y) ∂ν(y)
From the Green’s theorem:
∂ui (y; d) ∂wi (y; z)
Z
i i
w (y; z) − u (y; d) ds(y) = 0
∂D ∂ν(y) ∂ν(y)
and
∂us (y; d) ∂ws (y; z)
Z
s s
w (y; z) − u (y; d) ds(y) = 0
∂D ∂ν(y) ∂ν(y)
Then
s
c0 w ∞ (−d; z) − us (z; d)
∂ui (y; d) ∂ws (y; z)
Z
s i
= w (y; z) − u (y; d) ds(y)
∂D ∂ν(y) ∂ν(y)
∂wi (y; x) ∂us (y; d)
Z
s i
− u (y; d) − w (y; x) ds(y)
∂D ∂ν(y) ∂ν(y)
∂ui (y; d)
Z
i ∂w(y; z)
= w(y; z) − u (y; d) ds(y)
∂D ∂ν(y) ∂ν(y)
∂us (y; d)
Z
s ∂w(y; x)
− u (y; d) − w(y; x) ds(y)
∂D ∂ν(y) ∂ν(y)
Z
∂u(y; d) ∂w(y; z)
= w(y; z) − u(y; d) ds(y) = 0.
∂D ∂ν(y) ∂ν(y)
The proof is finished.
Theorem 6.1.9. Assume D1 and D2 are two scatterers with boundary conditions B1 and
B2 . When the far field patterns coincide for all d ∈ S and a fixed wavenumber, then
D1 = D2 and B1 = B2 .
Proof. Since u∞,1 (x̂; d) = u∞,2 (x̂; d), with Lemma 6.1.1, us1 (z; d) = us (z; d) for all x ∈
R2 \ (D1 ∪ D2 ). From Lemma 6.1.8, w∞,1 (−d; z) = w∞,2 (−d, z) for all d ∈ S and z ∈
R2 \ (D1 ∪ D2 ). Thus ws (x; z) = w( x; z) for all x, z ∈ R2 \ (D1 ∪ D2 ).
Assume that D1 ̸= D2 . Without loss of generality, there is an x∗ ∈ ∂D1 \ D2 . Let µ(x∗ )
be the unit normal vector at the point x∗ directed to the exterior of D1 ∪ D2 , then
1
zn := x∗ + µ(x∗ ) ∈ R2 \ (D1 ∪ D2 ), n = 1, 2, . . . ,
n
for sufficiently large n. Then let wni := (x; zn ) and it is related to w1s (x; zn ) and w2s (x; zn ).
From above arguments, w1s (x; zn ) = w2s (x; zn ) for all x ∈ R2 \ (D1 ∪ D2 ).
First focus on w2s (x; zn ). Since dist(zn , D2 ) ≥ C > 1, wni (·, zn ) is uniformly bounded on
∂D2 . Thus
lim B1 w2s (x∗ , zn ) = B1 w2s (x∗ , x∗ )
n→∞
62 CHAPTER 6. INVERSE SCATTERING PROBLEMS
is bounded.
On the other hand, the scattered field w1s (x; zn ) satisfies the boundary condition
B1 w1s (x∗ ; zn ) = −B1 wi (x∗ ; zn ).
Take n → ∞, we have
lim B1 w1s (x∗ ; zn ) = ∞,
n→∞
which contradicts with the fact that w1s (x∗ ; zn ) = w2s (x∗ ; zn ). Thus D1 = D2 .
Now we turn to B1 = B2 with the unique domain D. Assume that the boundary
conditions are:
∂u
B1 u = + ikλ1 u = 0
∂ν
and
∂u
B2 u = + ikλ2 u = 0.
∂ν
Assume λ1 ̸= λ2 . Suppose u1 and u2 are two total fields with one incident field ui and
two boundary conditions B1 and B2 . Since u1∞ = u2∞ , us1 = us2 when x ∈ R2 \ D. Thus
u1 = u2 := u in R2 \ D. Thus
(λ1 − λ2 )u = 0 on ∂D.
It implies that u = 0 on ∂D thus ∂u
∂ν
= 0. It results in that u = 0 thus ui = −us satisfies
the Sommerfeld radiation condition. However, when ui (x) = eikx·d , it does not satisfy the
Sommerfeld radiation codition. So λ1 = λ2 .
Example 6.1.10. Suppose D = B(0, R) where R is the unknown radius, which we will
reconstruct. The incident field is given by the superposition of the incident plane waves:
Z
v (x) = eikx·d ds(d) = 2π|x|J0 (k|x|).
i
S
s
The scattered field v is given by the superposition of the scattered fields
Z
v (x) = us (x; d)ds(d)
s
S
and the far field pattern Z
v∞ (x) = u∞ (x; d)ds(d).
S
When the boundary is sound soft, then
v i (x) + v s (x) = 0
which gives
(1)
2πRJ0 (kR) + cH0 (kR) = 0
thus
2πRJ0 (kR) (1)
v s (x) = − (1)
H0 (kx)
H0 (kR)
and
eiπ/4 2πRJ0 (kR)
v∞ (x̂) = − √
8kπ H0(1) (kR)
6.2. THE LINEAR SAMPLING METHOD 63
Theorem 6.2.1. Assume the Herglotz wave function v with kernel g vanishes in R2 , then
g = 0.
Proof. Recall the expansion of the plane wave:
∞
X
eikr cos θ = in Jn (kr)einθ .
n=−∞
Thus
Z 2π
0 = vg (x) = eikr cos(θ−φ) g(φ)dφ
0
Z 2π ∞
X
= in Jn (kr)ein(θ−φ) g(φ)dφ
0 n=−∞
X Z 2π
= n
i Jn (kr)e inθ
g(φ)e−inφ dφ.
n∈Z 0
Thus Z 2π
∗
(F h)(φ) = u∞ (θ, φ)h(θ)dθ.
0
From the reciprocity relation,
Z 2π
∗
(F h)(θ) = u∞ (−φ, −θ)h(θ)dθ
0
Z 2π
= u∞ (φ + π, θ + π)h(θ)dθ
0
Z 2π
= u∞ (φ + π, θ)h(θ − π)dθ
0
= (F h(θ − π))(φ + π),
it implies that
(F ∗ h)(θ) = (F h(θ − π))(φ + π).
In the second step, we prove that F is an injection. Let F g = 0 for some g ∈ L2 [0, 2π],
then vg is the Herglotz wave function with kernel g. Then
v∞ (x̂) = (F g)(x̂) = 0.
Then we know that v s (x) = 0 for all x ∈ R2 \ D thus Bvg = 0. Since vg satisfies the
Helmholtz equation in D with the vanishing Dirichlet boundary condition, vg = 0 in D.
Since vg is a real-analytic function, vg = 0 in R2 . This implies that g = 0. Thus F is
injective, so is F ∗ . The proof is finished.
General idea for the linear sampling method. When z ∈ D, then Φ(·, z) is a radiating
solution to the Helmholtz equation with the boundary condition given by BΦ(·, z) = 0 on
∂D. In this case, there is a g ∈ L2 [0, 2π] such that vgs = Φ(·, z) which is equivalent to
6.2. THE LINEAR SAMPLING METHOD 65
v∞ = Φ∞ (·, z). Thus ∥g∥ is bounded. When z ∈ R2 \ D, Φ(·, z) is not a radiating solution
due to the singularity. Thus we can not find a kernel g such that v∞ = Φ∞ (·, z). Thus by
solving
F g = Φ∞ (·, z)
we can determine if the point z ∈ D. For a rigorous proof, we still need the factorization
of the operator F .
For simplicity, we consider the forward problem
∂v
∆v + k 2 v = 0 in R2 \ D with + iλu = 0 on ∂D
∂ν
and the scattered field v s := v − v i where v i is the Herglotz wave function vg , satisfies the
Sommerfeld radiation condition. Here λ is an unknow positive and continuous function.
Note that in this case, there is no eigenvalue for the interior problem.
We begin with the following general scattering problem:
∆w + k 2 w = 0 in R2 \ D (6.2.2)
∂w
+ iλw = f on ∂D (6.2.3)
∂ν
√ ∂w
lim r − ikw = 0 (6.2.4)
r→∞ ∂R
where f ∈ H −1/2 (∂D). In particular, the scattered field v s satisfies the boundary condition
when
∂vg
f =− − iλvg .
∂ν
Then we define the following boundary operator
Thus
∂vg
v∞ = −B + iλvg .
∂ν
Moreover, define the operator H as follows:
F = −BH.
To be prepared for the study of the method, we need to show the properties of the operators
B and H, respectively.
66 CHAPTER 6. INVERSE SCATTERING PROBLEMS
Theorem 6.2.3. The boundary operator B : H −1/2 (∂D) → L2 [0, 2π] is compact, injective
and has dense range in L2 [0, 2π].
iX
Γ(x, y) = Φ(x, y) + an Hn(1) (kr)Hn(1) (kry )ein(θ−θy ) .
4 n∈Z
Then Z
w∞ (x̂) = Γ∞ (x̂, y)φ(y)ds(y)
∂D
where Γ∞ (x̂, y) is an analytic function for both variables thus Γ∞ (x̂, y) is smooth for both
variables (x̂, y) ∈ S × ∂D. Thus for any fixed x̂ ∈ S, Γ(x̂, ·) ∈ H 1 (∂D). Now we prove that
B is a compact from H −1/2 (∂D) to L2 [0, 2π]. From direct computation:
Z Z
|w∞ (x̂1 ) − w∞ (x̂2 )| = Γ∞ (x̂1 , y)φ(y)ds(y) − Γ∞ (x̂2 , y)φ(y)ds(y)
∂D ∂D
≤ ∥Γ∞ (x̂1 , ·) − Γ∞ (x̂2 , ·)∥H 1 (∂D) ∥φ∥H −1 (∂D)
which implies that w∞ (x̂) ∈ C[0, 2π]. Thus B is a bounded operator from H −1 (∂D) to
C[0, 2π]. From the compact embedding from H −1/2 (∂D) to H −1 (∂D) and from C[0, 2π]
to L2 [0, 2π], it is compact from H −1/2 (∂D) to L2 [0, 2π].
Now prove that B is an injection. Let Bf = 0, then w to the boundary value problem
(6.2.2)-(6.2.4) is 0. Thus f = 0, which proves the injectivity.
Then we prove that B has dense range. Since the set {einθ : θ ∈ [0, 2π]} is complete
in L2 [0, 2π], we only need to check that for any finite series
n
X
wn,∞ (θ) = aj eijθ ,
j=−n
there is a function fn such that Bfn = wn,∞ . From the far field pattern of the Hankel
(1)
functions Hj (kr)einθ , the radiating solution
n
X (1)
wn (x) = aj γj−1 Hj (kr)eijθ
j=−n
where r
2 −i(jπ/2+pi/4)
γj = e .
π
Let fn := ∂wn
∂ν
+ iλwn then it is a function in H −1/2 (∂D). Thus B has dense range.
6.2. THE LINEAR SAMPLING METHOD 67
Theorem 6.2.4. The boundary operator H is bounded, injective and has dense range in
H −1/2 (∂D).
Proof. It is clear that H is bounded, from the definition of the Herglotz wave function.
Suppose Hg = 0, thus vg is a global solution to the Helmholtz equation with ∂v
∂ν
g
+iλvg =
0. Then vg = 0 in D which implies that g = 0. Thus H is an injection.
Recall that a function is a Heglotz wave function if and only if it has the form of
X X
an Jn (kr)einθ := an un (x), r ≥ 0, θ ∈ [0, 2π).
n∈Z n∈Z
is complete in H −1/2 (∂D), i.e., its orthogonal complement is trivial. Thus we need to show
that if for some g ∈ H 1/2 (∂D),
Z
∂un
g(y) + iλun ds(y) = 0, ∀ n ∈ Z,
∂D ∂ν
then g = 0.
Suppose we have such a g ∈ H 1/2 (∂D), define
Z
∂Φ(x, y)
u(x) := g(y) + iλΦ(x, y) ds(y).
∂D ∂ν(y)
From the following formula, when |x| >> |y|:
(1)
X X
H0 (k|x − y|) = Hn(1) (k|x|)Jn (k|y|)ein(θy −θ) := un (y)Hn(1) (k|x|)einθ
n∈Z n∈Z
, we have:
X Z
∂un
u(x) = g(y) + iλun ds(y) Hn(1) (k|x|)einθ = 0,
n∈Z ∂D ∂ν
Extend the solution u into D, then it satisfies the Helmholtz equation with the jump
conditions:
+ − ∂u + ∂u −
u|∂D − u|∂D = g, − = −iλg.
∂ν ∂D ∂ν ∂D
Thus we have the following boundary conditions:
∂u −
u|−
∂D = −g, = iλg.
∂ν ∂D
68 CHAPTER 6. INVERSE SCATTERING PROBLEMS
Theorem 6.2.5. Let Φ∞ (x̂, z) be the far field pattern of Φ(x, z), then Φ∞ (x̂, z) ∈ R(B) if
and only if z ∈ D.
Theorem 6.2.6. Let u∞ be the far field pattern for the scattered field u.
such that
lim ∥gz ∥L2 [0,2π] = ∞
z→∂D
and
lim ∥vgz ∥H 1 (D) = ∞.
z→∂D
• If z ̸∈ D. The for every ε > 0 and δ > 0, there exists gzε,δ := gz ∈ L2 [0, 2π] satisfying
the inequality
∥F gz − Φ∞ (·, z)∥L2 [0,2π] < ε + δ
such that
lim ∥gz ∥L2 [0,2π] = ∞
δ→0
and
lim ∥vgz ∥H 1 (D) = ∞.
δ→0
∂
∈ H −1/2 (∂D) such
Proof. When z ∈ D. Thus there is an fz = − ∂ν
+ iλ Φ(·, z)
∂D
that Bfz = −Φ∞ (·, z). Since H has a dense range in L2 [0, 2π], for any ε > 0, there is a
gzε ∈ L2 [0, 2π] such that
∥Hgz − fz ∥H −1/2 (∂D) < ε.
Since B is continuous and F = −BH,
∥F gz − Φ∞ (·, z)∥H −1/2 (∂D) = ∥BHgz − Bfz ∥H −1/2 (∂D) < Cε.
From the definition, when z → ∂D, the norm ∥fz ∥H −1/2 (∂D) → ∞. Thus ∥Hgz ∥H −1/2 (∂D) →
∞ thus ∥vg ∥H 1 (D) → ∞. Thus ∥gz ∥L2 [0,2π] → ∞.
6.3. THE ITERATIVE METHOD 69
/ D. In this case, −Φ∞ (·, z) ̸∈ R(B) but R(B) = L2 [0, 2π]. Thus from the
When z ∈
Tikhonov regularization technique, for any δ > 0, there is a regularized solution which
solves
(α(δ)I + B ∗ B)fzα(δ) = −B ∗ Φ∞ (·, z),
or more explicity,
∞
X µn
fzα(δ) := − (Φ∞ (·, z), gn )φn
n=1
α + µ2n
where (µn , φn , gn ) is a singular system for B such that
Thus we have
It is clear that when α → 0 (δ → 0), ∥gzα ∥L2 [0,2π] → ∞ and ∥vgzα ∥H 1 (D) → ∞.
Note that although F is an injection in L2 [0, 2π] and Φ∞ (·, z) ∈ R(F ) when z ∈ D,
if the far field data u∞ (·, d) is perturbed the far field equation is still possible to have no
solution. Thus the regularization technique is still required to solve the equation. The
linear sampling method will be solved by the following algorithm.
• Suppose D is known to be contained in a bounded set S, then select the grid points
zn ∈ S.
• For each zn , use a regularization technique (e.g., Tikhonov) to solve the problem
F gn = Φ∞ (·, zn ).
Example 6.3.2. The domain derivative needs a lot of computation. To have a easier ac-
cess to the variational method, let’s begin with an example which solves the inverse medium
prblem with n ∈ L∞ (D):
∆u + k 2 nu = 0 in R2 ;
us : = u − ui satisfies S.R.C.
Then we can easily get the equations for the scattered field us :
and assume that n − 1 is always bounded and compactly supported in a domain D. First,
let B(0, R) be a sufficiently large disk such that D ⊂ B(0, R/2). Then on the boundary
s
ΓR , ∂u
∂ν
= T us , thus
∂us
i
∂u i
= Tu + − T u := T u + f
∂ν ∂ν
where f ∈ H −1/2 (ΓR ). Now we discuss the problem in the disk B(0, R). Then multiply the
equation on both sides and apply the DtN map, we get
Z Z Z
2
[∇u · ∇φ − k nuφ]dx − T uφds = f φds. (6.3.1)
B(0,R) ΓR ΓR
Without proof, the problem (6.3.1) admits a unique solution in H 1 (B(0, R)). And the far
field operator is defined as
F(n) := u∞ .
We want to find its Fréchet derivative at the point n. Now let’s take a small perturbation
εg and let the new total field be uε . Then it satisfies
Z Z Z
ε 2 ε ε
[∇u · ∇φ − k (n + εg)u φ]dx − T u φds = f φds.
B(0,R) ΓR ΓR
Thus Z
ε 2
S(u , φ) − εk guε φdx = S(u, φ)
B(0,R)
thus Z
1 ε 2
S (u − u), φ = k uε φdx.
ε B(0,R)
72 CHAPTER 6. INVERSE SCATTERING PROBLEMS
∆û + k 2 nû = −k 2 gu in R2 .
Scattering by an Orthotropic
Medium
In this chapter, we will discuss the scattering problems with more complex media, i.e.,
the orthotropic media. It is more complex compared to homogeneous/isotropy media, and
the boundary integral equation method no longer works in general. We start from the
Maxwell’s equations and then apply the variational method to study these problems.
∇×E
e − iωµ(x)He =0
∇×H
e − (iωε(x) − σ(x))E
e=0
Assume that the obstacle is a cylinder in R3 and it is along the x3 direction. Assume its
cross section is D then the obstacle is D × R. Assume that ε(x) = ε0 , µ(x) = µ0 and
σ(x) = 0 outside the cylinder and do not depend on x3 . Define
and
1 σ(x) 1
A(x) = ε(x) + i , N (x) = µ(x),
ε0 ω µ0
73
74 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
and
∇ × E ext − ikH ext = 0, ∇ × H ext + ikE ext = 0.
The equation for the magnetic field outside is
∇ × ∇ × H ext − k 2 H ext = 0,
E ext = E i + E s , H ext = H s + H i .
Suppose the incident field propagates perpendicular to the axis of the cylinder and is
polarized:
H i (x) = (0, 0, ui ), H s (x) = (0, 0, us ), H int (x) = (0, 0, v).
Then
∇ · A(x)∇v + k 2 n(x)v = 0 D (7.1.1)
where A is a 2 × 2 matrix,
∆us + k 2 us = 0 in R2 \ D. (7.1.2)
From the transmission conditions ν ×H ext = ν ×H int and ν ×∇×H ext = ν ×A−1 ∇×H int ,
we have the following boundary conditions:
and
a(u, u) ≥ β∥u∥2 for all u ∈ X.
Then for any bounded conjugate linear functional F : X → C, there exists a unique
element u ∈ X such that
Apply the Riese representation theorem again to F , there is also an element f ∈ X such
that
F (v) = (f, v) for all v ∈ X.
Moreover, ∥f ∥ = ∥F ∥.
Define the following operator:
A: X → X
u 7→ w
(1)′
where γn := kH (1)
n
. From the asymptotic behaviour of the Hankel functions and their
Hn (kR)
derivatives, it is known that there are two positive constants c1 and c2 such that
c1 |n| ≤ |γn | ≤ c1 |n|, n = ±1, ±2, . . . .
More precisely,
n 1
γn = − 1+O , |n| → ∞.
R n
Now we apply the variational method to the obstacle scattering problem. The space
X := {φ ∈ H 1 (ΩR ) : v|∂D = 0}. Multiply with the test function v ∈ X and apply the
Green’s theorem, we obtain:
Z Z Z
2
[∇u · ∇v − k uv]dx − T uvds = − f vdx. (7.3.1)
ΩR ΓR ΩR
We begin with the analysis of the operator T . The first lemma shows that T is a
bounded linear invertible operator from H 1/2 (ΓR ) to H −1/2 (ΓR ).
7.3. VARIATIONAL METHOD FOR SCATTERING PROBLEMS 77
Lemma 7.3.1. The operator T is bounded from H 1/2 (ΓR ) to H −1/2 (ΓR ). It is a bijection
and its inverse is also bounded.
N
X
φ= an einθ ,
n=−N
For any random φ ∈ H 1/2 (∂D), the above inequaltiy also holds using a limiting process.
Thus T is a bounded operator from H 1/2 (∂D) P to H −1/2 (∂D).
The invertibility is given directly. Let ψ = Nn=−N bn e
inθ
, then
T −1 ψ = an γn−1 einθ .
Apply the previous process and use the property γn ≥ c1 |n|, we show the boundedness of
T −1 .
thus X X n inθ
T1 := T − T0 = an ξn einθ = an γn + e ,
n∈Z n∈Z
R
78 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
where ξn = O(1). Then similar to the above lemma, T0 is also a bounded linear invertible
operator. Furhter more,
Z X 2πn
− T uuds = |ûn |2 ≥ 0.
ΓR n∈Z
R
Define: Z Z
a(u, v) = [∇u · ∇v + uv]dx − T0 uvds,
ΩR ΓR
and Z Z
2
b(u, v) = −(k + 1) uvdx − T1 uvds.
ΩR ΓR
Thus a is a bounded, coercive sesquilinear form thus admits a bounded invertible linear
operator A. For the sesquilinear form b, it is already clear that the first term admits
R a com-
pact operator. Now the rest of the work concerns with the second term, i.e., ΓR T1 uvds.
Lemma 7.3.2. The operator T1 is compact from H 1/2 (ΓR ) to H −1/2 (ΓR ).
N
X
T1 φ = an ξn einθ
n=−N
n
where ξn = γn + R
, then ξn = O(1) when n → ∞. From direct computation,
N
X N
X
∥T1 φ∥2H 1/2 (∂D) = 2 2
|an | |ξn | = |an |2 |ξn |2 (1 + n2 )1/2
n=−N n=−N
N
X
≤ sup{|ξn |2 } |an |2 (1 + n2 )1/2
n∈Z
n=−N
2 2
≤C ∥φ∥H 1/2 (∂D) .
This implies that T1 is a bounded linear operator from H 1/2 (∂D) to H 1/2 (∂D). From
the compact embedding from H 1/2 (∂D) to H −1/2 (∂D), T1 is compact from H 1/2 (∂D) to
H −1/2 (∂D).
In this case, the sesquilinear form b admits a compact operator B. Thus the original
problem is formulated as
(A + B)u = f.
Since the operator is Fredholm, it is sufficient to prove that the problem has at most
one equation. Thus let f = 0, then u is the radiating solution in the exterior of D with
vanishing boundary value. Thus u = 0. So the uniqueness holds thus implies the solvability
of the problem.
7.4. SCATTERING BY AN ORTHOTROPIC MEDIUM 79
∇ · A∇v + k 2 nv = 0 in D (7.4.1)
∆u + k 2 u = 0 in ΩR \ D (7.4.2)
v−u = f on ∂D (7.4.3)
∂v ∂u
− = h on ∂D (7.4.4)
∂νA ∂ν
∂u
= T u on ΓR . (7.4.5)
∂ν
Here ∂ν∂v
A
= ν · A∇v, f ∈ H 1/2 (∂D) and h ∈ H −1/2 (∂D). On D, A is a matrix valued
function A : D → C2×2 whose elements are continuously differentiable. Moreover, the
real- and imaginary parts, denoted by Re (A) and Im (A), are symmetric and satisfy
∆uf + k 2 uf = 0 in ΩR \ D, uf = 0 on ΓR , uf = f on ∂D.
Then there is a constant C > 0 which only depends on the domain ΩR such that
∇ · A∇w + k 2 nw = 0 in D (7.4.6)
∆w + k 2 w = 0 in ΩR \ D (7.4.7)
w|− − w|+ = 0 on ∂D (7.4.8)
− +
∂w ∂w ∂uf
− = h− on ∂D (7.4.9)
∂νA ∂ν ∂ν
∂w ∂uf
= Tw + on ΓR . (7.4.10)
∂ν ∂ν
80 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
Multiply the equation on both sides by φ and apply the Green’s theorem,
Z Z −
2 ∂w
[A∇w · ∇φ − k nwφ]dx = φds (7.4.11)
D ∂D ∂νA
and Z Z Z +
2 ∂w ∂w
[∇w · ∇φ − k wφ]dx = φds − φds. (7.4.12)
ΩR \D ΓR ∂ν ∂D ∂ν
Add these two equations together and apply the boundary conditions,
Z Z Z
2 2
[A∇w · ∇φ − k nwφ]dx + [∇w · ∇φ − k wφ]dx − T wφds (7.4.13)
D ΩR \D ΓR
Z Z
∂uf ∂uf
= φds + h− φds (7.4.14)
ΓR ∂ν ∂D ∂ν
Z Z Z
∂uf ∂uf
= hφds + ds − ds (7.4.15)
∂D ΩR \D ∂ν ∂D ∂ν
Z Z
= hφds + [∇uf · ∇φ − k 2 uf φ]dx. (7.4.16)
∂D ΩR \D
where
Z Z Z
a1 (w, φ) = [A∇w · ∇φ + wφ]dx + [∇w · ∇φ + wφ]dx − T0 wφds;
D ΩR \D ΓR
Z Z Z
2 2
a2 (w, φ) = (k n + 1)wφdx + (k + 1)wφdx − T1 wφds.
D ΩR \D ΓR
From the boundedness of A and n, the boundedness of a1 and a2 are clear. For F , it is
given by
|F (φ)| ≤ ∥h∥H −1/2 (∂D) ∥φ∥H 1/2 (∂D) + C∥uf ∥H 1 (ΩR \D) ∥φ∥H 1 (ΩR \D)
≤ C∥h∥H −1/2 (∂D) ∥φ∥H 1 (ΩR \D) + C∥f ∥H 1/2 (∂D) ∥φ∥H 1 (ΩR \D)
≤ C ∥f ∥H 1/2 (∂D) + ∥h∥H −1/2 (∂D) ∥φ∥H 1 (D)
Thus
∥F ∥ ≤ C ∥f ∥H 1/2 (∂D) + ∥h∥H −1/2 (∂D) .
7.5. INVERSE PROBLEMS 81
It is also easily checked that a2 (w, φ) defines a compact operator. Thus uniqueness implies
the unique solvability. We only need to check if (f, h) = (0, 0) results in (v, u) = (0, 0).
From assumption, ξ · Im (A)ξ ≤ 0. We also further assume that Im (n) > 0 in D.
Assume that w is the solution related to f = 0 and h = 0, then
Z Z Z
2 2 2 2 2
[A∇w · ∇w − k n|w| ]dx + [|∇w| − k |w| ]dx − T wwds = 0.
D ΩR \D ΓR
∇ · A∇v + k 2 nv = 0 in D
∆us + k 2 us = 0 in R2 \ D
v − us = eikx·d on ∂D
∂v ∂us ∂eikx·d
− = on ∂D
∂νA ∂ν ∂ν
∂us
= T us on ΓR .
∂ν
Here d = (cos φ, sin φ) for some φ ∈ [0, 2π). Recall that when |x| → ∞,
eik|x|
us (x) = p u∞ (θ, φ) + O |x|−3/2
|x|
where x = |x|(cos θ, sin θ). The properties for the far field pattern with bounded impene-
trable obstacles still hold in this case, such as the reciprocity:
u∞ (θ, φ) = u∞ (φ + π, θ + π);
82 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
eiπ/4 ∂e−ikx̂·y s
Z
s −ikx̂·y ∂u (y)
u∞ (θ, φ) = √ u (y) −e ds(y).
8πk ∂B ∂ν ∂ν
Theorem 7.5.1. Suppose the far field pattern u∞ = 0 for a fixed incident field, then
us = 0 in R2 \ D.
The related inverse problems are, given u∞ (θ, φ) for all incident angles φ ∈ [0, 2π] and
observation angles θ ∈ [0, 2π], how to determine D?
To solve the inverse problems, we recall the Herglotz wave function:
Z 2π
vg (x) = eikx·d g(φ)dφ
0
F g = Φ∞
to solve the inverse problems. The solver to this problem is related to the properties of F :
injection with dense range.
If there is a g ∈ L2 [0, 2π] such that F g = 0 (not an injection), then the scattered us
field related to F g also vanishes. Thus
∇ · A∇v + k 2 nv = 0 in D
∆us + k 2 us = 0 in R2 \ D
v = vg on ∂D
∂v ∂vg
= on ∂D.
∂νA ∂ν
Note that vg satisfies the Helmholtz equation globally, the above second equation is re-
placed by
∆vg + k 2 vg = 0 in D.
Then the above problem is written as a system in D. If F g = 0 is related to a non-
vanishing g, then (v, vg ) ̸= (0, 0) is a nontrivial solution to the homogeneous problem, thus
it is an eigenfunction. So the properties of this problem is crucial for the properties of F .
Theorem 7.5.2. The far field operator is injective with dense range if and only if the
problem does not have nontrivial solutions in H 1 (D) × H 1 (D).
7.6. INTERIOR TRANSMISSION PROBLEMS 83
N (F ∗ )⊥ = R(F ),
F is has a dense range if and only if F ∗ is an injection. Thus we only need to show that
F is an injection if and only if the problem does not have nontrival solutions. From the
above arguments, we already know that F g = 0 has a nontrivial solution g is equivalent
to the nontrivial solution to the problem.
From above arguments, we can see that the properties of F is closely related to the
following Interior Transmission Problem. Given (f, h) ∈ H 1/2 (∂D) × H −1/2 (∂D), find
(v, w) ∈ H 1 (D) × H 1 (D) satisfying
∇ · A∇v + k 2 nv = 0 in D (7.5.1)
∆w + k 2 w = 0 in D (7.5.2)
v−w = f on ∂D (7.5.3)
∂v ∂w
− = h on ∂D (7.5.4)
∂νA ∂ν
When (f, h) = (0, 0), then (7.5.1)-(7.5.4) is a homogeneous interior transmission prob-
lem.
Definition 7.5.3. The values k 2 for which the homogeneous interior transmission problem
has a nontrivial solution are called transmission eigenvalues.
Theorem 7.6.1. If either Im (n) > 0 or ξ · Im(A)ξ < 0 for a point x0 ∈ D, then the
interor transmission problem (7.5.1)-(7.5.4) has at most one solution.
If for some x0 ∈ D, Im (n) < 0. Since n is continuous, there is a small ball B(x0 , ε) ⊂ D
such that Im (n) < 0 in it. Since for all x ∈ D, ξ · Aξ ≤ 0 and Im (n) ≥ 0, it means that
v = 0 in B(x0 , ε) thus ∇v = 0 in it as well. From the unique continuation principle, v = 0
in D. If for some x0 ∈ D, ξ · Aξ < 0, then there is a small ball such that the above
inequality holds. Thus ∇v = 0 in the ball, and so does v.
Since v = 0 in D, w satisfies ∆w + k 2 w = 0 in D with w = ∂w ∂ν
= 0. From integral
representation formula, w = 0 in D. Thus the solution is unique.
Now we need consider the solvability of the interior transmission problem. However, it
is convenience to consider a modified problem.
∇ · A∇v − mv = ϱ1 in D (7.6.1)
∆w − w = ϱ2 in D (7.6.2)
v−w = f on ∂D (7.6.3)
∂v ∂w
− = h on ∂D (7.6.4)
∂νA ∂ν
Here ϱ1 ∈ L2 (D), ϱ2 ∈ L2 (D), f ∈ H 1/2 (∂D) and h ∈ H −1/2 (∂D). We consider the unique
solvability of this problem first.
First, multiply with (7.6.1) on both sides by φ, then
Z Z Z
∂v
[A∇v · ∇φ + mvφ]dx = φds − ϱ1 φdx.
D ∂D ∂νA D
which implies Z Z Z
∇w · ψdx + w(∇ · ψ)dx = wψ · νds.
D D ∂D
Thus Z Z Z
[(∇ · s)(∇ · ψ) + s · ψ]dx = ϱ2 (∇ · ψ)dx + wψ · νds.
D D ∂D
Then
Z Z
[A∇v · ∇φ + mvφ]dx + [(∇ · s)(∇ · ψ) + s · ψ]dx
D
Z Z ZD Z
∂v
= φds − ϱ1 φdx + ϱ2 (∇ · ψ)dx + wψ · νds
∂D ∂νA D D ∂D
Z Z Z Z Z Z
∂w
=− ϱ1 φdx + ϱ2 (∇ · ψ)dx + φds + hφds + vψ · νds − f ψ · νds.
D D ∂D ∂ν ∂D ∂D ∂D
∂w
Since ∂ν
= ν · ∇w = ν · s,
Z Z Z Z
[A∇v · ∇φ + mvφ]dx + [(∇ · s)(∇ · ψ) + s · ψ]dx − ν · sφds − vψ · νds
DZ Z D Z Z ∂D ∂D
here U = (v, s) ∈ H 1 (D) × W (D) and the test function V = (φ, ψ).
Theorem 7.6.2. The problem (7.6.1)-(7.6.4) has a unique solution (v, w) ∈ H 1 (D) ×
H 1 (D) if and only if the problem (7.6.5) has a unique solution U = (v, s) ∈ H 1 (D)×W (D).
Moreover, if (v, w) is the unique solution to (7.6.1)-(7.6.4) then U = (v, s) is the unique
solution to (7.6.5). Conversely, if U = (v, s) is the unique solution of (7.6.5), then (v,w)
is the unique solution of (7.6.1)-(7.6.4) where s = ∇w.
Proof. It has already been seen from above that if (7.6.1)-(7.6.4) has a solution (v, w) ∈
H 1 (D) × H 1 (D), then U = (v, s) ∈ H 1 (D) × W (D) is a solution to (7.6.5). Now we show
that if U = (v, s) ∈ H 1 (D) × W (D) is a solution to (7.6.5), then (v, w) where ∇w = s is
a solution to (7.6.1)-(7.6.4).
Let the test function be (φ, 0) where φ ∈ H01 (D), then with the Green’s theorem,
Z Z Z
[A∇v · ∇φ + mvφ]dx = − ϱ1 φdx = − (∇ · A∇v − mv)φdx.
D D D
86 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
∇ · A∇v − mv = ϱ1 in D.
Similarly let the test function be (0, ψ) where ψ|∂D = 0, let s := ∇w where w is decided
up to a constant vector. Then
Z Z Z
[∆w(∇ · ψ) + (∇w) · ψ] = [(∇ · s)(∇ · ψ) + s · ψ] = ϱ2 (∇ · ψ)dx.
D D D
we have: Z Z
(∆w − w)(∇ · ψ)dx = ϱ2 (∇ · ψ)dx.
D D
Thus we obtain the equation for w:
∆w − w = ϱ2 .
Now we turn to the boundary terms. From above arguments, if we choose a random test
function (φ, ψ) ∈ H 1 (D) × W (D), we can easily show that
Z Z Z Z
∂v
φds + w(ν · ψ)ds − ν · sφds − vψ · νds
∂D ∂νA ∂D ∂D ∂D
Z Z Z
= ϱ2 (∇ · ψ)dx + hφds − f ψ · νds
D ∂D ∂D
∂w
Note that ν · s = ν · ∇w = ∂ν
, then
∂v ∂w
v − w = f, − = h.
∂νA ∂ν
Thus (v, w) is a solution of (7.6.1)-(7.6.4). The equivalence of the existence of solutions
between (7.6.1)-(7.6.4) and (7.6.5) is proved. Then we prove the equivalence of the unique-
ness.
Suppose (7.6.1)-(7.6.4) has at most one solution, i.e., ϱ1 = ϱ2 = 0 and f = h = 0
results in (v, w) = 0. Suppose (v, s) be a solution of (7.6.5) with vanishing right hand
side, then (v, w) where s = ∇w solves (7.6.1)-(7.6.4) with vanishing right hand side. Then
(v, w) = 0 thus s = 0. This proves the uniquenss of solutions of (7.6.5).
Suppose (7.6.5) has at most one solution, i.e., vanishing right hand side results in
(v, s) = 0. Suppose (v, w) is a solution to (7.6.1)-(7.6.4) with vanishing right hand side,
then (v, ∇w) is a solution to (7.6.5) with vanishing right hand side. Then v = 0 and
∇w = 0. Since ∆w − w = 0, we have w = ∇ · ∇w = 0. This proves the uniqueness.
In the following we will study the solutions to the problem (7.6.5).
7.6. INTERIOR TRANSMISSION PROBLEMS 87
Theorem 7.6.3. Suppose there is a constant γ > 1 such that for any x ∈ D,
then the problem (7.6.5) has a unique solution U = (v, s) ∈ H 1 (D) × W (D). Moreover,
γ+1
∥v∥H 1 (D) + ∥s∥W (D) ≤ 2C (∥ϱ1 ∥ + ∥ϱ2 ∥ + ∥f ∥ + ∥h∥) .
γ−1
Thus
The unique solvability of this problem as well as the boundedness of the solution comes
directly from Lax-Milgram lemma.
This theorem shows the existence and uniqueness of solutions to the variational problem
(7.6.5). We have to get back to the modified interior transmission problem (7.6.1)-(7.6.4).
Theorem 7.6.4. Suppose there is a constant γ > 1 such that for any x ∈ D,
then the problem (7.6.1)-(7.6.4) has a unique solution U = (v, w) ∈ H 1 (D) × H 1 (D).
Moreover,
γ+1
∥v∥H 1 (D) + ∥w∥H 1 (D) ≤ C (∥ϱ1 ∥ + ∥ϱ2 ∥ + ∥f ∥ + ∥h∥) .
γ−1
88 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
Proof. Since the existence and uniqueness of solutions between (7.6.1)-(7.6.4) and (7.6.5)
are equivalence, we only need to consider the estimation. As is already known,
γ+1
∥v∥H 1 (D) + ∥∇w∥W (D) ≤ 2C (∥ϱ1 ∥ + ∥ϱ2 ∥ + ∥f ∥ + ∥h∥) .
γ−1
Recall the definition of the W (D) norm:
∥∇w∥2W (D) = ∥∇w∥2(L2 (D))2 + ∥∇ · ∇w∥2L2 (D) = ∥∇w∥2(L2 (D))2 + ∥w + ϱ2 ∥2L2 (D) .
Since ∇ · ∇w = ∆w and ∆w − w = ϱ2 ,
∥∇w∥2W (D) ≥ ∥∇w∥2(L2 (D))2 + ∥w∥2L2 (D) − ∥ϱ2 ∥2L2 (D) = ∥w∥2H 1 (D) − ∥ϱ2 ∥2L2 (D) .
Plug this inequality into the above results then proves the final theorem.
Now we are prepared to show the existence of the original interior transmission problem
(7.5.1)-(7.5.4).
Theorem 7.6.5. Assume that either Im (n) > 0 or ξ · Im (A)ξ < 0 at a point x0 ∈ D and
there exists a constant γ > 1 such that ξ · A(x)ξ ≥ γ∥ξ∥2 for all ξ ∈ C2 and x ∈ D, then
(7.5.1)-(7.5.4) has a unique solution (v, w) ∈ H 1 (D) × H 1 (D) with the estimation
Proof. Let s = ∇w, then the variational formulation for (7.5.1)-(7.5.4) is given by:
We define Z
u(x) := φ(y)Φ(x, y)ds(y), x ∈ R2 \ ∂B,
∂B
L2 (∂B). Use the result that K ′ is bounded from L2 (∂B) to H 1 (∂B) ⊂ C(∂B). Thus
u is continuous accross the boundary ∂B. Since u = 0 on ∂B and k 2 is not a Dirichlet
eigenvalue, u = 0 in B. With the jump relation, φ = 0. Thus the proof is finished.
7.7. UNIQUENESS OF THE INVERSE PROBLEMS 91
Theorem 7.7.3. Let D1 and D2 be the domains of the inhomogenous media represented
by the matrix valued functions A1 and A2 , and the functions n1 and n2 . Assumptions
for the matrix and function are satisfied. If for all incident angle φ ∈ [0, 2π], the related
farfield pattern
u1∞ (θ, φ) = u2∞ (θ, φ), for all θ ∈ [0, 2π],
then D1 = D2 .
Proof. It is easily known that when u1∞ (θ, φ) = u2∞ (θ, φ), then us1 (x, φ) = us2 (x, φ) when
x ∈ R2 \ (D1 ∪ D2 ). The first task is to extend this result to incident point sources, i.e.,
when the incident field is Φ(x, z) with z ∈ R2 \ (D1 ∪ D2 ), then us1 (x, z) = us2 (x, z) for
x ∈ R2 \ (D1 ∪ D2 ). In this case, the boundary data are given by
∂
fj = Φ(·, z)|∂Dj , hj = Φ(·, z) , j = 1, 2.
∂ν ∂Dj
The idea is to approximate the incident field Φ(·, z) by plane waves. Choose a sufficiently
large disk Ω ⊃ D1 ∪ D2 such that z ∈/ Ω. Moreover, k 2 is not a Dirichlet eigenvalue of Ω.
Then
span{eikx·d |∂Ω : |d| = 1} = H 1/2 (∂Ω).
Let uin be a linear combination of plane waves such that
Then
∥uin − Φ(·, z)∥H 1 (Ω) → 0, n → ∞.
From the continuous dependence of scattered fields on the incident waves,
∥usn,1 − us1 (·, z)∥H 1 (Ω\D1 ) , ∥usn,2 − us2 (·, z)∥H 1 (Ω\D2 ) → 0, n → ∞.
Since usn,1 = usn,2 when x ∈ Ω \ D1 ∪ D2 , we can also easily know that us1 (·, z) = us2 (·, z) in
Ω \ D1 ∪ D2 . Since the scattered fields are real-analytic, they are identical in R2 \ D1 ∪ D2 .
Again since the scattered fields are analytic w.r.t. z, us1 (x, z) = us2 (x, z) for x, z ∈ R2 \
D1 ∪ D2 .
We will prove the uniqueness by contradiction. Let D1e := R2 \ D1 and D2e := R2 \ D2 .
If D1 ̸⊂ D2 , then D1 ∩ D2e ̸= ∅. Thus there is a point z ∈ ∂D1 ∩ D2e and a small ε > 0 such
that
• B(z, 8ε) ∩ D2 = ∅.
Define
1
wn (x) := Φ(x, zn ), x ∈ D1 ∪ D2 .
∥Φ(·, zn )∥H 1 (D)
Thus ∥wn ∥H 1 (D) = 1 for all n and ∥wn ∥H 2 (D) → 0 as n → ∞. Let (v1n , un1 ) and (vn2 , u2n )
are solutions of the scattering problems with boundary data given by wn and its normal
derivative on ∂D1 and D2 , respectively. First from above arguments, since z ∈ R2 \
D1 ∪ D2 , u1n = u2n in R2 \ D1 ∪ D2 .
First, from the fact that ∥wn ∥H 2 (D) → 0 as n → ∞, then ∥un2 ∥H 1 (Ω\D1 ∪D2 ) → 0 as
n → ∞. Since un1 = un2 in R2 \ D1 ∪ D2 , ∥un1 ∥H 1 (Ω\D1 ∪D2 ) → 0 as well. Thus
∂un1
un1 |∂(D1 ∪D2 ) → 0, → 0, as n → ∞
∂ν ∂(D1 ∪D2 )
Choose a cutoff function X ∈ C0∞ (B(z, 8ε)) such that X (x) = 1 in B(z, 7ε), then
∂(X un1 )
X un1 |∂D1 → 0, → 0, as n → ∞
∂ν ∂D1
v n ∇ · A∇(1 − X ) + 2A∇(1 − X ) · ∇v n
un1 ∆(1 − X ) + 2∇(1 − X ) · ∇un1
(1 − X )wn
∂(1 − X ) ∂(1 − X ) ∂wn
v− u + (1 − X )
∂νA ∂ν ∂ν
From the definition of the cutoff function, the right hand side of this problem lies in
L2 (D1 ) × L2 (Ω \ D1 ) × H 3/2 (∂D1 ) × H 1/2 (∂D1 ). The solution u
en1 can reach the regularity
of H 2 (Ω \ D1 \ B(z, 2ε)). Since H 2 is compactly embedded in H 1 , there is a subsequence
en1 k such that it converges in H 1 . This implies that
u
∂(1 − X )un1 k )
(1 − X )un1 k |∂D1 ,
∂ν ∂D1
7.7. UNIQUENESS OF THE INVERSE PROBLEMS 93
∂un1 k )
un1 k |∂D1 ,
∂ν ∂D1
∂unk
f = un1 k , h=
∂ν
and convergent; the solutions are uniformly bounded, with the result of the lemma, there
is a subsequence of wnk , still denoted by wnk which converges to w in H 1 (D1 ). On one
hand,
∥wnk ∥H 1 (D1 ) , k = 1, 2, . . . .
Thus ∥w∥H 1 (D1 ) = 1. On the other hand, for any fixed point in D1 \ B(z, 2ε), Φ(·, z) is
uniformly bounded thus wn → 0. This implies that w = 0 in D1 \ B(z, 2ε). This argument
can be applied to any point in the interior of D1 thus w = 0 in D1 . This contradicts with
∥w∥H 1 (D1 ) = 1, thus D1 ̸⊂ D2 . The proof is finished.
94 CHAPTER 7. SCATTERING BY AN ORTHOTROPIC MEDIUM
Chapter 8
∆u + k 2 nu = 0 in R2 , (8.1.1)
D := {x ∈ R2 : m(x) ̸= 0}.
where Φ(x, y) is the fundamental solution, φ is a continuous function with compact support
in R2 . The following theorem summarizes important properties of the volume potential.
Theorem 8.1.1. The volume potential u exists as an improper integral for all x ∈ R2 and
has the following properties. If φ ∈ C0 (R2 ) then u ∈ C 1,α (R2 ); if φ ∈ C0 (R2 ) ∩ C 0,α (R2 )
then u ∈ C 2,α (R2 ). In this case, u satisfies
∆u + k 2 u = −φ in R2 .
Moreover,
∥u∥2,α,R2 ≤ C∥φ∥α,R2
where C > 0 only depends on the support of φ. Moreover, if φ ∈ C0 (R2 ) ∩ C 1,α (R2 ) then
u ∈ C 3,α (R2 ).
95
96 CHAPTER 8. SCATTERING FROM INHOMOGENEOUS MEDIUM
However, from our assumption that n is only required to be piecewise continuous, the
solutions do not exist in C 2 spaces. Actually, the second order derivatives are no longer
continuous but still may be integrable. Thus we also need to study the problems in Sobolev
2
spaces Hloc (R2 ).
Theorem 8.1.2. Let D, G be two bounded domains in R2 . Then the volumen potential
Z
(V φ)(x) := Φ(x, y)φ(y)dy, x ∈ R2
D
Recall the Green’s theorems in the intereior and exterior of B again, we have:
Z i
i ∂u (y) i ∂Φ(x, y)
u (x) = Φ(x, y) − u (y) ds(y), x ∈ B.
∂B ∂ν(y) ∂ν(y)
Moreover, since both us and Φ(x, y) satisfies the radiation condition,
Z s
∂u (y) s ∂Φ(x, y)
Φ(x, y) − u (y) ds(y) = 0.
∂B ∂ν(y) ∂ν(y)
Thus (8.1.2) is obtained immediately.
On the other hand, when u ∈ C(R2 ) satisfies (8.1.2), and let
Z
s 2
u (x) := −k Φ(x, y)m(y)u(y)dy, x ∈ R2 ,
R2
then us ∈ Hloc
2
(R2 ) and satisfies the Sommerfeld radiation condition since m is compactly
supported. Moreover,
∆us + k 2 us = k 2 mu.
Since ∆ui + k 2 ui = 0, we have
∆u + k 2 u = k 2 mu
thus u solves (8.1.2). The proof is finished.
8.1. LIPPMANN-SCHWINGER EQUATION 97
We will show that the Lippmann-Schwinger equation (8.1.2) is uniquely solvable for
k > 0. But this is easy only when k is small. We leave the larger k’s to the next section
and only discuss the small k’s.
Theorem 8.1.4. Consider the problem in R3 . Suppose m = 0 for |x| > a where a > 0
such that k 2 < M2a2 , where M = sup|x|≤a |m(x)|. Then the equation (8.1.2) has a unique
solution.
Proof. Let B be the circle centered at 0 with radius a > 0. When ui = 0, suppose us is
the scattered field then
Z
s 2
u (x) = −k Φ(x, y)m(y)us (y), x ∈ R3 .
R3
Then
us = −k 2 Tm us .
Since m is piecewise continuous, Tm is a bounded operator from C(B) to C(B). More-
over,
Z
∥Tm u∥∞ ≤ |Φ(x, y)| |mu|dy
B Z
≤ ∥u∥∞ ∥m∥∞ |Φ(x, y)|dy
B
M ∥u∥∞
Z
1
≤ dy.
4π B |x − y|
∂2
1 ∂ 2 ∂ 1 1 ∂ ∂
∆= 2 r + 2 2 + sin φ .
r ∂r ∂r r sin φ ∂θ2 r2 sin φ ∂φ ∂φ
∂h 4πr3
r2 =− + C1 ,
∂r 3
which implies
∂h 4πr C1
=− + 2.
∂r 3 r
Second integral results in
2πr2 C1
h(r) = − − + C2
3 r
where C1 , C2 are arbitrary constants. First observe that h is continuous at 0, C1 = 0.
Then Z
1
h(0) = C2 = dy = 2πa2 .
B |y|
Thus
2πr2
h(x) = − + 2πa2 ≤ 2πa2 .
3
Then
M M a2
∥Tm u∥∞ ≤ 2πa2 ∥u∥∞ = ∥u∥∞ .
4π 2
Recall that us = −k 2 Tm us , it implies that
M a2 k 2 s
∥us ∥∞ ≤ k 2 ∥Tm ∥∥us ∥∞ ≤ ∥u ∥∞ .
2
Since M k 2 a2 < 2, the above inequality holds only if us = 0 in B. Thus the uniqueness is
proved.
For general positive wavenumber k > 0, first observe that Tm is a compact operator
from C(B) to C(B), since H 2 (B) is compactly embedded in C(B). Thus the problem is
written as
(I + k 2 Tm )u = ui
which is of the Fredholm type. Thus the uniqueness implies the unique solvability. How-
ever, further techniques are needed which leaves to the next section.
Thus Z Z
∂u
udS = k 2 Im n|u|2 dS ≥ 0.
∂B ∂ν ∂B
2
Thus u = 0 in R \ B. So the major question is: How to prove that u = 0 in B? To answer
this question, the unique continuation principle is introduced.
Lemma 8.2.1. Let G ⊂ R2 be a domain and u1 , . . . , up ∈ H 2 (G) be real valued functions
satisfying
P
X
|∆up | ≤ c {|uq | + |∇uq |} in G
q=1
Thus Z Z
∂v̂ 1
r ∆v̂dx = |∇v̂|2 dx.
G ∂r 2 G
For the second and third term, let’s consider the general form
Z Z π Z 2π Z R
1 ∂v̂ 1 ∂v̂
v̂
m ∂r
dx = sin θdθdφ v̂ dr
m−1 ∂r
G r 0 0 0 r
Z π Z 2π Z R
∂ v̂
=− sin θdθdφ v̂ dr
0 0 0 ∂r rm−2
Z π Z 2π Z R
v̂ 1 ∂v̂
=− sin θdθdφ v̂ (2 − m) m−1 + m−2 dr
0 0 0 r r ∂r
|v̂|2
Z Z
v̂ ∂v̂
=− m
dx + (m − 2) m+1
dx.
G r ∂r G r
Thus
2n − 1 v̂ 2
Z Z
∂v̂ 1
v̂ 2n+1
dx = dx,
G ∂r r 2 G r2n+2
and
n−1 v̂ 2
Z Z
∂v̂ 1
v̂ n+1
dx = dx.
G ∂r r 2 G rn+2
Finally,
v̂ 2 v̂ 2
Z Z Z Z
n+2 2r−n 2 2 3 2 2
r e (∆û) dx ≥ 2n |∇v̂| dx + 2n (2n − 1) 2n+2
dx − 2n (n − 1) n+2
dx
G G G r G r
v̂ 2
Z Z
2 2 2
≥ 2n |∇v̂| dx + 2n (n + n − 1) 2n+2
dx
G G r
2r−n 2n2
e |∇û| ≤ 2|∇v̂| + 2n+2 |v̂|2 ,
2 2
r
thus −n
e2r
Z Z Z
n+2 2r−n 2 2r−n 2 4
r e (∆û) dx ≥ n e |∇û| dx + n 2n+2
û2 dx.
G G G r
Return to the original condition, it is clear that
P
|∇uq |2 |uq |2
2 2
X R
|∆up | ≤ 2P c + 3n+4 , |x| ≤ .
q=1
rn+2 r 2
Moreover,
|∆ûp |2 R
|∆ûp |2 ≤ , ≤ |x| ≤ R.
r3n+4 2
102 CHAPTER 8. SCATTERING FROM INHOMOGENEOUS MEDIUM
Then
−n
e2r
Z Z
2r−n 2 4
n e |∇up | dx + n 2n+2
u2p dx
G G r
Z
2r−n
≤ rn+2 e (∆û)2p dx
G
P −n
!
e2r
Z Z
−n
X
≤2P c2 e2r |∇uq |2 dx + 2n+2
u2q
q=1 |x|≤R/2 |x|≤R/2 r
−n
e2r (∆ûp )2
Z
+ dx.
R/2≤|x|≤R r2n+2
ui (x) = eikx·d ; d ∈ S2 ,
then we get the scattered field us (x) which results in the far field pattern u∞ (x̂, d) where
x
x̂ = |x| ∈ S2 . Here
S2 := {d ∈ R3 : |d| = 1}.
We will study the uniqueness based on the complex geometric optics solutions.
Lemma 8.3.1. Let B be a ball containing the support of m := 1 − n. Then there exists a
constant C > 0 such that for each z ∈ C3 with z · z = k 2 and |Im (z)| > 2k 2 ∥n∥∞ , there
exists a solution v ∈ H 2 (B) of ∆v + k 2 nv = 0 in B in the form of
where
C
∥w∥L2 (B) ≤ .
|Re (z)|
8.3. UNIQUENESS RESULTS FOR THE INVERSE PROBLEMS 103
Since
∆us + k 2 nus = k 2 mui ,
then Z
s 2
u (x) = −k G(x, y)m(y)ui (y)dy
B
and for any fixed d, Z
ikx·d 2
u(x) = e −k G(x, y)m(y)eikd·y dy.
B
Thus
eikr
G(x, y) = u(−x̂, y) + O(r−2 ).
4πr
Let φ ∈ H 2 (B) be a solution to ∆φ + k 2 nφ = 0 which is orthogonal with all u(x, d) in B
and let Z
w(x) = G(x, y)φ(y)dy.
B
R
Then w is a radiating solution of ∆w + k 2 nw = −φ. Since B uφdx = 0,
eikr
Z
w(x) = u(−x̂, y)φdy + O(r−2 ) = O(r−2 )
4πr B
thus w∞ = 0. This implies that w = 0 in R3 \ B. Since ∆φ + k 2 nφ = 0 in B0 ,
Z Z
|φ| dx = − (∆w + k 2 nw)φdx
2
B Z B
= w(∆φ + k 2 nφ)dx = 0.
B
Now we are prepared to prove the uniqueness. Let n1 and n2 be two refractive indices
such that
u1∞ (·, d) = u2∞ (·, d),
and B be the ball that contains the supports of 1 − n1 and 1 − n2 . Then u1 (·, d) = u2 (·, d)
for all d ∈ S2 in R3 \ B.
For any arbitrary d1 , d2 ∈ S2 , since
Similarly we have
Z
2
∇u (x, d2 ) · ∇u1 (x, d1 ) − k 2 n2 u2 (x, d2 )u1 (x, d1 ) dx = 0.
B
Thus we have Z
(n1 − n2 )u1 (x, d1 )u2 (x, d2 )dx = 0
B
for all d1 and d2 . From the density arguments, it is obtained immediately that
Z
(n1 − n2 )v 1 v 2 dx = 0
B
∆vj + k 2 nj vj = 0 in B0 ⊂ B.
Now we apply the geometric optics solutions. Given any z1 ∈ C3 such that z · z = 0
and |Re (z)| > 2k 2 ∥n∥∞ , there is a solution
with
C
∥w1 ∥L2 (B) ≤ .
|Im (z2 )|
Similarly,
v2 (x) = eiz2 ·x (1 − w2 (x))
with
C
∥w2 ∥L2 (B) ≤ .
|Im (z2 )|
8.3. UNIQUENESS RESULTS FOR THE INVERSE PROBLEMS 105
The similar result for the far-field pattern w.r.t. incident plane waves is described as
follows.
s
Theorem 8.4.2. Let 0 < ε < s+3 be a fixed constant. There is a constant C > 0 which
depends only on s, k, R, Cn where ∥1 − n∥H s (B) , ∥1 − ne∥H s (B) ≤ Cn such that
− s+3s
+ε
e∥L2 (B1 ) ≤ C − ln− ∥u∞ ∞
∥n − n n − u n
e ∥ L2 (∂B ×∂B )
R R
; (8.4.3)
2s−3
− 2s+3 +ε
e∥L∞ (B1 ) ≤ C − ln− ∥u∞ ∞
∥n − n n − un e ∥L2 (∂BR ×∂BR ) . (8.4.4)
Here ln− (t) = ln(t) when t ≤ 1/e and ln− (t) = −1 otherwise.
8.4. STABILITY ESTIMATES FOR THE INVERSE PROBLEMS 107
Since any solution can be written by the Green’s function, we only focus on the proof
of the first theorem. The idea is to apply the Fourier transform. Let
Z
1
fˆ(j) := f (x)e−ix·j dx.
(2π)3 (−π,π)3
Then X
n−n
e= \
(n e)(j)eij·x ,
−n x ∈ B1 .
j∈Z3
We want to study the Fourier coefficients separately, i.e., when |j| is small and large. The
larger part is relatively easier.
Since both n and n e are functions in H s ,
X X
∥n∥2H s (B1 ) = (1 + |j|2 )s |n̂(j)|2 < ∞, ∥e
n∥2H s (B1 ) = ˆ (j)|2 < ∞
(1 + |j|2 )s |n
e
j∈Z3 j∈Z3
Here wn is the Green’s function for the problem. Similarly we can define Sne . This is easily
proved that
∥Sn − Sne ∥L2 (∂BR ) ≤ ∥wns − wnes ∥L2 (∂BR ×∂BR ) .
Lemma 8.4.3. Assume 1 < R < R′ . There is a positive constant C such that all solutions
u ∈ C 2 (BR′ ) ∩ L2 (BR′ ) to ∆u + k 2 nu = 0 and u
e with ne,
Z
(n − n udx ≤ C∥Sn − Sne ∥L2 (∂BR ) ∥u∥L2 (BR′ ) ∥e
e)ue u∥L2 (BR′ ) .
B1
Proof. Define the function v as an extension of u|BR such that v|BR = u|BR ; while
∆v + k 2 v = 0 in R3 \ BR ; v = u on ∂BR
is a radiating solution. Similar to the standard fundamental solution, we can have (exer-
cise)
∂v − ∂v +
v = Sn − on ∂BR .
∂ν ∂ν
108 CHAPTER 8. SCATTERING FROM INHOMOGENEOUS MEDIUM
Therefore,
Z − −
1 ∂v ∂v + ∂e
v ∂e
v +
(n − n udx ≤ 2 ∥Sn − Sne ∥L2 (∂BR )
e)ue − −
B1 k ∂ν ∂ν L2 (BR ) ∂ν ∂ν L2 (BR )
Lemma 8.4.4. Assume ϱ ≥ 2. When t > t0 where t0 > k is sufficiently large constant,
there is a constant C > 0 such that
\ 4R(t+ϱ) 1
(n −n
e)(j) ≤ C e ∥Sn − Sne ∥L2 (∂BR ) + .
t
Proof. Apply the geometric optics solutions. Let j ∈ Z3 and (d1 , d2 , j) be a orthogonal
basis with |d1 | = |d2 | = 1. Define
r
1 |j|2
ζt := − j + i t2 − k 2 + d1 + td2 ∈ C3 ;
2 r 4
1 |j|2
ζet := − j − i t2 − k 2 + d1 − td2 ∈ C3 .
2 4
Then
ζt + ζet = −j, ζt · ζt = ζet · ζet = k 2 .
Moreover, |Im (ζt )|, |Im (ζet )| ≥ ct. Then there exist geometric optics solutions
Then
e (x, ζet ) = e−ij·x (1 + p(x, t))
U (x, ζt )U
8.4. STABILITY ESTIMATES FOR THE INVERSE PROBLEMS 109
where Z
c
|p(x, t)|dx ≤ .
B1 t
Then
Z
1
\
(n −n
e)(j) = 3
e)e−ij·x dx
(n − n
(2π) B1
Z Z
≤C (n − n e)U (x, ζt )U (x, ζt )dx + C
e e (n − n e)p(x, t)dx
B1 B1
1
≤ C ∥Sn − Sne ∥L2 (∂BR ) ∥U (x, ζt )∥L2 (B2R ) ∥Ue (x, ζt )∥L2 (B ) +
e
2R
t
1
≤ C e4R(t+ϱ) ∥Sn − Sne ∥L2 (∂BR ) +
t
4R(t+ϱ) 1
≤C e ∥Sn − Sne ∥L2 (∂BR ) + .
t
Now we are prepared to prove the main theorem. From direct computation,
X 2
e∥2L2 (B1 ) =
∥n − n \
(n −n
e)(j)
j∈Z3
c X
\
2
≤ 2s
+ (n −ne)(j)
ϱ
|j|≤ϱ
ϱ3
c 3 4R(t+ϱ) 1
≤ 2s + cϱ e ∥Sn − Sne ∥L2 (∂BR ) + + s
ϱ t ϱ
2
ϱ3
(4R+1)(t+ϱ) s s 1
≤c e ∥wn − wne ∥L2 (∂BR ×∂BR ) + + s .
t ϱ
where α > 0 is the Tikhonove regularization parameter. Now the question is, how to solve
this problem.
Well known methods are available to solve the nonlinear optimization methods. Here
we only take an example of the Newton-CG method (the Newton-method combined with
the Conjugate-Gradient method). From now on we focus only on real valued refractive
indexes n. Moreover, it is convenient to represent n in terms of its Fourier series:
X
n(x) = Cj φj (x), x ∈ B,
j∈Z3
where φj is either sin(j · x) or cos(j · x). Since we are only able to compute finite series,
we look for the solution to the problem
( N
)
X
min
2
∥P (C1 , . . . , CN ) − U ∥2L2 [0,2π] + α Cj2 ,
n∈L (B)
j=1
8.5. NUMERICAL SOLUTION TO THE INVERSE MEDIUM PROBLEM 111
The Conjugate Gradient method is applied to solve the equation, for simplicity,
Ax = b,
where
A = (DP )∗ (DP ) + αI ;
Algorithm 2 CGNE
Input: r0 = b − Ax
Initialization: p0 = r0 , ℓ = 0
1: while ∥rℓ−1 ∥ ≥ γ∥r0 ∥ do
r⊤ rℓ
2: αℓ = p⊤ℓAp
ℓ ℓ
3: xℓ+1 = xℓ + αℓ pℓ
4: rℓ+1 = rℓ − αℓ Apℓ
r⊤ rℓ+1
5: βℓ = ℓ+1 rℓ⊤ rℓ
6: pℓ+1 = rℓ+1 + βℓ pℓ
7: ℓ = ℓ + 1
8: end while
Other algorithms are similar, the major steps involves multiple computations of DP
and (DP )∗ ) (equivalently DF and its adjoint).
After the update of the coefficient Cj , we always need to solve the forward problem,
which is given by the Lippmann-Schwinger equation:
Z
i 2
u(x) = u (x) − k Φ(x, y)m(y)u(y)dy.
B
(1)
Since Φ(x, y) = 4i H0 (k|x − y|), Note that m is supported in D ⊂ B where B is centered
at 0 with radius R, we are only interested in the solution u with x ∈ B. Thus x − y lies
in B ′ centered at 0 with radius 2R. Thus we take the following steps.
112 CHAPTER 8. SCATTERING FROM INHOMOGENEOUS MEDIUM
(1)
For simplicity, let B ′ ⊂ [−π, π]3 . Let Φ(x) := 4i H0 (k|x|) and multiply the function
with a smooth cutoff function X (|x|) which equals to 1 in B ′ and 0 near the boundary of
[−π, π]3 . Then extend the function as a periodic function in R3 . Then it has a Fourier
series: X
Φ(x) := aj eij·x .
j∈Z3
Then in B ′ , X
Φ(x, y) = aj eij·(x−y) .
j∈Z3
Then Z X
i 2
u(x) = u (x) − k aj eij·(x−y) m(y)u(y)dy.
B j∈Z3
Here u is no longer the solution to the whole scattering problem. It is the solution to the
new problem with a periodic Φ. If u is also extended into a Fourier series,
X
u= uj eij·x ,
j∈Z3
then Z
X X X
uj eij·x
= uij eij·x −k 2 ij·x
aj e e−ij·y m(y)u(y)dy.
j∈Z3 j∈Z3 j∈Z3 B
Note that Z X
e−ij·y m(y)u(y)dy = mj−n un .
B n∈Z3
X X X X
uj eij·x = uij eij·x − k 2 aj eij·x mj−n un
j∈Z3N j∈Z3N j∈Z3N n∈Z3N
U + k 2 A · [M ∗ U ] = U i
where U , U i and M are the vectors of related Fourier coefficients. This is a linear system
thus there are several methods to solve it.
In the Conjugate-Gradient method, we need to compute DP and (DP )∗ several times.
From Example 6.3.2,
(DF)(g) = û∞
where û is a radiating solution of
∆û + k 2 nû = −k 2 gu in R2 .
8.5. NUMERICAL SOLUTION TO THE INVERSE MEDIUM PROBLEM 113
Thus Z
2
û = k Φ(x, y)g(y)u(y)dy in R2 .
B
k 2 −iπ/4
Z
û∞ = √ e e−ikx̂·y g(y)u(y)dy.
8kπ B
thus
2π
k 2 iπ/4
Z
(Qh)(y) = √ e u(y) eikx̂·y h(x̂)dθ.
8kπ 0
114 CHAPTER 8. SCATTERING FROM INHOMOGENEOUS MEDIUM