Chap 8 e
Chap 8 e
Integral Equations
8.1. Introduction
Integral equations appears in most applied areas and are as important as differential equations. In fact,
as we will see, many problems can be formulated (equivalently) as either a differential or an integral
equation.
Example 8.1. Examples of integral equations are:
Z x
(a) y(x) = x − (x − t)y(t)dt.
0 Z x
(b) y(x) = f (x) + λ k(x − t)y(t)dt, where f (x) and k(x) are specified functions.
Z 1 0
♦
A general integral equation for an unknown function y(x) can be written as
Z b
f (x) = a(x)y(x) + k(x,t)y(t)dt,
a
where f (x), a(x) and k(x,t) are given functions (the function f (x) corresponds to an external force). The
function k(x,t) is called the kernel. There are different types of integral equations. We can classify a
given equation in the following three ways.
• The equation is said to be of the First kind if the unknown function only appears under the
integral sign, i.e. if a(x) ≡ 0, and otherwise of the Second kind.
• The equation is said to be a Fredholm equation if the integration limits a and b are constants,
and a Volterra equation if a and b are functions of x.
• The equation are said to be homogeneous if f (x) ≡ 0 otherwise inhomogeneous.
Example 8.2. A Fredholm equation (Ivar Fredholm):
Z b
k(x,t)y(t)dt + a(x)y(x) = f (x).
a
67
68 8. INTEGRAL EQUATIONS
♦
Example 8.3. A Volterra equation (Vito Volterra):
Z x
k(x,t)y(t)dt + a(x)y(x) = f (x).
a
♦
Example 8.4. The storekeeper’s control problem.
To use the storage space optimally a storekeeper want to keep the stores stock of goods constant. It
can be shown that to manage this there is actually an integral equation that has to be solved. Assume
that we have the following definitions:
a = number of products in stock at time t = 0,
k(t) = remainder of products in stock (in percent) at the time t,
u(t) = the velocity (products/time unit) with which new products are purchased,
u(τ)∆τ = the amount of purchased products during the time interval ∆τ.
The total amount of products at in stock at the time t is then given by:
Z t
ak(t) + k(t − τ)u(τ)dτ,
0
and the amount of products in stock is constant if, for some constant c0 , we have
Z t
ak(t) + k(t − τ)u(τ)dτ = c0 .
0
To find out how fast we need to purchase new products (i.e. u(t)) to keep the stock constant we thus need
to solve the above Volterra equation of the first kind.
♦
Example 8.5. (Potential)
Let V (x, y, z) be the potential in the point (x, y, z) coming from a mass distribution ρ(ξ, η, ζ) in
Ω (see Fig. 8.1.1). Then
Z Z Z
ρ(ξ, η, ζ)
V (x, y, z) = −G dξdηdζ.
Ω r
The inverse problem, to determine ρ from a given potential V , gives rise to an integrated equation.
Furthermore ρ and V are related via Poisson’s equation
∇2V = 4πGρ.
Ω
r (ξ, η, ζ)
(x, y, z)
8.2. INTEGRAL EQUATIONS OF CONVOLUTION TYPE 69
where k ? y(x) is the convolution product of k and y (see p. 45). The most important technique when
working with convolutions is the Laplace transform (see sec. 6.2).
Solution: The equation is of convolution type with f (x) = x and k(x) = x. We observe that
1
L (x) = 2 and Laplace transforming the equation gives us
s
1 1 1 1
L [y] = 2
− L [x ? y] = 2 − L [x] L [y] = 2 − 2 L [y] , i.e.
s s s s
1
L [y] = ,
1 + s2
1
and thus y(x) = L −1 = sin x.
1 + s2
Answer: y(x) = sin x.
L [f]
−1
Answer: y(x) = L .
1 − λL [k]
♦
70 8. INTEGRAL EQUATIONS
Initial value problem
⇒ The Volterra equation,
Dynamical system
Boundary value problem ⇒ The Fredholm equation.
By a famous theorem (Picard’s theorem) we know that under certain conditions on f (x, y) we have
y(x) = lim yn (x).
n→∞
2
R EMARK 22. Observe that y(x) = ex − 1 is the exact solution to the equation. (Show this!)
R EMARK 23. In case one can can guess a general formula for yn (x) that formula can often be verified by,
for example, induction.
L EMMA 8.1. If f (x) is continuous for x ≥ a then:
Z xZ s Z x
f (y)dyds = f (y)(x − y)dy.
a a a
Z s
P ROOF. Let F(s) = f (y)dy. Then we see that:
a
Z xZ s Z x Z x
f (y)dyds = F(s)ds = 1 · F(s)ds
a a a
Z x a
{integration by parts} = [sF(s)]xa − sF 0 (s)ds
a
Z x
= xF(x) − aF(a) − s f (s)ds
Z x Za s
= x f (y)dy − 0 − y f (y)dy
Z sa a
= f (y)(x − y)dy.
a
72 8. INTEGRAL EQUATIONS
R EMARK 24. Example 8.10 shows how an initial value problem can be transformed to an integral equa-
tion. In example 8.12 below we will show that an integral equation can be transformed to a differential
equation, but first we need a lemma.
P ROOF. Let
Z b
G(t, a, b) = u(x,t)dx,
a
where (
a = a(t),
b = b(t).
8.4. THE CONNECTION BETWEEN DIFFERENTIAL AND INTEGRAL EQUATIONS (SECOND-ORDER) 73
Then
Z t2
3 1
F 0 (t) = √ cos(xt)xdx + sint 3 · 2t − sint 2 · √ .
t 2 t
where
(
x(1 − t), x ≤ t ≤ 1,
k(x,t) =
t(1 − x), 0 ≤ t ≤ x.
I.e. we have
Z x Z 1
y(x) = λ t(1 − x)y(t)dt + λ x(1 − t)y(t)dt.
0 x
Furthermore we see that y(0) = y(1) = 0. Thus the integral equation (*) is equivalent to the boundary
value problem
(
y00 (x) + λy(x) = 0
y(0) = y(1) = 0.
74 8. INTEGRAL EQUATIONS
8.5. A General Technique to Solve a Fredholm Integral Equation of the Second Kind
Assume that the kernel k(x, ξ) is separable, which means that it can be written as
n
k(x, ξ) = ∑ α j (x)β j (ξ).
j=1
If we insert this into (8.5.1) we get
n Z b
y(x) = f (x) + λ ∑ α j (x) β j (ξ)y(ξ)dξ
j=1 a
n
(8.5.2) = f (x) + λ ∑ c j α j (x).
j=1
Observe that y(x) as in (8.5.2) gives us a solution to (8.5.1) as soon as we know the coefficients c j . How
can we find c j ?
Multiplying (8.5.2) with βi (x) and integrating gives us
Z b Z b n Z b
y(x)βi (x)dx = f (x)βi (x)dx + λ ∑ c j α j (x)βi (x)dx,
a a j=1 a
or equivalently
n
ci = fi + λ ∑ c j ai j .
j=1
n
Thus we have a linear system with n unknown variables: c1 , . . . , cn , and n equations ci = fi + λ ∑ c j ai j ,
j=1
1 ≤ i ≤ n. In matrix form we can write this as
(I − λA)~c = ~f ,
where
a11 ··· a1n f1 c1
.. .. .. ..
A= .. ~
, f = , and ~c = .
. . . . .
an1 ··· ann fn cn
Some well-known facts from linear algebra
Suppose that we have a linear system of equations
(*) B~x = ~b.
Depending on whether the right hand side ~b is the zero vector or not we get the following alternatives.
1. If ~b = ~0 then:
a) det B 6= 0 ⇒ ~x = ~0,
b) det B = 0 ⇒ (*) has an infinite number of solutions ~x.
2. If ~b 6= 0 then:
c) det B 6= 0 ⇒ (*) has a unique solution ~x,
d) det B = 0 ⇒ (*) has no solution or an infinite number of solutions.
8.5. A GENERAL TECHNIQUE TO SOLVE A FREDHOLM INTEGRAL EQUATION OF THE SECOND KIND 75
The famous Fredholm Alternative Theorem is simply a reformulation of the fact stated above to the setting
of a Fredholm equation.
As always when solving a differential or integral equation one should test the solutions by inserting them
into the equation in question. If we insert y(x) = 1 − x and y(x) = 1 − 3x in (*) we can confirm that they
are indeed solutions corresponding to λ = 2 and −2 respectively.
♦
Z 1 Z 1
The left hand sides are identical so there are no solutions if x f (x)dx 6= f (x)dx, other-
0 Z 1 0
(iii) If the kernel k is not separable then there are infinitely many eigenvalues:
λ1 , λ2 , . . . , λn , . . . ,
with 0 < |λ1 | ≤ |λ2 | ≤ · · · and lim |λn | = ∞.
n→∞
(iv) To every eigenvalue corresponds at most a finite number of linearly independent
eigenfunctions.
We will now describe a method for solving a Fredholm Equation of the type:
Z b
(*) y(x) = f (x) + λ k(x,t)y(t)dt.
a
L EMMA 8.4. (Hilbert-Schmidt’s Lemma) Assume that there is a continuous function g(x) such that
Z b
F(x) = k(x,t)g(t)dt,
a
where k is symmetrical (i.e. k(x,t) = k(t, x)). Then F(x) can be expanded in a Fourier series as
∞
F(x) = ∑ cn yn (x),
n=1
T HEOREM 8.5. (The Hilbert-Schmidt Theorem) Assume that λ is not an eigenvalue of (*) and that y(x)
is a solution to (*). Then
∞
fn
y(x) = f (x) + λ ∑ yn (x),
n=1 λ n −λ
where λn and yn (x) are eigenvalues and eigenfunctions to the corresponding homogeneous equation (i.e.
Z b
(*) with f ≡ 0) and fn = f (x)yn (x)dx.
a
and according to H-S Lemma (8.4) we can expand y(x) − f (x) in a Fourier series:
∞
y(x) − f (x) = ∑ cn yn (x),
n=1
where
Z b Z b
cn = (y(x) − f (x)) yn (x)dx = y(x)yn (x)dx − fn .
a a
80 8. INTEGRAL EQUATIONS
Hence
Z b Z b
y(x)yn (x)dx = fn + (y(x) − f (x)) yn (x)dx
a a
Z b Z b
= fn + λ k(x, ξ)y(ξ)dξ yn (x)dx
a a
Z b Z b
{k(x, ξ) = k(ξ, x)} = fn + λ k(ξ, x)yn (x)dx y(ξ)dξ
a a
λ b
Z
= fn + yn (ξ)y(ξ)dξ.
λn a
Thus Z b
fn λn f n
y(x)yn (x)dx = = ,
a 1− λ λn − λ
λn
and we conclude that
λn fn λ fn
cn = − fn = ,
λn − λ λn − λ
i.e. we can write y(x) as
∞
fn
y(x) = f (x) + λ ∑ yn (x).
n=1 λn − λ
where λ 6= n2 π2 , n = 1, 2, . . . , and
(
x(1 − ξ), x ≤ ξ ≤ 1,
k(x, ξ) =
ξ(1 − x), 0 ≤ ξ ≤ x.
Solution: From Example 8.15 we know that the normalized eigenfunctions to the homogeneous
equation
Z 1
y(x) = λ k(x, ξ)y(x)dξ
0
are √
yn (x) = 2 sin (nπx) ,
corresponding to the eigenvalues λn = n2 π2 , n = 1, 2, . . . . In addition we see that
Z 1 √ √
(−1)n+1 2
Z 1
fn = f (x)yn (x)dx = x 2 sin (nπx) dx = ,
0 0 nπ
hence √
2λ ∞ (−1)n+1
y(x) = x + ∑ n (n2 π2 − λ) sin (nπx) , λ 6= n2 π2 .
π n=1
♦
Finally we observe that by using practically the same ideas as before we can also prove the following
theorem (cf. (5, pp. 246-247)).
8.7. HILBERT-SCHMIDT THEORY TO SOLVE A FREDHOLM EQUATION 81
T HEOREM 8.6. Let f and k be continuous functions and define the operator K acting on the function
y(x) by
Z x
Ky(x) = k(x, ξ)y(ξ)dξ,
a
and then define positive powers of K by
K m y(x) = K(K m−1 y)(x), m = 2, 3, . . . .
Observe that we obtain the same solution independent of method. This is easiest seen by looking
at the Taylor expansion of the second solution. More precisely we have
√ √ 1 √ 2 1 √ 3
e− λx = 1 − λx + λx − λx + · · · ,
2 3!
√ √ 1 √
2 1 √ 3
e λx = 1 + λx + λx + λx + · · · ,
2 3!
i.e.
1 √ √
y(x) = √ e λx − e− λx
2 λ
√
2 √ 3 2 √ 5
1
= √ 2 λx + λx + λx + · · ·
2 λ 3! 5!
x3 x5
= x + λ + λ2 + · · · .
3! 5!
♦
8.8. Exercises
8.1. [A] Rewrite the following second order initial values problem as an integral equation
(
u00 (x) + p(x)u0 (x) + q(x)u(x) = f (x), x > a,
u(a) = u0 , u0 (a) = u1 .
8.5. [A] Let α ≥ 0 and consider the probability that a randomly chosen integer between 1 and x has its
largest prime factor ≤ xα . As x → ∞ this probability distribution tends to a limit distribution with
the distribution function F(α), the so called Dickman function (note that F(α) = 1 for α ≥ 1). The
function F(α) is a solution of the following integral equation
Z α
t 1
F(α) = F dt, 0 ≤ α ≤ 1.
0 1−t t
1
Compute F(α) for ≤ α ≤ 1.
2
8.9. [A] Write a Neumann series for the solution of the integral equation
Z 1
u(x) = f (x) + λ u(t)dt,
0
e 1 1
and give the solution of the equation for f (x) = ex − + and λ = .
2 2 2
8.10. Solve the following integral equations:
Z 1
a) y(x) = x2 + (1 − 3xξ) y(ξ)dξ,
0
Z 1
a) Show that for f (x) ≡ 0 the equation has only the trivial solution in C2 [0, 1].
b) Give a function f (x) such that the equation has a non-trivial solution for all values of λ
and compute this solution.
8.14.* The current in an LRC-circuit with L = 3, R = 2, C = 0.2 (SI-units) and where we apply a voltage
at the time t = 3 satisfies the following integral equation
Z t
I(t) = 6θ(t − 1) (t − 1) + 2t + 3 − (2 + 5 (t − y)) I(y)dy.
0
Determine I(t) using the Laplace transform.
8.15. [A] Consider (again) the salesman’s control problem (Example 8.4). Assume that the number of
products in stock at the time t = 0 is a and that the products are sold at a constant rate such that all
products are sold out in T (time units). Now let u(t) be the rate (products/time unit) with which we
have to purchase new products in order to have a constant number of a products in stock.
a) Write the integral equation which is satisfied by u(t).
b) Solve the equation from a) and find u(t).
a t/T
b) u(t) = e .
T
8.16.*
a) Write the integral equation
Z 1
(*) y(x) = λ k(x, ξ)y(ξ)dξ,
0
where (
x(1 − ξ), x ≤ ξ ≤ 1,
k(x, ξ) =
ξ(1 − x), 0 ≤ ξ ≤ x,
as a boundary value problem.
b) Find the eigenvalues and the normalized eigenvectors to the problem in a).
Solve the equation
Z 1
y(x) = f (x) + λ k(x, ξ)y(ξ)dξ,
0
where k(x, ξ) is as in a) and λ 6= n2 π2 for
c) f (x) = sin (πkx), k ∈ Z, and
d) f (x) = x2 .
8.8. EXERCISES 85