Problems in Finite Element Methods Aubin Nitsche's Duality Process
Problems in Finite Element Methods Aubin Nitsche's Duality Process
Aref Jeribi
Problems in
Finite Element
Methods
Aubin Nitsche’s Duality Process, Nodal
Methods and Friedrichs Systems
@seismicisolation
@seismicisolation
Infosys Science Foundation Series
Editors-in-Chief
Gopal Prasad, University of Michigan, Ann Arbor, USA
Irene Fonseca, Carnegie Mellon University, Pittsburgh, PA, USA
Associate Editors
Chandrashekhar Khare, University of California, Los Angeles, USA
Mahan Mj, Tata Institute of Fundamental Research, Mumbai, India
Manindra Agrawal, Indian Institute of Technology Kanpur, Kanpur, India
Ritabrata Munshi, Tata Institute of Fundamental Research, Mumbai, India
S. R. S. Varadhan, New York University, New York, USA
Weinan E, Princeton University, Princeton, USA
@seismicisolation
@seismicisolation
The Infosys Science Foundation Series in Mathematical Sciences, a Scopus-
indexed book series, focuses on high-quality content in the domain of pure and
applied mathematics, biomathematics, financial mathematics, operations research
and theoretical computer science. With this series, Springer hopes to provide readers
with monographs, textbooks, edited volume, handbooks and professional books of
the highest academic quality on current topics in relevant disciplines. Literature in
this series will appeal to a wide audience of researchers, students, educators and
professionals across the world.
@seismicisolation
@seismicisolation
Aref Jeribi
@seismicisolation
@seismicisolation
Aref Jeribi
Department of Mathematics and Statistics,
College of Science
Imam Mohammad Ibn Saud Islamic
University (IMSIU)
Riyadh, Saudi Arabia
© The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature
Singapore Pte Ltd. 2024
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether
the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse
of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and
transmission or information storage and retrieval, electronic adaptation, computer software, or by similar
or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication
does not imply, even in the absence of a specific statement, that such names are exempt from the relevant
protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book
are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or
the editors give a warranty, expressed or implied, with respect to the material contained herein or for any
errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional
claims in published maps and institutional affiliations.
This Springer imprint is published by the registered company Springer Nature Singapore Pte Ltd.
The registered company address is: 152 Beach Road, #21-01/04 Gateway East, Singapore 189721,
Singapore
@seismicisolation
@seismicisolation
To
my mother Sania,
my father Ali,
my wife Fadoua,
my children Adam and Rahma,
my brothers Sofien and Mohamed Amin,
my sister Elhem, and
all members of my extended family
@seismicisolation
@seismicisolation
Preface
Finite and boundary element methods are among the most widely used numerical
discretization methods for the approximate resolution of elliptical boundary prob-
lems. Finite element methods (FEM) are based on a variational formulation of the
partial differential equation (PDE) to be solved. The finite element method is a
numerical technique for solving problems that can be formulated as a functional
minimization, which are described by PDE. Partial differential equations appear in
many mathematical models of economic, biological, and physical phenomena, such
as elasticity, electromagnetism, fluid dynamics, quantum mechanics, model forma-
tion, or derivative evaluation. This book is devoted to the mathematical analysis of
the numerical solution of boundary problems arising in elasticity, acoustic, and elec-
tromagnetic scattering. Numerical simulation is of course the process that makes it
possible to calculate the solutions of these models on computer, and thus to simulate
the physical reality. This book is intended for applied mathematicians, engineers,
scientists, and graduate students wishing to learn and familiarize themselves with
finite element theory. This book includes a course and a series of exercises with very
detailed solutions that I taught for several years to licenses and masters in pure and
applied mathematics, and to engineering schools. The introduction to finite elements
is treated in two parts: finite elements in dimension 1 and finite elements in dimension
2. The finite element method is one of the tools of applied mathematics. In numerical
analysis, the finite element method is used to numerically solve partial differential
equations. When the space of finite elements is a subspace of the space of solutions,
the method is called conforme. In mathematics, it is a question of replacing a compli-
cated problem for which until now we do not know a solution, by a simpler problem
that we know how to solve. This method then appears as a particular Galerkin method.
Aubin Nitsche’s duality process has been considered in some cases conforming
and in others non-conforming. A description of the nodal method for squares or
rectangles and for triangles is given. Of course, in each part, an increase in the
error between exact solution and approximate solution is given. An approximation
of positive symmetric first-order systems in the Friedrichs sense by FEM is given.
Continuous and discontinuous approximation methods adapted to the structure of
vii
@seismicisolation
@seismicisolation
viii Preface
References
@seismicisolation
@seismicisolation
Contents
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Objective of This Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Finite Element Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Introduction of Some Elliptical Limit Problems . . . . . . . . . . . . . . . 4
1.4 Existence and Uniqueness . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.5 Nodal Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.6 Symmetric First-Order Differential Systems in the Sense
of Friedrichs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.6.1 First-Order Systems, Symmetric, and Positive
in the Sense of Friedrichs . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.6.2 Continuous Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.6.3 Discontinuous Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
1.6.4 Neutron Transport Equation . . . . . . . . . . . . . . . . . . . . . . . . 11
1.7 Outline of Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2 Fundamentals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.1 Vector Space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.2 Norm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.3 Bounded Linear Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.4 Inner Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.5 Hilbert Space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.5.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.5.2 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.5.3 Convex Sets and Functions . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.5.4 Isometry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.5.5 Arithmetic-Geometric Mean Inequality . . . . . . . . . . . . . . 24
2.6 Elementary Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
2.6.1 Cauchy-Schwarz Inequality . . . . . . . . . . . . . . . . . . . . . . . . 24
2.6.2 Triangular Inequality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
ix
@seismicisolation
@seismicisolation
x Contents
@seismicisolation
@seismicisolation
Contents xi
@seismicisolation
@seismicisolation
xii Contents
@seismicisolation
@seismicisolation
Contents xiii
@seismicisolation
@seismicisolation
xiv Contents
@seismicisolation
@seismicisolation
Contents xv
@seismicisolation
@seismicisolation
xvi Contents
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
@seismicisolation
@seismicisolation
Symbols
xvii
@seismicisolation
@seismicisolation
xviii Symbols
@seismicisolation
@seismicisolation
Symbols xix
@seismicisolation
@seismicisolation
Chapter 1
Introduction
The finite element method was born in the aeronautical industry, in the 1950s, more
precisely around the research and development teams of Boeing. Only a few large
companies in the sector have been able to acquire the digital means essential to the
application of the method. The term “finite elements” is then widely developed. It has
grown widely since the 1950s to pervade most areas of applied science, engineering,
and financial markets. Nowadays, the finite element method is implemented in many
academic or commercial software. It remains until now a blind simulation tool, there-
fore an object of study, and still knows many more specific developments (mobile or
three-dimensional problems, applications on machines or massively parallel graphics
cards, deformable meshes, etc.).
The objective of this book is to introduce the reader to numerical simulation and
the world of mathematical modeling, which, in recent decades, have taken on con-
siderable importance in all fields of science and industrial applications (or financial
markets and engineering). Partial differential equations (PDE) appear in many math-
ematical models of economic, biological, and physical phenomena, such as elasticity,
electromagnetism, fluid dynamics, quantum mechanics, model formation, or deriva-
tive evaluation. Mathematical modeling is the art (or science, depending on the point
of view) of representing (or transforming) a physical reality into abstract models
accessible for analysis and calculation. Numerical simulation is of course the pro-
cess that makes it possible to calculate the solutions of these models on computer and
thus to simulate the physical reality. However, closed-form or analytic solutions of
these equations are only available in very specific cases (e.g., for simple geometries
or constant coefficients), and, therefore one must resort to numerical approximations
of these solutions.
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 1
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_1
@seismicisolation
@seismicisolation
2 1 Introduction
The finite element method is the basis introduced in this book. Although intro-
duced in dimension .1, we will resume the basic concepts and largely extend the
fields of application in higher dimension. We will see, in particular, how to propose
numerical methods allowing to solve limit problems in higher dimension. Finally,
we will make the link with the notion of variational formulation, which also makes
it possible to better understand the underlying fundamental mathematical principles.
The objectives of this book are multiple. Indeed, it is first of all a question of
understanding how the point of view of the variational formulation makes it possi-
ble, under an unusual approach, to approach problems of partial differential equa-
tions. This point of view turns out to be rich and powerful. It allows in particular to
introduce the theoretical elements, which will lead to the resolution of the problem
(to demonstrate the existence and the unicity of the solution by using the theorem
of Lax-Milgram in an adequate framework), then to build the method of the finite
elements in consider a finite-dimensional subspace, which relies on theoretical con-
siderations to naturally provide a means of approximating the solution (which, in
general, is not explicitly computable).
The finite element method has enjoyed great success in many fields of science and
technology since it was first suggested in elasticity in the fifth decade of the twen-
tieth century. Today, it has become a powerful tool for solving partial differential
equations [1–3].
The key problem of the finite element method is to use a discrete solution on the
finite element space, usually consisting of piecewise polynomials, to approximate
the exact solution on the given space according to some kind of variational principle.
The finite element method (FEM) is a numerical technique for solving problems
that can be formulated as a functional minimization, which are described by partial
differential equations (PDE). A domain of interest is represented as an assembly of
finite elements. Finite element approximation functions are determined in terms of
nodal values of a searched physical field. A continuous physical problem is trans-
formed into a discretized finite element problem with unknown nodal values. For a
linear problem, a system of linear algebraic equations must be solved. Values inside
finite elements can be retrieved using nodal values.
Other steps will be necessary for the formalization of the finite element method
(FEM): measure theory is fundamental to formalize the so-called Sobolev spaces
such as . L 2 (Ω, R) , . H 1 (Ω), and . H01 (Ω) on a fairly regular domain .Ω and estab-
lish that they are Hilbert spaces on which the theorem applies of Lax-Milgram as
well as the concept of distribution to set up the good framework to treat the weak
formulations. Finally, chapters on approximation and interpolation theories define
discrete finite element approximation spaces. The . P1 finite element method is based
on the discrete space of globally continuous and affine functions on each cell.
@seismicisolation
@seismicisolation
1.2 Finite Element Method 3
When the space of finite elements is a subspace of the space of solutions, the
method is called conforme. It is known that, in this case, the finite element solution
converges to the true solution provided that the finite element space approaches the
given space in some sense [1].
In general, for an elliptical boundary value problem of order .2m, the space of
conforming finite elements is a subspace .C m−1 . This means that the shape function
in this conformal finite element space is continuous with its derivatives of order
.m − 1. That is, for a second-order problem, the shape function is continuous and for
a fourth-order problem, the shape function and its first derivatives are continuous.
This is a fairly strong restriction imposed on shape functions in the latter case.
It is proven that to construct a finite element space conforming with .C 1 continuity
for a two-dimensional problem of the fourth order, like the problem of bending of the
plates in elasticity, one needs at least an .18-parameter quintic polynomial for a trian-
gular element [1], and a .16-parameter bicubic polynomial for a rectangular element.
This leads to computational difficulties because the dimension of the associated finite
element space is quite large and its structure is rather complicated.
Therefore, it is desirable to use lower order polynomials with few parameters
while keeping the required continuity property. A genius approach is to subdivide a
given element into many small sub-elements and then use lower order polynomials
on each sub-element to achieve .C 1 continuity across the whole element. It is called
the macro-elements method [1]. An abundant literature has appeared in this direction.
However, due to the complexity of formulating the relevant finite element spaces,
this method does not seem so popular in finite element method calculations.
Another approach consists of directly relaxing the continuity .C m−1 of the finite
element space. This is the so-called non-conforming finite element method which
has had and still has a great impact on the development of finite element methods [1].
However, it has been observed for a short time that some non-conforming elements
converge and others do not. Convergence behavior sometimes depends on mesh
configuration.
Therefore, it is important to have some criterion to verify which non-conforming
element is convergent and which is not. B. M. Irons and A. Razzaque proposed the
Patch Test [4] based on some mechanical consideration and computational experi-
ences. The idea of the patch test is that each element should solve the problem accu-
rately for any constant strain field. The test is very simple and easy to implement in
engineering applications [4].
Wilson’s non-conforming finite element is commonly used to solve problems in
linear elasticity. The Patch Test is satisfied when this element is a rectangle or a
parallelogram and the error made on the constraints is of the order of .h, where .h is
the largest of the element diameters. The Patch Test is not satisfied when the element
is any quadrilateral.
The ambition of this book is to provide the basics that will allow future research
and development or design office engineers to create new numerical algorithms or
new models for more complicated problems not covered in this book. However, even
those who are not destined for such a career have an interest in fully understanding
the challenges of digital simulation. In fact, many political or industrial decisions
@seismicisolation
@seismicisolation
4 1 Introduction
are now taken on the basis of calculations or numerical simulations. It is, therefore,
important that decision-makers have the ability to judge the quality and reliability
of the calculations presented to them. This book will allow them to know the first
criteria that guarantee the relevance and validity of numerical simulations.
The introduction to finite elements is treated in two parts: finite elements in dimen-
sion 1 and finite elements in dimension 2. The finite element method is one of the tools
of applied mathematics. In numerical analysis, the finite element method is used to
solve numerically some partial differential equations. In mathematics, it is a question
of replacing a complicated problem for which until now we do not know a solution, by
a simpler problem that we know how to solve. The finite element method then appears
as a particular Galerkin method. The finite-dimensional (numerical) approximation
of such problems was first studied systematically by Boris Grigorievich Galerkin.
The Galerkin method, which he first published in 1915, is based on a sequence of
finite-dimensional subspaces.(Vn )n ⊂ X ,.Vn+1 ⊂ Vn , that fill the space. X in the limit.
In each finite-dimensional space .Vn , the problem is solved exactly. It can be shown
that under suitable assumptions the sequence of the approximate solutions .(u n )n ,
.u n ∈ Vn , converges to the exact solution .u of the problem. Aubin-Nitsche’s duality
process has been considered in some cases conforming and in others not conform-
ing. We also give a description of the nodal method for squares or rectangles and
for triangles. Of course, in each part, we give an increase of the error between exact
solution and approximate solution. We give an approximation of first-order systems
with positive symmetry in the sense of Friedrichs by finite element methods.
Unfortunately, it has been found in mathematics that patch testing is neither nec-
essary nor sufficient [2, 5–11]. A precise convergence condition, namely the gener-
alized patch test, was suggested by Stummel [12] from a rigorous mathematical point
of view. Many non-conforming finite elements in applications can be checked with
this test [13]. A simplified version of the generalized patch test has been proposed by
the author [14]. However, either the patch test or the generalized patch test is only an
analysis tool for an evaluation of the convergence of the non-conforming elements.
How to build a good element is another, if not more important, problem to solve a
real problem.
on this membrane with a force of density . f directed along the .z axis. We seek the
displacement .u(x, y) of the points of this membrane along the axis of .z.
@seismicisolation
@seismicisolation
1.3 Introduction of Some Elliptical Limit Problems 5
f
y
g
∂g
x
Let . E(v) be the total energy of the system for a state of displacement .v. The
displacement .u of the membrane under the action of the force . f is a function that
minimizes the energy . E(v), for all admissible displacements .v (i.e., zero on .∂Ω, and
such that the energy . E(v) makes sense). The internal energy (stress energy) of the
system is assumed to be proportional to the variation of the surface of the membrane
and is equal to ⎡( ⎤
{ ( )2 ( )2 ) 21
⎣ 1+ ∂v ∂v
. + − 1⎦ d xd y.
Ω ∂x ∂y
Except for an additive constant (characterizing the energy of the membrane at rest),
the energy . E(v) is, therefore, written
{ ( ) {
) )1
. E(v) = 1 + |grad v|2 2 − 1 d xd y − f v d xdy.
Ω Ω
@seismicisolation
@seismicisolation
6 1 Introduction
The Lax-Milgram theorem is one of the key ingredients used to build the finite ele-
ment method (FEM). It is a way to establish the existence and uniqueness of the
weak solution of the variational formulation and its discrete approximation. It is
valid for coercive linear operators defined on Hilbert spaces. A corollary known as
Cea’s lemma provides a quantification of the error between the computed approxi-
mation and the unknown exact solution. In particular, the Lax-Milgram theorem is
sufficient to prove the existence and uniqueness of the solution to the (variational
formulation) of the standard Poisson problem defined as follows. We now begin the
theoretical study of elliptic partial differential or derivative equations and boundary
value problems. We hinge on an approach, called the weak approach. There are other
ways to solve or to find the solution of elliptical problems. The weak approach is
quite simple and well-suited to a whole class of approximation methods, as we will
see later. Let .Ω be an open bounded domain of .Rn with piecewise smooth boundary
.Γ = ∂Ω. Given a function . f ∈ L (Ω, R), we search a function .u defined on .Ω
2
checking
. − Δu = f in Ω (1.4.1)
u = 0 on Γ = ∂Ω,
. (1.4.2)
en ∂ 2
where .Δ = i=1 ∂ xi2
is the Laplacian operator. Equations (1.4.1)–(1.4.2) are the
strong formulation of Laplacian’s problem. We replace the problem (1.4.1) and
(1.4.2) by the following problem:
Find .u ∈ H01 (Ω) such that for all .v ∈ H01 (Ω), we have
n {
E {
∂u ∂v
. dx = f v d x. (1.4.3)
i=1 Ω ∂ xi ∂ xi Ω
Its weak formulation (1.4.3) is the connection with the Lax-Milgram theorem given.
We do not intend to limit ourselves to this particular problem, but we emphasize that
our work covers this standard problem which is the basis for the study of many other
physical and mechanical problems.
@seismicisolation
@seismicisolation
1.5 Nodal Method 7
Other mathematical tools can be used to show or prove the existence and unique-
ness of the weak solution to variational problems. For example, one cites the Banach-
Necas-Babuska theorem for Banach spaces, from which one can deduce the Lax-
Milgram theorem, e.g., see [15], or the theory of mixed and saddle point problems,
which is used for example for some fluid problems, e.g., see [16, 17]. However, our
choice is mainly guided by our limited numbers and by the intuitionist logic of the
interactive result demonstrator that we intend to use: we try to select an elemen-
tary and constructive way of proof. This recommends to work initially with Hilbert
spaces rather than with Banach spaces and to try to avoid the use of the Hahn-Banach
theorem whose proof is based on Zorn’s lemma.
Let .Ω be a bounded open set of .R2 , with piecewise smooth boundary .∂Ω, either a
triangulation .τh of .Ω by subdividing .Ω into rectangles or triangles . R. In this book,
we define the Nodal method and we show that the Nodal method is identical to
the non-conforming method, in proving that the linear system associated with the
Nodal method is identical with the linear system associated with the non-conforming
method. The error between the exact solution and the approximate solution is given
(indicators and estimators of error, a priori, and a posteriori). In fact, in nuclear
physics, we consider the problem
. − div(D grad u) + σ u = f in Ω
D and σ = cte in relation to each piece
u = 0 on Γ = ∂Ω,
@seismicisolation
@seismicisolation
8 1 Introduction
for all .vh ∈ Vh with . D and .σ are equal to constants with respect to each rectangle . R,
v is the average of .vh on . R, i.e.,
. h |R
{
1
v
. h |R = vh d xd y
mes(R) R
Let .Ω be a bounded open set of .Rn , with piecewise smooth boundary .∂Ω and let
.ν = (ν1 , · · · , νn ) be the following directed unit vector the exterior normal to .∂Ω.
The formulation exposed in this book, introduced by Friedrichs [18] in 1958, allows
to take into account partial differential equations of different types
• elliptical:
.
. − Δu = f.
• parabolic:
.
∂u
. − Δu = f.
∂t
• hyperbolic:
.
∂ 2u
. − Δu = f.
∂t 2
or changing type:
• Tricomi’s equation:
.
∂ 2u ∂ 2u
. y − 2 = f
∂x 2 ∂y
U
with .Ω {y = 0} /= ∅, or even of different character depending on the variables:
@seismicisolation
@seismicisolation
1.6 Symmetric First-Order Differential Systems in the Sense of Friedrichs 9
∂q ∂q ∂q ∂ 2q
u
. +v +w − ν 2 = f,
∂x ∂y ∂z ∂z
∂u ∂v ∂w
where .u > 0, . + + = 0, and .ν = cte > 0.
∂x ∂y ∂z
This formalism also makes it possible to define approximation methods by finite
elements using discontinuous functions [19], which is often well suited to problems
with strong gradients.
The main object of this work is to approach the solution of the following first-
order systems, symmetric, and positive in the sense of Friedrichs: Find a function
.u : Ω −→ R such that
p
E
n
∂u
. Au(x) := Ai (x) (x) + A0 (x)u(x) = F(x) for x ∈ Ω (1.6.1)
i=1
∂ xi
E
n
∂ Ai
. A0 +t A0 + ≥ c0 I, c0 > 0,
i=1
∂ xi
with .νi .1 ≤ i ≤ n are the components of the normal vector outside the domain .∂Ω.
We denote by .t M the adjoint matrix of . M and, we assume that
@seismicisolation
@seismicisolation
10 1 Introduction
where . K er (B) is the null space of . B. The formal adjoint operator . A∗ of . A is given by
En
∂
. A∗ u(x) = − (Ai (x)u(x)) + A∗0 (x)u(x) for x ∈ Ω.
i=1
∂ x i
When certain regularity properties on the dependence on .x are satisfied, the problem
(1.6.1)–(1.6.2) admits a unique solution .u ∈ (H 1 (Ω)) p ([2, 4, 20, 21]). Let .Wh
(resp. .Vh ) be
U a finite dimensional space not necessarily included (resp. included)
in .(H 1 (Ω) C 0 (Ω, R)) p . In the first part, one defines and one studies various
methods of approximation of the system (1.6.1)–(1.6.2): continuous methods when
the approximate solution .u h is sought in the space .Vh and discontinuous methods
when the solution .u h is sought in .Wh . Then, we give several examples, where we
study continuous and discontinuous approximation methods, adapted to the structure
of the equations, leading to linear systems of quasi-explicit resolution, and, therefore
commonly used in practice.
for all .v ∈ (H 1 (Ω)) p , where . A∗ is the formal adjoint operator of . A. Let .Vh be a finite
dimensional space included in .(H 1 (Ω)) p , we seek .u h ∈ Vh such that for all .vh ∈ Vh ,
we have
{ { { {
1 1 1
. Au h · vh d x + u h · A ∗ vh d x + Mu h · vh ds = F · vh d x.
2 Ω 2 Ω 2 ∂Ω Ω
We show in particular when the space .Vh is constructed from triangular or quadrilat-
eral finite elements . K , of diameters .≤ h, and if we use polynomials of degree .k in
each element . K , and if the solution .u is regular enough (belonging to .(H k+1 (Ω)) p ),
we have the error markup
@seismicisolation
@seismicisolation
1.6 Symmetric First-Order Differential Systems in the Sense of Friedrichs 11
where . PK designates the space of shape functions on the element . K . The functions
of .Wh are regular on each element . K , and in general discontinuous at the interfaces
of these elements. We, then, seek .u h ∈ Wh such that for all .vh ∈ Wh
E [{ { (
BT − M T
) ]
. (Au h − F) · vh d x − (u int
h − u ext
h ) · v int
h ds = 0,
K ⊂Ω K ∂K 2
(1.6.4)
with
E
n
. BT = νiK Ai ,
i=1
∂u ∂u
. Au := μ +ν + σ u = f for (x, y) ∈ Ω ⊂ R2 ,
∂x ∂y
where .μ and .ν are two scalars such that .μ2 + ν 2 ≤ 1, .σ > 0, .Ω is a bounded domain
of .R2 , with border .∂Ω,
@seismicisolation
@seismicisolation
12 1 Introduction
and, .n x and .n y are the components of the exterior normal to .∂Ω. The approxima-
tion of the two-dimensional transport equation in plane symmetry is given. We first
recall certain properties specific to the hyperbolic character of this equation in plane
symmetry. We consider more particularly the neutron transport equation:
(i) In two-dimensional plane geometry .(x, y)
.
∂ϕ ∂ϕ
μ
. +ν + σ ϕ = F in Ω ⊂ R2 ,
∂x ∂y
∂ 2 ∂
μ
. (r ϕ) + r ((1 − μ2 )ϕ) + σ r 2 ϕ = r 2 S on Ω =]0, R[×] − 1, 1[
∂r ∂μ
where the space . PK, of the test functions .v is to be chosen at best. This generalizes
the DSN and SNG ([62, 63]) schemes commonly used in practice. For a suitable
choice of . PK, , we show that the method is stable when the finite elements . K are
convex quadrilaterals having two sides illuminated by the characteristic direction
.(μ, ν). We, then, show error bounds in certain norms, discrete analogues of the norm
.|| · ||0,Ω . We, then, consider a discontinuous method: we seek .u h ∈ Wh such that for
any . K and any function .vh ∈ PK , we have
@seismicisolation
@seismicisolation
References 13
{ {
. (Au h − f )vh d xd y − (μn x + νn y )(u h − th )vh ds = 0,
K ∂− K
where { U
0 on ∂− K ∂− Ω U
t =
. h
external trace of u h on ∂− K \(∂− K ∂− Ω),
and
∂ K = {(x, y) ∈ ∂ K such that μn x + νn y < 0}.
. −
References
1. P.G. Ciarlet, The Finite Element Method for Elliptic Problems (North-Holland, Amsterdam,
NY, 1978)
2. A. Jeribi, Solving various elliptical problems using finite element methods. Lessons, exer-
cises, and corrected problems. (Résolution de divers problèmes elliptiques by des méthodes
d’éléments finis. Cours, exercices, et problèmes corrigés.) (French) Références Sciences. Paris:
Ellipses (2021), 456 p. ISBN 978-2-340-06117-0/pbk
3. O.C. Zienkiewicz, The Finite Element Method, 3rd edn. (Mcgraw-Hill, New York, 1977)
@seismicisolation
@seismicisolation
14 1 Introduction
4. B.M. Irons, A. Razzaque, Experience with the patch test for convergence of finite elements. The
Mathematical Foundations of the Finite Element Method with Applications to Partial Differen-
tial Equations (Proceedings Symposium, Univ. Maryland, Baltimore, Md., 1972) (Academic,
New York, 1972), pp. 557–587
5. A. Jeribi, Spectral Theory and Applications of Linear Operators and Block Operator Matrices
(Springer, New-York, 2015)
6. A. Jeribi, Théorie des points fixes pour la topologie faibleâŁ¯: exercices et problèmes corrigés,
édition Cépaduès (Toulouse, France, 2023)
7. Z.-C. Shi, An explicit analysis of Stummel’s patch test examples. Int. J. Numer. Methods Eng.
20, 1233–1246 (1984)
8. Z.-C. Shi, A convergence condition for the quadrilateral Wilson element. Numer. Math. 44,
349–361 (1984)
9. Z.-C. Shi, On the convergence properties of quadrilateral elements of Sander and Beckers.
Math. Comput. 42, 493–504 (1984)
10. Z.-C. Shi, On the nine degree quasi-conforming plate element. Math. Numer. Sinica 10, 100–
106 (1988)
11. F. Stummel, The limitation of the patch test. Int. J. Numer. Methods Eng. 15, 177–188 (1980)
12. F. Stummel, The generalized patch test SIAM. J. Numer. Anal. 16, 449–471 (1979)
13. Z.-C. Shi, The generalized patch test for Zienkiewicz triangles. J. Comput. Math. 2, 279–286
(1984)
14. Z.-C. Shi Convergence of the TRUNC plate element Comput. Methods Appl. Eng., 62 (1987),
pp. 71-88
15. A. Ern, J.-L. Guermond, Theory and Practice of Finite Elements, Applied Mathematical
Sciences, vol. 159. (Springer, New York, 2004)
16. F. Brezzi, On the existence, uniqueness and approximation of saddle-point problems arising
from Lagrangian multipliers. Rev. FranàSaise Automat. Informat. Recherche Opérationnelle
Sér. Rouge 8(R-2), 129–151 (1974)
17. V. Girault, P.-A. Raviart, Finite Element Methods for Navier-Stokes Equations. Springer Series
in Computational Mathematics, vol. 5 (Springer, Berlin, 1986). Theory and algorithms
18. K.O. Friedrichs, Symmetric positive linear differential equations. Commun. Pure Appl. Math.
11, 333–418 (1958)
19. P. Lesaint, Sur la résolution des systèmes hyperboliques du premier ordre by des méthodes
d’éléments finis (Thèse, Pierre et Marie Curie, Paris, 1975)
20. P.D. Lax, R.S. Phillips, Local boundary conditions for dissipative symmetric linear differential
operators. Commun. Pure Appl. Math. 13, 427–455 (1960)
21. R.S. Phillips, L. Sarason, Singular symmetric positive first order differential operators. J. Math.
Mech. 15, 235–271 (1966)
22. P. G. Ciarlet, P.-A. Raviart, The combined effect of curved boundaries and numerical integration
in isoparametric finite element methods. The Mathematical Foundations of the Finite Element
Method with Applications to Partial Differential Equations (Proc. Sympos., Univ. Maryland,
Baltimore, Md., 1972) (Academic, New York, 1972), pp. 409–474
23. T. Dupont, Galerkin methods for first order hyperbolics: an example. SIAM J. Numer. Anal.
10, 890–899 (1973)
24. B. Abdelmoumen, A. Dehici, A. Jeribi, M. Mnif, Some new properties in Fredholm theory,
Schechter essential spectrum, and application to transport theory. J. Inequal. Appl. Art. ID
852676, 14 pp (2008)
25. B. Abdelmoumen, O. Jedidi, A. Jeribi, Time asymptotic description of an abstract Cauchy
problem solution and application to transport equation. Appl. Math. 59(1), 53–67 (2014)
26. B. Abdelmoumen, A. Jeribi, M. Mnif, Time asymptotic description of the solution to an abstract
Cauchy problem and application to transport equation. Math. Z. 268(3–4), 837–869 (2011)
27. B. Abdelmoumen, A. Jeribi, M. Mnif, Measure of weak noncompactness, some new properties
in Fredholm theory, characterization of the Schechter essential spectrum and application to
transport operators. Ric. Mat. 61(2), 321–340 (2012)
@seismicisolation
@seismicisolation
References 15
28. B. Abdelmoumen, A. Jeribi, M. Mnif, On graph measures in Banach spaces and description
of essential spectra of multidimensional transport equation. Acta Math. Sci. Ser. B (Engl. Ed.)
32(5), 2050–2064 (2012)
29. F. Abdmouleh, A. Ammar, A. Jeribi, A characterization of the pseudo-Browder essential spectra
of linear operators and application to a transport equation. J. Comput. Theor. Transp. 44(3),
141–153 (2015)
30. F. Abdmouleh, A. Jeribi, Symmetric family of Fredholm operators of indices zero, stability of
essential spectra and application to transport operators. J. Math. Anal. Appl. 364(2), 414–423
(2010)
31. F. Abdmouleh, A. Jeribi, Gustafson, Weidman, Kato, Wolf, Schechter, Browder, Rakocevic
and Schmoeger essential spectra of the sum of two bounded operators and application to a
transport operator. Math. Nachr. 284(2–3), 166–176 (2011)
32. A. Ammar, A. Jeribi, A characterization of the essential pseudospectra and application to a
transport equation. Extracta Math. 28(1), 95–112 (2013)
33. A. Ammar, A. Jeribi, K. Mahfoudhi, Global bifurcation from the real leading eigenvalue of the
transport operator. J. Comput. Theor. Transp. 46(4), 229–241 (2017)
34. G.I. Bell, S. Glasstone, Nuclear Reactor Theory (van Nostrand Reinhold Company, 1970)
35. N. Ben Ali, A. Jeribi, N. Moalla, On some subsets of Schechter’s essential spectrum of a matrix
operator and application to transport operator. Math. Nachr. 283(9), 1245–1256 (2010)
36. A. Ben Amar, I. Feki, A. Jeribi, Leray-Schauder and Furi-Pera types fixed point theorems for
the sum of two weakly sequentially continuous mappings and application to transport equation.
Afr. Mat. 25(3), 707–722 (2014)
37. A. Ben Amar, A. Jeribi, B. Krichen, Essential spectra of a .3 × 3 operator ma
38. A. Ben Amar, A. Jeribi, M. Mnif, Some applications of the regularity and irreducibility on
transport theory. Acta Appl. Math. 110(1), 431–448 (2010)
39. S. Charfi, A. Elleuch, A. Jeribi, On the time asymptotic behavior of a transport operator with
bounce-back boundary condition. Applied Mathematics in Tunisia, Springer Proceedings in
Mathematics and Statistics, vol. 131 (Springer, Cham, 2015 21), pp. 329–358
40. S. Charfi, A. Intissar, A. Jeribi, Expansion of solution in terms of generalized eigenvectors for
a rectilinear transport equation. Transp. Theory Statist. Phys. 38(6), 330–345 (2009). 22
41. S. Charfi, A. Jeribi, On a characterization of the essential spectra of some matrix operators and
application to two-group transport operators. Math. Z. 262(4), 775–794 (2009)
42. S. Charfi, A. Jeribi, N. Moalla, Time asymptotic behavior of the solution of an abstract Cauchy
problem given by a one-velocity transport operator with Maxwell boundary condition. Collect.
Math. 64(1), 97–109 (2013)
43. A. Dehici, A. Jeribi, K. Latrach, Spectral analysis of a transport operator arising in growing
cell populations. Acta Appl. Math. 92(1), 37–62 (2006)
44. A. Jeribi, Quelques remarques sur les opérateurs de Fredholm et application à l’équation de
transport. (French) [Some remarks on Fredholm operators and application to the transport
equation] C. R. Acad. Sci. Paris Sér. I Math. 325(1), 43–48 (1997)
45. A. Jeribi, Some remarks on the Schechter essential spectrum and applications to transport
equations. J. Math. Anal. Appl. 275(1), 222–237 (2002)
46. A. Jeribi, K. Latrach, Quelques remarques sur le spectre essentiel et application à l’équation de
transport. (French) [Some remarks on the essential spectrum and application to the transport
equation] C. R. Acad. Sci. Paris Sér. I Math. 323(5), 469–474 (1996)
47. A. Jeribi, H. Megdiche, N. Moalla, On a transport operator arising in growing cell populations.
II. Cauchy problem. Math. Methods Appl. Sci. 28(2), 121–145 (2005)
48. A. Jeribi, M. Mnif, Fredholm operators, essential spectra and application to transport equations.
Acta Appl. Math. 89(1–3), 155-176 (2005) (2006)
49. A. Jeribi, N. Moalla, A characterization of some subsets of Schechter’s essential spectrum and
application to singular transport equation. J. Math. Anal. Appl. 358(2), 434–444 (2009)
50. A. Jeribi, N. Moalla, I. Walha, Spectra of some block operator matrices and application to
transport operators. J. Math. Anal. Appl. 351(1), 315–325 (2009)
@seismicisolation
@seismicisolation
16 1 Introduction
51. A. Jeribi, N. Moalla, S. Yengui, . S-essential spectra and application to an example of transport
operators. Math. Methods Appl. Sci. 37(16), 2341–2353 (2014)
52. A. Jeribi, N. Moalla, S. Yengui, Perturbation theory, . M-essential spectra of .2times2 operator
matrices and application to transport operators. J. Math. Appl. 44, 35–55 (2021)
53. A. Jeribi, S.A. Ould Ahmed Mahmoud, R. Sfaxi, Time asymptotic behaviour for a one-velocity
transport operator with Maxwell boundary condition. Acta Appl. Math. 98(3), 163–179 (2007)
54. A. Jeribi, I. Walha, Gustafson, Weidmann, Kato, Wolf, Schechter and Browder essential spectra
of some matrix operator and application to two-group transport equation. Math. Nachr. 284(1),
67–86 (2011)
55. K. Latrach, A. Jeribi, On the essential spectrum of transport operators on L1-spaces. J. Math.
Phys. 37(12), 6486–6494 (1996)
56. K. Latrach, A. Jeribi, Aref Sur une équation de transport intervenant en dynamique des popu-
lations. (French) [On a transport equation arising in growing cell populations] C. R. Acad. Sci.
Paris Sér. I Math. 325(10), 1087–1090 (1997)
57. K. Latrach, A. Jeribi, H. Megdiche, Time asymptotic behavior of the solution to a Cauchy
problem governed by a transport operator. J. Integral Equ. Appl. 17(2), 121–139 (2005)
58. N. Moalla, M. Damak, A. Jeribi, Essential spectra of some matrix operators and application to
two-group transport operators with general boundary conditions. J. Math. Anal. Appl. 323(2),
1071–1090 (2006)
59. W.H. Reed, T.R. Hill, F.W. Brinkley, K.D. Lathrop, A two dimensional multigroup triangular
mesh planar geometry explicit transport code, LA 5428 MS. Los Alamos Scientific Laboratory
of the University of California (1974)
60. P. Lesaint, Continuous and discontinuous finite element methods for solving the transport
equation. The Mathematics of Finite Elements and Applications, II (Proc. Second Brunel Univ.
Conf. Inst. Math. Appl., Uxbridge, 1975) (Academic, London, 1976), pp. 151–161
61. P. Lesaint, J. Gérin-Roze, Isoparametric finite element methods for the neutron transport
equation. Int. J. Num. Meth. Eng
62. K.D. Lathrop, B. Carlson, Numerical solution of the Boltzmann transport equation. J. Comput.
Phys. 1, 173–197 (1967)
63. K.D. Lathrop, Spacial differencing of the transport equation, Positivity vs. accuracy. J. Comput.
Phys. 4, 475–498 (1969)
@seismicisolation
@seismicisolation
Chapter 2
Fundamentals
We begin by introducing here the mathematical notations and the basic results that
will be used throughout this book.
A (real) vector space is a set . X , whose elements are called vectors, and in which two
operations, addition and scalar multiplication, are defined as follows:
(i) To every pair of vectors .x and . y corresponds a vector .x + y in such a way that
.
. x + y = y + x and x + (y + z) = (x + y) + z.
. x +0= x
for every .x ∈ X , and to each .x ∈ X corresponds a unique vector .−x such that
. x + (−x) = 0.
(ii) To every pair .(α, x), with .α ∈ R and .x ∈ X , corresponds a vector .αx in such a
.
way that
.1x = x, α(βx) = (αβ)x
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 17
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_2
@seismicisolation
@seismicisolation
18 2 Fundamentals
hold.
A non-empty subset . M of a vector space . X is called a subspace of . X if .αx + βy ∈
M for all .x, . y ∈ M and all .α, .β ∈ R. The elements .x1 , . . . , xn are said to be linearly
independent if .α1 x1 + · · · + αn xn = 0 implies that .αi = 0 for each .i; otherwise,
they are said to be linearly dependent. An arbitrary collection of vectors is said to be
linearly independent if every finite subset of distinct elements is linearly independent.
The dimension of a vector space . X , denoted by .dim X , is either .0, a positive integer
or .∞. If . X = {0}, then .dim X = 0; if there exist linearly independent .{u 1 , . . . , u n }
such that each .x ∈ X has a (unique) representation of the form
. x = α1 u 1 + · · · + αn u n with αi ∈ R,
then .dim X = n and .{u 1 , . . . , u n } is a basis for . X ; in all other cases .dim X = ∞.
2.2 Norm
Definition 2.2.1 Let . X be a vector space on the real body .R. The mapping
|| · || : X −→ R+
.
E
n
||x||1 =
. |xi |
i=1
( n ) 21
E
||x||2 =
. |xi |2
i=1
@seismicisolation
@seismicisolation
2.3 Bounded Linear Operators 19
and
. ||x||∞ = sup |xi |.
1≤i≤n
If . X is a vector space and .|| · || is a norm on . X , then the couple .(X, || · ||) is called
a normed vector space. In the following, we use the notation . X is a normed vector
space. If . X is a normed vector space and .|| · || is a norm on . X , then . X remains a
metric space, if we define a distance .dist(·, ·) by
for all .x, . y ∈ D(T ) (domain of .T ) and all .α, .β ∈ R. Let . X , .Y be normed spaces.
A linear operator .T from . X into .Y is said to be bounded if there exists a constant
.m > 0 such that
For . X , .Y are two Banach spaces (i.e., complete normed vector space), let .L (X, Y )
be the Banach space of all bounded linear operators from . X into .Y . A bounded linear
operator . K from . X into .Y is said to be compact if it transforms every bounded set
of . X in a relatively compact set of .Y . In a similar way, . K is said to be compact if for
any bounded sequence .(xn )n of . X , the sequence .(K xn )n has a convergent sequence
in .Y .
@seismicisolation
@seismicisolation
20 2 Fundamentals
We recall the following result, the proof of which can also be found in an article by
Brezzi [1].
Lemma 2.3.2 Let . X be a Banach space and, . X 1 and . X 2 be two normed spaces. We
consider two linear operators . Ai ∈ L (X, X i ) .1 ≤ i ≤ 2 such that
(i) .||A1 v|| X 1 + ||A2 v|| X 2 defines on . X a norm equivalent to the norm .||v|| X .
.
Then, the map .v −→ ||A2 v|| X 2 is a norm on the quotient space . X /P equivalent to the
quotient norm, where . P is the kernel of the operator . A2 . ♦
When . X is a (real) normed space, the Banach space .L (X, R) will be called the
(normed) dual or the topological dual space of. X and will be denoted by. X , . Elements
of . X , are called bounded linear functionals or continuous linear functionals on . X .
Frequently, we shall use the notation . f (x) to denote the value of . f ∈ X , at .x ∈ X .
Using this notation, we note that
.| f (x)| ≤ || f |||x||
for all . f ∈ X , , .x ∈ X .
Corollary 2.3.4 Let. X be a normed space and.x0 /= 0 in. X . Then, there exists. f ∈ X ,
such that
. || f || = 1, f (x0 ) = ||x0 ||. ♦
The dual space . X ,, of . X , is called the second dual space of . X and is again a Banach
space. Note that to each .x ∈ X , we can associate a unique element . F x ∈ X ,, defined
by . Fx ( f ) = f (x) for all . f ∈ X , . From Corollary 2.3.4, one can also show that
,,
.||Fx || = ||x||. Thus, the (canonical) mapping . J : X −→ X , given by . J x = Fx , is a
linear isometry of . X onto the subspace . J (X ) of . X ,, . Since . J is one-to-one, we can
identify . X with . J (X ). A Banach space . X is called reflexive if its canonical map . J
is onto . X ,, .
@seismicisolation
@seismicisolation
2.4 Inner Product 21
symmetric if .a(v, w) = a(w, v) for all .v, .w ∈ X . A (real) inner product, denoted by
(·, ·), is a symmetric bilinear form on a linear space . X that satisfies
.
In fact,
(·, ·) : X × X −→ R
.
(u, v) −→ (u, v)
Definition 2.4.2 A real vector space . X provided with an inner product .(·, ·) named
prehilbertian space. If the space . X is of finite dimension, then . X is called euclidean
space. ♦
E
k
(x, y) =
. xi yi (2.4.1)
i=1
{ ∞
}
E
.l = (xn )n real sequence such that
2
xi2 <∞ .
i=0
∞
E
(x, y) =
. xi yi (2.4.2)
i=0
is a prehilbertian space.
@seismicisolation
@seismicisolation
22 2 Fundamentals
(iii) The space .C 0 ([a, b], R), of continuous functions on .[a, b] with values in .R,
.
is a prehilbertian space.
(iv) Let . L 2 (]a, b[, R) be the space defined by
.
{ { b ]
. L 2 (]a, b[, R) = f :]a, b[−→ R measurable such that | f (x)|2 d x < ∞ .
a
is a prehilbertian space.
2.5.1 Definition
Definition 2.5.1 An Hilbert space . X is a vector space with an inner product .(·, ·)
and which is complete for the norm
√
. ||u|| = (u, u). ♦
2.5.2 Example
Example 2.5.1 .(i) .Rk (.k ∈ N∗ ) provided with the inner product (2.4.1) is a Hilbert
space.
(ii) .l 2 provided with the inner product (2.4.2) is a Hilbert space.
.
(iii) The space .C 0 ([a, b], R) provided with the inner product (2.4.3) is not a Hilbert
.
space (see Exercise 9.9).
(iv) . L 2 (]a, b[, R) provided with the inner product (2.4.4) is a Hilbert space.
.
@seismicisolation
@seismicisolation
2.5 Hilbert Space 23
Definition 2.5.2 .(i) We say that a set . K ⊂ X is convex if for all .(x1 , x2 ) ∈ K 2 and
.t ∈ [0, 1], .t x 1 + (1 − t)x 2 ∈ K .
(iii) We say that . f is strictly convex if the inequality (2.5.1) is strict for .x /= y,
.
t ∈ [0, 1].
. ♦
2.5.4 Isometry
Definition 2.5.3 Let . E and . F be metric spaces with metrics (e.g., distances)
dist E (·, ·) and .dist F (·, ·). A linear map . f : E −→ F is called an isometry or dis-
.
tance preserving map if for any .u, .v ∈ E one has
. dist E (u, v) = dist F ( f (u), f (v)). ♦
= lim ||w p − wq || E
p, q→∞
= 0.
@seismicisolation
@seismicisolation
24 2 Fundamentals
1 2
ab ≤
. (a + b2 )
2
δ 2 1
. ab ≤ a + b2 (2.5.2)
2 2δ
Proposition 2.6.1 Let . X be a prehilbertian space. Then, for all .u, .v ∈ X , we have
@seismicisolation
@seismicisolation
2.6 Elementary Properties 25
Since the equation of the second degree (2.6.2) has a constant sign, its discriminant
Δ, := ((u, v))2 − (u, u)(v, v) ≤ 0. This completes the proof.
. Q.E.D.
Proposition 2.6.2 Let . X be a prehilbertian space. Then, for all .u, .v ∈ X , we have
1 1 1
. (u + v, u + v) 2 ≤ (u, u) 2 + (v, v) 2 . ♦
|| · || : X −→ R+
.
/
u −→ ||u|| = (u, u)
is a norm on . X . ♦
Proposition 2.6.4 Let . X be a prehilbertian space. Then, for all .u, .v ∈ X , we have
. ||u + v||2 + ||u − v||2 = 2||u||2 + 2||v||2 . ♦
Theorem 2.6.5 Every non-empty closed convex subset . S of a Hilbert space . X con-
tains a unique element of minimal norm. ♦
@seismicisolation
@seismicisolation
26 2 Fundamentals
Proposition 2.6.6 Let . X be a prehilbertian space. Then, for all .u, .v ∈ X , we have
1 1
. (u, v) = ||u + v||2 − ||u − v||2 . ♦
4 4
Proposition 2.6.7 Let . X be a prehilbertian space. Then, for all .u, .v ∈ X , such that
(u, v) = 0, we have
.
{ ( ( ) )
b
b−a b+a
. g(x) d x = g(b) + 4g + g(a) ,
a 6 2
@seismicisolation
@seismicisolation
2.7 Review of Lebesgue Integration Theory 27
(iii) If two polynomials . p and .q of . P3 coincide in two points and in their derivatives,
.
then they are equal . p = q, where . P3 denotes the space of polynomials of degree .≤ 3,
with coefficients in .R. ♦
we denote the Lebesgue integral of . f (.d x denotes Lebesgue measure). For .1 ≤ p <
∞, let
({ ) 1p
.|| f || L p (Ω,R) = | f (x)| d x ,
p
Ω
Let .Ω be an open of .Rn and . L 2 (Ω, R) be the space of functions, defined on .Ω, with
values in .R, of square integrable relatively to the Lebesgue measure .d x1 . . . d xn on
.R . We provide . L (Ω, R) of the following inner product
n 2
{
( f, g)0,Ω =
. f (x)g(x) d x.
Ω
@seismicisolation
@seismicisolation
28 2 Fundamentals
We notice
1
|| f ||0,Ω := ( f, f )0,Ω
.
2
({ ) 21
:= f (x) d x
2
Ω
In view of Minkowski’s inequality and the definitions of .|| · || L p (Ω,R) , the space
L p (Ω, R) is closed under linear combinations, i.e., it is a linear (or vector) space.
.
Moreover, the functionals .|| · || L p (Ω,R) have properties that classify them as norms.
This is simply Holder’s inequality in the special case. p = q = 2. If. f ,.g ∈ L 2 (Ω, R),
then . f g ∈ L 1 (Ω, R) and
{
. | f (x)g(x)| d x ≤ || f ||0,Ω ||g||0,Ω ,
Ω
1
where .|| f ||0,Ω = ( f, f )0,Ω
2
.
@seismicisolation
@seismicisolation
2.8 Weak Convergence 29
Let .Ω be an open of .Rn and . f be a defined function on .Ω with real values. The
support of a function . f (x), .supp( f ), is the smallest closed set of values of .x ∈ Ω
outside of which the function . f (x) is identically zero. It is, therefore, the closure of
the set of points .x ∈ Ω such that . f (x) /= 0, i.e.,
(ii) Let . f ∈ X , and note that .xn → x implies . f (xn ) → f (x) since . f is continuous.
.
.(iii) Assume .xn - x and consider the sequence .(J xn )n of elements of . X ,, , where
,, ,,
. J : X −→ X is the canonical injection from . X into . X . It is easy to see that . J is a
,
bounded operator. For each . f ∈ X ,
which implies the desired inequality since .||x|| = sup | f (x)|. Q.E.D.
|| f ||=1
@seismicisolation
@seismicisolation
30 2 Fundamentals
2.9 Orthogonality
2.9.1 Definitions
(u, v) = 0
.
Definition 2.9.2 Let . X be a real or complex linear space, .v1 , .v2 , . . . , vk be elements
of . X , and .a1 , .a2 , . . . , ak be real or complex coefficients. The element
E
k
v=
. ai vi
i=1
of . X is said to be a linear combination of the elements .v1 , .v2 , . . . , vk with the coef-
ficients .a1 , .a2 , . . . , ak . ♦
U the sum . M + N
Definition 2.9.4 Let . M and . N be subspaces of a linear space . X . By
we mean the linear span of the union of . M and . N , i.e., .span(M o N ). We say that
. X is a direct sum of its subspaces . M, and . N (written as . X = M N ) if
.(i) . X =nM + N ,
.(ii) . M N = {0}.
o
If . X = Mo N , then . N is direct complement of . M and vice versa. We also say that
.X = M N is direct decomposition of . X into subspaces . M, . N . ♦
Definition 2.9.6 A family .(xi )i∈I is called orthogonal if the vectors which compose
it are two by two orthogonal. ♦
@seismicisolation
@seismicisolation
2.9 Orthogonality 31
The mapping
.(u, ·) : X −→ R
v −→ (u, v)
Lemma 2.9.10 Let .(X, (·, ·)) be an inner product space. Let . M be a subspace of . X .
Then, . M ⊥ is a subspace of . X . ♦
Proof Let .v ∈ M. Then, .(0, v) = 0. Hence, .0 belongs to . M ⊥ . Let .λ, .λ, ∈ R. Let .u,
, ⊥
.u ∈ M . Let .v ∈ M. Then,
(λu + λ, u , , v) = λ(u, v) + λ, (u , , v) = λ0 + λ, 0 = 0.
.
@seismicisolation
@seismicisolation
32 2 Fundamentals
n
So, . A⊥ B ⊥ ⊂ (A + B)⊥ .
Conversely, let .x ∈ (A + B)⊥ , then .(x, a + 0) = 0 for all .a ∈ A and
n hence .x ∈
A and .(x, 0 + b) = 0 for all .b ∈ B and hence .x ∈ B ⊥ . So, .x ∈ A⊥ B ⊥ , which
⊥
. I m(U ∗ ) = (K er (U ))⊥ ,
where . I m(U ) and . K er (U ) denote the range and the null space of .U ,
respectively. ♦
. I m(U ∗ ) ⊂ (K er (U ))⊥ .
Thus,
. I m(U ∗ ) ⊂ (K er (U ))⊥ = (K er (U ))⊥ .
@seismicisolation
@seismicisolation
2.10 Basis 33
(x, U ∗ (z)) = 0
.
(U (x), z) = 0
.
So, .x ∈ K er (U ). Thus,
(I m(U ∗ ))⊥ ⊂ K er (U ).
.
which give
(K er (U ))⊥ ⊂ ((I m(U ∗ ))⊥ )⊥ .
.
Furthermore,
((I m(U ∗ ))⊥ )⊥ = I m(U ∗ ).
.
So,
. (K er (U ))⊥ ⊂ I m(U ∗ ). Q.E.D.
2.10 Basis
2.10.1.1 Definition
We assume, in this part, that . X is an Euclidean space with dimension .n. An orthonor-
mal basis of . X is an orthogonal family .(e1 , . . . , en ) whose vectors are unitary. It is in
particular a basis of. X . So, . X has orthonormal basis. If .(e1 , . . . , en ) is an orthonormal
basis of . X , then for all .x ∈ X , .x is uniquely written as
E
n
. x= (x, ei )ei .
i=1
The real .(x, ei ) is called coordinate of .x compared to .ei in the basis .(e1 , . . . , en ).
@seismicisolation
@seismicisolation
34 2 Fundamentals
E
n
. x= xi ei
i=1
and
E
n
. y= yi ei ,
i=1
then we can calculate the inner product and the norm by the following formulas:
E
n
. (x, y) = xi yi
i=1
( n ) 21
E
||x|| =
. xi2 .
i=1
E
n
. x= (x, ei )ei ,
i=1
E
n
||x||2 =
. |(x, ei )|2 ,
i=1
and
E
n
. (x, y) = (x, ei )(y, ei ). ♦
i=1
@seismicisolation
@seismicisolation
2.10 Basis 35
E
p
. p F (x) = (x, ei )ei .
i=1
• Note that the projection, . PF (x), from a point .x on a vector subspace of finite
.
dimension . F, is easily calculated using an orthonormal basis of . F (evidence left in
exercise):
Proposition 2.10.3 Let . X be a prehilbertian space and . F be a vector subspace of
finite dimension with .(e1 , . . . , en ) is an orthonormal basis of . F. Then, for all .x ∈ X ,
we have
En
. PF (x) = (x, ei )ei . ♦
i=1
@seismicisolation
@seismicisolation
36 2 Fundamentals
2.10.2.1 Definition
Definition 2.10.4 Let . X be a Hilbert space. We call Hilbert basis of . X all sequence
(en )n of . X checking
.
(en , em ) = δnm ,
.
e1,
e, =
. 1
||e1, ||
E
i−1
ei − (ei , ek, )ek,
ei − p Fi−1 (x)
ei, =
k=1
= || || for 1 < i ≤ n,
||ei − p Fi−1 (x)|| || E
i−1 ||
|| , , ||
||ei − (ei , ek )ek ||
|| ||
k=1
is an orthonormal basis of . X . ♦
@seismicisolation
@seismicisolation
2.10 Basis 37
Proof Let .(en )n be an Hilbert basis of . X . Suppose that .(en )n is not maximal. Hence,
there is a vector .u 0 /= 0 such that .u 0 is orthogonal to all vectors of the sequence
⊥
.(en )n . We have .u 0 is a closed vector subspace of . X . Thus,
. F ⊂ u⊥
0.
which give
. F ⊂ u⊥
0.
It follows that
. X ⊂ u⊥
0.
Furthermore, .u 0 ∈ X so
. 0 u ⊂ u⊥
0
which is absurd.
Reciprocally, suppose that . F /= X . Since
o ⊥
. X=F F ,
then
⊥
. F /= {0}.
⊥
So, there is .u 0 /= 0 and .u 0 ∈ F such that for all .v ∈ F, we have
(u 0 , v) = 0.
.
Theorem 2.10.8 Any separable Hilbert space . X , of infinite dimension, has a count-
able Hilbert basis. ♦
@seismicisolation
@seismicisolation
38 2 Fundamentals
|| f − g|| < ε.
.
Of course, .g, .i, and the .a j depend on . f and on .ε, but the reasoning is valid for all . f
and all .ε. The sequence .( f ni )i is, therefore, total in . X . Q.E.D.
Corollary 2.10.9 . X is a separable Hilbert space if, and only if, . X admits a Hilbert
basis. ♦
Example 2.10.1 Let .l 2 be the space defined by
{ ∞
}
E
l 2 = (xn )n real sequence such that
. xi2 < ∞ .
i=1
Let .n ∈ N∗ . We pose
e = (0, . . . , 0, 1, 0, . . .).
. n
, ,, ,
(n−1)
@seismicisolation
@seismicisolation
2.11 Matrix 39
and
(en , em ) = δnm .
.
(v, en ) = 0
.
Thus, .(en )n is maximal, which proves, using the Proposition 2.10.7, .(en )n is a Hilbert
basis.
2.11 Matrix
We denote by .Mn (R) the set of square size matrices .n with coefficients in .R.
Definition 2.11.1 .(i) We say that the symmetric matrix. A ∈ Mn (R) is positive semi-
definite if
.(Ax, x) ≥ 0
for all .x ∈ Rn .
.(ii) They say she is positive definite if, in addition,
(Ax, x) = 0 implies x = 0.
.
This, therefore, implies that a symmetric matrix is positive definite if, and only if,
(Ax, x) > 0, for all .x /= 0.
. ♦
Lemma 2.11.2 A matrix . A ∈ Mn (R) is positive definite if, and only if, .tr (A) > 0
and .det A > 0, where .tr (A) is the trace of the matrix . A and .det A is the determinant
of the matrix . A. ♦
@seismicisolation
@seismicisolation
40 2 Fundamentals
Definition 2.11.3 We call orthogonal matrix of size (or order) .n, any matrix . O ∈
Mn (R) checking .t O O = In (we, then, have . O t O = In ). ♦
• A matrix is orthogonal if, and only if, its columns form an orthonormal basis of
.
Rn , if, and only if, its lines form an orthonormal basis of .Rn .
.
|(z, w)|2
= ||z||2 − ,
||w||2
⊥ , , , ,
which implies .(z, w) = 0. Therefore,
n .z ∈ M . If .x = y + z for some . y ∈ M, .z ∈
M ⊥ , then . y , − y = z − z , ∈ M M ⊥ = {0}, which implies uniqueness. Q.E.D.
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 41
Proof Let . f ∈ X .
Existence: The set .{|| f − v||, v ∈ K } is a part of .R which is under estimated. So, it
admits a lower bound. Let .δ be this lower bound, i.e.,
δ = inf || f − v||.
.
v∈K
Let us show that .(vn )n is a Cauchy sequence. Indeed, according to the parallelogram
identity (Proposition 2.6.4) for . f − vn and . f − vm , we have
|| ||2 || ||
|| vn + vm || || vn − vm ||2
|| || || || = 1 || f − vn ||2 + 1 || f − vm ||2 .
.
|| f − 2 ||
+ ||
2 || 2 2
Hence, || || || ||2
|| vn − vm ||2 || ||
|| || = 1 δ 2 + 1 δ 2 − || f − vn + vm || . (2.12.4)
.
|| 2 || 2 n
2 m || 2 ||
Let .ε > 0. Using Eq. (2.12.3), we deduce the existence of a certain . N > 0 such that
for all .n, .m > N , we have
.2(δn + δm ) − 4δ < ε.
2 2 2
(2.12.6)
@seismicisolation
@seismicisolation
42 2 Fundamentals
t
( f − u, v − u) ≤
. ||v − u||2 . (2.12.8)
2
Now, Eq. (2.12.2) is obtained by making .t tend towards .0+ in Eq. (2.12.8).
Conversely: Let .u ∈ X such that .u checks (2.12.2). Let .v ∈ K , we have
Then,
|| f − u|| ≤ || f − v||.
.
So,
|| f − u|| = inf || f − v||.
.
v∈K
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 43
and
.( f − u 2 , v − u 2 ) ≤ 0 for all v ∈ K . (2.12.10)
and
( f − u 2 , u 1 − u 2 ) ≤ 0.
. (2.12.12)
.||u 2 − u 1 ||2 ≤ 0
f
f −u
u
K
−u
v
v−u
@seismicisolation
@seismicisolation
44 2 Fundamentals
♦
Proof Since. M ⊂ X is a closed vector subspace of. X , then. M is a non-empty, closed,
convex set, of . X . For . f ∈ X , according to the closed convex projection theorem
(Theorem 2.12.3), there is .u ∈ M unique such that
( f − u, w − u) = ( f − u, tv) ≤ 0.
.
Thus,
t( f − u, v) ≤ 0
.
If .t < 0, then
. ( f − u, v) ≥ 0. (2.12.17)
( f − u, v) = 0
.
for all .v ∈ M.
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 45
( f − u, v) = 0
.
and
.(λ1 f 1 + λ2 f 2 − u, v) = 0 for all v ∈ M. (2.12.20)
.(λ2 u 2 − λ2 f 2 , v) = 0 (2.12.22)
(λ1 u 1 + λ2 u 2 − u, v) = 0
. (2.12.23)
@seismicisolation
@seismicisolation
46 2 Fundamentals
.||λ1 u 1 + λ2 u 2 − u||2 = 0.
Hence,
. u = λ1 u 1 + λ2 u 2 .
(u, v) = 0
.
. ||u||2 = 0.
Thus, .u = 0. Hence, n
. M M ⊥ = {0}.
. PM f ∈ M.
.( f − PM f, v) = 0
It follows that
. f = PM f + f − PM f ∈ M + M ⊥ .
Therefore,
. X ⊂ M + M ⊥.
Furthermore, . M + M ⊥ ⊂ X . Thus,
. X = M + M ⊥. Q.E.D.
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 47
. Q : X −→ X
f −→ Q( f ) = f − PM f
( f − Q( f ), v) = (PM f, v) = 0.
.
( f − PM ⊥ f, w) = 0
.
. PM ⊥ f = Q( f ).
for all . f 1 , . f 2 ∈ X. ♦
Proof Let . f 1 , . f 2 ∈ X .
f2 − f1
f2 f1
f2 − u 2 f1 − u 1
u2 u2 − u1 u1
u 1 = PK f 1
u 2 = PK f 2
@seismicisolation
@seismicisolation
48 2 Fundamentals
. ( f 1 − PK f 1 , v − PK f 1 ) ≤ 0 (2.12.25)
. ( f 1 − PK f 1 , PK f 2 − PK f 1 ) ≤ 0 (2.12.27)
and
.( f 2 − PK f 2 , PK f 1 − PK f 2 ) ≤ 0. (2.12.28)
(PK f 1 − PK f 2 , −( f 1 − f 2 ) + (PK f 1 − PK f 2 )) ≤ 0.
.
Thus,
||PK f 1 − PK f 2 ||2 − (PK f 1 − PK f 2 , f 1 − f 2 ) ≤ 0.
.
||PM || ≥ 1.
.
.||PM f || ≤ || f ||.
So,
||PM || ≤ 1.
.
Thus,
. ||PM || = 1. ♦
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 49
for all .m ∈ N. Let us show that .(wm )m is dense in . M. In fact, let . O be an open
non-empty of . M. Then, there is .U open non-empty of . X such that
n
. O =U M.
with . B(v, ε) is the open ball with center .v and radius .ε. Hence, there is .vn 0 ∈ B(v, ε)
such that
.vn 0 − wn 0 ⊥ v − wn 0 .
Thus,
.||vn 0 − wn 0 ||2 + ||v − wn 0 ||2 = ||v − vn 0 ||2 ,
which prove .wn 0 ∈ B(v, ε) and .wn 0 ∈ M. It follows that .wn 0 ∈ O and so .(wm )m is
dense in . M. Q.E.D.
Theorem 2.12.13 (Bessel inequality) Let . X be a Hilbert space and .(ei )i∈N∗ be an
orthonormal family. Then, for all .x ∈ X,
∞
E
. |(x, ei )|2 ≤ ||x||2 . ♦
i=1
@seismicisolation
@seismicisolation
50 2 Fundamentals
∞
E
.x = (x, ei )ei ,
i=1
∞
E
||x||2 =
. |(x, ei )|2 ,
i=1
and
∞
E
. (x, y) = (x, ei )(y, ei ). ♦
i=1
Proof Note . F the vector subspace generated by the family .(ei )i∈N∗ and for any .n,
note . Fn the vector subspace generated by .e1 , . . . , en . Since . F is dense in . X , there is
a sequence .(xn )n elements of . F converging to .x. Even, if it means adding enough
zero terms to the start of the sequence and Erepeating terms, we can assume that for
n
each .n, the term .xn belongs to . Fn . Since . i=1 (x, ei )ei is the projection of .x on . Fn ,
we thus obtain, by using Theorem 2.12.3, the inequality
|| ||
|| E
n ||
|| ||
. || x − (x, ei )ei || ≤ ||x − xn ||.
|| ||
i=1
En
which imply that . i=1 (x, ei )ei converges to .x. Passing to the limit in equality
|| n ||2 || ||2
||E || || En ||
|| || || ||
.||x|| = || (x, ei )ei || + ||x − (x, ei )ei ||
2
|| || || ||
i=1 i=1
|| ||
E n || En ||2
|| ||
= |(x, ei )|2 + ||x − (x, ei )ei || ,
|| ||
i=1 i=1
we obtain the second identity of the theorem. Note that by bilinearity with the fol-
lowing inner product, we have
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 51
/ n \
E E
n E
n
. (x, ei )ei , (y, ei )ei = (x, ei )(y, ei ).
i=1 i=1 i=1
By continuity of the inner product, the left term converges to .(x, y), which proves
the last identity. Q.E.D.
Theorem 2.12.15 Let . X be a Hilbert space on .R, .(en )n≥1 be a Hilbert basis of . X
and let . E be the vector subspace generated by .a and .(en )n≥2 , with
∞
E en
a=
. .
n=1
n
Then, . E = X . ♦
(x − u, v) = 0
.
Furthermore,
/ ∞
\
E en
(x − u, a) = x − u,
.
n=1
n
E∞
1
= (x − u, en )
n=1
n
= (x − u, e1 )
= 0.
@seismicisolation
@seismicisolation
52 2 Fundamentals
We have .u n ∈ E and
. lim u n = e1 .
n→∞
Hence,
. 1e ∈ E.
However, . E ⊂ E, so
(en )n≥1 ∈ E.
.
Thus,
. E = X.
Theorem 2.12.16 Let . X be a Hilbert space on .R, and .(en )n≥1 be a Hilbert basis of
X . We pose for .n ≥ 1
.
.u n = en + 2en+1
and
. F = ((u n )n≥1 )
. F ⊥ = (e),
where
E∞ ( )
1 n−1
.e = − en .
n=1
2
@seismicisolation
@seismicisolation
2.12 Projection on a Closed Convex 53
3
. PF (x) = x − (x, e)e. ♦
4
Proof We have
Let .x ∈ X . Since .(en )n is a Hilbert basis, we can write .x under the following form
∞
E
. x= xn en
n=1
If .(x, u n ) = 0, then
∞
E
. xi (ei , en + 2en+1 ) = 0.
i=1
Hence,
. n x + 2xn+1 = 0,
Let
E∞ ( )
1 n−1
.e= − en .
n=1
2
However,
E∞ ( )
1 2(n−1)
. −
n=1
2
. F ⊥ = (e).
@seismicisolation
@seismicisolation
54 2 Fundamentals
According to the closed convex projection theorem (Theorem 2.12.3), we have for
all .x ∈ F ⊥ ,
. x = PF (x) + PF ⊥ (x).
Furthermore,
(x, e)
. PF ⊥ (x) = e
||e||2
3
= (x, e)e.
4
Thus,
3
. PF (x) = x − (x, e)e.
4
This completes the proof. Q.E.D.
≤ k||x − y||.
To show that .T has a fixed point we set up an iteration procedure. For any .x0 ∈ S, set
x
. n+1 = T xn , .n = 0, 1, . . .. Note that .xn+1 ∈ S and .xn+1 = T n+1 x0 . We now claim
that .(xn )n is a Cauchy sequence. Indeed, for any integers .n, . p
@seismicisolation
@seismicisolation
2.14 The Dual of a Hilbert Space 55
||xn+ p − xn || = ||T n+ p x0 − T n x0 ||
.
E
n+ p−1
≤ ||T j+1 x0 − T j x0 ||
j=n
E
n+ p−1
≤ k j ||T x0 − x0 ||
j=n
n
k
≤ ||T x0 − x0 ||.
1−k
. T x = lim T xn
n→∞
= lim xn+1
n→∞
=x
and thus .x is the unique fixed point. Note that the fixed point .x is independent of .x0
since .x is a fixed point and fixed points are unique. Q.E.D.
Riesz’s theorem provides a canonical way to identify a Hilbert space and its dual.
Theorem 2.14.1 Let. X be a Hilbert space and. X , be its topological dual. Let.ϕ ∈ X , ,
then there is . f ∈ X unique such that
ϕ(v) = ( f, v)
. (2.14.1)
♦
−1 ,
Proof We pose. M = ϕ ({0}). The fact that.ϕ ∈ X implies that. M is a closed vector
subspace of . X .
@seismicisolation
@seismicisolation
56 2 Fundamentals
⎧
⎨g ∈ /M
. ||g|| X = 1 (2.14.3)
⎩
(g, v) = 0 for all v ∈ M.
v = λg + w.
.
Hence,
.ϕ(v) = λϕ(g) + ϕ(w).
So,
ϕ(v) = λϕ(g)
.
and thus
ϕ(v)
λ=
. .
ϕ(g)
0 = (g, w)
.
= (g, v − λg)
= (g, v) − λ.
ϕ(v) = ϕ(λg + w)
.
= λϕ(g)
= (g, v)ϕ(g)
= (ϕ(g)g, v)
= ( f, v)
with . f = ϕ(g)g ∈ M ⊥ .
@seismicisolation
@seismicisolation
2.14 The Dual of a Hilbert Space 57
. ϕ(v) = ( f 1 , v) (2.14.4)
. ( f 1 − f 2 , v) = 0 (2.14.6)
|| f 1 − f 2 ||2X = 0.
.
So,
f = f2 .
. 1
|ϕ(v)|
.||ϕ|| X , = sup
v∈X, v/=0 ||v|| X
|( f, v)|
= sup
v∈X, v/=0 ||v|| X
≤ || f || X .
Thus,
. ||ϕ|| X , = || f || X . Q.E.D.
Remark 2.14.2 Riesz’s theorem proves that the dual of a Hilbert space is also a
Hilbert space. ♦
Ψ : X , −→ X
.
ϕ −→ Ψ (ϕ) = f
@seismicisolation
@seismicisolation
58 2 Fundamentals
2.14.2 Example
ϕ : Rn −→ R
.
x = (x1 , . . . , xn ) −→ ϕ(x) = x1 .
Let .x ∈ Rn . Then,
|ϕ(x)| = |x1 |
.
/
≤ x12 + · · · + xn2
= ||x||.
ϕ(x) = ( f, x)
. (2.14.7)
for all .x ∈ Rn . Let .e1 = (1, 0, . . . , 0), .e2 = (0, 1, 0, . . . , 0), .. . ., .en = (0, . . . , 0, 1)
be the canonical basis of .Rn . We pose . f = ( f 1 , . . . , f n ). For .x = e1 in (2.14.7), we
have
.( f, e1 ) = ϕ(e1 ) = 1.
which gives
f = 1.
. 1
. ( f, e2 ) = ϕ(e2 ) = 0.
which proves
f = 0.
. 2
( f, en ) = ϕ(en ) = 0.
.
@seismicisolation
@seismicisolation
2.15 Stampacchia Theorem 59
which gives
f = 0.
. n
Definition 2.15.1 Let . X be a normed vector space and .a(·, ·) be a bilinear form
on . X
.a : X × X −→ R.
This is equivalent to the norm of the Hilbert space . X . The norm (2.15.1) is called
the energy norm.
Lemma 2.15.2 Let . X be a normed vector space and .a(·, ·) be a bilinear form on
.X . Assume that .a(·, ·) is continuous with constant .c ≥ 0, and coercive with constant
.α > 0. Then, .α ≤ c. ♦
Hence, .α ≤ c. Q.E.D.
@seismicisolation
@seismicisolation
60 2 Fundamentals
ϕ(v) = ( f, v)
.
a(u, ·) : X −→ R
.
v −→ a(u, v)
is continuous. Hence,
a(u, ·) ∈ X , .
.
@seismicisolation
@seismicisolation
2.15 Stampacchia Theorem 61
. A : X −→ X
u −→ Au .
|a(u, v)|
= sup
v∈X, v/=0 ||v||
c||u||||v||
≤ sup .
v∈X, v/=0 ||v||
It follows that
||Au || X ≤ c||u||.
.
(Au, u) ≥ α||u||2 .
. (2.15.4)
S : X −→ X
. ρ
v −→ Sρ (v) = PK (v + ρ( f − Av )).
Let’s show that there is.ρ ∗ > 0 such that for all.ρ ∈]0, ρ ∗ [, the operator. Sρ is a contrac-
tion. In fact, according to Proposition 2.12.10 (Eq. (2.12.24)) and, using inequality
(2.15.4), we have
We pose
. h(ρ) = 1 − 2αρ + ρ 2 c2 .
@seismicisolation
@seismicisolation
62 2 Fundamentals
We have .h(ρ) = 1 if, and only if, .−2αρ + ρ 2 c2 = 0 if, and only if, .ρ = 2α
c2
. The
function .h(·) is differentiable on .[0, 2α
c2
] and
([ α ]) [ α2
]
. h 0, 2 = 1 − 2 , 1
c c
and ([ ]) [ ]
α 2α α2
. h , = 1 − 2 ,1 .
c2 c2 c
α≤c
.
and
(α) 2α 2 α2
. h =1− +
c2 c2 c2
α2
= 1 − 2 ≥ 0.
c
α 2α
0 c2 c2
h, − 0 +
1 1
h
α2
1−
c2
@seismicisolation
@seismicisolation
2.15 Stampacchia Theorem 63
α2
1−
c2
0 α 2α
c2 c2
We pose .ρ ∗ = 2α
c2
. Hence, for all .ρ ∈]0, ρ ∗ [, we have
0 ≤ h(ρ) < 1.
.
So, . Sρ is contraction for all .ρ ∈]0, ρ ∗ [. Hence, by using Theorem 2.13.1, . Sρ admits
a fixed point and only one .u ∈ X . Thus, .u checks
u = Sρ (u) = PK (u + ρ( f − Au)).
.
@seismicisolation
@seismicisolation
64 2 Fundamentals
. ( f − Au 1 , v − u 1 ) ≤ 0 (2.15.6)
(u 1 − u 2 , f − Au 2 − f + Au 1 ) ≤ 0.
.
Hence,
.a(u 1 − u 2 , u 1 − u 2 ) = (A(u 1 − u 2 ), u 1 − u 2 ) ≤ 0.
Let’s pose
1
. J (v) = a(v, v) − ϕ(v).
2
Let .v ∈ K , we have
@seismicisolation
@seismicisolation
2.15 Stampacchia Theorem 65
. J (v) = J (u + (v − u))
1
= a(u + (v − u), u + (v − u)) − ϕ(u + (v − u))
2
1 1
= a(u, u) + a(u, v − u) + a(v − u, v − u) − ϕ(u) − ϕ(v − u))
2 2
1
= J (u) + [a(u, v − u) − ϕ(v − u)] + a(v − u, v − u).
2
We can deduce
. J (v) ≥ J (u)
w = (1 − t)u + tv = u + t (v − u) ∈ K .
.
Hence,
. J (w) ≥ J (u)
for all .t ∈]0, 1]. By replacing .w by its expression in the last equation, we find
t2
. J (u) + t[a(u, v − u) − ϕ(v − u)] + a(v − u, v − u) ≥ J (u)
2
for all .t ∈]0, 1]. Thus,
t
a(u, v − u) − ϕ(v − u) ≥ − a(v − u, v − u).
.
2
Passing to the limit when .t → 0+ in the last inequality, we find (2.15.2). This com-
pletes the proof. Q.E.D.
@seismicisolation
@seismicisolation
66 2 Fundamentals
Let
. F : Rn −→ Rn
v −→ F(v).
. F(u) = 0. (2.16.1)
The solution of Eq. (2.16.1) is related to minimization. In fact, if we, can, find a
function . J from .Rn into .R such that . F = ∇ J , and if we can show that . J has a
minimizer .u, i.e.,
. J (u) = min J (v),
n v∈R
then we know that . F(u) = ∇ J (u) = 0. Conversely, suppose we want to find a mini-
mizer .u of the functional . J . If we, can, find an element .u ∈ Rn such that .∇ J (u) = 0,
then the solution .u is a candidate for a minimizer of the functional . J . If, in addition,
the functional . J is convex, all such candidates are minimizers; otherwise, second-
order conditions may be used.
@seismicisolation
@seismicisolation
2.16 Equations and Minimization 67
not convex, however, solutions of the Euler equation for the functional . J in general
need to have additional properties in order to be minimizers of . J (as is the case in
finite dimensions, where second derivatives of . J play a role).
. min J (v),
v∈K
where
1
. J (v) = a(v, v) − F(v).
2
If .a(·, ·) is symmetric and positive definite, then . J is strictly convex, and for .u ∈ K ,
we have
. J (u) = min J (v) if, and only if, a(u, v − u) ≥ F(v − u) for all v ∈ K . (2.16.3)
v∈K
J
. u,h : R −→ R, Ju,h (λ) = J (u + λh).
Then,
1
J
. u,h (λ) = a(u + λh, u + λh) − F(u + λh)
2
λ2
= J (u) + λ(a(u, h) − F(h)) + a(h, h). (2.16.4)
2
Since .a(h, h) > 0, then the quadratic function . Ju,h is strictly convex, and so is . J .
Hence, . J has at most one minimizer.
“.⇒” Let .v ∈ K . By using both (2.16.3) and (2.16.4), it follows that
@seismicisolation
@seismicisolation
68 2 Fundamentals
λ2
0 ≤ Ju,v−u (λ) − Ju,v−u (0) = λ(a(u, v − u) − F(v − u)) +
. a(v − u, v − u).
2
(2.16.5)
Dividing by .λ and passing to the limit .λ → 0 yields
is said a variational inequality. As (2.16.5) shows, the variational inequality says that
the directional derivative of . J in a minimizer is non-negative for those directions
.v − u which point into the “admissible set” . K .
1
||u|| ≤
. ||F||, (2.16.8)
α
where .α is the constant of coercivity of .a(·, ·). ♦
@seismicisolation
@seismicisolation
2.16 Equations and Minimization 69
/
. (u, v)a = a(u, v), ||v||a = a(v, v),
defines a scalar product whose associated norm .|| · ||a is equivalent to the original
norm .|| · ||. Therefore, .(X, (·, ·)a ) is a complete space and thus a Hilbert space (see
Lemma 2.15.3). Furthermore, . F : (X, (·, ·)a ) −→ R is a continuous function. By
using the Riesz Fréchet’s representation theorem (Theorem 2.14.1), there is a unique
.u ∈ X such that
α||u||2 ≤ a(u, u)
.
= F(u)
≤ ||F||||u||.
Theorem 2.16.3 state that, under the given assumptions, the solution of the variational
equation is a well-posed problem in the sense that its solution exists, is unique and
depends continuously upon the data (the right-hand side specified by . F). The latter
property has to interpret as follows: the solution operator . S : X , −→ X that maps
,
. F ∈ X (the dual space of . X ) to the solution .u of (2.16.7) is continuous. Indeed, it is
linear (this follows immediately from (2.16.7)), and, according to (2.16.8), we have
||F|| 1
||S(F)|| ≤
. , therefore ||S|| ≤ .
α α
In Theorem 2.16.3, we have assumed that the bilinear form is symmetric. It turns
out that this assumption is superfluous. We present this extension in an even more
general context, namely, for the variational inequality.
Theorem 2.16.4 Let . X be a Banach space, let . K ⊂ X be closed, convex and non-
empty. Let .a : X × X −→ R be a continuous, . X -elliptic, and bilinear form with
@seismicisolation
@seismicisolation
70 2 Fundamentals
1 -
||u − -
. u || ≤ ||F − F||. (2.16.11)
α
♦
Proof We start the proof by showing (2.16.11). This also implies the uniqueness.
Let .u and .- - respectively. Then,
u be two solutions corresponding to . F, . F,
a(u, -
. u − u) ≥ F(-
u − u),
. u, u − -
a(- - −-
u ) ≥ F(u u ).
. a(u − -
u, - - u − u).
u − u) ≥ (F − F)(-
0 ≤ α||u − -
. u ||2 ≤ a(u − -
u, u − -u)
-
≤ ||F − F||||u − -
u ||.
This proves that (2.16.11) holds. To show existence, we first consider the particular
case, where .a(·, ·) is symmetric. By using Theorem 2.16.1, it suffices to prove that
the associated quadratic functional has a minimizer on the set . K . In order to show
this, we can remark that
1
. J (v) = a(v, v) − F(v)
2
has a minimizer on . K . In order to show this, we can also see that
1
. J (v) ≥ α||v||2 − ||F||||v||
2
(/ / )2
α 1 1
= ||v|| − ||F|| − ||F||2
2 2α 2α
.d = inf J (v).
v∈K
@seismicisolation
@seismicisolation
2.16 Equations and Minimization 71
1
d ≤ J (u n ) ≤ d +
. .
n
we have
Since . X is a Banach space, then there exists a .u ∈ X such that the sequence .(u n )n
converges to .u. Since . K is closed, then .u ∈ K . Since . J is continuous, then . J (u) = d.
This concludes the proof in the case, where .a(·, ·) is symmetric. Now, let .a(·, ·) be
arbitrary. We consider the following family of bilinear forms
where
1
a (u, v) =
. 0 (a(u, v) + a(v, u)),
2
and
1
b(u, v) =
. (a(u, v) − a(v, u)).
2
Then, .a0 (·, ·) is symmetric and .a1 (·, ·) = a(·, ·). The bilinear forms .at (·, ·) are con-
tinuous and . X -elliptic, and (2.16.9) holds for .at (·, ·) with the same constant .α as for
.at (·, ·), because .at (u, u) = a(u, u) holds for all .u ∈ X . Since .a0 (·, ·) is symmetric,
we claim that: if the variational inequality
@seismicisolation
@seismicisolation
72 2 Fundamentals
has a unique solution .u ∈ K for every .G ∈ X , , then the same is true if we replace .τ
by .t with
α
.τ ≤ t ≤ τ + , (2.16.12)
2c
where .c is the constant of continuity of .a(·, ·). We prove this claim. Let .t be given,
satisfying (2.16.12). We only have to show the existence of a solution. Let.G : X −→
R be linear and continuous. We look for a solution .u t ∈ K satisfying
a (u t , v − u t ) ≥ G(v − u t ), ∀v ∈ K .
. t
For this purpose, we consider, for arbitrary given .w ∈ X , the variational inequality
with
.aτ (u, v − u) ≥ Fw (v − u), ∀v ∈ K , (2.16.13)
where
. Fw (v) = G(v) − (t − τ )b(w, v).
1
||T w1 − T w2 || ≤
. ||Fw1 − Fw2 ||
α
1
≤ |t − τ | sup |b(w1 − w2 , v)|
α ||v||=1
1
≤ |t − τ |c||w1 − w2 ||
α
1
≤ ||w1 − w2 ||.
2
In view of Banach’s fixed point theorem (Theorem 2.13.1),.T has a unique fixed point
u . Then, .u t ∈ K , and
. t
a (u t , v − u t ) = aτ (u t , v − u t ) + (t − τ )b(u t , v − u t )
. t
≥ Fu t (v − u t ) + (t − τ )b(u t , v − u t )
= G(v − u t )
@seismicisolation
@seismicisolation
2.17 Lax-Milgram Theorem 73
1
||u|| ≤
. ||ϕ||, (2.17.2)
α
where .α is the constant of coercivity of .a(·, ·). In addition, if .a(·, ·) is symmetric,
then the element .u is characterized by the property
{ ]
1 1
. a(u, u) − ϕ(u) = inf a(v, v) − ϕ(v) . ♦
2 v∈X 2
|ϕ(v)| ≤ M||v||
.
for all.v ∈ X . In view of the Riesz Fréchet’s representation theorem (Theorem 2.14.1),
there exist unique two elements .φu and .φϕ ∈ X such that
for all .v ∈ X , which holds if, and only if, .φu = φϕ in . X . We now wish to solve this
equation using the Banach fixed point theorem (Theorem 2.13.1). For.δ > 0, consider
the mapping .Tδ : X −→ X , by
@seismicisolation
@seismicisolation
74 2 Fundamentals
T (v) = v − δ(φv − φϕ ).
. δ
If .Tδ is a contraction, then by Theorem 2.13.1, there exists a unique fixed point .u
such that .Tδ (u) = u and hence .φu − φϕ = 0. It remains to show that there exists a
constant .δ > 0 such that .Tδ is a contraction mapping, i.e., there exists .0 < L < 1
with
.||Tδ v1 − Tδ v2 || ≤ L||v1 − v2 ||.
Thus,
where .α is the constant of coercivity of .a(·, ·). We can, thus, choose .0 < δ < 2 αc
such that . L 2 := (1 − 2δα + δ 2 c) < 1, and the Banach fixed point theorem (The-
orem 2.13.1) yields existence and uniqueness of the solution .u ∈ X . To show the
estimate (2.17.2), assume .u /= 0 (otherwise the inequality holds trivially). Note that
,
.ϕ is a bounded linear functional, hence .ϕ ∈ X . We can, then, apply the coercivity
of .a(·, ·) and divide by .||u|| /= 0 to obtain the following
a(u, u)
. α||u|| ≤
||u||
a(u, v)
≤ sup
v∈X ||v||
ϕ(v)
≤ sup
v∈X ||v||
= ||ϕ||.
Let
1
. J (u) = a(u, u) − ϕ(u).
2
For any .u, .v ∈ X and .t ∈ R, and due to the symmetry of .a(·, ·), we have
t2
. J (u + tv) = J (u) + t (a(u, v) − ϕ(v)) + a(v, v).
2
@seismicisolation
@seismicisolation
2.17 Lax-Milgram Theorem 75
Suppose that .u satisfies the equation .a(u, v) − ϕ(v) = 0 for all .v ∈ X . Then, for
t = 1, we infer that for all .v /= 0,
.
1
. J (u + v) = J (u) + a(v, v) > J (u)
2
holds. So, .u is the unique minimizer of the functional . J (·). Conversely, if .u is the
(unique) minimizer of the functional . J (·), then every directional derivative of the
functional . J (·) at .u must vanish, which implies
d
.0= J (u + tv)|t=0 = a(u, v) − ϕ(v)
dt
for all .v ∈ X . This completes the proof. Q.E.D.
Remark 2.17.2 .(i) If the bilinear form .a(·, ·) is not symmetric, then we can still
define the functional . J (·) in the same way as before and try to minimize it. It is clear
from the proof above that the minimizing element.u does not solve or does not find the
solution of the variational problem associated with .a(·, ·) but the variational problem
associated with the symmetric part of .a(·, ·). Of course, when the two variational
problems are translated into the partial differential equations PDEs, we get entirely
different equations.
(ii) If the bilinear form .a(·, ·) is symmetric, then the unique solution .u ∈ X of
.
Eq. (2.17.1) is nothing else than the unique representing of the linear form.l ∈ X , with
respect to the energetic inner product .(·, ·)a = a(·, ·). In this sense the Lax-Milgram
theorem (Theorem 2.17.1) is a special case of the Riesz Fréchet’s representation
theorem (Theorem 2.14.1). ♦
The form
∞
E
a(u, v) :=
. 2−n u n vn
n=1
@seismicisolation
@seismicisolation
76 2 Fundamentals
does not reach a minimum of.l 2 . Indeed, a necessary condition for aE minimal solution,
in this case, is that .vn = 1 for .n = 1, 2, . . . , and this contradicts . ∞
n=1 vn < ∞.
2
Proof Let .ϕ1 , .ϕ2 be two linear forms and .u 1 , .u 2 be the corresponding solutions to
the variational problem. For all .λ ∈ R, we have for all .v ∈ X ,
Thus, the linearity by uniqueness of the solution. Hence, by using the continuity, we
have
.α||u||2 ≤ a(u, u)
= ϕ(u)
≤ ||ϕ||||u||.
So,
1
||u|| ≤
. ||ϕ||.
α
E
n
. (x, y) = xi yi .
i=1
Let. A be a square matrix of order.n symmetric and positive definite. Then, the bilinear
form
a : Rn × Rn −→ R
.
@seismicisolation
@seismicisolation
2.17 Lax-Milgram Theorem 77
≤ ||Au||2 ||v||2
≤ ||A||2 ||u||2 ||v||2
with ( ) 21
E
n
||u||2 =
. xi2
i=1
and
||Av||2
||A||2 =
. sup
v∈Rn , v/=0 ||v||2
= sup ||Av||2 .
||v||2 =1
.
t
O AO = D
a(u, u) = (Au, u)
.
= (O D t Ou, u)
= (D t Ou,t Ou)
E
n
= λi (t Ou)i2
i=1
( n )
E
≥ min λi ( t
Ou)i2
1≤i≤n
i=1
≥ min λi (t Ou,t Ou)
1≤i≤n
≥ min λi ||u||22 ,
1≤i≤n
with the .λi , .i = 1, . . . , n, are the eigenvalues of the matrix . A. Since . A is positive
definite, all eigenvalues .λi are all strictly positive. Hence,
@seismicisolation
@seismicisolation
78 2 Fundamentals
. min λi > 0.
1≤i≤n
.a(u, v) = ϕ(v)
(Au, v) = ϕ(v)
.
for all .v ∈ Rn . On the other hand, .ϕ ∈ (Rn ), , hence according to Riesz Fréchet’s
representation theorem (Theorem 2.14.1), there is . f ∈ Rn unique such that
ϕ(v) = ( f, v)
.
.(Au − f, v) = 0
. Au = f.
Since . A is symmetric, it implies that the bilinear form .a(·, ·) is symmetric. Thus, .u
checks { ]
1 1
. (Au, u) − ϕ(u) = inf (Av, v) − ϕ(v) .
2 v∈Rn 2
This .u checks . Au = f.
@seismicisolation
@seismicisolation
2.17 Lax-Milgram Theorem 79
Proof For the proof we apply Theorem 2.16.3 with . K = X . As in Corollary 2.16.2,
the assertion follows from the equivalences .a(u, v − u) ≥ F(v − u) for all .v ∈ X
if, and only if, .a(u, v) ≥ F(v) for all .v ∈ X if, and only if, .a(u, v) = F(v) for all
.v ∈ X . Q.E.D.
Let . X and .Y be two Banach spaces. For a bounded linear functional . A between . X
and.Y , the range. A(X ) of. A is closed in.Y if, and only if,. A(X ) = (K er (A∗ ))0 , where
∗ , ,
. A : Y −→ X is the adjoint of . A, . K er (A) := {x ∈ X : Ax = 0} is the null space
a(u, v)
. inf sup ≥ c1 .
u∈X v∈Y ||u||||v||
.|ϕ(v)| ≤ c3 ||v||
for all .u ∈ X , .v ∈ Y .
(iii) Injectivity: For any .v ∈ Y ,
.
Then, there exists a one and only one solution .u ∈ X to (2.17.1) satisfying
1
. ||u|| ≤ ||ϕ||. ♦
c1
@seismicisolation
@seismicisolation
80 2 Fundamentals
Proof The proof is essentially an application of the closed range theorem. We apply
this theorem to the following operator . A : X −→ Y , defined by
to show that . A is an isomorphism (i.e., . A is bijective and . A and . A−1 are continuous),
which is equivalent to the claim since (2.17.1) can be expressed as . Au = f . Con-
tinuity of . A easily follows from continuity of .a(·, ·) and the definition of the norm
on .Y , . We next show injectivity of . A. Let .u 1 , .u 2 ∈ X be given with . Au 1 = Au 2 . By
definition, this implies .a(u 1 , v) = a(u 2 , v). Hence, .a(u 1 − u 2 , v) = 0 for all .v ∈ Y .
Hence, the inf-sup-condition implies that
a(u 1 − u 2 , v)
c ||u 1 − u 2 || ≤ sup
. 1 = 0.
v∈Y ||v||
a(u, v)
c ||u|| ≤ sup
. 1
v∈Y ||v||
(Au, v)Y , ,Y
= sup
v∈Y ||v||
(v∗ , v)Y , ,Y
= sup
v∈Y ||v||
= ||v∗ ||. (2.17.3)
Therefore, . A−1 is continuous on . A(X ). We next prove that . A(X ) is closed. Let
{vn∗ }n∈N ⊂ A(X ) ⊂ Y , be a sequence converging to a.v∗ ∈ Y , , i.e., there exists.u n ∈ X
.
such that .vn∗ = Au n . The .{vn∗ }n form a Cauchy sequence. From (2.17.3), we infer for
all .n, .m ∈ N that
1
||u n − u m || ≤
. ||A(u n − u m )||
c1
1
= ||vn∗ − vm∗ ||,
c1
which implies that.{u n }n∈N is a Cauchy sequence as well and thus converges to.u ∈ X .
The continuity of . A, then yields
@seismicisolation
@seismicisolation
2.18 Reminders on Distributions 81
Thus, we obtain .v∗ ∈ A(X ). We can, therefore, apply the closed range theorem. By
the reflexivity of .Y , we have . A∗ : Y −→ X , and
. K er (A∗ ) = {v ∈ Y : A∗ v = 0}
= {v ∈ Y : (A∗ v, u) X , ,X = 0 for all u ∈ X }
= {v ∈ Y : (Au, v)Y , ,Y = 0 for all u ∈ X }
= {v ∈ Y : a(u, v) = 0 for all u ∈ X }
= {0}
due to the injectivity condition .(iii). Hence, the closed range theorem and the reflex-
ivity of .Y yields
Remark 2.17.6 The term “injectivity condition” is due to the fact that it implies
injectivity of the adjoint operator . A∗ and hence (due to the closed range of . A)
surjectivity of . A. Note that in the symmetric case . X = Y , coercivity of .a(·, ·) implies
both the inf-sup-condition and (via contraposition) the injectivity condition, and we
recover the Lax-Milgram theorem. ♦
Distributions are to functions what irrational numbers are to rational numbers. Dis-
tributions are, in fact, a generalization of the notion of function. We will present it
briefly, limiting ourselves to essential concepts such as the derivation of a distribu-
tion. We refer the reader to Girault and Raviart [8], for a simple and modern treatment
of distribution theory. The more informed reader can consult the book of Schwartz
[9], for a more complete and more traditional treatment.
@seismicisolation
@seismicisolation
82 2 Fundamentals
2.18.1.1 Definition
Definition 2.18.1 Let .Ω be an open of .Rn . All the functions defined on .Ω, that we
consider, are with real values. We denote by .D(Ω) the vector space of indefinitely
differentiable functions on .Ω with compact support in .Ω. ♦
D(Ω) is not reduced to null function. In fact, let .a ∈ Ω and let .r > 0 be such that
.
. B(a, r ) ⊂ Ω,
with . B(a, r ) designates the open ball of center .a and of radius .r . Then, the function
ϕ defined by
.
{ 1
e ||x−a||2 −r 2 if ||x − a|| < r
.ϕ(x) :=
0 if not
( )α1 ( )αn
α ∂ ∂
∂ ϕ=
. ··· ϕ
∂ x1 ∂ xn
∂ |α|
= ϕ
∂ x1α1 · · · ∂ xnαn
(i) for all .m ∈ N, the support of .ϕm − ϕ stays in a fixed compact . K of .Ω.
.
(ii) for all .α ∈ Nn , .∂ α ϕm converges uniformly to .∂ α ϕ.
.
@seismicisolation
@seismicisolation
2.18 Reminders on Distributions 83
2.18.2.1 Definition
We, then, introduce the space .D , (Ω) of continuous linear forms on .D(Ω), in the
following direction:
Let .T : D(Ω) −→ R be linear. .T is continuous if for all convergent sequence .(ϕm )m
to .ϕ on .D(Ω)
. lim (T, ϕm ) = (T, ϕ).
m→∞
δ : D(Ω) −→ R
. a
ϕ −→ (δa , ϕ) = ϕ(a)
. T , : D(Ω) −→ R
.(T , , ϕ) = −(T, ϕ , )
@seismicisolation
@seismicisolation
84 2 Fundamentals
with .|α| = α1 + · · · + αn . ♦
.∂ α : D , (Ω) −→ D , (Ω)
Proof For all .ϕ ∈ D(Ω), we have .(Tm , ϕ) converges to .(T, ϕ) when .m tends to .∞.
However,
α |α| α
.(∂ Tm , ϕ) = (−1) (Tm , ∂ ϕ)
. T f : D(Ω) −→ R
{
ϕ −→ (T f , ϕ) = f (x)ϕ(x) d x. (2.18.1)
Ω
@seismicisolation
@seismicisolation
2.18 Reminders on Distributions 85
{
|(T f , ϕm ) − (T f , ϕ)| ≤
. | f (x)||ϕm (x) − ϕ(x)| d x
Ω
{
≤ sup |ϕm (x) − ϕ(x)| | f (x)| d x
x∈K K
1
≤ ||ϕm − ϕ||∞ || f ||0,Ω mes(K ) 2
< ε,
Theorem 2.18.6 Let .Ω be an open of .Rn and . f ∈ L 2 (Ω, R). Consider the mapping
. T f , given in (2.18.1). Then, . T f is a distribution called regular distribution. ♦
.ψ : L 2 (Ω, R) −→ D , (Ω)
f −→ ψ( f ) = T f . (2.18.2)
However, according to the Theorem 2.18.2, .D(Ω) is dense in . L 2 (Ω, R), we will
show that Eq. (2.18.3) remains valid for all .ϕ ∈ L 2 (Ω, R). In fact, let .ϕ ∈ L 2 (Ω, R)
according to the Theorem 2.18.2, there is a sequence .(ϕm )m of .D(Ω) such that .(ϕm )m
converges to .ϕ in . L 2 (Ω, R). Using (2.18.3), we have
{
. f (x)ϕm (x) d x = 0.
Ω
Hence,
|{ { |
| |
| f (x)ϕm (x) d x − f (x)ϕ(x) d x || ≤ || f ||0,Ω ||ϕm − ϕ||0,Ω .
.
|
Ω Ω
@seismicisolation
@seismicisolation
86 2 Fundamentals
{
. f 2 (x) d x = 0.
Ω
Remark 2.18.8 If . f ∈ L 2 (Ω, R), then we may identify . f with .T f . Which amounts
to identifying . L 2 (Ω, R) with .ψ(L 2 (Ω, R)) ⊂ D , (Ω). We will systematically do
this identification in all the following and, we write
Let . j : L 2 (Ω, R) −→ D , (Ω) be the canonical injection from. L 2 (Ω, R) into.D , (Ω).
. j : L 2 (Ω, R) −→ D , (Ω)
Thus,
. lim T fm = T f . Q.E.D.
m→∞
Proof We must show that it does not exist of locally integrable function . f (x) such
that
{
.(δa , ϕ) = f (x)ϕ(x) d x
Ω
= ϕ(a)
. ϕ(x) = ϕn (x),
@seismicisolation
@seismicisolation
2.18 Reminders on Distributions 87
we would have {
. f (x)ϕ(x) d x = ϕn (a) = e−1 .
Ω
If . B(a, n) designates the open ball with center .a and radius . n1 , we would also have
since the functions .ϕn (x) are all bounded by .e−1 . The last inequality constitutes a
contradiction since the term of right tends to .0 when .n tends to infinity. Q.E.D.
∂f
. ∈ C 0 (Ω, R).
∂ xi
∂T
Let’s compare .T ∂ f and . ∂ xif . In fact,
∂ xi
. T f : D(Ω) −→ R
{
ϕ −→ (T f , ϕ) = f (x)ϕ(x) d x
Ω
and
. T ∂ f : D(Ω) −→ R
∂ xi
/ \ { ∂f
ϕ −→ T ∂ f , ϕ = (x)ϕ(x) d x.
∂ xi
Ω ∂ xi
@seismicisolation
@seismicisolation
88 2 Fundamentals
Thus,
∂Tf
. T ∂f = .
∂ xi ∂ xi
Example 2.18.2 .(a) For .Ω = R, we consider the Heaviside function defined by
{
1 if x > 0
. H (x) :=
0 if x < 0.
T : D(Ω) −→ R
. H
{
ϕ −→ (TH , ϕ) = H (x)ϕ(x) d x.
R
/ \ / \
∂ TH ∂ϕ
. , ϕ = − TH ,
∂x ∂x
{
= − H (x)ϕ , (x) d x
{R∞
=− ϕ , (x) d x
0
= ϕ(0)
= (δ, ϕ),
. H , = δ.
@seismicisolation
@seismicisolation
2.18 Reminders on Distributions 89
graph ( f )
x1 x2 xk
Let .T f be the regular distribution associated with . f . Then, for all .ϕ ∈ D(Ω), we
have
/ \ / \
∂T f ∂ϕ
. ,ϕ = − Tf ,
∂x ∂x
{
=− f (x)ϕ , (x) d x
R
{ x1 { x2 { ∞
=− f (x)ϕ , (x) d x − f (x)ϕ , (x) d x − · · · − f (x)ϕ , (x) d x
−∞ x1 xk
{ x1 { x2
= f , (x)ϕ(x) d x − [ f (x)ϕ(x)]−∞
x1
+ f , (x)ϕ(x) d x
−∞ x1
{ ∞
− [ f (x)ϕ(x)]xx21 + · · · + f , (x)ϕ(x) d x − [ f (x)ϕ(x)]∞
xk
xk
{ x1 { x2
= f , (x)ϕ(x) d x − f (x1 − 0)ϕ(x1 ) + f , (x)ϕ(x) d x
−∞ x1
{ ∞
− f (x2 − 0)ϕ(x2 ) + f (x1 + 0)ϕ(x1 ) + · · · + f , (x)ϕ(x) d x
xk
+ f (xk + 0)ϕ(xk )
{ E
k
= f , (x)ϕ(x) d x + ϕ(x j )( f (x j + 0) − f (x j − 0))
R j=1
/ \
E
k
= T∂f + ( f (x j + 0) − f (x j − 0))δx j , ϕ ,
∂x
j=1
@seismicisolation
@seismicisolation
90 2 Fundamentals
( ), E
k
. Tf = Tf, + s j δx j ,
j=1
with .s j = f (x j + 0) − f (x j − 0).
References
@seismicisolation
@seismicisolation
Chapter 3
Variational Formulation of Boundary
Problems
In this chapter, we will focus on the notions of Sobolev spaces of order .1 and of order
.m ≥ 1. Sobolev spaces are functional spaces. More precisely, a Sobolev space is a
vector space of functions provided with the norm obtained by the combination of the
2
. L norm of the function itself and of its derivatives up to a certain order. Derivatives
are understood in a weak sense, within the meaning of distributions in order to make
the space complete. After that, we introduce the notion of problem with elliptical
limits. A physical or mechanical or biological problem is generally described by
the data of differential equations or more certainly by the data of partial differential
equations. Such a formulation is called a strong formulation of the problem. We will
see that it is possible to express these differential equations or partial differential
equations in a “less restrictive” way for the sought solutions. Such a formulation is
called a weak formulation, and its solutions are called a weak solution. Obviously, a
strong solution of the original problem is also a solution of the weak formulation and
vice versa under some conditions of regularity of the solution on open bounded of .Rn
with piecewise smooth boundary. We collect some necessary results from functional
analysis and the weak theory of (elliptic) partial differential equations. This method
is based on the variational formulation of these problems and thus appears as a
particular Galerkin method. We will focus on this aspect in this chapter.
Let .Ω be an open set of .Rn . Consider a function .v of . L 2 (Ω, R), it is identified with
a distribution of .D , (Ω) still noted .v and we can still define its derivatives
∂v
. , 1 ≤ i ≤ n,
∂ xi
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 91
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_3
@seismicisolation
@seismicisolation
92 3 Variational Formulation of Boundary Problems
∂v
. ∈
/ L 2 (Ω, R).
∂ xi
3.1.1 Definition
{ }
∂v
. H 1 (Ω) = v ∈ L 2 (Ω, R) such that ∈ L 2 (Ω, R) for 1 ≤ i ≤ n .
∂ xi
♦
We provide . H 1 (Ω) of the following inner product:
{ ( E n
)
∂u ∂v
(u, v)1,Ω
. = uv + dx
Ω i=1
∂ xi ∂ xi
{ En {
∂u ∂v
= uv d x + dx
Ω i=1 Ω
∂ xi ∂ xi
{ {
= uv d x + (grad u, grad v)d x
{Ω {Ω
= uv d x + ∇u · ∇v d x,
Ω Ω
where .∇u · ∇v is the Euclidean scalar product in .Rn of .∇u and .∇v. We notice
1
. ||v||1,Ω = (v, v)1,Ω
2
∂Tf
. = T∂f .
∂x ∂x
@seismicisolation
@seismicisolation
3.1 Sobolev Space of Order 1, H 1 (Ω) 93
3. (Hadamard [1]) Let .r and .ϕ be the polar coordinates in the unit disk . B(0, 1) =
{x ∈ R2 such that ||x|| < 1}. The function
∞
E
u(r, ϕ) :=
. k −2 r k! sin(k! ϕ)
k=1
and thus .u ∈
/ H 1 (B(0, 1)). There does not exist any function in . H 1 (B(0, 1)) with the
same boundary value as .u, since for a given boundary value, the harmonic function
is always the one with the smallest value of the . H 1 -semi-norm.
Theorem 3.1.2 . H 1 (Ω) is a separable Hilbert space for the norm .|| · ||1,Ω . ♦
Proof Let .(vm )m be a Cauchy sequence in . H (Ω), so .(vm )m is a Cauchy sequence
1
in . L 2 (Ω, R) and ( )
∂vm
.
∂ xi m
∂v
v =
. i
∂ xi
within the meaning of .D , (Ω). In fact, since the canonical injection from . L 2 (Ω, R)
into .D , (Ω) is .‘‘continuous” .(see Proposition 2.18.9), we have .(vm )m converges to .v
in .D , (Ω) and ( )
∂vm
.
∂ xi m
@seismicisolation
@seismicisolation
94 3 Variational Formulation of Boundary Problems
∂
.
∂ xi
( )
is continuous from .D , (Ω) into .D , (Ω) (see Proposition 2.18.5), we have . ∂v m
∂ xi m
converges to . ∂∂vxi in .D , (Ω). Thus,
∂v
v =
. i
∂ xi
and that .(vm )m converges to .v in . H 1 (Ω). Thus, . H 1 (Ω) is a Hilbert space. We still
have to show that the space . H 1 (Ω) is separable. For this, consider
E
n+1
(u, v) =
. (u i , vi )0,Ω .
i=1
the corresponding norm. The product space .(L 2 (Ω, R))n+1 provided with this inner
product .|| · || is a Hilbert space. Let .v ∈ H 1 (Ω). We can easily verify that
@seismicisolation
@seismicisolation
3.2 Sobolev Space, H01 (Ω) 95
. -
I : H 1 (Ω) −→I (H 1 (Ω))
v −→-
I (v) = I (v)
. H 1 (Ω) ∼ I (H 1 (Ω)).
Lemma 3.1.3 We assume that the open set .Ω is bounded. Then, there exists a con-
stant .C depending on .Ω such that for all .u ∈ H 1 (Ω), we have
( )1
||u||0,∂Ω ≤ C ||u||0,Ω ||u||1,Ω 2 .
.
3.2.1 Definition
Definition 3.2.1 We denote by . H01 (Ω) the closure of .D(Ω) in . H 1 (Ω), i.e.,
H 1 (Ω)
. H01 (Ω) = D(Ω) .
Theorem 3.2.2 If .Ω is bounded, then there is a constant .C = C(Ω) > 0 such that
. ||v||0,Ω ≤ C(Ω)|v|1,Ω
( n { | | ) 21
E | ∂v |2
|v|1,Ω = | |
.
|∂x | dx .
i=1 Ω i
Proof We take again here the demonstration of B. Lucquin [2]. Let .v ∈ D(Ω) and
let .-
v be the extension of .v by zero outside of .Ω. Since .Ω is bounded, we can
@seismicisolation
@seismicisolation
96 3 Variational Formulation of Boundary Problems
{ xn
∂-v ,
v(x , , xn ) =
-
. (x , t) dt.
a ∂ xn
By density of .D(Ω) in . H01 (Ω), the inequality (3.2.1) stays true for all .v ∈ H01 (Ω),
which completes the proof. Q.E.D.
Theorem 3.2.3 Let .Ω be a Lipschitz open subset of .Rn . Then, there exists a constant
.C depending on .Ω such that, for all .v ∈ H (Ω),
1
@seismicisolation
@seismicisolation
3.2 Sobolev Space, H01 (Ω) 97
|| { ||
|| 1 ||
||v − v d x || ≤ C||∇v||0,Ω .
.
|| mes(Ω) Ω ||
0,Ω
Remark 3.2.4 Even though there is some similarity with Poincaré’s inequality, there
are major differences. In fact, the Poincaré-Wirtinger inequality fails for open sets
that are not regular enough (Lipschitz is sufficient for it to hold), while no reg-
ularity is needed for Poincaré. Instead of proving it, let us simply note that the
Poincaré-Wirtinger is at least reasonable, since the two sides vanish for the constant
functions .v. ♦
( n || ||2 ) 21
E || ∂v ||
v ∈ H01 (Ω), |v|1,Ω = || ||
.
|| ∂ x ||
i=1 i 0,Ω
n /
E \
∂u ∂v
.(u, v) := ,
i=1
∂ xi ∂ xi
n {
E ∂u ∂v
= d x.
i=1 Ω ∂ xi ∂ xi
( n || ||2 ) 21
E || ∂v ||
|v|1,Ω
1
= (v, v) = || || .
|| ∂ x ||
. 2
i=1 i 0,Ω
Proof .(i) The function.v defined for all.x ∈ Ω,.v(x) = 1 is a function of. H 1 (Ω). But
.v ∈
/ H01 (Ω) because otherwise according to the Poincaré inequality (Theorem 3.2.2),
@seismicisolation
@seismicisolation
98 3 Variational Formulation of Boundary Problems
||v||0,Ω ≤ C(Ω)|v|1,Ω = 0,
.
which proves
.mes(Ω) ≤ 0.
(Theorem 3.2.2),
.||v||0,Ω ≤ C(Ω)|v|1,Ω .
Hence,
. |v|21,Ω ≤ ||v||21,Ω
:= ||v||20,Ω + |v|21,Ω
≤ (1 + C(Ω)2 )|v|21,Ω .
Thus,
|v|1,Ω ≤ ||v||1,Ω
.
/
≤ 1 + C(Ω)2 |v|1,Ω .
3.3.1 In Dimension .n = 1
We assume that .Ω is bounded throughout the rest of this paragraph. We place our-
selves in the case .n = 1, i.e., .Ω is an open bounded of .R. We take .Ω =]a, b[. We
will show that we can define the values at the edges of a function .ϕ ∈ H 1 (]a, b[),
i.e., the existence of .ϕ(a) and .ϕ(b).
Theorem 3.3.1 . H 1 (]a, b[) is a subspace of.C 0 ([a, b], R). In addition, the canonical
injection of . H 1 (]a, b[) into .C 0 ([a, b], R) is continuous. ♦
@seismicisolation
@seismicisolation
3.3 Trace Theorem 99
Proof Let .v ∈ C 1 ([a, b], R). According to the first formula for the mean, there is
.ξ ∈ [a, b] such that
{ b
1
.v(ξ ) = v(x) d x.
b−a a
Thus,
||v||∞ ≤ k||v||1,Ω ,
. (3.3.1)
with ( )
√ 1
.k = 2 max b − a, √ .
b−a
Let .ϕ ∈ H 1 (]a, b[). Since .C 1 ([a, b], R) is dense in . H 1 (]a, b[) (see Theorem 2.7.1),
there is a sequence .(vm )m of .C 1 ([a, b], R) such that .(vm )m converges to .ϕ in
. H (]a, b[). Using the Eq. (3.3.1), we have
1
Hence,.(vm )m is a Cauchy sequence in.(C 0 ([a, b], R), || · ||∞ ). Thus,.(vm )m converges
to .v in .C 0 ([a, b], R), which shows that .v is a continuous function. On the other hand,
{ b
.||vm − v||20,Ω = |vm − v|2 d x
a
≤ ||vm − v||2∞ (b − a).
Hence, .(vm )m converges to .v in . L 2 (]a, b[, R) and .(vm )m converges to .ϕ in the space
L 2 (]a, b[, R). Thus, the uniqueness of the limit .v = ϕ in . L 2 (]a, b[, R), which proves
.
@seismicisolation
@seismicisolation
100 3 Variational Formulation of Boundary Problems
that .v ∈ _
ϕ (class of .ϕ). Hence, .v is a continuous representative of ._ϕ . We define the
values at the edges of .ϕ as follows: we pose .ϕ(a) = v(a) and .ϕ(b) = v(b) it exists
because .v is continuous on .[a, b]. We identify .ϕ and .v which amounts to identifying
. H (]a, b[) to a subspace of .C ([a, b], R). Let us show that the canonical injection
1 0
from . H (]a, b[) into .C ([a, b], R) is continuous. In fact, according to (3.3.1), we
1 0
have .||vm ||∞ ≤ k||vm ||1,Ω . Passing to the limit there comes .||v||∞ ≤ k||ϕ||1,Ω . Now,
we have identified .ϕ with .v so .||v||∞ ≤ k||v||1,Ω . Thus, the canonical injection from
. H (]a, b[) into .C ([a, b], R) is continuous.
1 0
Q.E.D.
Remark 3.3.2 The example of .u(x) = x sin 1
x
for .x ∈]0, 1] and .u(0) = 0 shows
that the converse of Theorem 3.3.1 is false. ♦
3.3.2 In Dimension .n ≥ 2
.Ω ⊂ Rn , n ≥ 2.
Let .v ∈ H 1 (Ω), we want to define its value at the edge .v|Γ , where .Γ = ∂Ω. This is
not always possible in a classical way because for .n ≥ 2 the functions of . H 1 (Ω) are
not in general continuous. Indeed, the function .ϕ defined by
/
with .Ω = B(0, R) ⊂ R2 and .||x||2 = x12 + x22 , belongs to . H 1 (Ω) but it does not
admit any continuous representative .v ∈ C 0 (Ω, R) if .0 < k < 21 . In fact, suppose
@seismicisolation
@seismicisolation
3.3 Trace Theorem 101
. v=ϕ
|v(x)| ≤ ||v||∞
.
:= sup |v(x)|.
x∈Ω
of .D(Ω) into . L 2 (Γ, R) is extended by continuity in one map from . H 1 (Ω) into
. L (Γ, R), noted again .γ0 , i.e.,
2
with . M is a constant.
@seismicisolation
@seismicisolation
102 3 Variational Formulation of Boundary Problems
{ }
. H01 (Ω) = v ∈ H 1 (Ω) such that γ0 (v) = v|Γ = 0 .
♦
Proof Let us show that
{ }
. H01 (Ω) ⊂ v ∈ H 1 (Ω) such that γ0 (v) = v|Γ = 0 .
Let.v ∈ H01 (Ω). Hence, there is.(vm )m a sequence of.D(Ω) such that.(vm )m converges
to .v in . H01 (Ω). Since .γ0 is continuous, .(γ0 (vm ))m converges to .γ0 (v) in . L 2 (Γ, R).
Moreover,
.γ0 (vm ) = 0
because .vm ∈ D(Ω) with compact support included in the opening .Ω, which proves
γ (v) = 0.
. 0
Thus, .v|Γ = 0.
Reciprocally, (exercise). Q.E.D.
The following result concerns Green’s formula. We pose for all .i ∈ {1, . . . , n}, .νi
the .ith directing cosine of the normal .ν at .Γ = ∂Ω directed outwards.
@seismicisolation
@seismicisolation
3.3 Trace Theorem 103
⎛ ⎞
ν1
⎜ . ⎟
.ν = ⎝ . ⎠ .
.
νn
Theorem 3.3.5 We assume that .Ω is an open bounded of .Rn with piecewise smooth
boundary .Γ = ∂Ω. Let .u, .v ∈ H 1 (Ω), then
{ { {
∂u ∂v
. v dx = − u dx + uvνi dσ, 1 ≤ i ≤ n,
Ω ∂ xi Ω ∂ xi Γ
Proof The result is true for all .u, .v ∈ D(Ω). The result follows from the density
of .D(Ω) in . H 1 (Ω) (see Theorem 3.3.3) and the continuity of the trace mapping .γ0 ,
which finishes the proof. Q.E.D.
∂ ( )
v
. j
|Ωi = v|Ωi .
∂x j
∂v
Let us show that .v j = ∂x j
in the sense of .D , (Ω). Indeed, let .ϕ ∈ D(Ω), we have
{
.(v j , ϕ) = vjϕ dx
Ω
L {
E ∂ ( )
= v|Ωi ϕ d x
i=1 Ωi ∂x j
L {
E E L {
∂ϕ
(v j , ϕ) = −
. v dx + vϕn j ds.
i=1 Ωi ∂x j i=1 Γi
@seismicisolation
@seismicisolation
104 3 Variational Formulation of Boundary Problems
L {
E
. vϕn j ds = 0.
i=1 Γi
So,
{
∂ϕ
.(v j , ϕ) = − v dx
Ω ∂ xj
/ \
∂ϕ
= − v,
∂x j
/ \
∂v
= ,ϕ .
∂x j
Definition 3.4.1 Let .m be an integer greater than or equal to .1. We call Sobolev
space of order .m on .Ω, the space
We notice 1
||v||m,Ω = (v, v)m,Ω
.
2
We have
@seismicisolation
@seismicisolation
3.4 Sobolev Spaces of Order m 105
. H 2 (Ω) ⊂ H 1 (Ω)
and { { {
, ,
.(u, v)2,Ω = uv d x + u v dx + u ,, v,, d x.
Ω Ω Ω
{
2 ∂v ∂v ∂ 2v
. H (Ω) = v ∈ L 2 (Ω, R) such that ∈ L 2 (Ω, R), ∈ L 2 (Ω, R), ∈ L 2 (Ω, R),
∂x ∂y ∂x2
}
∂ 2v 2 ∂ 2v 2 ∂ 2v 2
∈ L (Ω, R), ∈ L (Ω, R), and ∈ L (Ω, R) .
∂ y2 ∂ x∂ y ∂ y∂ x
We have
. H 2 (Ω) ⊂ H 1 (Ω)
and
E{
. (u, v)2,Ω = ∂αu ∂αv d x
|α|≤2 Ω
{ { {
∂u ∂v ∂u ∂v
= uv d xdy + d xd y + d xd y
Ω Ω ∂ x ∂ x Ω ∂y ∂y
{ {
∂ 2u ∂ 2v ∂ 2u ∂ 2v
+ d xd y + d xd y
Ω ∂x ∂x Ω ∂y ∂y
2 2 2 2
{ {
∂ 2u ∂ 2v ∂ 2u ∂ 2v
+ d xd y + d xd y.
Ω ∂ x∂ y ∂ x∂ y Ω ∂ y∂ x ∂ y∂ x
Theorem 3.4.2 The space . H m (Ω) is a separable Hilbert space for the following
inner product:
E {
.(u, v)m,Ω = ∂ α u ∂ α v d x.
|α|≤m Ω
♦
Example 3.4.2 Let .Ω be an open bounded domain of .R with piecewise smooth n
. H 2 (Ω) ⊂ H 1 (Ω).
@seismicisolation
@seismicisolation
106 3 Variational Formulation of Boundary Problems
∂v
. ∈ H 1 (Ω).
∂ xi
∂v E ∂vn
γ (v) :=
. 1 = νi |Γ
∂ν |Γ i=1
∂ xi
The mapping
@seismicisolation
@seismicisolation
3.4 Sobolev Spaces of Order m 107
extends into a continuous linear map also noted .γ from the space . H 2 (Ω) into
. L (Γ, R) × L (Γ, R). ♦
2 2
.Δu := div(grad u)
:= div(∇u)
En
∂ 2u
:= .
i=1
∂ xi2
Theorem 3.4.4 Let .Ω be an open bounded domain of .Rn with piecewise smooth
boundary .Γ = ∂Ω. Then, for all function .u ∈ H 2 (Ω) and for all function .v ∈
H 1 (Ω), we have
{ n {
E {
∂u ∂v ∂u
. − Δu v d x = dx − v dσ,
Ω i=1 Ω ∂ xi ∂ xi Γ ∂ν
with
∂u E ∂u
n
. = νi
∂ν i=1
∂ xi |Γ
@seismicisolation
@seismicisolation
108 3 Variational Formulation of Boundary Problems
Definition 3.4.5 We denote by . H02 (Ω) the closure of .D(Ω) in . H 2 (Ω), i.e.,
H 2 (Ω)
. H02 (Ω) = D(Ω) .
♦
H 2 (Ω)
Theorem 3.4.6 Let . H02 (Ω) = D(Ω) . Then,
{ }
∂v
. H0 (Ω) = K er (γ ) = v ∈ H (Ω) such that v|Γ = =0
2 2
∂ν |Γ
Let.∇ 2 v denote the collection of all.n 2 second-order partial derivatives of the function
.v. We give the following lemma.
Lemma 3.4.7 On the space . H02 (Ω), the semi-norm .||∇ 2 v||0,Ω is a norm. It is equiv-
alent to the . H 2 norm. ♦
Proof It is sufficient to establish a bound from below. Let .v ∈ H02 (Ω). Then, . ∂∂vxi ∈
H01 (Ω) for all .i. Therefore, by using Poincaré inequality (Theorem 3.2.2), we have
|| ( )||2 || ||
|| ∂v || || ∂v ||2
. ||∇ || ||
≥ C || || .
2
|| ∂x || ∂ xi ||1,Ω
i 0,Ω
@seismicisolation
@seismicisolation
3.4 Sobolev Spaces of Order m 109
Theorem 3.4.8 Let .Ω be an open bounded domain of .Rn with piecewise smooth
boundary .Γ = ∂Ω. If .m > n2 , then the space
. H m (Ω) ⊂ C 0 (Ω, R)
Theorem 3.4.9 Let .Ω be an open bounded domain of .Rn with piecewise smooth
boundary .Γ = ∂Ω. Then, . H m (Ω) continuously injects itself into .C s (Ω, R) for all
.m > + s, with .s ∈ N, where .C s (Ω, R) is the set of functions .s times differentiable
n
2
from .Ω into .R whose .nth derivative is continuous. ♦
with .ai1 i2 ...in ∈ R and let . Q k be the space of polynomials, in .Rn , of the form
E
. ai1 i2 ...in x1i1 x2i2 . . . xnin ,
i 1 ,i 2 ,...,i n ≤k
(i) .|L(v)| ≤ c||L||∗k+1,O ||v||k+1,O for all .v ∈ H k+1 (O), where .|| · ||∗k+1,O designates
.
|L(v)|
||L||∗k+1,O =
. sup .
v∈H k+1 (O), v/=0 ||v||k+1,O
(ii) . L(v) = 0 for all .v ∈ Pk , with . Pk denotes the space of polynomials of degree
.
≤ k, with coefficients in .R.
.
Then,
∗
.|L(v)| ≤ c||L||k+1,O |v|k+1,O
with
@seismicisolation
@seismicisolation
110 3 Variational Formulation of Boundary Problems
⎛ ⎞ 21
E {
|v|k+1,O := ⎝
. (∂ α v)2 d x ⎠ ,
|α|=k+1 O
( ) ( )
α ∂ α1 ∂ αn
.∂ v = ... v
∂ x1 ∂ xn
∂ |α|
= v
∂ x1α1 . . . ∂ xnαn
and .|α| = α1 + · · · + αn . ♦
is a norm on the quotient space . H k+1 (O)/Pk and there are .α and .β such that
πp = p
.
v − π v = v + p − π(v + p).
.
Hence
||v − π v||m,O ≤ ||I d − π ||L (H k+1 (O),H m (O)) ||v + p||k+1,O .
.
@seismicisolation
@seismicisolation
3.4 Sobolev Spaces of Order m 111
So,
||v − π v||m,O ≤ ||I d − π ||L (H k+1 (O),H m (O)) inf ||v + p||k+1,O .
.
p∈Pk
We deduce the result of which the constant .β being that of Theorem 3.4.11.
Q.E.D.
and .|α| = α1 + · · · + αn . Note that for .m = 0, the space .W 0, p (Ω) is the Lebesgue
space . L p (Ω, R). Note that .W m,2 (Ω) = H m (Ω). A natural norm on .W m, p (Ω) is
defined by
⎧⎛ ⎞ 1p
⎪
⎪ E
⎪
⎨ ⎝ ||∂ α u|| L p (Ω,R) ⎠ if 1 ≤ p < ∞
p
||u||m, p,Ω
. :=
⎪
⎪ 0≤|α|≤m
⎪
⎩ max ||∂ α u|| L ∞ (Ω,R) if p = ∞,
0≤|α|≤m
where .|| · || L p (Ω,R) designates the norm in . L p (Ω, R) and .|| · || L ∞ (Ω,R) designates the
norm in . L ∞ (Ω, R). Equipped with this norm the space .W m, p (Ω) is a Banach space
(i.e., a complete normed vector space). We can show that the norm
⎧ E
⎪
⎪ ||∂ α u|| L p (Ω,R) if 1 ≤ p < ∞
⎨
||u||m, p,Ω
. E
:= 0≤|α|≤m
⎪
⎪ ||∂ α u|| L ∞ (Ω,R) if p = ∞,
⎩
0≤|α|≤m
is an equivalent norm to the previous. The space .W m, p (Ω), therefore, has the same
properties regardless of the used norm. These norms are noted indifferently.|| · ||m, p,Ω .
Consider on the space .W m, p (Ω), the semi-norm
@seismicisolation
@seismicisolation
112 3 Variational Formulation of Boundary Problems
⎧⎛ ⎞ 1p
⎪
⎪ E
⎪
⎨⎝ ||∂ α u|| L p (Ω,R) ⎠ if 1 ≤ p < ∞
p
.|u|m, p,Ω :=
⎪
⎪ |α|=m
⎪
⎩ max ||∂ α u|| L ∞ (Ω,R) if p = ∞
|α|=m
and ⎧( ) 1p
⎪ En || m || p
⎪
⎪ || ∂ u ||
⎪
⎨ || || if 1 ≤ p < ∞
|| ∂ x m || p
. [u]m, p,Ω := i=1 || i || L (Ω,R)
⎪
⎪ || ∂ m u ||
⎪
⎪ || || if p = ∞.
⎩ 1≤i≤n || ∂ x m ||
max
i ∞ L (Ω,R)
Remark 3.4.13 In dimension .1 of space (.n = 1), with .a, .b ∈ R, any element of
W 1, p (]a, b[) (which is therefore a class of functions) can be assimilated to a contin-
.
uous function, at meaning that there is a representative of the class which is contin-
uous. This is because in dimension .1, any function of .W 1, p (]a, b[) can be written
as the integral of its derivative. The function .u ∈ W 1, p (]a, b[) if, and only if, there
exists .-
u ∈ C 0 ([a, b], R) and .v ∈ L p ((a, b), R) such that
u =-
. u
Theorem 3.4.14 In the case, where . p is finished, it is also a separable space, i.e., a
normed vector space which contains a dense countable part. ♦
From Lemma 2.3.2, we can show the following result, very useful later.
Lemma 3.4.15 (Lesaint [4]) We consider a bounded open set .Ω, with continuous
boundary (Necas [5, Chap. II]). Let .q be such that .1 ≤ q ≤ ∞, .k and .r are two
positive integers and let . f ∈ (W k+r +1,q (Ω)), be such that
@seismicisolation
@seismicisolation
3.4 Sobolev Spaces of Order m 113
E
k+r +1
|( f, u)| ≤ C||
. f ||∗k+r +1,q,Ω |u|l,q,Ω , (3.4.2)
l=k+1
E
k+r +1
. resp., |( f, u)| ≤ C|| f ||∗k+r +1,q,Ω [u]l,q,Ω , (3.4.3)
l=k+1
hypotheses .(i) and .(ii) of Lemma 2.3.2 are, therefore, satisfied and Ethe kernel of . A2
k+r +1
is the space . Pk (. K er (A2 ) = Pk ). We deduce that the semi-norm . l=k+1 | · |l,q,Ω is
a norm on the quotient space .W k+r +1,q (Ω)/Pk , equivalent to the quotient norm
where .u denotes the equivalence class of any of its .u elements. There thus exists a
constant .C depending only on .n, .k, .r , .q, and .Ω such that
E
k+r +1
||u||W k+r +1,q (Ω)/Pk ≤ C
. |u|l,q,Ω ,
l=k+1
for all .u ∈ W k+r +1,q (Ω). Let . f ∈ (W k+r +1,q (Ω)), satisfy the equality (3.4.1), we
have .( f, u) = ( f, u + v) for all .u ∈ W k+r +1,q (Ω) and all .v ∈ Pk such that
E
k+r +1
|( f, u)| ≤ C||
. f ||∗k+r +1,q,Ω |u|l,q,Ω ,
l=k+1
which ends the proof of the inequality (3.4.2). To show the inequality (3.4.3), we apply
the Lemma 2.3.2, with . X = W k+r +1,q (Ω), . X 1 = W k,q (Ω), . X 2 = (L q (Ω, R))n(r +1) .
The operator . A1 is the identity, and the operator . A2 is the one that has any function of
k+r +1,q
.W (Ω) matches its .n(r + 1) derivatives of order, respectively, equal to .k + 1,
.k + 2, . . . , k + r + 1, in the directions. x 1 , . . . , x n . A result due to K. T. Smith, proved
in [6], implies that the hypothesis .(i) of Lemma 2.3.2 is satisfied. The hypothesis
@seismicisolation
@seismicisolation
114 3 Variational Formulation of Boundary Problems
(ii) of Lemma 2.3.2 is satisfied thanks to the lemma of Rellich and Konndrachoff
.
demonstrated in [7, Chap. II] and in [5, pp. 17 and 106]. Ek+rOn the other hand, we
+1
have . Q k = K er (A2 ). We deduce that the semi-norm . l=k+1 [·]l,q,Ω is a norm on
the quotient space .W k+r +1,q (Ω)/Q k equivalent to the norm
||-
. u ||W k+r +1,q (Ω)/Qk = inf ||u + v||k+r +1,q,Ω ,
v∈Q k
where .-
u denotes the equivalence class of any of its .u elements. There thus exists a
constant .C > 0 depending only on .n, .k, .q, and .Ω such that
E
k+r +1
||-
. u || W k+r +1,q (Ω)/Q k ≤C [u]l,q,Ω , (3.4.4)
l=k+1
for all .u ∈ W k+r +1,q (Ω). The inequality (3.4.3) is then shown, from the inequality
(3.4.4), in the same way as inequality (3.4.2). Q.E.D.
The following result is a generalization of Lemma 3.4.15 which allows to specify the
value of the constants .C intervening in the inequalities (3.4.2) and (3.4.3), which can
be useful for some applications.
Lemma 3.4.16 (Lesaint [4]) We consider a bounded open set .Ω, with continuous
boundary. Let .q be a number such that .1 ≤ q ≤ ∞ and two integers .k and .r , with
k+r +1,q
.k ≥ 0, .r ≥ 1 and let . f be a continuous linear form on . W (Ω) such that
E
k+r
|( f, u)| ≤ ||
. f ||∗k+r +1,q,Ω (ηl |u|l,q,Ω + μl [u]l,q,Ω ), (3.4.5)
l=k+1
for all .u ∈ Pk+r (resp., . Q k+r ). Then, there exists a constant .C = C(n, k, r, q, Ω)
such that
E
k+r +1
|( f, u)| ≤ C|| f ||∗k+r +1,q,Ω
. (αl |u|l,q,Ω + βl [u]l,q,Ω ), (3.4.6)
l=k+1
for
Ek+rall.u ∈ W k+r +1,q (Ω), with.αl = ηl ,.βl = μl , forE
Ek+r .k + 1 ≤ l ≤ k + r .αk+r +1 = 1 +
Ek+r
k+r
l=k+1 lη , .βk+r +1 = l=k+1 lμ (resp., .αk+r +1 = l=k+1 ηl , .βk+r +1 = 1 + l=k+1
μl ). ♦
Proof We first consider the case, where the equality (3.4.5) is satisfied for .u ∈ Pk+r .
The following property is satisfied (according to the proof of Lemma 3.4.15). The
semi-norm.| · |k+r +1,q,Ω is a norm on the quotient space.W k+r +1,q (Ω)/Pk+r , equivalent
to the quotient norm
@seismicisolation
@seismicisolation
3.4 Sobolev Spaces of Order m 115
where .u denotes the equivalence class of any of its .u elements. There thus exists a
constant .C = C(n, k, r, q, Ω), and a polynomial .v0 of . Pk+r such that
( f, u) = ( f, u + v0 ) − ( f, v0 ).
.
E
k+r
.|( f, v0 )| ≤ || f ||∗k+r +1,q,Ω (ηl |v0 |l,q,Ω + μl [v0 ]l,q,Ω ). (3.4.10)
l=k+1
for all .l ≤ k + r . By combining the relations (3.4.8), (3.4.9), (3.4.10), (3.4.11), and
(3.4.12), we obtain the inequality (3.4.7). In the case, where the inequality (3.4.5) is
satisfied for .u ∈ Q k+r , there exists, as before, a constant .C = C(n, k, r, q, Ω) and a
polynomial .v0 of . Q k+r such that
for any integer .l ≤ k + r . By combining the relations (3.4.9) and (3.4.10), with the
last three relations, we obtain the inequality (3.4.6). Q.E.D.
In the special case, where .Ω is a bounded open set of .R2 , we have the following
result.
@seismicisolation
@seismicisolation
116 3 Variational Formulation of Boundary Problems
Lemma 3.4.17 (Lesaint [4]) We consider a bounded open set .Ω of .R2 , with contin-
uous boundary. Let .q be a number such that .1 ≤ q ≤ ∞ and an integer .k ≥ 0 and
let . f be a continuous linear form on .W k+2,q (Ω) such that
| |
|( f, u)| ≤ ε|| f ||∗k+2,q,Ω [u]k+1,q,Ω for all u ∈ Q k
. Pk+1 . (3.4.13)
Proof We proceed as to prove Lemmas 3.4.15 and 3.4.16. We apply Lemma 2.3.2,
with . X = W k+2,q (Ω), . X 1 = L q (Ω, R), . X 2 = (L q (Ω, R))4 . The operator . A1 is the
identity operator and the operator . A2 maps any function .v ∈ W k+2,q (Ω) to the
quadruplet ( k+2 )
∂ v ∂ k+2 v ∂ k+2 v ∂ k+2 v
. , , , .
∂ x k+2 ∂ y k+2 ∂ x k+1 ∂ y ∂ x∂ y k+1
Using a result of Smith [6] and the lemma of Rellich and Kondrachoff [5], we show
that the hypotheses .(i) andu .(ii) of Lemma 2.3.2 are satisfied. On the other hand,
we have . K er (A2 ) [= Q k] Pk+1 . From Lemma 3.4.15, we deduce that the semi-
norm.[u]k+2,q,Ω + ∂∂x∂uy is a norm on the quotient space.W k+2,q (Ω)/(Q k u Pk+1 ) ,
2
k,q,Ω
equivalent to the norm
||-
. u ||W k+2,q (Ω)/(Qk u Pk+1 ) = inf
u ||u + v||k+2,q,Ω ,
v∈Q k Pk+1
where .-
u denotes the equivalence class of any of its .uu
elements. There thus exists a
constant .C = C(k, q, Ω) and a polynomial . p0 ∈ Q k Pk+1 such that
( [ ] )
∂ 2u
||u + p0 ||k+2,q,Ω ≤ C [u]k+2,q,Ω
. + . (3.4.15)
∂ x∂ y k,q,Ω
Let . f be a continuous linear form on .W k+2,q (Ω) and satisfy the inequality (3.4.13).
Then,
.( f, u) = ( f, u + p0 ) − ( f, p0 ).
Hence, ( )
|( f, u)| ≤ || f ||∗k+2,q,Ω ||u + p0 ||k+2,q,Ω + ε[ p0 ]k+1,q,Ω .
.
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 117
By combining the last four relations, we have the inequality (3.4.14). Q.E.D.
Let .Ω be an open bounded domain of .Rn with piecewise smooth boundary .Γ = ∂Ω.
Given a function . f ∈ L 2 (Ω, R), we search a function .u defined on .Ω checking
. − Δu = f in Ω (3.5.1)
.u = 0 on Γ = ∂Ω. (3.5.2)
Suppose that the problems (3.5.1) and (3.5.2) admit a fairly regular solution, for
example, .u ∈ H 2 (Ω).
Question: How we are going to choose the appropriate Hilbert space .V to find a
system equivalent to the boundary problem (3.5.1)–(3.5.2).
The general idea is to choose a space.V included in. H 1 (Ω) by adding all the boundary
conditions on .u but not on the derivatives of .u, given in the strong problem (3.5.1)–
(3.5.2). Hence,
. − Δu v = f v
@seismicisolation
@seismicisolation
118 3 Variational Formulation of Boundary Problems
with
∂u E ∂u n
. = νi .
∂ν i=1
∂ xi |Γ
n {
E {
∂u ∂v
. dx = f v d x. (3.5.3)
i=1 Ω ∂ xi ∂ xi Ω
Definition 3.5.1 1. The problem (3.5.3) is called the variational formulation (or
weak formulation) of the problem (3.5.1)–(3.5.2).
2. The solution of the problem (3.5.3) is called weak solution of the boundary problem
(3.5.1)–(3.5.2). ♦
Any regular solution (i.e., at least in. H 2 (Ω)) of the boundary problem (3.5.1)–(3.5.2)
is solution of the variational problem (3.5.3). Now, what about the reverse implica-
tion? Further, does a solution of the variational problem solve the boundary value
problem? Indeed, the answer of these questions is basically yes, the two problems
are equivalent. In fact.
Let .u ∈ H01 (Ω) be a solution of the problem (3.5.3). We have .D(Ω) ⊂ H01 (Ω).
Then, we can take .v = ϕ ∈ D(Ω) as test function in Eq. (3.5.3). Let’s look at each
term separately. Then, for all .ϕ ∈ D(Ω), we have
n {
E {
∂u ∂ϕ
. dx = f ϕ d x.
i=1 Ω ∂ xi ∂ xi Ω
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 119
Thus,
n /
E \
∂u ∂ϕ
. , = ( f, ϕ).
i=1
∂ xi ∂ xi
It follows that
n / 2
E \
∂ u
. − , ϕ = ( f, ϕ).
i=1
∂ xi2
Therefore, / \
E
n
∂ 2u
. − , ϕ = ( f, ϕ).
i=1
∂ xi2
Hence, / n \
E ∂ 2u
. + f, ϕ = 0.
i=1
∂ xi2
Again,
. (Δu + f, ϕ) = 0 for all ϕ ∈ D(Ω).
We deduce that
. − Δu = f
within the meaning of distributions on .Ω (i.e., on .D , (Ω)). Since . f ∈ L 2 (Ω, R), the
relation
. − Δu = f
. − Δu = f
almost everywhere in .Ω. So, (3.5.1). On the other hand, the fact that .u ∈ H01 (Ω)
gives
.u |Γ = γ0 (u) = 0
@seismicisolation
@seismicisolation
120 3 Variational Formulation of Boundary Problems
To show the existence and the uniqueness of the solution of (3.5.1)–(3.5.2), it suffices
to show the existence and the uniqueness of the problem (3.5.3). In fact, we consider
the following symmetrical bilinear form:
. L : H01 (Ω) −→ R
{
v −→ L(v) = f v d x.
Ω
n {
E ∂u ∂v
(u, v)1,Ω := (u, v)0,Ω +
. d x.
i=1 Ω ∂ xi ∂ xi
≤ ||u||1,Ω ||v||1,Ω .
. a(u, u) = |u|21,Ω .
Since .| · |1,Ω and .|| · ||1,Ω are two equivalent norms in . H01 (Ω) (see Corollary 3.2.5
.(ii)), there is .α > 0 such that
|u|1,Ω ≥ α||u||1,Ω
.
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 121
{
. |L(v)| ≤ | f | |ϕ| d x
Ω
≤ || f ||0,Ω ||v||0,Ω
≤ || f ||0,Ω ||v||1,Ω .
n {
E ∂u ∂v
(u, v) :=
. d x.
i=1 Ω ∂ xi ∂ xi
a(u, u) = (u, u)
.
= |u|21,Ω
1
≥ |u|21,Ω .
2
Hence, .a(·, ·) is coercive.
Continuity of L(·): Let .v ∈ H01 (Ω). Then,
.
{
|L(v)| ≤
. | f | |v| d x
Ω
≤ || f ||0,Ω ||v||0,Ω .
Since .v ∈ H01 (Ω), according to the Poincaré inequality (Theorem 3.2.2), we have
@seismicisolation
@seismicisolation
122 3 Variational Formulation of Boundary Problems
||v||0,Ω ≤ C(Ω)|v|1,Ω .
.
Hence,
|L(v)| ≤ C(Ω)|| f ||0,Ω |v|1,Ω .
.
. − Δu + cu = f in Ω (3.5.4)
.u = g on Γ = ∂Ω, (3.5.5)
1
with.g ∈ H 2 (∂Ω). The problem (3.5.4)–(3.5.5) is reduced to the homogeneous prob-
lem by taking a function .G ∈ H 1 (Ω) such that .G |∂Ω = g. Let .U = u − G. Then, it
is clear to see that .U ∈ H01 (Ω) and
. − ΔU + cU = −Δu + cu + ΔG − cG
= f + ΔG − cG.
So, we have just written the variational formulation of the homogeneous problem
for .U with right-hand side . F = f + ΔG − cG. ♦
Consider the Dirichlet problem for the Poisson equation in an open bounded set
Ω ⊂ Rn ,
.
. − Δu = f in Ω (3.5.6)
.u = g on Γ = ∂Ω. (3.5.7)
where .| · | denotes the Euclidean norm in .Rn . The functional . J and the boundary
value problem (3.5.6)–(3.5.7) are related as follows. Assume that . f : Ω −→ R and
. g : ∂Ω −→ R are continuous, let
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 123
. J- : R −→ R, J-(λ) = J (u + λϕ).
Then,
{ {
1
. J-(λ) = |∇(u + λϕ)|2 d x − f (u + λϕ) d x
2 Ω Ω
{ { {
λ2
= J (u) + λ ∇u · ∇ϕ d x − λ f ϕ dx + |∇ϕ|2 d x.
Ω Ω 2 Ω
= (−Δu − f )ϕ d x,
Ω
(here we have used Green formula and the fact that .ϕ = 0 on .∂Ω). Since .ϕ ∈ D(Ω)
can be chosen arbitrarily, it follows that (we will prove this later)
{
. (−Δu − f )(u − v) d x = 0.
Ω
where .∇u · ∇v is the Euclidean scalar product in .Rn of .∇u and .∇v. It follows that
{ { { {
.|∇u| dx − f u dx = ∇u · ∇v d x −
2
f v dx
Ω Ω Ω Ω
{ { {
1 1
≤ |∇u|2 d x + |∇v|2 d x − f v d x. (3.5.11)
2 Ω 2 Ω Ω
@seismicisolation
@seismicisolation
124 3 Variational Formulation of Boundary Problems
{
Subtracting . 21 Ω |∇u|2 d x on both sides of (3.5.11), we arrive at
. J (u) ≤ J (v).
. − Δu = f
the situation (3.5.6), (3.5.7), (3.5.8), (3.5.9), and (3.5.10), which we considered at the
beginning, becomes a special case of (2.16.6). The variational equation then reads
{ {
. ∇u · ∇v d x = f v d x, for all v in U. (3.5.12)
Ω Ω
So far we did not specify the space . X and the subspace .U . If one starts from the
Poisson equation
. − Δu = f in Ω, (3.5.13)
d 2u
. − + u = f if x ∈]0, 1[ (3.5.14)
dx2
.u(0) = 0 and u(1) = 0 (3.5.15)
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 125
Let .v ∈ H01 (]0, 1[) be a test function. Multiply Eq. (3.5.14) by .v,
d 2u
. − v + uv = f v
dx2
and integrate over .]0, 1[,
{ 1 { 1 { 1
d 2u
. − v dx + uv d x = f v d x.
0 dx2 0 0
which proves
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ H01 (]0, 1[) such that for all .v ∈ H01
(]0, 1[), we have { 1 { 1 { 1
du dv
. dx + uv d x = f v d x. (3.5.16)
0 dx dx 0 0
@seismicisolation
@seismicisolation
126 3 Variational Formulation of Boundary Problems
{ 1 { 1 { 1
d 2u
. − ϕ dx + uϕ d x = f ϕ d x.
0 dx2 0 0
Thus, { ( 2 )
1
d u
. − 2 + u − f ϕ d x = 0.
0 dx
So, / \
d 2u
. − 2 + u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − +u− f =0
dx2
d 2u
. − +u = f
dx2
d 2u
. − +u = f
dx2
u(0) = u(1) = 0.
.
Thus, the equivalence between the strong problem and the variational formulation.
a : V × V −→ R
.
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + uv d x
0 ∂x ∂x 0
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 127
. L : V −→ R
{ 1
v −→ L(v) = f v d x.
0
= ||u||21,]0,1[
1
≥ ||u||21,]0,1[ .
2
So, .a(·, ·) is coercive.
Continuity of L(·): Let .v ∈ H01 (]0, 1[). Then,
.
{ 1
.|L(v)| ≤ | f | |ϕ| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
We consider the weak formulation: Find .u ∈ H01 (]0, 1[) such that
a(u, v) = L(v)
. (3.5.17)
@seismicisolation
@seismicisolation
128 3 Variational Formulation of Boundary Problems
{ 1 { 1
, ,
. a(u, v) = u v dx + u , v d x,
0 0
{ 1
. L(v) = f v dx
0
{ 1
. u , u d x = 0.
0
♦
Proof For .u ∈ H01 (]0, 1[), we have
{ 1 { 1
. u,u d x = − uu , d x + [u 2 ]10 .
0 0
Hence, { 1
. 2 u , u d x = u 2 (1) − u 2 (0) = 0.
0
Thus, { 1
. u , u d x = 0.
0
@seismicisolation
@seismicisolation
3.5 Dirichlet Problem 129
Proposition 3.5.7 The problem (3.5.17) admits a unique solution .u ∈ H01 (]0, 1[).♦
Hence, { { {
1 1 1
,, ,
. − u ϕ dx + u ϕ dx = f ϕ d x.
0 0 0
@seismicisolation
@seismicisolation
130 3 Variational Formulation of Boundary Problems
This proves
{ 1
. (−u ,, + u , − f )ϕ d x = 0
0
Thus,
. − u ,, + u , − f = 0
on .D , (]0, 1[). Furthermore, . f ∈ L 2 (]0, 1[, R), so .−u ,, + u , = f on . L 2 (]0, 1[, R).
It thus appears that
,, ,
.−u +u = f
u(0) = u(1) = 0.
.
Let .Ω be an open bounded domain of .Rn with piecewise smooth boundary .Γ = ∂Ω.
Given . f ∈ L 2 (Ω, R), we find a solution .u defined on .Ω to the problem
. − Δu + u = f in Ω (3.6.1)
∂u
. = 0 on Γ = ∂Ω, (3.6.2)
∂ν |Γ
with
∂u E ∂u
n
. = νi
∂ν |Γ i=1
∂ xi |Γ
@seismicisolation
@seismicisolation
3.6 Neumann Problem 131
Suppose that the solution of the problem (3.6.1) and (3.6.2) is sufficiently regular, for
example, .u ∈ H 2 (Ω). Note that in the boundary conditions of the problem (3.6.1)–
(3.6.2), there are no conditions on .u, there is only one condition normal derivative
of .u. Hence, the appropriate Hilbert space is .V := H 1 (Ω). Let .v ∈ V := H 1 (Ω) be
a test function. Multiply Eq. (3.6.1) by .v,
. − Δu v + uv = f v
Thus, { { {
. − Δu v d x + uv d x = f v d x.
Ω Ω Ω
Let .u ∈ H 1 (Ω) be the solution of the problem (3.6.3). Since .D(Ω) ⊂ H 1 (Ω), then
we can take .v = ϕ ∈ D(Ω) as test function in Eq. (3.6.3). Let’s look at each term
separately. Then, for all .ϕ ∈ D(Ω), we have
n {
E { {
∂u ∂ϕ
. dx + uϕ d x = f ϕ d x.
i=1 Ω ∂ xi ∂ xi Ω Ω
@seismicisolation
@seismicisolation
132 3 Variational Formulation of Boundary Problems
En { { {
∂ 2u
. − ϕ d x + uϕ d x = f ϕ d x,
i=1 Ω
∂ xi2 Ω Ω
which proves {
. (−Δu + u − f )ϕ d x = 0
Ω
Thus,
. − Δu + u = f
. − Δu + u = f
Further,
. − Δu + u = f
Consider
@seismicisolation
@seismicisolation
3.6 Neumann Problem 133
γ : H 1 (Ω) −→ L 2 (Γ, R)
. 0
v −→ γ0 (v) = v|Γ .
1
It is known that . I m(γ0 ) = H 2 (Γ ) c L 2 (Γ, R) (see [8, 9]) and . I m(γ0 ) is dense in
. L (Γ, R). The density of . I m(γ0 ) on . L (Γ, R) entails
2 2
{
∂u
. w dσ = 0 (3.6.4)
Γ ∂ν
∂u
for all .w ∈ L 2 (Γ, R). Taking .w = ∂ν
in (3.6.4), we obtain
{ ( )2
∂u
. dσ = 0,
Γ ∂ν
which implies
∂u
. =0
∂ν
Theorem 3.6.1 The weak problem (3.6.3) admits one solution and only one .u on
H 1 (Ω).
. ♦
a : H 1 (Ω) × H 1 (Ω) −→ R
.
n {
E {
∂u ∂v
(u, v) −→ a(u, v) = dx + uv d x
i=1 Ω ∂ xi ∂ xi Ω
. L : H 1 (Ω) −→ R
{
v −→ L(v) = f v d x.
Ω
@seismicisolation
@seismicisolation
134 3 Variational Formulation of Boundary Problems
≤ ||u||1,Ω ||v||1,Ω .
= ||u||21,Ω
1
≥ ||u||21,Ω .
2
Thus, .a(·, ·) is coercive.
Continuity of L(·): Let .v ∈ H 1 (Ω). Then,
.
{
|L(v)| ≤
. | f | |v| d x
Ω
≤ || f ||0,Ω ||v||0,Ω
≤ || f ||0,Ω ||v||1,Ω .
We can mixed together the Dirichlet and Neumann conditions, so-called mixed prob-
lem, but not at the same place uMore precisely, let .Γ1 and .Γ2 be two
N on the boundary.
subsets of .∂Ω such that .Γ1 Γ2 = ∅ and .Γ1 Γ2 = ∂Ω. Consider the problem
. − Δu + cu = f in Ω (3.6.5)
.u = g1 on Γ1 , (3.6.6)
∂u
. = g2 on Γ2 . (3.6.7)
∂ν |Γ
The variational formulation for the mixed problem (3.6.5)–(3.6.7) (in the case .g1 =
0 for brevity, if not follow the above route) is to: Find .u in the space .V := {v ∈
H 1 (Ω) such that v|Γ1 = 0 on Γ1 } such that
@seismicisolation
@seismicisolation
3.6 Neumann Problem 135
{ { {
. (∇u · ∇v d x + cuv) d x = f v dx + g2 v dσ,
Ω Ω Γ2
for all .v ∈ V .
Let .Ω be an open bounded domain of .Rn with piecewise smooth boundary .Γ = ∂Ω.
Given . f ∈ L 2 (Ω, R), we find a solution .u defined on .Ω to the problem
. − Δu + cu = f in Ω (3.6.8)
∂u
. = g on Γ = ∂Ω, (3.6.9)
∂ν |Γ
with
∂u E ∂u n
. = νi
∂ν |Γ i=1
∂ xi |Γ
Let us derive the variational formulation informally. Assume first that .u ∈ H 2 (Ω),
take .v ∈ H 1 (Ω), multiply, integrate and use Green’s formula to obtain
. − Δu v + cuv = f v
Thus, { { {
. − Δu v d x + cuv d x = f v d x.
Ω Ω Ω
@seismicisolation
@seismicisolation
136 3 Variational Formulation of Boundary Problems
{ { { {
∂u
. ∇u · ∇v d x − v dσ + cuv d x = f v d x.
Ω Γ ∂ν Ω Ω
The converse is more interesting. Let .u ∈ H 2 (Ω) be a solution of the above varia-
tional problem (3.6.10). Taking first .v = ϕ ∈ D(Ω), we obtain
exactly as in the Dirichlet case. Of course, a test function with compact support
does not see what happens on the boundary, and no information on the Neumann
condition is recovered. Thus, in a second step, we take .v arbitrary in . H 1 (Ω). By
Green’s formula again, we have
{ { {
∂u
. ∇u · ∇v d x = − Δuv d x + v dσ.
Ω Ω Γ ∂ν
for all .v ∈ H 1 (Ω). For simplicity, we assume here the following: the function .g ∈
1
H 2 (∂Ω), the range of the trace mapping .γ0 and the domain .Ω is smooth. Since
∂u 1
.u ∈ H (Ω), then it follows that . ∈ H 2 (∂Ω). Hence, there is .v ∈ H 1 (Ω) such
2
∂ν
that .v|∂Ω = ∂u
∂ν
− g. With this choice of the function .v, we obtain the following:
@seismicisolation
@seismicisolation
3.6 Neumann Problem 137
{ ( )2
∂u
. −g dσ = 0.
∂Ω ∂ν
Thus,
∂u
. =g
∂ν
which is the Neumann condition.
. − Δu = f in Ω (3.6.11)
∂u
. = g on Γ = ∂Ω, (3.6.12)
∂ν |Γ
. − Δu v = f v.
Thus, { { {
. ∇u · ∇v d x − gv dσ = f v d x.
Ω Γ Ω
There is no solution, if the data . f , .g does not satisfy the compatibility condition
(3.6.13). Non-uniqueness and non-existence are in fact dual to each other. There are
several ways to circumvent the two problems, therefore several variational formula-
tions. We choose the space .V as follows
@seismicisolation
@seismicisolation
138 3 Variational Formulation of Boundary Problems
{ { }
. V = v ∈ H 1 (Ω) such that v dx = 0 .
Ω
Since .Ω is a bounded set, then this is well defined, and we thus have the inclusions
. H 1 (Ω) ⊂ L 2 (Ω, R) ⊂ L 1 (Ω, R). It is easy to see that the space.V is a hyperplane of
1 2
. H that is . L -orthogonal to the one-dimensional space of constant functions, which
and .v ∈ V . Thus, since .V is closed, then .V is a Hilbert space for the scalar product
of the Sobolev space . H 1 (Ω).
(iii) Assume that . f ∈ L 2 (Ω, R), .g ∈ L 2 (∂Ω) satisfy the compatibility condition
.
(3.6.13). Then, the triple
{ { {
. V, a(u, v) = ∇u · ∇v d x, L(v) = f v dx + gv|∂Ω dσ
Ω Ω ∂Ω
(3.6.12), then .a(u, v) = L(v) for all .v ∈ V . Conversely, let .u ∈ V be a function such
that for all .v ∈ V , .a(u, v) = L(v). We would like to proceed as before. By taking
.v ∈ D(Ω), we deduce the partial differential equation PDE. It doesn’t work here
Then, .ψ ∈ V . Thus, we can use .ψ as a test function. Since both .ϕ and .ψ differ by a
constant {
1
.k = ϕ(x) d x,
mes(Ω) Ω
then
∇ψ = ∇ϕ.
.
@seismicisolation
@seismicisolation
3.6 Neumann Problem 139
{ { {
. ∇u · ∇ϕ d x = f ψ dx + gψ dσ
Ω
{Ω { ∂Ω
= f (ϕ + k) d x + g(ϕ + k) dσ
{Ω ({ ∂Ω { )
= f ϕ dx + k f dx + g dσ
{Ω Ω ∂Ω
= f ϕ d x.
Ω
Thus, we immediately deduce that .−Δu = f in the sense of distributions, and since
f ∈ L 2 (Ω, R) in the sense of . L 2 (Ω, R) as well. We then choose an arbitrary .v ∈ V
.
and apply Green’s formula again. This gives
{ { { {
∂u
. f v dx + gv dσ = − Δuv d x + v dσ.
Ω ∂Ω Ω ∂Ω ∂ν
and
v
. |∂Ω = w|∂Ω .
1
So, since . H 2 (∂Ω) is dense in . L 2 (∂Ω) (see [8, 9]), then there are enough test func-
tions in .V to ensures that
∂u
. = g.
∂ν
(iv) The problem: Find .u ∈ V such that
.
@seismicisolation
@seismicisolation
140 3 Variational Formulation of Boundary Problems
has one and only one solution. We check the hypotheses of the Lax-Milgram theorem
(see Theorem 2.17.1). In fact, we have already proven that .V is a Hilbert space for
the . H 1 scalar product.
Continuity of a(·, ·): Let .u, .v ∈ V . Then,
.
|{ |
| |
.|a(u, v)| = | |
| ∇u · ∇v d x |
Ω
{
≤ |∇u||∇v| d x
Ω
≤ |u|1,Ω |v|1,Ω
≤ ||u||1,Ω ||v||1,Ω .
{
. v d x = 0.
Ω
≤ (C 2 + 1)||∇v||20,Ω .
Therefore,
1
a(u, u) = ||∇u||20,Ω ≥
. ||u||21,Ω .
C2 + 1
{ {
|L(v)| ≤
. | f | |v| d x + |g||v|∂Ω | dσ
Ω ∂Ω
≤ || f ||0,Ω ||v||0,Ω + ||g||0,∂Ω ||v|∂Ω ||0,∂Ω
≤ || f ||0,Ω ||v||1,Ω + C||g||0,∂Ω ||v||1,Ω
≤ (|| f ||0,Ω + C||g||0,∂Ω )||v||1,Ω .
@seismicisolation
@seismicisolation
3.6 Neumann Problem 141
(v) We have not insisted on the regularity necessary to apply Green’s formula or to
.
define. ∂u
1
∂ν
as an element of. H 2 (∂Ω), because it is possible to write down slightly more
complicated arguments that completely do away with such artificial hypotheses.
(vi) The compatibility condition, given in (3.6.13), plays no role in the application
.
of the Lax-Milgram theorem (see Theorem 2.17.1).
.(vii) Since the space .V is . L 2 -orthogonal to the one-dimensional space of constant
functions, then the general solution of the Neumann problem (3.6.11)–(3.6.12) is
of the form .u + s, where .u ∈ V is the unique solution of the problem (3.6.14) and
.s ∈ R is arbitrary. ♦
d 2u
. − + u = f if x ∈]0, 1[ (3.6.15)
dx2
,
.u (0) = u(1) = 0 (3.6.16)
with . f ∈ L 2 (]0, 1[, R). This problem corresponds to a metal bar heated by means of
an amount of heat. f . The function.u representing temperature. We fix the temperature
,
.u = 0 in . x = 0 and we assume that the heat flow .u = 0 in . x = 1.
d 2u
. − v + uv = f v
dx2
and integrate over .]0, 1[,
{ 1 { 1 { 1
d 2u
. − v dx + uv d x = f v d x.
0 dx2 0 0
@seismicisolation
@seismicisolation
142 3 Variational Formulation of Boundary Problems
{ 1 { 1 { 1
du dv
. d x − [u , v]10 + uv d x = f v d x,
0 dx dx 0 0
which proves
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. dx + uv d x = f v d x. (3.6.17)
0 dx dx 0 0
Thus, { ( 2 )
1
d u
. − 2 + u − f ϕ d x = 0.
0 dx
So, / \
d 2u
. − 2 + u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − +u− f =0
dx2
d 2u
. − +u = f
dx2
@seismicisolation
@seismicisolation
3.6 Neumann Problem 143
d 2u
. − +u = f
dx2
almost everywhere in .]0, 1[. Further, .u ∈ V , so
. u(1) = 0.
It remains to show that .u , (0) = 0. In fact, let .v ∈ V , using Green’s formula to the
variational problem, we find
{ 1 { 1 { 1
d 2u
. − v d x + [u , v]10 + uv d x = f v d x.
0 dx2 0 0
Furthermore,
d 2u
. − + u = f,
dx2
hence
u , (0)v(0) = 0
.
u , (0) = 0.
.
Thus, the equivalence between the strong problem and the variational formulation.
a : V × V −→ R
.
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + uv d x
0 ∂x ∂x 0
. L : V −→ R
{ 1
v −→ L(v) = f v d x.
0
@seismicisolation
@seismicisolation
144 3 Variational Formulation of Boundary Problems
ϕ : H 1 (]0, 1[) −→ R
.
v −→ ϕ(v) = v(1).
ϕ is linear.
.
.|ϕ(v)| = |v(1)|
≤ ||v||∞ .
. ||v||∞ ≤ c||v||1,]0,1[ .
Thus,
|ϕ(v)| ≤ c||v||1,]0,1[ .
.
Hence, .ϕ is continuous. Since .V = ϕ −1 ({0}) and .{0} is closed of .R, the reciprocal
range of closed by a continuous map is closed. Thus, .V is a closed subspace of
. H (]0, 1[). Thus, . V is a Hilbert space.
1
≤ ||u||1,]0,1[ ||v||1,]0,1[ .
= ||u||21,]0,1[
1
≥ ||u||21,]0,1[ .
2
So, .a(·, ·) is coercive.
Continuity of L(·): Let .v ∈ V . Then,
.
{ 1
|L(v)| ≤
. | f | |ϕ| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
@seismicisolation
@seismicisolation
3.6 Neumann Problem 145
d 2u
. − + u = f in ]0, 1[ (3.6.18)
dx2
, ,
.u(0) = u(1), u 0) = u (1), (3.6.19)
which proves
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. dx + uv d x = f v d x. (3.6.20)
0 dx dx 0 0
@seismicisolation
@seismicisolation
146 3 Variational Formulation of Boundary Problems
Then, { { {
1 1 1
d 2u
. − ϕ dx + uϕ d x = f ϕ d x.
0 dx2 0 0
Thus, { ( 2 )
1
d u
. − 2 + u − f ϕ d x = 0.
0 dx
So, / \
d 2u
. − 2 + u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − +u− f =0
dx2
d 2u
. − +u = f
dx2
d 2u
. − +u = f
dx2
almost everywhere in .]0, 1[. Hence, (3.6.18). Moreover, .u ∈ V , so
u(0) = u(1).
.
It remains to show that .u , (0) = u , (1). In fact, let .v ∈ V , using Green’s formula to
the variational problem, we find
{ 1 { 1 { 1
d 2u
. − v d x + [u , v]10 + uv d x = f v d x.
0 dx2 0 0
Moreover,
@seismicisolation
@seismicisolation
3.6 Neumann Problem 147
d 2u
. − + u = f,
dx2
hence
u , (1)v(1) − u , (0)v(0) = 0
.
then
u , (1) = u , (0).
.
Thus, the equivalence between the strong problem (3.6.18)–(3.6.19) and the varia-
tional formulation (3.6.20).
a : V × V −→ R
.
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + uv d x
0 ∂x ∂x 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x.
0
ϕ : H 1 (]0, 1[) −→ R
.
ϕ is linear.
.
≤ 2||v||∞ .
@seismicisolation
@seismicisolation
148 3 Variational Formulation of Boundary Problems
||v||∞ ≤ c||v||1,]0,1[ .
.
Thus,
|ϕ(v)| ≤ 2c||v||1,]0,1[ .
.
≤ ||u||1,]0,1[ ||v||1,]0,1[ .
= ||u||21,]0,1[
1
≥ ||u||21,]0,1[ .
2
Thus, .a(·, ·) is coercive.
Continuity of L(·): Let .v ∈ V . Then,
.
{ 1
|L(v)| ≤
. | f | |v| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
@seismicisolation
@seismicisolation
3.6 Neumann Problem 149
d 2u
. − ∈ H 1 (]0, 1[).
dx2
This proves .u ∈ H 3 (]0, 1[). Further, .3 > 21 + 2, so according to the Theorem 3.4.9,
. H (]0, 1[) is continuously injected into .C ([0, 1], R). Hence, .u ∈ C ([0, 1], R).
3 2 2
d 2u
. − + μu = f in ]0, 1[ (3.6.21)
dx2
du
.u(0) = 0, (1) = 1, (3.6.22)
dx
μ(x) ≥ β > 0,
.
for all .x ∈]0, 1[. This problem corresponds to a metal bar heated by means of a
quantity of heat. f , the function.u representing the temperature. We fix the temperature
.u = 0 in . x = 0 and we assume that the heat flow
du
. (1) = 1 in x = 1.
dx
@seismicisolation
@seismicisolation
150 3 Variational Formulation of Boundary Problems
This proves
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + μuv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. dx + μuv d x = f v d x + v(1). (3.6.23)
0 dx dx 0 0
.a : V × V −→ R
{ 1 { 1
du dv
(u, v) −→ a(u, v) = dx + μuv d x
0 dx dx 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x + v(1).
0
ϕ : H 1 (]0, 1[) −→ R
.
v −→ ϕ(v) = v(0).
ϕ is linear.
.
.|ϕ(v)| = |v(0)|
≤ ||v||∞ .
On the other hand, . H 1 (]0, 1[) is injected continuously into .C 0 ([0, 1], R), so
@seismicisolation
@seismicisolation
3.6 Neumann Problem 151
. ||v||∞ ≤ c||v||1,]0,1[ .
Thus,
.|ϕ(v)| ≤ c||v||1,]0,1[ .
{ 1 ( )2 { 1
du
a(u, u) =
. dx + μu 2 d x
0 dx 0
≥ |u|21,]0,1[ + β||u||20,]0,1[
≥ min(1, β)||u||21,]0,1[ .
{ 1
.|L(v)| ≤ | f | |v| d x + |v(1)|
0
≤ || f ||0,]0,1[ ||v||0,]0,1[ + ||v||∞ .
. ||v||∞ ≤ c||v||1,]0,1[ .
Hence,
@seismicisolation
@seismicisolation
152 3 Variational Formulation of Boundary Problems
Thus, { ( )
1
d 2u
. − + μu − f ϕ d x = 0.
0 dx2
So, / \
d 2u
. − 2 + μu − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − + μu − f = 0
dx2
d 2u
. − + μu = f
dx2
d 2u
. − + μu = f
dx2
Hence, { ( 2 )
1
d u
. − 2 + μu − f v d x + (u , (1) − 1)v(1) = 0.
0 dx
@seismicisolation
@seismicisolation
3.7 Transmission Problem 153
so .(u , (1) − 1)v(1) = 0 for all .v ∈ V . Further, if we choose a .v ∈ V such that .v(1) /=
0, then.u , (1) = 1. Hence, (3.6.22). Thus, the equivalence between the strong problem
and the variational formulation.
Let .Ω be a bounded
uopenuset with fairly regular boundary .∂Ω. We decompose .Ω in
the form .Ω = Ω1 Ω2 E (as in the following figure):
Ωk being an open of .Rn with boundary .Γk , .k = 1, 2. We assume that the .E interface
.
is fairly regular (.C 1 per piece) so that for .v = (v1 , v2 ) ∈ H 1 (Ω1 ) × H 1 (Ω2 ), we can
define the traces .v1|E and .v2|E . We consider the following space .V
where .b1 and .b2 belong to . L 2 (E, R). The space .V endowed with the norm
( )1
.||v||V = ||v1 ||21,Ω1 + ||v2 ||21,Ω2 2
is a closed subspace of . H 1 (Ω1 ) × H 1 (Ω2 ), so it’s a Hilbert space. On the other hand,
let the functions .aikj ∈ L ∞ (Ωk , R), .k = 1, 2, .1 ≤ i, j ≤ n, and .a0k ∈ L ∞ (Ωk , R),
.k = 1, 2, such that for all . x ∈ Ωk and for all .ξ ∈ R ,
n
E
n E
n
. aikj (x)ξ j ξi ≥ α |ξi |2 ,
i, j=1 i=1
@seismicisolation
@seismicisolation
154 3 Variational Formulation of Boundary Problems
⎛ ⎞
2 {
E E
n
⎝ ∂u ∂v
+ a0k u k vk ⎠ d x
k k
a(u, v) =
. aikj
k=1 Ωk i, j=1
∂ x i ∂ x j
for .u, .v ∈ H 1 (Ω1 ) × H 1 (Ω2 ). We verify that the bilinear form .a(·, ·) is continuous
and .V -elliptic. We finally introduce the linear form
{ {
. L(v) = f 1 v1 d x + f 2 v2 d x,
Ω1 Ω2
Let’s interpret the solved problem. We first choose .v = (v1 , 0), with .v1 ∈ D(Ω1 ),
then comes ( )
E n
∂ ∂u 1
.− ai1j + a01 u 1 = f 1 on Ω1 . (3.7.1)
i, j=1
∂ x j ∂ x i
E n ( )
∂ 2 ∂u 2
.− ai j + a02 u 2 = f 2 on Ω2 . (3.7.2)
i, j=1
∂ x j ∂ x i
We multiply (3.7.1) by .v1 (resp. (3.7.2) by .v2 ) and we integrate on .Ω1 (resp. on .Ω2 )
and we add member to member. Using Green’s formula on each .Ωk , it comes
⎛ ⎞ ⎛ ⎞
{ E
n { E
n
⎝ ∂u 1 (1) ⎠ ⎝ ∂u 2 (2) ⎠
. ai1j ν v1 ds + ai2j ν v2 ds = 0
∂Ω1 i, j=1
∂ xi j ∂Ω2 i, j=1
∂ xi j
E
n
∂u 1 (1)
. ai1j ν = 0 on ∂Ω1 \E. (3.7.3)
i, j=1
∂ xi j
Likewise, we have
E
n
∂u 2 (2)
. ai2j ν = 0 on ∂Ω2 \E. (3.7.4)
i, j=1
∂ xi j
@seismicisolation
@seismicisolation
3.8 General Second-Order Elliptic Problems 155
Finally, choosing .v such that .v1 = 0 on .∂Ω1 \E, .v2 = 0 on .∂Ω2 \E, .v1 = b2 ω and
v = b1 ω on .E, we obtain
. 2
E
n
∂u 1 (1) E n
∂u 2 (2)
b
. 2 ai1j ν + b1 ai2j ν = 0 on E. (3.7.5)
i, j=1
∂ xi j i, j=1
∂ xi j
So, we solved the problem (3.7.1), (3.7.2), (3.7.3), (3.7.4), and (3.7.5) with the
condition .b1 u 1 = b2 u 2 on .E.
E
n
∂u
.(A∇u)i = ai j .
j=1
∂x j
E
n
∂(A∇u)i
div(A∇u) =
.
i=1
∂ xi
( n )
E n
∂ 2u En E ∂ai j ∂u
= ai j + .
i, j=1
∂ xi x j j=1 i=1
∂ xi ∂ x j
E
The principal part of this operator . i,n j=1 ai j ∂∂xi x j is of the second order. Let .c, .b, . f ,
2
. g, and .h be functions, .Γ0 , .Γ1 be a partition of .∂Ω as in the mixed problem and
⎞
⎛
ν1
⎜ . ⎟
.ν = ⎝ . ⎠ ,
.
νn
where .νi (.i ∈ {1, . . . , n}) is the .ith directing cosine of the normal .ν at .Γ = ∂Ω
directed outwards. Let us consider the boundary value problem
@seismicisolation
@seismicisolation
156 3 Variational Formulation of Boundary Problems
. − div(A∇u) + cu = f in Ω (3.8.1)
u = h on Γ0 ,
. (3.8.2)
.bu + ν · A∇u = g on Γ1 . (3.8.3)
∂u
When . A = I , we recognize .−div(A∇u) = −Δu and .ν · A∇u = ∂ν
so that we gen-
eralize all the model problems seen so far.
First, we reduce the study to the case .h = 0 by subtracting a function with the appro-
priate trace, as before. Suppose that . f ∈ L 2 (Ω, R), .g ∈ L 2 (Γ1 , R), .c ∈ L ∞ (Ω, R)
and .b ∈ L ∞ (Γ1 , R). Then, the variational formulation for problem (3.8.1)–(3.8.3) is
given by: Find .u ∈ V := {v ∈ H 1 (Ω) such that v|Γ1 = 0 on Γ1 } such that
a(u, v) = L(v)
.
and { {
. L(v) = f v dx + gv|Γ1 dσ.
Ω Γ1
@seismicisolation
@seismicisolation
3.8 General Second-Order Elliptic Problems 157
It is easy to see that .V is a Hilbert space and that it is continuous are already known
facts. By the boundedness of the coefficients of the matrix .ai j (x), we leave the proof
of the continuity of the bilinear form
{ {
.a(u, v) = (A∇u · ∇v + cuv) d x + bu |Γ1 v|Γ1 dσ.
Ω Γ1
Since
{ {
a(u, u) =
. (A∇u · ∇u + cu 2 ) d x + bu 2|Γ1 dσ
Ω Γ1
{ {
≥α |∇u| d x + η
2 2
u dx
Ω Ω
≥ min(α, η)||u||21,Ω ,
Thus, . L(·) is continuous. Let us give a first existence and uniqueness result.
Theorem 3.8.1 Let .Ω be a Lipschitz open subset of .Rn , . f ∈ L 2 (Ω, R), .g ∈
L 2 (Γ1 , R), .c ∈ L ∞ (Ω, R), and .b ∈ L ∞ (Γ1 , R). We suppose that the matrix . A is
uniformly elliptic, i.e., there exists a constant .α > 0 such that
E
n
. ai j (x)ξi ξ j ≥ α|ξ |2
i, j=1
for all .x ∈ Ω and all .ξ ∈ Rn , where .| · | denotes the Euclidean norm in .Rn . We
suppose, in addition, that .c ≥ η > 0 for some constant .η and that .b ≥ 0. Then, the
problem: Find .u ∈ V = {v ∈ H 1 (Ω) such that v|Γ1 = 0 on Γ1 } such that
@seismicisolation
@seismicisolation
158 3 Variational Formulation of Boundary Problems
{ { { {
. (A∇u · ∇v + cuv) d x + bu |Γ1 v|Γ1 dσ = f v dx + gv|Γ1 dσ
Ω Γ1 Ω Γ1
Remark 3.8.2 When the matrix . A is not symmetric, the bilinear form .a(·, ·) is not
either, even if the principal part of the operator is symmetric since
E
n
∂2 E n
ai j + a ji ∂ 2
. ai j =
i, j=1
∂ xi x j i, j=1
2 ∂ xi x j
due to the fact that . ∂ ∂xi x j = ∂ ∂x j xi . When . A is symmetric, then so is for the bilinear
2 2
minimized over .V .
It is quite clear that we can reduce the regularity from . A to . L ∞ without losing the
existence and uniqueness of the variational problem. The interpretation in terms of
the partial differential equations (PDEs) stops at the divergence form
. − div(A∇u) + cu = f
since we cannot expand the divergence using Leibniz’s formula in this case. Such a
lack of regularity is useful for modeling heterogeneous media. ♦
E n ( ) E n
∂ ∂u ∂u
.− a jk (x) + b j (x) + c(x)u = f (3.9.1)
j,k=1
∂x j ∂ xk j=1
∂x j
@seismicisolation
@seismicisolation
3.9 Weak Solution of Elliptic of the Partial Differential Equations (PDEs) 159
E
n E
n
. a jk (x)ξ j ξk ≥ α ξ 2j , for all ξ ∈ Rn , x ∈ Ω. (3.9.2)
j,k=1 j=1
Assuming all functions and the domain are sufficiently smooth, we can multiply by
a smooth function .v, integrate over .x ∈ Ω
{ E
n ( ) { En { {
∂ ∂u ∂u
. − a jk (x) v dx + b j (x) v dx + c(x)uv d x = f v d x.
∂x j
Ω j,k=1 ∂ xk Ω ∂x j Ω Ω
j=1
where .ν := (ν1 , . . . , νn )T is the outward unit normal on the boundary .∂Ω. We then
search for .u ∈ V “for a suitably chosen function space .V ” satisfying (3.9.3) for all
.v ∈ V including boundary conditions which we will discuss next. In the following,
we will consider the three boundary conditions.
For given .g ∈ L 2 (∂Ω, R), we require, in the sense of traces, .u = g on .∂Ω. For the
homogeneous Dirichlet condition, i.e.,.g = 0, we take.V = H01 (Ω), and the boundary
integrals in (3.9.3) vanish since .v = 0 on .∂Ω. Hence, the weak formulation is then
given by: Find .u ∈ H01 (Ω) satisfying
n {
E E n { { {
∂u ∂v ∂u
. a jk dx + bj v dx + cuv d x = f v dx
j,k=1 Ω
∂ x j ∂ xk j=1 Ω ∂x j Ω Ω
@seismicisolation
@seismicisolation
160 3 Variational Formulation of Boundary Problems
n {
E E n { {
∂u ∂v ∂u
a(u, v) :=
. a jk dx + bj v dx + cuv d x.
j,k=1 Ω
∂ x j ∂ xk j=1 Ω ∂x j Ω
We give now sufficient conditions on the coefficients .a jk , .b j , .c, and .d such that the
boundary value problems, defined in the previous, have one and only one solution.
Theorem 3.9.1 (Well-posedness) Let .a jk ∈ L ∞ (Ω, R) satisfy the ellipticity con-
dition (3.9.2) with constant .α > 0, let .b j , .c ∈EL ∞ (Ω, R) and . f ∈ L 2 (Ω, R) and
−1 n
. g ∈ L (∂Ω, R) be given, and set .β = α j=1 ||b j || L ∞ (Ω,R) . Then, the prob-
2 2
lem (3.9.1) with homogeneous Dirichlet condition has one and only one solution
.u ∈ H0 (Ω) if we have
1
β
c(x) −
. ≥ 0 for almost all x ∈ Ω.
2
In this case, there is a .C > 0 such that
Proof We check the hypotheses of the Lax-Milgram theorem (see Theorem 2.17.1).
By the Holder inequality and the boundedness of the coefficients, we have the con-
tinuity of the bilinear form .a(·, ·) and the linear form . F(·). In fact,
Continuity of a(·, ·): Let .u, .v ∈ H01 (Ω). Then,
.
| |
|E { En { { |
| n ∂u ∂v ∂u |
.|a(u, v)| = || a jk dx + bj v dx + cuv d x ||
| j,k=1 Ω ∂ x j ∂ xk Ω ∂x j Ω |
j=1
E { | | | | E { | | {
n
| ∂u | | ∂v | n
| ∂u |
≤ |a jk | || || |
| | ∂x | dx + |b j | || | |v| d x + |c||u||v| d x
Ω ∂ x j k Ω ∂x j | Ω
j,k=1 j=1
E { | || | E { | |
n
| ∂u | | ∂v | n
| ∂u |
≤ ||a jk || L ∞ (Ω,R) | || | dx + ||b j || L ∞ (Ω,R) | | |v| d x+
| ∂x | | ∂x | | ∂x |
j,k=1 Ω j k j=1 Ω j
{
||c|| L ∞ (Ω,R) |u||v| d x
Ω
E
n E
n
≤ ||a jk || L ∞ (Ω,R) |u|1,Ω |v|1,Ω + ||b j || L ∞ (Ω,R) |u|1,Ω ||v||0,Ω +
j,k=1 j=1
@seismicisolation
@seismicisolation
3.9 Weak Solution of Elliptic of the Partial Differential Equations (PDEs) 161
j,k=1 j=1
where .C(Ω) is the constant from Poincaré’s inequality. Thus, .a(·, ·) is continuous.
Continuity of F(·): Let .v ∈ H01 (Ω). Then,
.
|{ |
| |
.|F(v)| = | f v d x ||
|
{Ω
≤ | f ||v| d x
Ω
≤ || f ||0,Ω ||v||0,Ω .
where .C(Ω) is the constant from Poincaré’s inequality. Thus, . F(·) is continuous.
Coercivity of a(·, ·): It remains for us to show the coercivity of .a(·, ·). Let .u ∈
.
En || ||
|| ∂u ||2
=α || ||
|| ∂ x ||
j=1 j 0,Ω
= α|u|21,Ω .
β
The second term of the last inequality is non-negative (since .c − 2
≥ 0), and we
infer by using Poincaré’s inequality (Theorem 3.2.2) that
@seismicisolation
@seismicisolation
162 3 Variational Formulation of Boundary Problems
α 2
a(u, u) ≥
. |u|
2 1,Ω
α 2 α
≥ |u|1,Ω + ||u||20,Ω
4 4C(Ω)2
≥ C|u|21,Ω
α
holds for .C := 4+4C(Ω)2 , where .C(Ω) is the constant from Poincaré’s inequality.
Now, according to the Lax-Milgram theorem (Theorem 2.17.1), the problem (3.9.1)
with homogeneous Dirichlet condition admits one solution and only one.u ∈ H01 (Ω).
Q.E.D.
Naturally, if the data has higher regularity, we can expect more regularity of the
solution as well. The corresponding theory is quite involved, and we give only two
results which will be relevant in the following.
Theorem 3.9.2 Let .Ω ⊂ Rn be a bounded domain with .C k+1 boundary, .k ≥ 0,
.a jk ∈ C (Ω, R), and .b j , .c ∈ W (Ω). Then, for any . f ∈ H k (Ω), the N
k k,∞
solution of
the problem (3.9.1) with homogeneous Dirichlet condition is in . H k+2 (Ω) H01 (Ω),
and, there is a .C > 0 such that
♦
Theorem 3.9.3 Let .Ω be a convex polygon in .R2 or a parallelepiped in .R3 , .a jk ∈
C 1 (Ω, R) and .b j , .c ∈ C 0 (Ω, R). Then, the solution of the problem (3.9.1) with
homogeneous Dirichlet condition is in . H 2 (Ω), and there is a .C > 0 such that
♦
Remark 3.9.4 For non-convex polygons, .u ∈ H (Ω) is not possible. This is due to
2
E
n
∂u
. a jk ν j = g on ∂Ω. (3.9.4)
j,k=1
∂ xk
@seismicisolation
@seismicisolation
3.9 Weak Solution of Elliptic of the Partial Differential Equations (PDEs) 163
In this case, we can substitute this equality in the boundary integral in (3.9.3) and
take .V = H 1 (Ω). The weak formulation is then: Find .u ∈ H 1 (Ω) satisfying
a(u, v) = F(v)
.
with Neumann condition (3.9.4), for .g ∈ L 2 (∂Ω, R), has one and only one solution
.u ∈ H (Ω) if we have the following:
1
β
c(x) −
. ≥ γ > 0 for almost all x ∈ Ω.
2
In this case, there is a .C > 0 such that
E
n
∂u
du +
. a jk ν j = g on ∂Ω. (3.9.5)
j,k=1
∂ xk
Again, we can substitute this in the boundary integral and take .V = H 1 (Ω). The
weak formulation is then: Find .u ∈ H 1 (Ω) satisfying
{
a(u, v) +
. duv dσ = F(v)
∂Ω
@seismicisolation
@seismicisolation
164 3 Variational Formulation of Boundary Problems
E
. g ∈ L 2 (∂Ω, R) be given, and set .β = α −1 nj=1 ||b j ||2L ∞ (Ω,R) . Then, the problem
(3.9.1) with Robin condition (3.9.5), for .g ∈ L 2 (∂Ω, R) and .d ∈ L ∞ (∂Ω, R), has
one and only one solution if we have
β
.c(x) − ≥ γ ≥ 0 for almost all x ∈ Ω
2
and at least one inequality is strict. In this case, there is a .C > 0 such that
We now introduce a new type of boundary condition, the Fourier condition (also
called Robin’s condition or third boundary condition). Let .b and .c be two functions,
and consider the boundary value problem
. − Δu + cu = f in Ω (3.10.1)
∂u
.bu + = g on Γ = ∂Ω. (3.10.2)
∂ν |Γ
It is easy to see that when.b = 0, we recognize the Neumann problem (and, in a sense,
when .b = +∞ the Dirichlet problem). This condition bears the name of Fourier
who introduced it within the framework of the heat equation. In the interpretation
of heat, . ∂u
∂ν |Γ
represents the flow of heat across the boundary. Let us assume we
are modeling a situation in which the boundary is actually a very thin wall that
isolates .Ω from the outside, where the temperature is .0o . If .g = 0, then the Fourier
condition states that . ∂u
∂ν |Γ
= −bu, i.e., the flux passing heat through the wall is
proportional to the temperature difference between the interior and the outside. For
this interpretation to be physically reasonable, it is obviously necessary that .b ≥
0, that is to say that the heat flows inwards when the exterior is hotter than the
interior and vice versa. It is therefore to be expected that the sign of .b plays a
role. We follow the same pattern as before: Find a variational formulation for the
boundary value problem (3.10.1)–(3.10.2), then apply the Lax-Milgram theorem (see
Theorem 2.17.1) to prove existence and uniqueness.
@seismicisolation
@seismicisolation
3.10 A New Kind of the Fourier Condition 165
Suppose that . f ∈ L 2 (Ω, R), .g ∈ L 2 (∂Ω, R), .c ∈ L ∞ (Ω, R), and .b ∈ L ∞ (∂Ω, R).
Then, the variational formulation for the Fourier problem (3.10.1)–(3.10.2) is given
by: Find .u ∈ V = H 1 (Ω) such that
a(u, v) = L(v)
.
V = H 1 (Ω)
.
{ {
a(u, v) = (∇u · ∇v + cuv) d x + bu |∂Ω v|∂Ω dσ
{Ω { ∂Ω
hence
{ { { {
. (∇u · ∇v + cuv) d x + bu |∂Ω v|∂Ω dσ = f v dx + gv|∂Ω dσ,
Ω ∂Ω Ω ∂Ω
(3.10.3)
for all .v ∈ V .
Conversely, let us give a solution.u of the variational problem (3.10.3). Taking first
.v = ϕ ∈ D(Ω), all boundary integrals vanish and we get .−Δu + cu = f exactly as
before. Then taking .v arbitrarily, using Green’s formula and the partial differential
equations (PDEs) just obtained, we get
{ { {
∂u
. v|∂Ω dσ + bu |∂Ω v|∂Ω ds = gv|∂Ω dσ,
∂Ω ∂ν |Γ ∂Ω ∂Ω
so that { ( )
∂u
. + bu |∂Ω − g v|∂Ω dσ = 0,
∂Ω ∂ν |Γ
@seismicisolation
@seismicisolation
166 3 Variational Formulation of Boundary Problems
Proof We verify the assumptions of the Lax-Milgram theorem (see Theorem 2.17.1).
We already know that .V is a Hilbert space. Let us consider the bilinear form
{ {
a(u, v) =
. (∇u · ∇v + cuv) d x + bu |∂Ω v|∂Ω dσ.
Ω ∂Ω
|{ | { {
| |
| (∇u · ∇v + cuv) d x |≤ |∇u| |∇v| d x + |c(x)||u||v| d x
.
| |
Ω Ω
{Ω
≤ |u|1,Ω |v|1,Ω + ||c||∞ |u||v| d x
Ω
≤ |u|1,Ω |v|1,Ω + ||c||∞ ||u||0,Ω ||v||0,Ω
≤ (1 + ||c||∞ )||u||1,Ω ||v||1,Ω .
The continuity of the bilinear form .a(·, ·) has also already been checked, except for
the integral terms at the boundaries
|{ |
| |
.| bu |∂Ω v|∂Ω dσ || ≤ ||b|| L ∞ (∂Ω,R) ||u |∂Ω ||0,∂Ω ||v|∂Ω ||0,∂Ω
|
∂Ω
≤ Cγ20 ||b|| L ∞ (∂Ω,R) ||u||1,Ω ||v||1,Ω ,
for all .u and .v in .V . Thus, .a(·, ·) is continuous. Let’s check it .V -ellipticity of .a(·, ·).
Coercivity of a(·, ·): Obviously .b ≥ −b− , thus
.
@seismicisolation
@seismicisolation
3.10 A New Kind of the Fourier Condition 167
{ {
. a(u, u) = (||∇u||2 + cu 2 ) d x + bu 2|∂Ω dσ
Ω ∂Ω
≥ min(1, η)||u||21,Ω − ||b− || L ∞ (∂Ω,R) ||u |∂Ω ||20,∂Ω
≥ (min(1, η) − Cγ20 ||b− || L ∞ (∂Ω,R) )||u||21,Ω ,
{ {
.|L(v)| ≤ | f ||v| d x + |g||v|∂Ω | dσ
Ω ∂Ω
≤ || f ||0,Ω ||v||0,Ω + ||g||0,∂Ω ||v|∂Ω ||0,∂Ω
≤ || f ||0,Ω ||v||1,Ω + Cγ0 ||g||0,∂Ω ||v||1,Ω
≤ (|| f ||0,Ω + Cγ0 ||g||0,∂Ω )||v||1,Ω .
Remark 3.10.2 Under the previous hypotheses (see Theorem 3.10.1), we have exis-
tence and uniqueness via Lax-Milgram theorem (see Theorem 2.17.1) provided that
.b is not too negative in some sense. ♦
All these hypotheses give only sufficient conditions. Let us give another set of such
hypotheses.
Theorem 3.10.3 Same hypotheses of Theorem 3.10.1 except that we assume that
c ≥ 0 and that .b ≥ μ > 0 for some constant .μ. Then, the Fourier problem (3.10.1)–
.
The continuity of bilinear and linear forms has also already been proven. The only
point to establish is the .V -ellipticity. In fact, we use a compactness argument by
contradiction. For that we admit that the theorem of Rellich is also true in dimension
.n in an open set of Lipschitz. We have
@seismicisolation
@seismicisolation
168 3 Variational Formulation of Boundary Problems
{ {
a(u, u) =
. (|∇u|2 + cu 2 ) d x + bu 2|∂Ω dσ
Ω ∂Ω
{ {
≥ |∇u| d x + μ
2
u 2|∂Ω dσ.
Ω ∂Ω
Let us assume for contradiction that there is no constant .α > 0 such that
{ {
. |∇u| d x + μ
2
u 2|∂Ω dσ ≥ α||u||21,Ω .
Ω ∂Ω
and we have { {
. |∇u n |2 d x + μ u 2n |∂Ω dσ → 0. (3.10.5)
Ω ∂Ω
Now, by (3.10.4), the sequence.(u n )n is bounded in. H 1 (Ω). So, by Rellich’s theorem,
the sequence .(u n )n is relatively compact in . L 2 (Ω, R). We can extract a subsequence
of .(u n )n , always denoted .(u n )n , and .u ∈ L 2 (Ω, R) such that .u n → u in . L 2 (Ω, R).
In view of (3.10.5), .||∇u n ||0,Ω → 0. Therefore, since .∇u n → ∇u in .D , (Ω), we infer
that .∇u = 0 and .u is constant on each connected component of .Ω. Furthermore,
so that, by continuity of the trace mapping .u n |∂Ω → u |∂Ω in . L 2 (∂Ω, R). Using
(3.10.5), we also have.||u n |∂Ω ||0,∂Ω → 0 since.μ > 0. Therefore,.u |∂Ω = 0. It follows
that .u being a constant with zero trace disappears in every connected component,
i.e., .u |∂Ω = 0. We now realize that (3.10.4) and (3.10.6) contradict each other, so
our premise that there is no .V -ellipticity constant .α is false. Now the result follows
using the Lax-Milgram theorem (see Theorem 2.17.1). Q.E.D.
@seismicisolation
@seismicisolation
3.11 The Convection-Diffusion Problem 169
problem reads
. − Δu + σ · ∇u + cu = f in Ω (3.11.1)
.u = 0 on Γ = ∂Ω. (3.11.2)
In (3.11.1), we have a diffusion term .−Δu and a transport term .σ · ∇u in the same
equation that compete with each other.
The variational formulation for the problem (3.11.1)-(3.11.2) is given by: Find .u ∈
V = H01 (Ω) such that
.a(u, v) = L(v)
and {
. L(v) = f v d x.
Ω
Proof We check the hypotheses of the Lax-Milgram theorem (see Theorem 2.17.1).
Consider the bilinear form
{
.a(u, v) = (∇u · ∇v + (σ · ∇u + cu)v) d x.
Ω
@seismicisolation
@seismicisolation
170 3 Variational Formulation of Boundary Problems
It is easy to see the continuity of bilinear form .a(·, ·). We just prove the .V -ellipticity
of .a(·, ·). Indeed,
{
.a(u, u) = (|∇u|2 + (σ · ∇u)u + cu 2 ) d x.
Ω
Therefore,
{ ( ( ) )
1
a(u, u) =
. |∇u|2 + c − divσ u 2 d x
Ω 2
≥ |u|21,Ω .
So, the coercivity by the equivalence of the . H 1 semi-norm and the . H 1 norm on
. H0 (Ω). The linear form
1
{
. L(v) = f v d x,
Ω
Thus, . L(·) is continuous. Now, the result follows by using Lax-Milgram theorem
(see Theorem 2.17.1). Q.E.D.
@seismicisolation
@seismicisolation
3.12 A Slight Variant of the Plate Problem with Homogeneous … 171
Now let’s give a fourth-order example, even if only second-order problems were
advertised in the title of the section. We consider a slight variant of the plate problem
with homogeneous Dirichlet boundary conditions:
Δ2 u + cu = f in Ω
.
u = 0 on Γ = ∂Ω,
∂u
= 0 on Γ = ∂Ω,
∂ν |Γ
Deriving a variational formulation is again fairly routine, but since this is our first
(and only) fourth-order problem, we give some details. The variational space for
= H02 (Ω) which incorporates the two boundary condi-
this Dirichlet problem is .V N
tions. Suppose .u ∈ H (Ω) H02 (Ω). Then, .Δu ∈ H 2 (Ω) and, we can use Green’s
4
formula
{ {
. (Δ u)v d x =
2
(Δ(Δu))v d x
Ω
{Ω
= Δu Δv d x,
Ω
@seismicisolation
@seismicisolation
172 3 Variational Formulation of Boundary Problems
for all .v ∈ V which is easily checked to give rise to a solution of the boundary value
problem.
|{ |
| |
|a(u, v)| = || (Δu Δv + cuv) d x ||
.
{Ω {
≤ |Δu| |Δv| d x + |c(x)||u||v| d x
Ω
{Ω
≤ |u|2,Ω |v|2,Ω + ||c||∞ |u||v| d x
Ω
≤ |u|2,Ω |v|2,Ω + ||c||∞ ||u||0,Ω ||v||0,Ω
≤ (1 + ||c||∞ )||u||2,Ω ||v||2,Ω ,
where
.||c||∞ := ess- sup |c(x)|.
x∈Ω
Thus the continuity of the bilinear form .a(·, ·). We just prove the .V -ellipticity.
Coercivity of a(·, ·): We have
.
{
. a(u, u) ≥ (Δu)2 d x.
Ω
En ∂2ϕ
We argue by density. Let .ϕ ∈ D(Ω), since .Δϕ = i=1 ∂ xi2 , we can write
{ { (E )⎛ n ⎞
n
∂ 2
ϕ E ∂ 2ϕ
. (Δϕ)2 d x = ⎝ ⎠ dx
Ω Ω i=1
∂ xi2 j=1
∂ x 2j
@seismicisolation
@seismicisolation
3.12 A Slight Variant of the Plate Problem with Homogeneous … 173
E n {
∂ 2ϕ ∂ 2ϕ
= dx
i, j=1 Ω
∂ xi2 ∂ x 2j
E n {
∂ϕ ∂ 3 ϕ
=− dx
i, j=1 Ω
∂ xi ∂ xi x 2j
E n {
∂ 2ϕ ∂ 2ϕ
= dx
i, j=1 Ω
∂ xi x j ∂ xi x j
with two successive integrations by parts, the first with respect to .xi and the second
with respect to .x j . Thus, for all .ϕ ∈ D(Ω), we get
{ E n { ( 2 )2
∂ ϕ
. (Δϕ)2 d x = dx
Ω i, j=1 Ω
∂ xi x j
= ||∇ 2 ϕ||20,Ω .
Now, by definition, . H02 (Ω) is the closure of .D(Ω) in . H 2 (Ω), so for all .u ∈ H02 (Ω),
there is a sequence .ϕn ∈ D(Ω) such that .ϕn → u in . H 2 (Ω). Passing to the limit in
the equality above, we get
{
. (Δu)2 d x = ||∇ 2 u||20,Ω .
Ω
Since . ∂∂xiϕxnj → ∂∂xi ux j in . L 2 (Ω, R), then the coercivity follows by the equivalence of
2 2
the semi-norm .||∇ 2 u||0,Ω on . H02 (Ω) and the . H 2 norm (see Lemma 3.4.7). The linear
form {
. L(v) = f v d x,
Ω
is continuous. In fact,
Continuity of L(·): Let .v ∈ H02 (Ω). Then,
.
{
|L(v)| ≤
. | f | |v| d x
Ω
≤ || f ||0,Ω ||v||0,Ω
≤ || f ||0,Ω ||v||2,Ω .
@seismicisolation
@seismicisolation
174 3 Variational Formulation of Boundary Problems
References
1. J. Hadamard, Le problème de Cauchy et les équations aux dérivées partielles linéaires hyper-
boliques (Hermann, Paris, 1932)
2. B. Lucquin, Équations aux dérivées partielles et leurs approximations (Mathématiques à
l’université, Ellipses, Paris, 2004)
3. P.G. Ciarlet, Introduction à l’analyse numérique matricielle et à l’optimisation (Masson, 1990)
4. P. Lesaint, Sur la résolution des systèmes hyperboliques du premier ordre by des méthodes
d’éléments finis. Thèse, Pierre et Marie Curie, Paris (1975)
5. J. Necas, Les méthodes directes en théorie des équations elliptiques. (French) (Masson et Cie,
Éditeurs, Paris; Academia, Éditeurs, Prague, 1967) 351 pp
6. K.T. Smith, Inequalities for formally positive integro-differential forms. Bull. A.M.S. 67, 368–
370 (1961)
7. J.L. Lions, problèmes aux limites dans les équations aux dérivées partielles. Séminaire de math-
ématiques supérieures (été 1962). Les presses de l’université de Monréal (1967)
8. P.-A. Raviart, J.-M. Thomas, Introduction à l’analyse numérique des équations aux dériveées
partielles (Masson, 1983)
9. J.N. Reddy, Applied Functional Analysis and Variational Methods in Engineering (McGraw
Hill, New York, 1986)
@seismicisolation
@seismicisolation
Chapter 4
Introduction to Finite Element
Once we have a weak formulation from a strong formulation, “you just have to” cal-
culate the solution! The finite element method is one of the numerical tools developed
to calculate an approximate solution (see [1]). The finite element method proposes to
set up, on the basis of weak formulations, a discrete algorithm (discretization) mak-
ing it possible to search for an approximate solution of a partial differential problem
on a compact field with conditions at the edges and/or in inside the compact. It is,
therefore, a question of answering the questions of existence and uniqueness of the
solution, of stability and convergence of the numerical methods, as well as of appre-
ciating the error between the exact solution and the approximate solution (indicators
and estimators of error, a priori and a posteriori). The purpose of the error indicators
is to indicate to us if “we are far from the solution”, so that we can modify the model if
necessary. Thus, by successive iterations, one will be able to tend towards a solution
closer and closer to the exact solution.
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 175
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_4
@seismicisolation
@seismicisolation
176 4 Introduction to Finite Element
. p(ai ) = αi , 1 ≤ i ≤ N .
. pi (a j ) = δi j , 1 ≤ j ≤ N , (4.1.1)
δ being the Kronecker symbol. The . N functions . pi are called the basic functions
. ij
of the finite element and any function . p ∈ P can be written in the form
E
N
. p= p(ai ) pi .
i=1 ♦
y1
y2
x
x2 x1
Example 4.1.3 Let . K be a triangle. Let .Σ K be the set of values of the functions at
the points which divide each side in the ratio .α, .1 − α, .0 < α < 1.
@seismicisolation
@seismicisolation
4.1 Finite Element in Rn 177
a1
y1
a2 a4
y2
a3
x
x2 x1
2x − (x1 + x2 )
. ξ= ,
x1 − x2
2y − (y1 + y2 )
η=
. ,
y1 − y2
@seismicisolation
@seismicisolation
178 4 Introduction to Finite Element
. p1 + p3 = p2 + p4 ,
p1 + p3 p2 − p4 p1 − p3
. p(x, y) = + (2x − (x1 + x2 )) + (2y − (y1 + y2 ))
2 x1 − x2 y1 − y3
or
p1 + p3
. -
p (ξ, η) = + ξ( p2 − p4 ) + η( p1 − p3 ).
2
One thus builds a rectangular finite element with .4 nodes, with constraint.
h = element diameters K
. K
and
. K ρ = sup{diameters of spheres contained in K }.
tend to zero.
(iii) In the case, where the elements . K ∈ τh are either .n-simplexes or parallelotopes,
.
there exists a constant .c such that for all .h, for all . K ∈ τh , we have
hK
. ≤ c.
ρK
(iv) In the case, where all the elements. K ∈ τh are quadrilaterals in dimension.n = 2,
.
there exist two constants .c and .γ such that for all .h , for all . K ∈ τh ,
@seismicisolation
@seismicisolation
4.1 Finite Element in Rn 179
hK
. ≤ c and max | cos θi | ≤ γ < 1,
ρK 1≤i≤4
π v(ai ) = v(ai ), 1 ≤ i ≤ N .
. ♦
| |
N
.Σ= {ai }, ai = F(-
ai ), 1 ≤ i ≤ N ,
i=1
. p ◦ F −1 , ∀-
P = { p : K −→ R such that p = - -
p ∈ P},
where the function . F −1 : K −→ K - being the reciprocal map of the map . F. The
- - -
elements .( K , Σ, P) and .(K , Σ, P) are said to be equivalent. ♦
- - −→ x = F(-
x∈K
. x ) ∈ K , x ∈ K −→ - -,
x = F −1 (x) ∈ K
. - - −→ p = -
p∈P p ◦ F −1 ∈ P, p ∈ P −→ - -
p = p ◦ F ∈ P.
. v ◦ F −1 (resp. -
v =- v = v ◦ F). (4.1.2)
@seismicisolation
@seismicisolation
180 4 Introduction to Finite Element
π
-v = -
. π-
v.
where the constants .c and .C such that .0 < c < C are independent of .h. ♦
The following change of variable results are demonstrated in [2, 3] and in [4].
Lemma 4.1.6 Let .(τh )h be a regular triangulation family of reference elements
-, Σ,
(K
. - We assume the transformation . FK , of Jacobian . JK , which sends the
- P).
- on . K is affine. Consider a function .-
element . K -), for an integer .k ≥ 0
u ∈ W k,q ( K
−1
and for .q ≥ 1. Then, the function .u = -u ◦ FK belongs to .W k,q (K ), and, we have
1
. |u|k,q,K ≤ C(JK ) q (ρ K )−k |-
u |k,q, K- ,
@seismicisolation
@seismicisolation
4.1 Finite Element in Rn 181
( )− q1
[-
.u ]k,q, K- ≤ C inf JK (-
x) h kK |u|k,q,K , for k ≥ 0,
- -
x ∈K
( )− q1 E
k
.|-
u |k,q, K- ≤ C inf JK (-
x) h 2l−k
K K |u|l,q,K , for k ≥ 1,
Z kl (4.1.3)
- -
x ∈K
l=l0
where .l is the smallest integer greater than or equal to . 2k , . Z K is the distances between
the midpoints of the diagonals of . K , and
( )− q1
|-
u |0,q, K- ≤ C inf JK (-
x) |u|0,q,K .
♦
.
- -
x ∈K
Definition 4.1.8 We say that an open set .Ω of .Rn is a polyhedral open set if the set
.Ω is a polyhedron. ♦
We, then, define a triangulation .τh of the polyhedral open set .Ω, by giving a certain
number of finite elements .(K , Σ, P), . K ∈ τh , such that the following conditions are
satisfied:
U
.(i) .Ω = K ∈τh K ,
◦ N ◦
.(ii) . K 1 K 2 = ∅ if . K 1 /= K 2 ,
(iii) All elements of the triangulation are polyhedra,
.
.(iv) Any .(n − 1)-face of a finite element . K 1 is either an .(n − 1)-face of another
element . K 2 , the elements . K 1 and . K 2 being then adjacent i.e., part of the boundary
.∂Ω of the open set .Ω,
N N
.ΣK1 K 2 = ΣK2 K1.
@seismicisolation
@seismicisolation
182 4 Introduction to Finite Element
| |
Σh =
. ΣK
K ∈τh
which together are called nodes of the triangulation. We define the function spaces
Wh and .Vh by
.
| |
. Wh = PK ,
K ∈τh
Vh = the subspace of .Wh made up of continuous functions at the nodes of the tri-
.
angulation i.e., for any .v ∈ Vh and for any pair of adjacent elements . K 1 and . K 2 ,
we have N N
.v|K 1 (a) = v|K 2 (a), ∀a ∈ Σ K 1 K 2 = ΣK2 K1.
Definition 4.1.9 Let .v be a function defined on .Σh , the function called .Vh -
interpolated function of the function .v, is the only function of the space .Vh which
check the relations
.∀a ∈ Σh , πh v(a) = v(a),
.∀K ∈ τh , πh v|K = π K v. ♦
In general, the functions of the space .Vh are not defined on the set .Ω since they do not
have a unique determination along the faces common to the adjacent finite elements,
except for the nodes (this is, in particular, the case when the space .Vh is built from the
non-conforming quadrilateral finite element). The two following definitions make it
possible to state conditions guaranteeing the inclusion
. Vh ⊂ C 0 (Ω, R).
@seismicisolation
@seismicisolation
4.1 Finite Element in Rn 183
Let .τh be a triangulation of class .C 0 of an open polyhedral .Ω, the associated space
. Vh , constructed as above, check the inclusion
. Vh ⊂ C 0 (Ω, R).
where . S denotes any .(n − 1)-face of an element . K ∈ τh and, where the constant .C
does not depend on the triangulation .τh . ♦
- be a non-degenerate .n-simplex of .Rn , with vertices .-
Example 4.1.5 Let . K ai .1 ≤
i ≤ n + 1. Any point .-
x∈K- admits a unique representation of the form
E
n+1
-
x=
. λi (-
x )-
ai ,
i=1
@seismicisolation
@seismicisolation
184 4 Introduction to Finite Element
1 1 1 1
.x = (1 + ξ )(1 + η)x1 + (1 − ξ )(1 + η)x2 + (1 − ξ )(1 − η)x3 + (1 + ξ )(1 − η)x4
4 4 4 4
1 1 1 1
.y = (1 + ξ )(1 + η)y1 + (1 − ξ )(1 + η)y2 + (1 − ξ )(1 − η)y3 + (1 + ξ )(1 − η)y4 .
4 4 4 4
The functions . p of the space . P are expressed in a very simple way, in coordinates .ξ
and .η, according to their values at the points of the set .Σ. In the case, where .k = 1,
we have in particular
1 1
. p(x, y) = -
p (ξ, η) = (1 + ξ )(1 + η) p(A1 ) + (1 − ξ )(1 + η) p(A2 )+
4 4
1 1
(1 − ξ )(1 − η) p(A3 ) + (1 + ξ )(1 − η) p(A4 ),
4 4
@seismicisolation
@seismicisolation
4.1 Finite Element in Rn 185
1 1
. p(x, y) = -
p (ξ, η) = ξ η(1 + ξ )(1 + η) p(A1 ) + ξ η(ξ − 1)(1 + η) p(A2 )
4 4
1 1 1
+ ξ η(1 − ξ )(1 − η) p(A3 ) + ξ η(1 + ξ )(η − 1) p(A4 ) + η(1 + η)(1 − ξ 2 ) p(A5 )
4 4 2
1 1 1
+ η(η − 1)(1 − ξ 2 ) p(A7 ) + ξ(ξ − 1)(1 − η2 ) p(A6 ) + ξ(1 + ξ )(1 − η2 ) p(A8 )
2 2 2
+ (1 − ξ 2 )(1 − η2 ) p(A9 ),
-2
A -1
A A2 A5
1 A1
-
R R
A6 A9
A8
−1 1 ξ
A3 A7 A4
-3
A −1 -4
A x
Lemma 4.1.13 Let .Ω be an open bounded domain of .Rn , .C 1 per piece, with piece-
wise smooth boundary .Γ = ∂Ω. Let .(τh )h be a regular family of triangulations of
.Ω. Then, for all element . K ∈ τh , we have
for all .q ≥ 1. ♦
The following approximation results, some of which are proved in [8, 9], are useful
for obtaining the error bounds, in what follows.
Lemma 4.1.14 Let .Ω be an open bounded domain of .Rn , .C 1 per piece, with piece-
wise smooth boundary .Γ = ∂Ω. Let .(τh )h be a regular family of triangulations of .Ω,
in simplicial elements (resp. quadrilaterals in dimension .n = 2). We assume that the
- (resp. . Q k ⊂ P)
inclusion . Pk ⊂ P - is satisfied, for an integer .k ≥ 1. Let .s be an inte-
ger such that .1 ≤ s ≤ k + 1 and a number .q ≥ 1, with . q1 − ns < 0. To any function
@seismicisolation
@seismicisolation
186 4 Introduction to Finite Element
.v ∈ W s,q (Ω), we associate its interpolated .πh v ∈ Vh . Then, there exists a constant
.c > 0 independent of .h such that, for all . K ∈ τh , we have, for all .v ∈ W (Ω)
s,q
s−m− q1
.|v − πh v|m,q,S ≤ ch K |v|s,q,K , for 0 ≤ m ≤ s − 1,
where . S is any face of element . K . If, further, the elements . K are of class .C 0 , we have
for all . K ∈ τh ,
|v − πh v|m,q,S ≤ ch s−m
. K |v|s,q,S , for 0 ≤ m ≤ s,
We start this section with Galerkin’s method which provides the abstract framework
for studying the convergence of the approximation of the solution of boundary prob-
lems by the finite element method. The space . X , introduced in the Lax-Milgram
theorem (Theorem 2.17.1), is, generally, of infinite dimension. To solve the problem
numerically: Find .u ∈ X such that
a(u, v) = L(v)
. (4.2.1)
for all .vh ∈ Vh . The problem (4.2.2) is equivalent to the resolution of a linear system.
In fact, let .{w j }1≤ j≤N be a basis of .Vh (with .dim Vh = N ). We decompose .u h on
this basis
EN
.u h = ξi wi . (4.2.3)
i=1
Using (4.2.3), the problem (4.2.2) consiste to find the vector .(ξ1 , . . . , ξ N ) such that
E
N
. ξi a(wi , w j ) = L(w j ) 1 ≤ j ≤ N . (4.2.4)
i=1
@seismicisolation
@seismicisolation
4.2 Galerkin Method 187
Theorem 4.2.1 We assume that the space . X , the bilinear form .a(·, ·) and the linear
form . L(·), satisfy the hypotheses of the Lax-Milgram theorem (Theorem 2.17.1).
Then, the problem (4.2.2) admits a unique solution .u h ∈ Vh . Moreover,
1
.||u h || ≤ ||L||. ♦
α
Proof The space .Vh being of finite dimension, is a closed subspace of . X , and it
is therefore, a Hilbert space for the norm induced by that of . X . We can, therefore,
apply the Lax-Milgram theorem (Theorem 2.17.1) with . X replaced by .Vh . Which
completes the proof. Q.E.D.
Remark 4.2.2 .(i) If the bilinear form.a(·, ·) is symmetrical, then the problem (4.2.1)
is equivalent to find .u ∈ X such that
with
1
. J (v) = a(v, v) − L(v).
2
The problem (4.2.2) is equivalent to find .u h ∈ Vh such that
. J (u h ) = inf J (vh )
h∈Vh
and, we have
. J (u h ) ≥ J (u).
(ii) The problem (4.2.2) admits a unique solution in .Vh . In fact, let .u (1)
.
(2)
h and .u h be
two solutions of the problem (4.2.2), we have
a(u (1)
. h , vh ) = L(vh )
for all .vh ∈ Vh . By making the difference of the last two equalities, we deduce
a(u (1)
.
(2)
h − u h , vh ) = 0
@seismicisolation
@seismicisolation
188 4 Introduction to Finite Element
Thus,
u (1) = u (2)
. h h .
(iii) The resolution of the linear system (4.2.4) is as much simpler as it is fast than
.
the matrix
. A = (a(wi , w j ))1≤i, j≤N
has a “pleasant” structure (band matrix for example). We will see in the continuation
on some simple examples that the structure of this matrix depends on the choice of
the basis .{w j }1≤ j≤N for this subspace of finite dimension. ♦
Theorem 4.2.3 (Galerkin orthogonality) Let .(X, (·, ·)) be a real Hilbert space,
a(·, ·) be a continuous bilinear form on . X , . f ∈ X , be a continuous linear form
.
on . X , .Vh ⊂ X be a subspace of finite dimension of . X , .u ∈ X be a solution of (4.2.1),
and .u h ∈ Vh be a solution of (4.2.2). Then, for all .vh ∈ Vh , we have
a(u − u h , vh ) = 0.
. (4.2.5)
= L(vh ) − L(vh )
= 0.
(u − u h , vh )a = 0 for all vh ∈ Vh ,
.
@seismicisolation
@seismicisolation
4.2 Galerkin Method 189
subspace .Vh , in the energetic inner product, and thus it is the nearest element in the
space .Vh , to the exact solution .u in the energy norm
a(u h , vh )
. inf sup ≥ c1 .
u h ∈Vh vh ∈Vh ||u h ||||vh ||
|L(vh )| ≤ c3 ||vh ||
.
1
||u h || ≤
. ||L||. ♦
c1
Proof Consider a basis .{ϕ1 , . . . , ϕn } of .Vh and define the matrix . K = (K i j ) ∈ Rn×n ,
. K i j = a(ϕi , ϕ j ). Then, the claim is equivalent to the invertibility of . K . From the inf-
Remark 4.2.6 Note the difference between Theorem 4.2.5 and the Lax-Milgram
theorem in the discrete case: In the latter, the coercivity condition amounts to the
assumption that the matrix . K is positive definite, while the inf-sup and injectivity
condition only amounts to requiring invertibility. ♦
@seismicisolation
@seismicisolation
190 4 Introduction to Finite Element
We now give an abstract theorem for the increase of the error between the exact
solution .u of the problem (4.2.1) and the approximate solution .u h of the problem
(4.2.2). This very simple but also very important result is due to Céa [10].
Theorem 4.2.7 Let.u be the solution of the problem (4.2.1) and let.u h be the solution
of the problem (4.2.2). Then, we have the following general estimates for the errors
M
||u − u h || ≤
. inf ||u − vh || (4.2.6)
α vh ∈Vh
We can write
.a(u, vh − u h ) = L(vh − u h )
. a(u h , vh − u h ) = L(vh − u h ).
Thus,
We can deduce
M
||u − u h || ≤
. ||u − vh ||
α
for all .vh ∈ Vh . Which leads to the inequality (4.2.6). Q.E.D.
Remark 4.2.8 .(i) Céa’s theorem (Theorem 4.2.7) shows that .u h is quasi-optimal
in the sense that the error .||u − u h || is proportional to the best it can be using the
subspace .Vh .
(ii) Céa’s theorem (Theorem 4.2.7) states that the approximation error .u − u h ,
.
depends on the choice of the Galerkin subspace .Vh , but it does not depend on the
choice of its basis.
@seismicisolation
@seismicisolation
4.2 Galerkin Method 191
(iii) When the bilinear form .a(·, ·) is symmetrical, we can get a better estimate
.
/
M
||u − u h || ≤
. inf ||u − vh ||. (4.2.7)
α vh ∈Vh
In fact, we have
a(u − u h , wh ) = 0
.
for all .wh ∈ Vh . Hence, .u h is the projection of .u on .Vh , within the meaning with the
following inner product
.(·, ·)a := a(·, ·)
Often it is more useful to estimate the error in a weaker norm. This requires a
duality argument. Let . H be a Hilbert space with inner product .(·, ·) and . X be a
closed subspace satisfying the conditions of the Lax-Milgram theorem such that
the embedding .i : X −→ H is continuous (e.g., . X = H 1 (Ω) C→ L 2 (Ω, R) = H ).
Then, we have the following estimate.
Lemma 4.2.9 (Aubin-Nitsche lemma) Let .u h be the solution of (4.2.2) for given
Vh ⊂ X and .u be the solution of (4.2.1). Then, there exists a .C > 0 such that
.
( )
1
.||u − u h || H ≤ C||u − u h || X sup inf ||ϕg − vh || X
g∈H ||g|| H vh ∈Vh
holds, where for given .g ∈ H , .ϕg is the unique solution of the adjoint problem
Furthermore, since .a(·, ·) is symmetric, then the existence of a unique solution of the
adjoint problem is guaranteed by the Lax-Milgram theorem. ♦
Proof We make use of the dual representation of the norm in any Hilbert space,
(g, w) H
||w|| H = sup
. , (4.2.8)
g∈H ||g|| H
where the supremum is taken over all.g /= 0. Now, inserting.w = u − u h in the adjoint
problem, we obtain for any .vh ∈ Vh , using the Galerkin orthogonality and continuity
of .a(·, ·), that
@seismicisolation
@seismicisolation
192 4 Introduction to Finite Element
(g, u − u h ) H = a(u − u h , ϕg )
.
= a(u − u h , ϕg − vh )
≤ C||u − u h || X ||ϕg − vh || X .
(g, u − u h ) H
.||u − u h || H = sup
g∈H ||g|| H
||ϕg − vh || X
≤ C||u − u h || X sup
g∈H ||g|| H
for arbitrary .vh ∈ Vh , and taking the minimum over all .vh yields the desired estimate.
Q.E.D.
Remark 4.2.10 The Aubin-Nitsche lemma also holds for nonsymmetric .a(·, ·),
provided both the original and the adjoint problem satisfy the conditions of the
Lax-Milgram theorem. ♦
d 2u
. − = f for x ∈]0, 1[ (4.3.1)
dx2
.u(0) = u(1) = 0. (4.3.2)
In variational form, the problem (4.3.1)–(4.3.2) is formulated: Find .u ∈ H01 (]0, 1[)
such that
.a(u, v) = ( f, v)0,(0,1)
and { 1
( f, v)0,(0,1) =
. f v d x.
0
@seismicisolation
@seismicisolation
4.3 Examples in Dimension 1 and Introduction to Finite Elements 193
4.3.1 Example 1
. wk = x(1 − x)x k , 0 ≤ k ≤ N − 1.
Since .wk (0) = wk (1) = 0, then .wk ∈ H01 (]0, 1[). The elements
a = a(wk , wl )
. kl
This very simple choice for the space .Vh and for the basis leads to a full matrix.
4.3.2 Example 2
wk = sin(kπ x), 1 ≤ k ≤ N .
.
Thus, ⎧
⎨0 if k /= l
.akl := k2π 2
⎩ if k = l.
2
We, thus, obtain a diagonal matrix. This comes in fact from the exceptional choice
of the basis of the space .Vh , the basis functions chosen being the . N first proper
functions of the operator
d2
.−
dx2
@seismicisolation
@seismicisolation
194 4 Introduction to Finite Element
4.3.3 Example 3
wk = sin(kπ x), 1 ≤ k ≤ N .
.
We can see that, in general, the elements .akl are all nonzero. This shows that the
choice of the basis carried out above (Example 2), is not adapted to all the problems.
We divide the interval .[0, 1] into . I intervals of length .h. We pose .xi = i h, for .0 ≤
i ≤ I . Let
. Wh = {vh ∈ C 0 ([0, 1], R) such that vh is linear on each [xi , xi+1 ]}.
We pose .vh (xi ) = vi so that on each interval .[xi , xi+1 ], we can write
x − xi
v (x) = vi +
. h (vi+1 − vi ).
h
We can define the space .Wh , in an equivalent way, by
@seismicisolation
@seismicisolation
4.3 Examples in Dimension 1 and Introduction to Finite Elements 195
We pose
. Vh = {vh ∈ Wh such that vh (0) = vh (1) = 0}.
ϕj
0 x j−1 xj x j+1 1
Remark 4.3.1 The n fact that.Wh ⊂ H 1 (]0, 1[) gives the following inclusion of spaces
. Vh ⊂ H0 (]0, 1[) C ([0, 1], R). ♦
1 0
The elements .akl of the matrix . A are equal to zero as soon as the supports of the
functions .ϕk (x) and .ϕl (x) are disjoint, i.e., as soon as
|k − l| ≥ 2.
.
Therefore, to find the matrix . A, it suffices to look for the elements .akk , .ak k+1 and
a .
. k k−1
ϕk (x)
h h
xk−1 xk xk+1
axk−1 + b = 0.
. (4.3.3)
@seismicisolation
@seismicisolation
196 4 Introduction to Finite Element
a(xk − xk−1 ) = 1.
.
xk
b =1−
.
h
kh
=1−
h
= 1 − k.
Thus,
1
ϕ (x)|]xk−1 ,xk [ =
. k x + 1 − k.
h
axk + b = 1.
. (4.3.5)
a(xk+1 − xk ) = −1.
.
b = −axk+1
.
1
= (1 + k)h
h
= 1 + k.
Hence,
1
ϕ (x)|]xk ,xk+1 [ = − x + 1 + k.
. k
h
So,
@seismicisolation
@seismicisolation
4.3 Examples in Dimension 1 and Introduction to Finite Elements 197
⎧
⎪
⎪0 if x ∈ [x0 , xk−1 ]
⎪
⎪
⎪ 1
⎨ x +1−k if x ∈ [xk−1 , xk ]
.ϕk (x) := h
⎪
⎪ −
1
x +1+k if x ∈ [xk , xk+1 ]
⎪
⎪
⎪
⎩ h
0 if x ∈ [xk+1 , x I ].
Thus,
dϕk 1
. =
d x |]xk−1 ,xk [ h
and
dϕk 1
. =− .
d x |]xk ,xk+1 [ h
I −1
E
u =
. h u j ϕ j (x)
j=1
@seismicisolation
@seismicisolation
198 4 Introduction to Finite Element
.a(u h , ϕ j ) = L(ϕ j )
I −1
E
. u i a(ϕi , ϕ j ) = L(ϕ j )
i=1
ψ2 ψi
x0 = 0 x1 x2 x3 x4 xi 1
ψ1 common support
(ψi )i is a basis of .Vh . Hence, the matrix of the system is full because .a(ψi , ψ j ) /= 0
.
@seismicisolation
@seismicisolation
4.3 Examples in Dimension 1 and Introduction to Finite Elements 199
where .u is the exact solution of the problem (4.3.1)–(4.3.2). If we consider the Taylor
expansions of .u(x j+1 ) and .u(x j−1 ) around the point .x j , we obtain if the solution
belongs to .C 4 ([0, 1]), then
1 d 2u
. − (u(x j−1 ) − 2u(x j ) + u(x j+1 )) = − (x j )
h2 dx2
( )
h2 d 4u d 4u ,
− (x i + θ h) + (x i − θ h) ,
24 d x 4 dx4
with .0 < θ < 1 and .0 < θ , < 1. On the other hand, if we expand the function . f (x)
around the point .x j , we obtain
{ x j+1 { x j+1
1 1 d2 f
. f ϕ j d x = f (x j ) + (x − x j )2 ϕ j (x) (ξ ) d x,
h x j−1 2h x j−1 dx2
2 4 d2 f
We therefore have, since .− dd xu2 = f (therefore .− dd xu4 = dx2
)
| 4 |
h2 |d u |
.|E j (u)| ≤ max || 4 || .
6 x∈[0,1] dx
@seismicisolation
@seismicisolation
200 4 Introduction to Finite Element
= O(h 2 ),
a(x) ≥ α > 0
.
for all .x ∈ (0, 1). The problem (4.4.1)–(4.4.2) is equivalent to the following
variational problem: Find .u ∈ H01 (0, 1) such that for all .v ∈ H01 (0, 1), we have
{ 1 { 1
du dv
. a(x) dx = f v d x.
0 dx dx 0
. L : H01 (0, 1) −→ R
{ 1
v −→ L(v) = f v d x.
0
We divide the interval .[0, 1] into . I intervals of length .h. We pose .xi = i h, for .0 ≤
i ≤ I . Let .Wh be the space
@seismicisolation
@seismicisolation
4.4 Estimates for the Errors 201
We pose
. Vh = {vh ∈ Wh such that vh (0) = vh (1) = 0}.
ϕj
0 x j−1 xj x j+1 1
. Vh = {ϕ j , 1 ≤ j ≤ I − 1}
where .ϕ j are the hats functions. We consider the approximate problem: Find .u h ∈ Vh
solution of
.a(u h , vh ) = L(vh ) (4.4.3)
a(u h , ϕ j ) = L(ϕ j )
.
with . M = ||a(x)||∞ .
Definition 4.4.1 Let.v be a function of.C 0 ([0, 1], R). We call.rh v the.Vh -interpolated
function of .v, i.e., the unique function of .Vh such that
. h r v(xi ) = v(xi ) 0 ≤ i ≤ I
♦
.
The fact that the solution.u ∈ H01 (0, 1) ⊂ C 0 ([0, 1], R), we can define then.rh u ∈ Vh ,
and, we have
M
.||u − u h ||1,[0,1] ≤ ||u − rh u||1,[0,1] . (4.4.4)
α
@seismicisolation
@seismicisolation
202 4 Introduction to Finite Element
Proposition 4.4.2 If we interpolate by the polynomials of degree .1, then the error
between the function .u with its interpolated .rh u is given by
.(i) .||u − rh u||0,[xi ,xi+1 ] ≤ ch 2 |u|2,[xi ,xi+1 ]
.(ii) .|u − r h u|1,[xi ,xi+1 ] ≤ ch|u|2,[xi ,xi+1 ] . ♦
Proof For the proof of Proposition 4.4.2, we can give the following two methods.
Method 1: We apply the Taylor formula with integral remainder
{ b
du d 2u
.u(b) = u(a) + (b − a) (a) + (b − t) dt.
dx a dx2
into . H m (]xi , xi+1 [) with .m ≤ 2. So, according to the Theorem 3.4.12, we have for
all .m ≤ 2,
. ||u − rh u||m,[xi ,xi+1 ] ≤ C([xi , xi+1 ])||I d − rh ||L (H k+1 (]xi ,xi+1 [),H m (]xi ,xi+1 [)) |u|2,[xi ,xi+1 ] .
1+ξ 1−ξ
. x= xi+1 + xi , ξ ∈ [−1, 1].
2 2
This implies
2( xi+1 xi )
. ξ= x− − , x ∈ [xi , xi+1 ].
h 2 2
Thus, { {
xi+1 1
h
. (u − rh u)2 d x = (u(x(ξ )) − rh (x(ξ )))2 dξ.
xi −1 2
We pose .-
u (ξ ) = u(x(ξ )) and .r-
h u(ξ ) = r h u(x(ξ )). Consider the mapping
1+ξ 1−ξ
-
u −→ -
. r-
u= -
u (1) + -
u (−1).
2 2
-
r-
.u is a polynomial of degree .1 at .ξ . The following formula is nothing more than a
result of change of variable in an integral
{ ( )2 ( )2l { 1 ( l )2
xi+1
dl u h 2 d-u
. dx = dξ. (4.4.5)
xi d xl 2 h −1 dξ l
@seismicisolation
@seismicisolation
4.4 Estimates for the Errors 203
r-u(1) = rh u(x(1))
. h
= rh u(xi+1 )
= u(xi+1 )
= u(x(1))
=-
u (1)
=-
r-
u (1)
and
. h r-u(−1) = rh u(x(−1))
= rh u(xi )
= u(xi )
= u(x(−1))
=-
u (−1)
=-
r-
u (−1).
-
r-
.p=-
p
for all . -
p ∈ P1 . We take .m = 0 ≤ 2. We will show that
-
r ∈ L (H 2 (] − 1, 1[), L 2 (] − 1, 1[, R))
.
and
-
r-
.p=-
p
for all . -
p ∈ P1 . In fact, .-
r is linear.
Continuity of .-
r : For .ξ ∈ [−1, 1], we have
|-
.r-
u (ξ )| ≤ |-
u (1)| + |-
u (−1)|
≤ 2 max |-
u (ξ )|.
ξ ∈[−1,1]
|-
.r-
u (ξ )| ≤ 2||-
u ||∞
@seismicisolation
@seismicisolation
204 4 Introduction to Finite Element
≤ 2c||-
u ||1,[−1,1]
≤ 2c||-
u ||2,[−1,1] .
Which implies
. ||-
r-
u ||0,[−1,1] ≤ c||-
u ||2,[−1,1] .
for all . -
p ∈ P1 because .-
r-
p = r-hp = - p (a polynomial of degree .1 is interpolated by
itself). Thus, .-
r ∈ L (H 2 (] − 1, 1[), L 2 (] − 1, 1[, R)) and
.-
r-
p=-
p
for all . -
p ∈ P1 . According to the Theorem 3.4.12,
||-
. u −-
r-
u ||0,[−1,1] ≤ β||I d − -
r ||L (H 2 (]−1,1[),L 2 (]−1,1[,R)) |-
u |2,[−1,1] .
Furthermore,
{ xi+1 {
h 1
. (u − rh u) d x =
2
u − r-
(- h u) (ξ ) dξ
2
xi 2 −1
h
≤ β 2 ||I d − -
r ||2L (H 2 (]−1,1[),L 2 (]−1,1[,R)) |-
u |22,[−1,1] .
2
On the other hand,
-
u (ξ ) = u(x(ξ )).
.
Hence,
d-
u du d x
. =
dξ d x dξ
h du
= .
2 dx
This proves (see Eq. (4.4.5))
@seismicisolation
@seismicisolation
4.4 Estimates for the Errors 205
{ ( )2 ( )4 { 1 ( 2 )2
xi+1
d 2u h 2 d -
u
. dx = dξ.
xi dx2 2 h −1 dξ
2
So,
{ xi+1 ( )4 { xi+1 ( 2 )2
h 2 2 h d u
. (u − rh u)2 d x ≤ β ||I d − -
r ||2L (H 2 (]−1,1[),L 2 (]−1,1[,R)) d x.
xi 2 h 2 xi d x2
Thus,
h2
. ||u − rh u||0,[xi ,xi+1 ] ≤ r ||L (H 2 (]−1,1[),L 2 (]−1,1[,R)) |u|2,[xi ,xi+1 ] .
β||I d − -
4
If we interpolate by a polynomial of degree .1, we have
(ii) We have
.
{ xi+1 ( )2 ( )2 { 1 ( )2
d h 2 d
. (u − rh u) dx = (-
u −-
r-
u ) dξ.
xi dx 2 h −1 dξ
Furthermore,
d -
u (1) − -
u (−1)
. -
r-
u= .
dξ 2
≤ α||-u ||1,[−1,1] .
d r-
d(-u ) d-
u
. (-
r-
u) =
dξ d-u dξ
d-
u
=-r .
dξ
Hence, | |
| d-u ||
|
. -
|r dξ | ≤ α||-
u ||1,[−1,1] .
@seismicisolation
@seismicisolation
206 4 Introduction to Finite Element
{ | |
| d-u ||2
1
|-
|r dξ | dξ ≤ 2α ||-
u ||21,[−1,1] .
2
.
−1
This proves || ||
u ||
|| d- √
||-
r || ≤ u ||1,[−1,1] .
2α||-
.
|| dξ ||
0,[−1,1]
Hence, √
. |-
r-
u |1,[−1,1] ≤ u ||1,[−1,1] .
2α||-
It follows that √
. |-
r-
u |1,[−1,1] ≤ u ||2,[−1,1] .
2α||-
Thus,
. ||-
r-
u ||1,[−1,1] ≤ c||-
u ||2,[−1,1] .
-
r ∈ L (H 2 (] − 1, 1[), H 1 (] − 1, 1[)).
.
.|-
u −-
r-
u |1,[−1,1] ≤ ||-
u −-r-
u ||1,[−1,1]
≤ β||I d − -r ||L (H 2 (]−1,1[),H 1 (]−1,1[)) |-
u |2,[−1,1] .
Moreover,
( ( ) ) 21
2 h 4
.|-
u |2,[−1,1] = |u|2,[xi ,xi+1 ] .
h 2
Thus,
{ xi+1 ( )2
d
. (u − rh u) dx
xi dx
( )2
2h
. = |-
u − r- 2
h u|1,[−1,1]
h2
( )
h 2 2 2
≤ β ||I d − -r ||2L (H 2 (]−1,1[),H 1 (]−1,1[)) |-
u |22,[−1,1]
2 h
@seismicisolation
@seismicisolation
4.4 Estimates for the Errors 207
( )2 ( )
h 2 2 h 4 2
≤ β ||I d − -
2
r ||L (H 2 (]−1,1[),H 1 (]−1,1[))
2
|u|2,[xi ,xi+1 ]
2 h h 2
≤ ch 2 |u|22,[xi ,xi+1 ] .
Proof We have
{ 1 { 1)2 (
d
||u − rh u||21,[0,1] =
. (u − rh u)2 d x + (u − rh u) d x
0 0 dx
−1 {
E xi+1
I { xi+1 ( )2
d
= (u − rh u)2 d x + (u − rh u) d x
i=0 xi xi dx
I −1
E
= ||u − rh u||20,[xi ,xi+1 ] + |u − rh u|21,[xi ,xi+1 ] .
i=0
I −1
E
||u − rh u||21,[0,1] ≤
. c2 h 4 |u|22,[xi ,xi+1 ] + c2 h 2 |u|22,[xi ,xi+1 ]
i=0
≤ c2 h 2 |u|22,[0,1] .
Thus,
||u − rh u||1,[0,1] ≤ ch|u|2,[0,1] .
.
@seismicisolation
@seismicisolation
208 4 Introduction to Finite Element
Theorem 4.4.4 Let .u be the solution of the problem (4.4.1)–(4.4.2) and .u h be the
solution of the problem (4.4.3). If we interpolate by the polynomials of degree .1, then
-
r-
.p=-
p for all -
p ∈ P2 .
Let
ξ(1 + ξ ) ξ(ξ − 1)
-
r-
.u (ξ ) = -
u (1) + -
u (−1) + (1 − ξ 2 )-
u (0).
2 2
Let .ξ ∈ [−1, 1]. We have
|-
.r-
u (ξ )| ≤ 3 max |-
u (ξ )|.
ξ ∈[−1,1]
Since the space . H 3 (] − 1, 1[) is continuously injects into .C 0 ([−1, 1], R) (because
m = 3 > n2 = 21 ), then
.
. max |- u (ξ )| ≤ α||-
u ||3,[−1,1] .
ξ ∈[−1,1]
Thus,
|-
.r-
u (ξ )| ≤ 3α||-
u ||3,[−1,1] .
Hence, √
. ||-
r-
u ||0,[−1,1] ≤ 3 2α||-
u ||3,[−1,1] .
@seismicisolation
@seismicisolation
4.4 Estimates for the Errors 209
Thus, .-
r is continuous from . H 3 (] − 1, 1[) into . L 2 (] − 1, 1[, R). According to the
Theorem 3.4.12, we have
||-
. u −-
r-
u ||0,[−1,1] ≤ β||I d − -
r ||L (H 3 (]−1,1[),L 2 (]−1,1[,R)) |-
u |3,[−1,1] .
Moreover,
({ ( )2 ) 21 ( ( ) ) 21
1
d 3-
u 2 h 6
. dξ = |u|3,[xi ,xi+1 ] .
−1 dξ 3 h 2
Thus,
5
h2
|-
.u |3,[−1,1] = 5
|u|3,[xi ,xi+1 ] .
22
On the other hand,
{ xi+1 { 1
h
. (u − rh u)2 d x = (- h u) (ξ ) dξ.
u − r- 2
xi 2 −1
We have
h
||u − rh u||20,[xi ,xi+1 ] =
. ||-
u − r- 2
h u||0,[−1,1]
2
h
≤ β 2 ||I d − -r ||2L (H 3 (]−1,1[),L 2 (]−1,1[,R)) |-
u |23,[−1,1]
2
h h5
≤ β 2 ||I d − -r ||2L (H 3 (]−1,1[),L 2 (]−1,1[,R)) 5 |u|23,[xi ,xi+1 ] .
2 2
So,
||u − rh u||20,[xi ,xi+1 ] ≤ ch 6 |u|23,[xi ,xi+1 ] .
.
Thus,
||u − rh u||0,[xi ,xi+1 ] ≤ ch 3 |u|3,[xi ,xi+1 ] .
.
It thus appears that if we interpolate by the polynomials of degree .2, we find the error
@seismicisolation
@seismicisolation
210 4 Introduction to Finite Element
Proof We have
| m |
|d |
| u || ≤ 3 max |-
.
| dξ m -
r-
ξ ∈[−1,1]
u (ξ )|
≤ α||-
u ||3,[−1,1] .
Thus,
-
r ∈ L (H 3 (] − 1, 1[), H m (] − 1, 1[))
.
. ||-
u −-
r-
u ||m,[−1,1] ≤ β||I d − -
r ||L (H 3 (]−1,1[),H m (]−1,1[)) |-
u |3,[−1,1] .
{ xi+1 ( )2
dm
. (u − rh u) dx
xi dxm
( )2 m { 1 ( m )2
h 2 d
. = (-
u −- r- u ) dξ
2 h m
−1 dξ
( )2 m
h 2
≤ β 2 ||I d − -
r ||2L (H 3 (]−1,1[),H m (]−1,1[)) |-
u |23,[−1,1]
2 h
( )2 m ( )
h 2 2 h 6 2
≤ β ||I d − -
2
r ||L (H 3 (]−1,1[),H m (]−1,1[))
2
|u|3,[xi ,xi+1 ]
2 h h 2
≤ ch 2(3−m) |u|23,[xi ,xi+1 ] .
Q.E.D.
Theorem 4.4.7 If we interpolate by the polynomials of degree .k, then for all .m ≤
k + 1,
@seismicisolation
@seismicisolation
4.5 Embedded Beam Bending Problem 211
d 2u
. − = f for x ∈]0, 1[
dx2
u(0) = u(1) = 0.
Solve numerically ⎧
⎨ d 4u
= f if x ∈]0, 1[
. dx4
⎩ u(0) = u(1) = u , (0) = u , (1) = 0,
v
Recessed
(1 + y ,2 ) 2
3
. .
y ,,
@seismicisolation
@seismicisolation
212 4 Introduction to Finite Element
{ ( )2
1
v,,
. A 3 dx
0 (1 + v,2 ) 2
with
. V = {v ∈ H 2 (0, 1) such that v(0) = v(1) = 0 and v, (0) = v, (1) = 0} = H02 (0, 1).
. g : H 2 (0, 1) −→ R4
v −→ (v(0), v(1), v, (0), v, (1)).
Proof We have { {
1 1
, ,, ,,
(J (v), w) = 2 A
. v w dx − f w d x.
0 0
Hence, { 1
(J ,, (v)w, w) = 2 A
. w,,2 d x.
0
@seismicisolation
@seismicisolation
4.5 Embedded Beam Bending Problem 213
Thus,
(J ,, (v)w, w) ≥ 0, for all w ∈ V.
.
So, .w,,2 = 0. Thus, .w, = cte. Further, .w, (0) = 0, so .w, = 0. Thus, .w = cte. Gold,
.w(0) = 0, so .w = 0. Hence, . J is strictly convex. Q.E.D.
Lemma 4.5.2 . J is strongly semicontinuous. ♦
Lemma 4.5.3 . J is coercive. ♦
Proof Let .v ∈ V . Hence, .v, ∈ H01 (0, 1), so according to the Poincaré inequality
(Theorem 3.2.2),
, ,,
.||v ||0,(0,1) ≤ c||v ||0,(0,1) .
Further, .v ∈ H01 (0, 1), so according to the Poincaré inequality (Theorem 3.2.2),
. J is coercive. Q.E.D.
V provided of the norm .|| · ||2,(0,1) is a Hilbert space. Hence, the minimum is reached
.
in .u
. J (u) = inf J (v).
v∈V
. J is differentiable
{ 1 { 1
, ,, ,,
(J (v), w) = 2 A
. v w dx − f w d x.
0 0
@seismicisolation
@seismicisolation
214 4 Introduction to Finite Element
. 2 A(u ,, , ϕ ,, ) = ( f, ϕ)
on .D , (0, 1). Further, since . f ∈ L 2 (]0, 1[, R), we have .u (4) ∈ L 2 (]0, 1[, R). Since
,, ,,,
.u ∈ L (]0, 1[, R), so .u ∈ L 2 (]0, 1[, R). Hence, .u ∈ H 4 (0, 1). Thus,
2
a(u, v) = L(v)
. (4.5.1)
and { 1
. L(v) = f v d x.
0
Introduce then the space .Vh ⊂ V ⊂ C 1 ([0, 1], R). We divide the interval .[0, 1] into
. I intervals of length .h. We pose . x i = i h, .0 ≤ i ≤ I . Let
We pose
. Vh = {vh ∈ Wh such that vh (0) = vh (1) = 0 and vh, (0) = vh, (1) = 0}.
@seismicisolation
@seismicisolation
4.5 Embedded Beam Bending Problem 215
a(u h , vh ) = L(vh )
. (4.5.2)
for all .vh ∈ Vh . A basis of the space .Vh is formed by the following two types of
functions .ϕ j and .ψ j :
−
−
−
−
−
−
−
−
−
−
−
−
−
−
−
0 ϕj ψj 1
I −1
E I −1
E
v (x) =
. h vh (x j )ϕ j (x) + vh, (x j )ψ j (x)
j=1 j=1
and
I −1
E I −1
E
u (x) =
. h u h (x j )ϕ j (x) + u ,h (x j )ψ j (x).
j=1 j=1
. a(u h , ϕ j ) = L(ϕ j )
a(u h , ψ j ) = L(ψ j )
.
@seismicisolation
@seismicisolation
216 4 Introduction to Finite Element
We obtain a strip matrix of length .2l + 1 with .l = I . Hence, the shape of this matrix
is not good. So, we arrange the basis so that we find a nicer matrix, that is, one that
contains ordered zeros. So, either
⎛ ⎞ ⎛ ⎞
u h (x1 ) L(ϕ1 )
⎛ ⎞
× × ×× 0 0 0 0 0 0 0 0 ⎜ ⎜
⎟ ⎜
u ,h (x1 )
⎟ ⎜
⎟
⎟ L(ψ1 )
⎜× × ×× 0 0 0 0 0 0 0 0⎟ ⎜ ..
⎟ ⎜ ⎟ ..
⎜ ⎟⎜ ⎟ ⎜. ⎟ .
⎜× × ×××× 0 0 0 0 0 0⎟ ⎜ ⎟ ⎜ ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
⎜× × ×××× 0 0 0 0 0 0⎟ ⎜ ⎟ ⎜ ⎟
⎜ ⎟⎜ .. ⎟ ⎜ .. ⎟
⎜0 0 ××××× ×0 0 0 0⎟ ⎜ . ⎟ ⎜ . ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
⎜0 0 ××××× ×0 0 0 ⎟ ⎜ ⎜
0 ⎟ ⎜ u h (xi ) ⎟ ⎜ L(ϕi ) ⎟
⎟
.⎜ ⎟
⎜ ⎟ ⎜ u , (xi ) ⎟ = ⎜ L(ψi ) ⎟ .
⎜ ⎟⎜ h ⎟ ⎜ ⎟
⎜ ⎟⎜ .. ⎟ ⎜ .. ⎟
⎜ ⎟⎜ . ⎟ ⎜ . ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
⎜ ⎟⎜ . ⎟ ⎜ . ⎟
⎝ ⎠ ⎜ .
. ⎟ ⎜ .
. ⎟
⎜ ⎟ ⎜ ⎟
⎝ u h (x I −1 ) ⎠ ⎝ L(ϕ I −1 ) ⎠
u ,h (x I −1 ) L(ψ I −1 )
We have { 1
a(vh , vh ) =
. vh,,2 d x = |vh |22,(0,1) .
0
Thus,
@seismicisolation
@seismicisolation
4.5 Embedded Beam Bending Problem 217
≤ c||u − rh u||2,(0,1) ,
with .rh u ∈ Vh ,
. h r u(xi ) = u(xi )
and
. (rh u), (xi ) = u , (xi )
for all .i = 1, . . . , I − 1.
Theorem 4.5.4 Let .u ∈ H 4 (0, 1). Then,
with .ri u ∈ P3 such that .ri u = u, .(ri u), = u , in .xi and .xi+1 . ♦
Proof Let
1+ξ 1−ξ
.x = xi+1 + xi .
2 2
We set the change of variable
-
v(ξ ) = v(x(ξ )).
.
We have .- r-
v ∈ P3 , .-
r-
v =-v and .(-v), = -
r- v, in .−1 and in .1. On the other hand, .ri v = v
in .xi and .xi+1 , so .r-iv =-v in .−1 and .1. Furthermore, .(ri v), = v, in .xi and .xi+1 ,
, ,
so .(-
ri v) = - v in .−1 and .1. Further, according to Proposition 2.6.8 .(iii), if two
polynomials . p and .q of . P3 coincide at two points and their derivatives, then they are
equal . p = q. Thus,
-
.r iv = - r-
v.
Furthermore,
-
r : H 4 (−1, 1) −→ H m (−1, 1)
.
for all . -
p ∈ P3 . Then,
@seismicisolation
@seismicisolation
218 4 Introduction to Finite Element
||-
. u −-
r-
u ||m,(−1,1) ≤ c|-
u |4,(−1,1) .
Hence,
|u − ri u|m,(xi ,xi+1 ) ≤ ch 4−m |u|4,(xi ,xi+1 ) .
.
For .m = 4 and since .ri u ∈ P3 , so .(ri u)(4) = 0. So, we have the result already stated.
Hence, it remains for us to show the continuity of .- r : H 4 (−1, 1) −→ H m (−1, 1)
.0 ≤ m ≤ 3. We have
-
r-
.v(ξ ) = - ϕ−1 (ξ ) +-
v(−1)- ϕ1 (ξ ) +-
v(1)- -−1 (ξ ) +-
v, (−1)ψ -1 (ξ ),
v, (1)ψ
≤ c||-
v||4,[−1,1] 0 ≤ m ≤ 3.
Hence,
||-
. r-
v||m,[−1,1] ≤ c||-
v||4,[−1,1] 0 ≤ m ≤ 3.
Theorem 4.5.5 Let .u be the solution of the problem (4.5.1) and .u h be the solution
of the problem (4.5.2). Then,
@seismicisolation
@seismicisolation
4.5 Embedded Beam Bending Problem 219
I −1
E
||u
. − rh u||22,(0,1) = ||u − ri u||22,[xi ,xi+1 ]
i=0
I −1
E
≤ ch 2(4−2) |u|24,[xi ,xi+1 ] .
i=0
Hence,
.||u − rh u||2,(0,1) ≤ ch 2 |u|4,(0,1) .
Thus,
||u − u h ||2,(0,1) ≤ ch 2 |u|4,(0,1) .
.
Theorem 4.5.6 Let .u be the solution of the problem (4.5.1) and .u h be the solution
of the problem (4.5.2). Then,
Proof We have
|(u − u h , g)0,(0,1) |
||u − u h ||0,(0,1) =
. sup .
g∈L 2 ((0,1),R), ||g||0,(0,1) /=0 ||g||0,(0,1)
d 4ϕ
. = g in (0, 1)
dx4
ϕ(0) = ϕ(1) = ϕ , (0) = ϕ , (1) = 0.
@seismicisolation
@seismicisolation
220 4 Introduction to Finite Element
We have
{ 1
(u − u h , g)0,(0,1) =
. (u − u h )g d x
0
{ 1
d 4ϕ
= (u − u h ) d x.
0 dx4
Hence, { 1
d 2ϕ d 2
(u − u h , g)0,(0,1) =
. (u − u h ) d x.
0 dx2 dx2
Further, { {
1 1
. u ,, ϕh,, d x = f ϕh d x
0 0
for all .ϕh ∈ Vh . Making the difference between the last two equalities, we obtain
{ 1
. (u − u h ),, ϕh,, d x = 0.
0
Hence, { 1
(u − u h , g)0,(0,1) =
. (u − u h ),, (ϕ − ϕh ),, d x.
0
@seismicisolation
@seismicisolation
4.5 Embedded Beam Bending Problem 221
and
|u − u h |2,(0,1) ≤ ch 2 |u|4,(0,1) .
.
Hence,
(u − u h , g)0,(0,1) ≤ ch 4 |ϕ|4,(0,1) |u|4,(0,1) .
.
Furthermore,
{ ( )2
1
d 4ϕ
|ϕ|24,(0,1) =
. dx
0 dx4
{ 1
= |g|2 d x.
0
So,
|ϕ|4,(0,1) = ||g||0,(0,1) .
.
Thus,
.(u − u h , g)0,(0,1) ≤ ch 4 |u|4,(0,1) ||g||0,(0,1) .
|(u − u h , g)0,(0,1) |
. ≤ ch 4 |u|4,(0,1) .
||g||0,(0,1)
@seismicisolation
@seismicisolation
222 4 Introduction to Finite Element
Proof We have
{ xi+1 ( )2 { 1
2 h
. vh,2 d x = vh ),2 dξ.
(-
xi h 2 −1
-
v (ξ ) = -
. h vh (−1)-
ϕ−1 (ξ ) +-
vh (1)-
ϕ1 (ξ ) +- -−1 (ξ ) +-
vh, (−1)ψ -1 (ξ ).
vh, (1)ψ
Hence,
v, (ξ ) = -
-
. h vh (−1)-,
ϕ−1 (ξ ) +- ϕ1, (ξ ) +-
vh (1)- -−1
vh, (−1)ψ , -1, (ξ ).
vh, (1)ψ
(ξ ) +-
So,
vh, (ξ )| ≤ c(|-
|-
. vh (−1)| + |- vh, (−1)| + |-
vh (1)| + |- vh, (1)|).
Which proves
Thus,
We pose /
. vh ) =
L(- |-
vh (−1)|2 + |- vh, (−1)|2 + |-
vh (1)|2 + |- vh, (1)|2 .
|-
.vh |21,[−1,1] ≤ cL(-
v h )2
≤ β||-
vh ||20,[−1,1]
2
= β ||vh ||20,(xi ,xi+1 ) .
h
Thus, ( )2
h 2 , 2
. ||-
v (ξ )||20,[−1,1] ≤ β ||vh ||20,(xi ,xi+1 ) .
2 h h h
It follows that
Q.E.D.
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 223
Theorem 4.5.8 Let .u be the solution of the problem (4.5.1) and .u h be the solution
of the problem (4.5.2). Then,
Proof We have
Hence,
.|u h − rh u|1,(0,1) ≤ ch 3 |u|4,(0,1) .
Thus,
≤ ch 3 |u|4,(0,1) .
Which proves
≤ ch 8 |u|24,(0,1) + ch 6 |u|24,(0,1) .
It follows that
||u − u h ||1,(0,1) ≤ ch 3 (|u|4,(0,1) + h|u|4,(0,1) ).
.
Our presentation of the finite element method in dimension 1 was general enough to
pass easily to the multidimensional case (dimension 2). Of course, some additional
difficulties will arise, but nothing really new. For example, increased attention will
have to be paid especially to the numbering of the degrees of freedom to have a
“pleasant” structure (tape matrix for example) and to avoid matrices requiring too
much memory space.
@seismicisolation
@seismicisolation
224 4 Introduction to Finite Element
Ti
Let .Ω be a polygonal domain of .R2 with border .Γ = ∂Ω. We will discretize the
domain.Ω then introduce a finite element space, called linear Lagrange finite element
or . P1 . We, then, approach the solution of our equation by looking for it in a finite-
dimensional approximation space. Let .τh be a triangulation of .Ω by subdividing .Ω
into triangles .(Ti )i=1,...,m which do not overlap and such that
| | | |
m
.Ω= Ti = Ti .
Ti ∈τh i=1
Two triangles .Ti and .T j .i /= j either have a common side, or a common vertex, or
are disjoint.
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 225
A3
A1 A2
Then, there is a polynomial . p(x, y) ∈ P1 (of the form .a + bx + cy) unique taking
arbitrary given values . pi .1 ≤ i ≤ 3, at the vertices . Ai . ♦
p1 p2
A1 (x1 , y1 ) A2 (x2 , y2 )
at point . A1
. p1 = a + bx1 + cy1 ,
at point . A2
. p2 = a + bx2 + cy2 ,
and at point . A3
. p3 = a + bx3 + cy3 .
@seismicisolation
@seismicisolation
226 4 Introduction to Finite Element
| |
| 1 x1 y1 |
| |
.det | 1 x 2 y2 | / = 0.
| |
| 1 x3 y3 |
⎛ ⎞
a
Thus, .⎝ b ⎠ are uniquely determined. Q.E.D.
c
(ii)
.
E
3
. λi (x, y)xi = x
i=1
(iii)
.
E
3
. λi (x, y)yi = y.
i=1 ♦
Remark 4.6.3 We can always find the scalars .λi (x, y) .1 ≤ i ≤ 3 satisfying the
relations .(i), .(ii) and .(iii) of the Definition 4.6.2. ♦
. p(x, y) = a + bx + cy
= a(λ1 + λ2 + λ3 ) + b(λ1 x1 + λ2 x2 + λ3 x3 ) + c(λ1 y1 + λ2 y2 + λ3 y3 )
= λ1 (a + bx1 + cy1 ) + λ2 (a + bx2 + cy2 ) + λ3 (a + bx3 + cy3 )
E
3
= λi (x, y) pi .
i=1
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 227
Hence
. dim Wh = number of vertices.
Thus,
Vh = {vh ∈ Wh such that vh = 0 to the peaks that belong to the border ∂Ω}.
.
n
Proposition 4.6.4 .Wh ⊂ C 0 (Ω) H 1 (Ω). ♦
A3
A1 K1 K4 A4
A2
@seismicisolation
@seismicisolation
228 4 Introduction to Finite Element
Let .vh be a function of .Wh and let .v(1) and .v(4) be the restrictions of .vh to triangles . K 1
and . K 4 , respectively. The restriction of .v(1) to side . A2 A3 only depends on the values
(4)
.v2 and .v3 at vertices . A 2 and . A 3 , and the same is true for .v , and we can write for
any point . M of . A2 A3
where .λ2 (M) and .λ3 (M) are the barycentric coordinates of point . M with respect to
points . A2 and . A3 i.e.,
−−→ −−−→
M A2 · A3 A2
λ (M) = 1 − λ2 (M) =
. 3
−−−→ .
| A 3 A 2 |2
U
The function .vh is therefore continuous on . K 1 K 4 . We deduce that the functions
of .Wh are continuous on .Ω. On the other hand, the restrictions of the functions from
. Wh to each triangle . K are polynomials, therefore belong to . H (K ). Lemma 3.3.6
1
Remark 4.6.5 It is possible to mix the triangular finite elements with 3 nodes
and then
quadrilateral finite elements with 4 nodes. We thus obtain a subspace of
.C (Ω) H 1 (Ω). ♦
0
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 229
-
∂v ∂-
v ∂y ∂-
v ∂y
J
. K = − ,
∂x ∂ξ ∂η ∂η ∂ξ
-
∂v ∂-
v ∂x ∂-
v ∂x
J
. K =− + ,
∂y ∂ξ ∂η ∂η ∂ξ
where .-
v(ξ, η) = v(x, y) = v ◦ FK . ♦
. Vh ⊂ H01 (Ω).
Let .Vh be the subspace of .Wh of the zero functions .vh at the vertices located on the
boundary .∂Ω. These functions are in fact zero on the whole boundary and, we have
the inclusion N
. Vh ⊂ C (Ω, R) H01 (Ω).
0
The dimension of .Vh is equal to the number . N of vertices not located on .∂Ω.
Let . A1 , . . . , A N be these vertices (the nodes of the triangulation). We consider the
functions .w j of .Vh such that
.w j (Al ) = δ jl , 1 ≤ j, l ≤ N .
The support of the function .w j is closed from the union of the triangles admitting
A j as support. The set of functions .{w j } Nj=1 is a basis of .Vh and, we have for any
.
function .vh ∈ Vh
EN
.vh = vh (Ai )wi .
i=1
Let .u h ∈ Vh be the solution of the problem (4.2.1) (case of the Poisson equation).
We pose
.u i = u h (Ai ).
E
N
. a(wi , w j )u i = L(w j ), 1 ≤ j ≤ N .
i=1
The coefficients.a(wi , w j ) are different from zero only if the supports of the functions
wi and .w j have a non-empty intersection, i.e., if the points . Ai and . A j are the vertices
.
of the same triangle.
@seismicisolation
@seismicisolation
230 4 Introduction to Finite Element
4.6.4.2 Basis of . Vh
The dimension of .Vh is equal to the number . N of vertices of the triangles not located
on .∂Ω. Let . A1 , . . . , A N be these vertices (the nodes of triangulation). A basis of .Vh
are the functions .ϕ1 , . . . , ϕ N defined by
ϕ j (Ai ) = δi j .
.
The support of the function .ϕ j is formed by the union of the triangles admitting . A j
as vertex.
ϕj
Aj
For . M = A j ,
E
N
v (A j ) =
. h αi ϕi (A j )
i=1
= α j δi j
= αj.
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 231
Hence,
v (A j ) = α j .
. h
Thus,
E
N
v (M) =
. h vh (Ai )ϕi (M).
i=1
a(u h , vh ) = L(vh )
.
E
N
. a(ϕi , ϕ j )u h (A j ) = L(ϕ j )
j=1
and ⎞⎛
u1
⎜ . ⎟
.u = ⎝ . ⎠ .
.
uN
. Au = f,
where
. A = (ai j )1≤i, j≤N
@seismicisolation
@seismicisolation
232 4 Introduction to Finite Element
i
⎛ ⎞
⎜ ⎟
2l ⎜
+1 ⎟
⎜ ⎟
⎜ ⎟
⎜ ⎟.
i ⎜ ⎟
⎜ ⎟
⎜ ⎟
⎝ ⎠
6 7 8 9 10
1 2 3 4 5
is of the form ⎛ ⎞
×× 0 0 0 ×× 0 0 0
⎜× × × 0 0 0 ×× 0 0⎟
⎜ ⎟
⎜0 ××× 0 0 0 ×× 0⎟
⎜ ⎟
⎜0 0 ×× × 0 0 0 × ×⎟
⎜ ⎟
⎜0 0 0 × × 0 0 0 0 ×⎟
.⎜ ⎟.
⎜× 0 0 0 0 ×× 0 0 0⎟
⎜ ⎟
⎜× × 0 0 0 ××× 0 0⎟
⎜ ⎟
⎜0 ×× 0 0 0 ××× 0⎟
⎜ ⎟
⎝0 0 ×× 0 0 0 × × ×⎠
0 0 0 × × 0 0 0 ××
Thus,
. l = 6.
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 233
• If we number .Ω as follows:
.
2 4 6 8 10
1 3 5 7 9
is of the form ⎛ ⎞
× ××× 0 0 0 0 0 0
⎜× × 0 × 0 0 0 0 0 0⎟
⎜ ⎟
⎜× 0 ×××× 0 0 0 0⎟
⎜ ⎟
⎜× ××× 0 × 0 0 0 0⎟
⎜ ⎟
⎜0 0 × 0 ×××× 0 0⎟
.⎜ ⎟.
⎜0 0 ×××× 0 × 0 0⎟
⎜ ⎟
⎜0 0 0 0 × 0 × × × ×⎟
⎜ ⎟
⎜0 0 0 0 × × × × 0 ×⎟
⎜ ⎟
⎝0 0 0 0 0 0 × 0 × ×⎠
0 0 0 0 0 0 ××××
Thus,
. l = 3.
This property, very interesting during the resolution of the linear system, depends
closely on the numbering of the vertices. So, the best numbering one is that has a
minumum .l. Hence, there is a numbering algorithm.
The matrix . A is called the system stiffness matrix. The points . Al to which the .u l
values of the solution .u h are attached are called the nodes of the triangulation. The
sides of the triangles are called the edges of the triangulation. So, to have a minimum
.l, when you number a node, you have to number all the neighboring nodes and you
turn counterclockwise.
@seismicisolation
@seismicisolation
234 4 Introduction to Finite Element
The mesh should not have flattened triangles like the two examples of poor quality
triangles:
In order not to have triangles of bad quality, one imposes on the triangles.T a condition
of this type
h(T )
. ≤ α,
ρ(T )
with .h(T ) is the largest side of .T , .ρ(T ) is the diameter of the circle inscribed in
T , and .α > 0. This is why often to refine the meshes, one operates as follows: one
.
divides each triangle into .4 by joining the midpoints of its edges:
- (resp. . M) of the
We note .ξ and .η (resp. .x and . y) the coordinates of any point . M
- (resp. .T ).
element (triangle) .T
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 235
A2 (x2 , y2 )
η
A3 (x3 , y3 )
-2
1 A
-
T
-3
A -1
A
0 1 ξ A1 (x1 , y1 )
.(T, Σ, P), . T ∈ τh .
We have
. -i ) = Ai
FT ( A
and
. -i -
FT ( A A j ) = Ai A j .
- - = v(M),
v( M)
.
. z = FT (-
z) = B-
z+b
( ) ( ) ( )
x ξ x3
where .z = , .-
z= , .b = and
y η y3
( )
x1 − x3 x2 − x3
. B= . (4.6.1)
y1 − y3 y2 − y3
@seismicisolation
@seismicisolation
236 4 Introduction to Finite Element
Let’s seek
. ||u − rh u||1,Ω .
E{ (
Then,
)
||u − rh u||21,Ω =
. (u − rh u)2 + |∇(u − rh u)|2 d xd y.
T ∈τh T
4.6.9.1 -
Reference Triangle . T
The following result is nothing more than a result of change of variable in an integral.
Lemma 4.6.9 Let.T ∈ τh be a triangle and.T - be the reference triangle. Consider the
unique transformation . FT who sends the triangle .T - on .T , given in Lemma 4.6.8 i.e.,
-
. FT : T −→ T , . FT - z = b + B- z with a nonsingular matrix . B, given in (4.6.1). Then,
the mapping .u −→ - -) and for all .v ∈ H s (T ) and
u is bijective from . H s (T ) into . H s (T
.m ≤ s, we have
−1 m 1 √
.(i) .|u|m,T ≤ c||B ||2 (det B) 2 |- u |m,T- with .||B||2 := ρ(B ∗ B), and .ρ(B ∗ B) is the
greatest eigenvalue in module of the matrix . B ∗ B,
− 21
.(ii) .|-
u |m,T- ≤ c||B||m
2 (det B) |u|m,T . ♦
We pose
|Dl v(z) · (w1 , . . . , wl )|
||D α v(z)|| =
. sup ,
w1 ,...,wl ∈R2 , w1 ,...,wl /=0 ||w1 || · · · ||wl ||
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 237
where .||wi || denotes the Euclidean norm of the vector .wi ∈ R2 . There are two
constants .c1 := c1 (l) and .c2 := c2 (l) > 0 such that
({ ) 21
c |v|l,O ≤
. 1 ||Dl v(z)||2 dz ≤ c2 |v|l,O
O
. Dl- z) · (-
v(- w1 , -
w2 ) = Dl v(z) · (B-
w1 , B-
w2 ).
We can deduce
||Dl-
. z)|| ≤ ||B||l ||Dl v(z)||.
v(-
Hence, { {
. ||Dl-
v(- z ≤ ||B||2l
z)||2 d- ||Dl v(FT (-
z))||2 d-
z.
-
T -
T
So, { {
. ||Dl- z ≤ ||B||2l (det B)−1
z)||2 d-
v(- ||Dl v(z)||2 dz.
-
T T
The existence of the constants .c1 and .c2 defined above leads to the second inequality
of the Lemma 4.6.9. The first inequality is shown in a similar way. Q.E.D.
Proof We have
{
.||u − r T u||20,T = (u − r T u)2 d xd y
{T
= (-
u −-
r-
u )2 dξ dη det B.
-
T
Since
. (-
r- u (-
u )(ξ, η) = ξ- u (-
A1 ) + η- u (-
A2 ) + (1 − ξ − η)- A3 ),
then
.|(-
r-
u )(ξ, η)| ≤ 3 max |-
u (ξ, η)|.
. max |-
u (ξ, η)| ≤ c||-
u ||2,T-.
@seismicisolation
@seismicisolation
238 4 Introduction to Finite Element
Thus,
.|(-
r-
u )(ξ, η)| ≤ 3c||-
u ||2,T-.
-, we obtain
By integrating the last inequality on .T
||-
. r-
u ||0,T- ≤ c||-
u ||2,T-.
-
r-
.p=-
p
for all . -
p ∈ P1 . Hence, according to the Theorem 3.4.12,
||-
. u −-
r-
u ||0,T- ≤ β||I d − -
r ||L (H 2 (T-),L 2 (T-,R)) |-
u |2,T-.
Hence,
Proof We have
| |
|∂ |
| u || = |-
u (- u (-
.
| ∂ξ -
r- A1 ) − - A3 )|
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 239
Lemma 4.6.12 We pose .h(T ) the biggest side of .T and .ρ(T ) the diameter of the
circle inscribed in .T . Then,
h(T )
.||B||2 ≤
-)
ρ(T
and
-)
h(T
.||B −1 ||2 ≤ . ♦
ρ(T )
Proof Let .-
w ∈ R2 such that
||-
. -).
w||2 = ρ(T
- such that
We can always find two points .z-1 and .z-2 ∈ T
z- − z-1 = -
. 2 w.
Hence,
. w = B z-2 − B z-1
B-
= (B z-2 + b) − (B z-1 + b)
= z2 − z1
||B-
. w||2 = ||z 2 − z 1 ||2
≤ h(T ).
Moreover,
||Bx||2
||B||2 =
. sup .
||x||2 ≤1, x/=0 ||x||2
@seismicisolation
@seismicisolation
240 4 Introduction to Finite Element
Hence,
||B-w||2 h(T )
. ≤ .
||-
w||2 -)
ρ(T
Which proves
h(T )
. ||B||2 ≤ .
-)
ρ(T
Hence, the first inequality. The same goes for the second inequality. Q.E.D.
According to (4.6.2) and (4.6.3) and, using the Lemma 4.6.12, we obtain
h(T )2
.||u − r T u||0,T ≤ c |u|
-)2 2,T
ρ(T
and
-)
h(T )2 h(T
|u − r T u|1,T ≤ c
. |u| .
ρ(T ) ρ(T-)2 2,T
Hence,
E
. ||u − rh u||21,Ω = ||u − rh u||21,T
T ⊂Ω
E h(T )4
≤c |u|22,T .
T ⊂Ω
ρ(T ) 2
for all .T ⊂ Ω. This assumption eliminates the triangles of poor quality (see
Sect. 4.6.6). Thus, E
.||u − r h u||1,Ω ≤ cα h(T )2 |u|22,T .
2 2
T ⊂Ω
We pose
. h = max h(T ).
T ⊂Ω
So, we have
||u − rh u||21,Ω ≤ ch 2 |u|22,Ω .
.
It follows that
||u − rh u||1,Ω ≤ ch|u|2,Ω .
.
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 241
4.6.10 Go Up in Degrees . P2
Aj Ai j Ai
and
. p(Ai j ) = qi j .
-
A2
-
A23 -
A12
-
A3 -
A13 -
A1 ξ
. -
A1 = (1, 0), .-
A2 = (0, 1), .- A12 = ( 21 , 21 ), . -
A3 = (0, 0), . - A13 = ( 21 , 0), . -
A23 = (0, 21 ).
@seismicisolation
@seismicisolation
242 4 Introduction to Finite Element
Lemma 4.6.14 Let.T - be the reference triangle. Then, there is a polynomial. - p (ξ, η) ∈
P2 (of the form .a + bξ + cη + dξ 2 + eη2 + f ξ η) unique taking arbitrary given
values .q-i .1 ≤ i ≤ 3, .q- - -
i j .1 ≤ i < j ≤ 3, at the vertices . Ai .1 ≤ i ≤ 3, . Ai j .1 ≤ i <
j ≤ 3, respectively. ♦
because .ϕ1 (-
A2 ) = 0 and .ϕ1 (-
A3 ) = 0 so .ϕ1 = 0 on the side .-
A2 -
A3 . We have,
⎧
⎨ ϕ1 (- A1 ) = 1
. ϕ1 ( -
A12 ) = 0
⎩
ϕ1 ( -
A13 ) = 0.
Hence, ⎧
⎨ a1 + b =b 1
⎪
. 2
(a + 2 ) = 0
⎪
⎩1
2
(a + b2 + 2c ) = 0.
Thus, ⎧
⎨ a = −1
. b=2
⎩
c = 0.
It follows that
. 1ϕ (ξ, η) = ξ(2ξ − 1).
By symmetry
. 2ϕ (ξ, η) = η(2η − 1).
because .ϕ3 (-
A1 ) = 0 and .ϕ3 (-
A2 ) = 0. So, .ϕ3 = 0 on the side .-
A1 -
A2 . We have
⎧
⎨ ϕ3 (- A3 ) = 1
. ϕ3 ( -
A13 ) = 0
⎩
ϕ1 ( -
A23 ) = 0.
Hence,
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 243
⎧
⎨ a = −1
. ( 1 − 1)(−1 + b2 ) = 0
⎩ 21
( 2 − 1)(−1 + 2c ) = 0.
Thus, ⎧
⎨ a = −1
. b=2
⎩
c = 2.
It follows that
ϕ (ξ, η) = (ξ + η − 1)(2ξ + 2η − 1).
. 3
ϕ (ξ, η) = aξ η
. 12
because .ϕ12 (- A1 ) = 0 and .ϕ12 (- A3 ) = 0 hence .ϕ12 = 0 on the side .- A1 -A3 and
.ϕ12 ( A 2 ) = 0 and .ϕ12 ( A 3 ) = 0 so .ϕ12 = 0 on the side . A 2 A 3 . We have .ϕ12 ( -
- - - - A12 ) = 1
so .a = 4. It follows that
.ϕ12 (ξ, η) = 4ξ η.
ϕ (ξ, η) = 4η(1 − ξ − η)
. 23
E
3 E
. -
p (ξ, η) = ϕ j (ξ, η)-
qj + ϕi j (ξ, η)-
qi j .
j=1 1≤i< j≤3
. -
p ∈ P2 , . - -i ) = q-i and . -
p( A -i j ) = q-
p( A i j . Let’s show the uniqueness of . -
p . For that,
consider the mapping
Φ : P2 −→ R6
.
-
p −→ (- -i ) 1 ≤ i ≤ 3, -
p( A -i j ) 1 ≤ i < j ≤ 3).
p( A
@seismicisolation
@seismicisolation
244 4 Introduction to Finite Element
• For . P2 :
.
A2
A23 A12
A3 A13 A1 x
We have
λ (A j ) = δ1 j
. 1
. j = 1, 2, 3 with .λ1 is a polynomial of degree .1. Hence, the function of basis at point
. A1 is
.ψ1 (M) = λ1 (M)(2λ1 (M) − 1).
So,
ψi j (M) = 4λi (M)λ j (M) 1 ≤ i < j ≤ 3.
.
Thus,
E
3 E
. p(M) = qi ψi (M) + qi j ψi j (M).
i=1 1≤i< j≤3
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 245
• For . P3 :
.
6 5
7 10 4
3 8 9 1
. p(Ai ) = qi , i = 1, . . . , 10.
1
ψ1 (M) =
. λ1 (M)(3λ1 (M) − 1)(3λ1 (M) − 2).
2
Likewise, for .ψ2 (M) and .ψ3 (M). The function of basis .ψ4 is given by
9
. ψ4 (M) = λ1 (M)λ2 (M)(3λ1 (M) − 1).
2
Likewise, for .ψ5 (M), .ψ6 (M), .ψ7 (M), .ψ8 (M), and .ψ9 (M). The function of basis
ψ10 is given by
.
.ψ10 = 27 λ1 (M)λ2 (M)λ3 (M).
Thus,
E
10
. p(M) = qi ψi (M).
i=1
@seismicisolation
@seismicisolation
246 4 Introduction to Finite Element
and
(h(T ))3
.|u − r T u|1,T ≤ c |u|3,T . (4.6.5)
ρ(T )
♦
with
- -) −→ L 2 (T
r : H 3 (T
. -, R)
and
E
3 E
-
r-
.u= u(-
ϕ j (ξ, η)- Aj) + ϕi j (ξ, η)- -i j ).
u( A
j=1 1≤i< j≤3
Moreover,
h(T )
.||B||2 ≤
-)
ρ(T
so
-) h(T )3
.||u − r T u||0,T ≤ c(T |u|
ρ(T -)3 3,T
≤ c(h(T ))3 |u|3,T .
Thus, (4.6.4). In the same way, we can prove Eq. (4.6.5). Q.E.D.
@seismicisolation
@seismicisolation
4.6 Introduction to Finite Elements in Dimension 2 for Polygonal Domain 247
T ⊂Ω
( ) 21
E
≤c ||u − rh u||20,T + |u − rh u|21,T
T ⊂Ω
( ) 21
E[ (h(T ))6
]
≤c (h(T )) +
6
|u|3,T
2
.
T ⊂Ω
ρ(T )2
Thus,
( ) 21
E[ ]
.||u − u h ||1,Ω ≤ c (h(T ))6 + α 2 (h(T ))4 |u|23,T .
T ⊂Ω
We pose
. h = max h(T ).
T ⊂Ω
We have
.||u − u h ||1,Ω ≤ c(αh 2 + h 3 )|u|3,Ω .
Furthermore, .h 3 ≤ h 2 , so
Usually, we have
Theorem 4.6.17 If we interpolate by the polynomials of degree .k, we have
for all .m ≤ k + 1. ♦
@seismicisolation
@seismicisolation
248 4 Introduction to Finite Element
|(u − u h , g)0,Ω |
||u − u h ||0,Ω =
. sup .
g∈L 2 (Ω,R), ||g||0,Ω /=0 ||g||0,Ω
. − Δϕ = g in Ω
ϕ = 0 on Γ = ∂Ω.
Proof Since the border of .Ω is regular and .g ∈ L 2 (Ω, R), then .ϕ ∈ H 2 (Ω). Hence,
we have a regularity result
.||ϕ||2,Ω ≤ c||g||0,Ω .
Q.E.D.
.a(ϕ, ψ) = L(ψ)
and {
. L(ψ) = gψ d xd y.
Ω
@seismicisolation
@seismicisolation
4.7 Conforming Case: Aubin-Nitsche’s Duality Process 249
Thus, {
(u − u h , g)0,Ω =
. ∇(u − u h ) · ∇ϕ d xd y.
Ω
. a(u h , ψh ) = L(ψh )
a(u − u h , ψh ) = 0
.
a(u − u h , rh ϕ) = 0.
.
Thus,
(u − u h , g)0,Ω = a(u − u h , ϕ)
.
= a(u − u h , ϕ − rh ϕ).
It follows that
|(u − u h , g)0,Ω | ≤ ||u − u h ||1,Ω ||ϕ − rh ϕ||1,Ω .
.
@seismicisolation
@seismicisolation
250 4 Introduction to Finite Element
≤ ch 2 |u|2,Ω |ϕ|2,Ω .
|(u − u h , g)0,Ω |
. ≤ ch 2 |u|2,Ω .
||g||0,Ω
|(u − u h , g)0,Ω |
. ≤ ch 3 |u|3,Ω .
||g||0,Ω
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 251
. − Δu = f in Ω (4.8.1)
.u = 0 on ∂Ω. (4.8.2)
Gh
We define . -
f by {
- f on Ω
. f =
0 elsewhere.
. Vh ⊂ H01 (Ωh ). .Vh is built from triangles with 3 or 6 nodes with .vh = 0 at the nodes
on the border .∂Ωh . The variational formulation is: Find .u h ∈ Vh such that
a (u h , vh ) = -
-
. L(vh ) (4.8.3)
@seismicisolation
@seismicisolation
252 4 Introduction to Finite Element
{
-
a (u h , vh ) =
. ∇u h · ∇vh d xd y
Ωh
and {
. -
L(vh ) = -
f vh d xd y.
Ωh
If .Ω is convex, then .Ωh ⊂ Ω. Note that .u h ∈ Ωh . Let’s seek the error .||u − u h ||.
Let’s pose {
∗ u h on Ωh
.u =
0 on Ω\Ωh .
Lemma 4.8.1n There is a constant .c independent of .h such that for all function
u ∈ H 2 (Ω) H01 (Ω), we have
.
h(T )
. inf |u − vh |1,Ωh ≤ ch max |u|2,Ω
vh ∈Vh T ∈τh ρ(T )
Proof We have
. inf |u − vh |1,Ωh ≤ |u − πh u|1,Ωh .
vh ∈Vh
Moreover, E
|u − πh u|21,Ωh =
. |u − πh u|21,T
T ∈τh
|-
.u −-
π-
u |1,T- ≤ β||I d − -
π ||L (H 2 (T-),H 1 (T-)) |-
u |2,T-.
Thus,
Further,
-)
h(T
||B −1 ||2 ≤
.
ρ(T )
and
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 253
h(T )
||B||2 ≤
. .
-)
ρ(T
Thus,
h(T )
.|u − πh u|1,Ωh ≤ ch max |u|2,Ω .
T ∈τh ρ(T )
Lemma 4.8.2n There is a constant .c independent of .h such that for all function
u ∈ H 3 (Ω) H01 (Ω), we have
.
3 h(T )
. inf |u − vh |1,Ωh ≤ ch 2 max ||u||3,Ω
vh ∈Vh T ∈τh ρ(T )
-)
h 3 (T ) h(T
≤c 3 |u|
ρ (T -) ρ(T ) 3,T
h 3 (T )
≤c |u|3,T .
ρ(T )
@seismicisolation
@seismicisolation
254 4 Introduction to Finite Element
Thus,
⎛ ⎞ 21
E
|u − πh u|1,Ωh = ⎝
. |u − πh u|21,T ⎠
T ⊂Ωh
⎛ ⎞ 21
E h (T ) 2 ⎠
6
≤⎝ c2 |u| .
T ⊂Ωh
ρ 2 (T ) 3,T
We deduce that
h(T )
.|u − πh u|1,Ωh ≤ ch 2 max |u|3,Ω .
T ⊂Ωh ρ(T )
Note that {
0 if T ⊂ Ω
. |πh u − πh0 u|1,T = n
/= 0 if T ∂Ω /= ∅.
Hence,
⎛ ⎞ 21
E
|πh u − πh0 u|1,Ωh = ⎝
. |πh u − πh0 u|21,T ⎠ .
n
T ⊂Ωh , T ∂Ω/=∅
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 255
| |
| ∂u |
|u(A23 ) − u(A4 )| ≤ A23 A4 sup || || .
.
[A23 ,A4 ] ∂ y
Since
-)
h(T
.||B −1 ||2 ≤
ρ(T )
@seismicisolation
@seismicisolation
256 4 Introduction to Finite Element
and
. det B = 2 mes(T )
1
≤ 2 h 2 (T )
2
= h 2 (T ),
we have
h(T )
|πh u − πh0 u|1,t ≤ c h(T )2
. ||u||3,Ω
ρ(T )
h 3 (T )
≤c ||u||3,Ω .
ρ(T )
Thus,
⎛ ⎞ 21
E h 6
(T )
|πh u − πh0 u|1,Ωh ≤ ⎝
. c2 2 ||u||23,Ω ⎠
n ρ (T )
T ⊂Ωh , T ∂Ω/=∅
⎛ ⎞ 21
E h(T )
≤ c⎝ h 4 (T )⎠ max ||u||3,Ω .
T ⊂∂τh
T ∈τh ρ(T )
Further,
⎛ ⎞ 21 ⎛ ⎞ 21
E E
. ⎝ h 4 (T )⎠ = h ⎝
3
2 h(T )⎠
T ⊂∂τh T ⊂∂τh
3
≤ h 2 mes(Γh )
3
≤ h 2 mes(Γ ).
So,
3 h(T )
|πh u − πh0 u|1,Ωh ≤ ch 2 max
. ||u||3,Ω .
T ∈τh ρ(T )
Thus,
3 h(T )
. inf |u − vh |1,Ωh ≤ ch 2 max ||u||3,Ω .
vh ∈Vh T ∈τh ρ(T ) Q.E.D.
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 257
Lemma 4.8.3 There is a constant .c independent of .h such that for all function
u ∈ H 2 (Ω), we have
.
. |u|1,Ω\Ωh ≤ ch||u||2,Ω .
♦
Proof We will establish existence of a constant .c such that for all function .v ∈
H (Ω),
1
Thus, (4.8.5). Since the trace mapping.γ0 : H 1 (Ω) −→ L 2 (Γ, R),.v −→ v|Γ is linear
and continuous, we obtain .||v||0,Γ ≤ M||v||1,Ω . Thus, in vertu of (4.8.5), we have
||v||0,Ω\Ωh ≤ ch||v||1,Ω .
.
∂u ∂u
For .v = ∂x
and .v = ∂y
, we deduce
|| || || ||
|| ∂u || || ∂u ||
|| || ≤ ch || ||
.
|| ∂ x || || ∂ x ||
0,Ω\Ωh 1,Ω
@seismicisolation
@seismicisolation
258 4 Introduction to Finite Element
and || || || ||
|| ∂u || || ∂u ||
|| || ≤ ch || ||
.
|| ∂ y || || ∂ y || .
0,Ω\Ωh 1,Ω
. |u|1,Ω\Ωh ≤ ch||u||2,Ω .
{
a(ϕ, v) =
. gv d xdy
Ω
for all .v ∈ V . This problem admits one solution and only one using the Lax-Milgram
theorem.
Definition 4.8.4 The problem .(H 1) is said to be regular if the mapping .g −→ ϕ
is linear and continuous from . L 2 (Ω, R) into . H 2 (Ω),
n i.e., for all .g ∈ L (Ω, R), the
2
solution .ϕ of the problem .(H 1) belongs to . H (Ω) V and, there is .c > 0 such that
2
||ϕ||2,Ω ≤ c||g||0,Ω .
.
♦
4.8.2 Error Between Exact Solution and Approximate
Solution
. - ⊂ H 1 (T
Pk ⊂ P -).
Then, the finite element method is convergent, i.e., the solution .u h of the problem
(4.8.3) converges to the solution .u of (4.8.1)–(4.8.2) in . H 1 (Ω) and
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 259
If the problem .(H 1) is regular, then there is a constant .c independent of .h such that
if .u ∈ H k+1 (Ω), then
Theorem 4.8.6 Let .Ω be an open convex of .R2 . Let .u be the solution of the problem:
Find .u ∈ H01 (Ω) such that
E
2 {
∂u ∂v
. ai j d x1 d x2 = f v d x1 d x2
i, j=1
∂ x j ∂ xi Ω
for all .v ∈ H01 (Ω) and .u h be the solution of the problem: Find .u h ∈ Vh such that
{
u h on Ωh
u- =
. h
0 on Ω\Ωh
checking
.a(u-h , v-h ) = L(-
vh )
We assume that the family .τh is regular. Then, there is a constant .c independent of .h
such that
n 1
.(i) If .u ∈ H (Ω) H0 (Ω) and .k = 1, we have
2
Proof If .k = 1, we have
( )1
|u − u-h |1,Ω = |u − u-h |21,Ω\Ωh + |u − u-h |21,Ωh 2 .
.
@seismicisolation
@seismicisolation
260 4 Introduction to Finite Element
and
≤ c|u − πh u|1,Ωh .
Lemma 4.8.7 Let .τh be a regular family of triangulations for .h ≤ h 0 small enough.
- into .T ∗ with .T ∗ = F ∗ (T
Then, . F ∗ is a bijection from .T -).
(F ∗ − F)(-
. ai ) = 0 for all i = 1, . . . , 5
(F ∗ − F)(-
. a6 ) = a6∗ − a6 .
. F ∗ (-
x ) − F ∗ (-
y) = F(-
x ) − F(-
y) + (-
p6 (-
x) − - y))(a6∗ − a6 ).
p6 (-
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 261
x ) = B-
Further, . F(- x + b, so
. F ∗ (-
x ) − F ∗ (-
y) = B(-x −-y) + (-
p6 (-
x) − - y))(a6∗ − a6 )
p6 (-
[ ]
= B (-x −-y) + (-
p6 (-
x) − - y))B −1 (a6∗ − a6 ) .
p6 (-
h(T-) 2
≤ c h (T )
ρ(T )
h 2 (T )
≤c .
ρ(T )
Since .-
x , .- - and .T
y∈T - is compact, then
|-
.p6 (-
x) − -
p6 (-
y)| ≤ c|-
x −-
y|.
Thus,
|B −1 (F ∗ (-
. x ) − F ∗ (-
y))| ≥ |-
x −-
y| − |-
p6 (-
x) − - y)||B −1 (a6∗ − a6 )|
p6 (-
h 2 (T )
≥ |-
x −-
y| − c |-
x −-y|
ρ(T )
( )
h 2 (T )
≥ 1−c |-
x −- y|.
ρ(T )
h 2 (T )
1−c
. > 0.
ρ(T )
-).
So, . F ∗ is injective. Thus, .T ∗ = F ∗ (T Q.E.D.
@seismicisolation
@seismicisolation
262 4 Introduction to Finite Element
A2
-2
A
A12
A1
A13
-3
A
-13
A -1
A
A3
. - −→ E ⊂ P2 × P2
F:T
We have
E
3 E
. x= xi -
ϕi (ξ, η) + xi j -
ϕi j (ξ, η),
i=1 1≤i< j≤3
E
3 E
. y= yi -
ϕi (ξ, η) + yi j -
ϕi j (ξ, η),
i=1 1≤i< j≤3
with .-
ϕi .1 ≤ i ≤ 3 and .- -. Thus,
ϕi j .1 ≤ i < j ≤ 3 are the functions of basis of .T
@seismicisolation
@seismicisolation
4.8 Introduction to Finite Elements in Dimension 2 for Non-polygonal Domain 263
-i ) = Ai .1 ≤ i ≤ 3 and . F( A
Hence, . F( A -i j ) = Ai j .1 ≤ i < j ≤ 3. Let us look for
F(T
. -). In fact, for example . A12 ∈ -1 A
/ [A1 , A2 ], then the range of . A -2 is a curve of
degree 2. For example .η = 0, the range of . A -1 A
-3 is given by
Hence,
We notice that if the term in .ξ 2 is zero, we find the affine transformation that, we
have already studied. To find the equation of the parabola, we take .ξ 2 from (4.8.6)
and replace it in (4.8.7), we find a function in .x, . y and .ξ . We draw .ξ and replace it
in (4.8.6), we then find an equation of a parabola .x 2 as a function of . y 2 .
. -i j ||2 = o(h 2 ).
||Ai j − A
We are building
. p ◦ FT−1 , -
PT = { p = - p ∈ P2 in ξ and η}.
@seismicisolation
@seismicisolation
264 4 Introduction to Finite Element
Gh
We are building . -
f by {
- f on Ω
. f =
0 elsewhere.
and {
. -
L(v) = -
f v d xdy.
Ωh
A2
A23 A12
-23
A -12
A
A13
A3 A1
-13
A
and
h(T )
. ≤ c,
ρ(T )
@seismicisolation
@seismicisolation
4.9 Rectangular Elements 265
we obtain
|u − r T u|m,T ≤ ch 3−m |u|3,T , 0 ≤ m ≤ 3,
.
with {
∗ u h on Ωh
.u h =
0 elsewhere.
We note .ξ and .η (resp. .x and . y) the coordinates of any point . M - (resp. . M) of the
- (resp.. R). Take care of.(xi , yi ) the coordinates of the vertices. Ai ,.1 ≤ i ≤ 4,
element. R
of the quadrilateral . R, range of the square . R - of vertices . A
-i , .1 ≤ i ≤ 4.
η y
-2
A -1
A A2 a1
1 A1
-
R R
a2 Gk
a4
−1 1 ξ
A3 a3 A4
-3
A −1 -4
A x
1 1 1 1
.x = (1 + ξ )(1 + η)x1 + (1 − ξ )(1 + η)x2 + (1 − ξ )(1 − η)x3 + (1 + ξ )(1 − η)x4
4 4 4 4
@seismicisolation
@seismicisolation
266 4 Introduction to Finite Element
1 1 1 1
.y = (1 + ξ )(1 + η)y1 + (1 − ξ )(1 + η)y2 + (1 − ξ )(1 − η)y3 + (1 + ξ )(1 − η)y4 ,
4 4 4 4
where . Q 1 := P1 + {ξ η}. ♦
Let . Q 1 := P1 + {ξ η}.
η
-2
A 1 -1
A
-
R
−1 1 ξ
-3
A −1 -4
A
-i ) = qi , .1 ≤ i ≤
Lemma 4.9.2 There is a polynomial . p ∈ Q 1 unique such that . p( A
4. ♦
E
4
. p(ξ, η) = qi -
ϕi (ξ, η),
i=1
@seismicisolation
@seismicisolation
4.9 Rectangular Elements 267
1
-
ϕ (ξ, η) =
. 1 (1 + ξ )(1 + η),
4
1
-
ϕ (ξ, η) =
. 2 (1 − ξ )(1 + η),
4
1
-
ϕ (ξ, η) =
. 3 (1 − ξ )(1 − η),
4
and
1
-
ϕ (ξ, η) =
. 4 (1 + ξ )(1 − η).
4
This polynomial . p(ξ, η) is unique since the mapping .Φ defined by
Φ : Q 1 −→ R4
.
-1 ), p( A
p −→ ( p( A -2 ), p( A
-3 ), p( A
-4 ))
A3 A4
1 1 1 1
.x = (1 + ξ )(1 + η)x1 + (1 − ξ )(1 + η)x2 + (1 − ξ )(1 − η)x3 + (1 + ξ )(1 − η)x4
4 4 4 4
1 1 1 1
.y = (1 + ξ )(1 + η)y1 + (1 − ξ )(1 + η)y2 + (1 − ξ )(1 − η)y3 + (1 + ξ )(1 − η)y4 .
4 4 4 4
-i ) = Ai .1 ≤ i ≤ 4 and . FR ( R)
We can easily see that . FR ( A - = R. Furthermore, . FR is
-
bijective from . R into . R. Consider
@seismicisolation
@seismicisolation
268 4 Introduction to Finite Element
Let . R1 and . R2 be two rectangles common sides .Γ and let . p1 and . p2 be two polyno-
mials of . Q 1 taking prescribed values at the vertices of . R1 and . R2 . Then, . p1 = p2 on
.Γ . Thus, the continuity between two neighboring rectangles. We pose
a(u h , vh ) = L(vh )
.
and {
. L(vh ) = f vh d xd y.
Ω
where
∂x ∂y ∂x ∂y
. J= − .
∂ξ ∂η ∂η ∂ξ
We pose {
ϕi ∂-
∂- ϕj
. A= J dξ dη
-
R ∂ x ∂ x
and {
ϕi ∂-
∂- ϕj
. B= J dξ dη.
-
R ∂y ∂y
Then,
{ ( )( )
1 ∂-
ϕi ∂ y ∂-
ϕi ∂ y ∂-
ϕj ∂y ∂-
ϕj ∂y
. A= − − J dξ dη.
-
R J2 ∂ξ ∂η ∂η ∂ξ ∂ξ ∂η ∂η ∂ξ
@seismicisolation
@seismicisolation
References 269
∂y
It is easy to see that . ∂-
ϕi
∂ξ
is affine in .η and . ∂η is affine in .ξ . So, the terms
ϕi ∂ y
∂- ∂-
ϕi ∂ y ∂-
ϕj ∂y ∂-
ϕj ∂y
. − and −
∂ξ ∂η ∂η ∂ξ ∂ξ ∂η ∂η ∂ξ
are in . P1 but not in . Q 1 . So, we can use for calculating integrals the following
quadrature formula
{ EL
z z
. dξ dη ∼ ωl (-
- bl ),
-
R J l=1
J
ωl ∈ R, .-
where .- - .1 ≤ l ≤ N .
bl ∈ R,
References
@seismicisolation
@seismicisolation
Chapter 5
Non-conforming Methods
Let.g be a polygonal domain of.R2 with piecewise smooth boundary.Γ = ∂g. Given
a function . f ∈ L 2 (g, R), we search a function .u defined in .g checking
. − /\u = f in g (5.0.1)
. u = 0 on Γ = ∂g. (5.0.2)
a(u, v) = L(v)
. (5.0.3)
and
[
. L(v) = f v d xdy.
g
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 271
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_5
@seismicisolation
@seismicisolation
272 5 Non-conforming Methods
{ {
m
.g= Ti = Ti .
Ti ∈τh i=1
1 4
2 3
We want to build an approximation subspace .Vh , of finite dimension. For it, let
Then,
. Wh ⊂ L 2 (g, R).
Lemma 5.1.1 There exists a unique polynomial of degree .1 taking values given at
the midpoints of the sides. ♦
@seismicisolation
@seismicisolation
5.1 Triangulation of the Domain 273
1 -2
A -1
A
2
-3
A
0 1 1 ξ
2
. p(M) = (1 − 2λ1 (M)) p(A1 ) + (1 − 2λ2 (M)) p(A2 ) + (1 − 2λ3 (M)) p(A3 ).
Method 2: Consider the numbered reference triangle in the middle of the sides: Let’s
find the basic functions .ϕi .1 ≤ i ≤ 3. .ϕ1 (ξ, η) is such that .ϕ1 (-
A1 ) = 1, .ϕ1 (-
A2 ) = 0,
and .ϕ1 (-
A3 ) = 0. Hence, .ϕ1 (ξ, η) is of the form
ϕ (ξ, η) = a + bξ + cη.
. 1
We have ( )
1 1 b c
.ϕ1 ( -
A1 ) = ϕ1 , =a+ + =1
2 2 2 2
and ( )
1 c
ϕ (-
. 1 A2 ) = ϕ1 0, = a + = 0.
2 2
ϕ (ξ, η) = −1 + 2ξ + 2η.
. 1
@seismicisolation
@seismicisolation
274 5 Non-conforming Methods
We have ( )
1 c
ϕ (-
. 2A2 ) = ϕ2 0, =a+ =1
2 2
and ( )
1 1 b c
ϕ (-
. 2A1 ) = ϕ2 , =a+ + = 0.
2 2 2 2
By symmetry
ϕ (ξ, η) = 1 − 2η.
. 3
1 -2 side 2
A -1 side 1
A
2
-3 side 3
A
0 1 1 ξ
2
Remark 5.1.2 Let us denote side .i .1 ≤ i ≤ 3, the sides of the following reference
triangle
. - p(-
p (ξ, η)|side 1 = - p(-
A1 )ϕ1 (ξ, η)|side 1 + - p(-
A2 )ϕ2 (ξ, η)|side 1 + - A3 )ϕ3 (ξ, η)|side 1 .
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 275
Note that there is no continuity on side 1 except at the point .- A1 , i.e., on side 1,
there is continuity only at .-
A1 . So, for two neighboring triangles, we have continuity
only in the midpoint of the side in common. This justifies the title of this chapter
(non-conforming methods). ♦
Hence,
. Wh ⊂ L 2 (g, R)
but
. Wh /⊂ H 1 (g).
E[
We define
a (u h , vh ) =
. h ∇u h · ∇vh d xd y.
T ⊂g T
a (u h , vh ) = L(vh )
. h (5.2.1)
@seismicisolation
@seismicisolation
276 5 Non-conforming Methods
Remark 5.2.2 .(i) . L(vh ) has a meaning because . f ∈ L 2 (g, R) and .vh ∈ L 2 (g, R).
.(ii) There are three types of support for the bases function given in the figure opposite
♦
Let us calculate .ah (u h , ϕ5 ) according to .u i = u h (Ai ).
First type of support:
h 3 1
5
4
h
We have [ [
a (u h , ϕ5 ) =
. h ∇u h ∇ϕ5 d xd y + ∇u h ∇ϕ5 d xd y.
K T
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 277
∂u h u h (1) − u h (5) u1 − u5 2
. = = = (u 1 − u 5 )
∂x x1 − x5 h
2
h
∂u h u h (5) − u h (4) 2
. = = (u 5 − u 4 ).
∂y y5 − y4 h
∂u h 2
. = (u 2 − u 5 ).
∂y h
Thus,
[ ]
h2 4 4 4 4
.ah (u h , ϕ5 ) = − 2 (u 1 − u 5 ) + 2 (u 5 − u 4 ) + 2 (u 5 − u 3 ) − 2 (u 2 − u 5 ) .
2 h h h h
It follows that
[
a (u h , ϕ5 ) = 2(4u 5 − u 1 − u 2 − u 3 − u 4 ) =
. h f ϕ5 d xd y.
g
@seismicisolation
@seismicisolation
278 5 Non-conforming Methods
3 5 1
ϕ5 ≡ 0
[ ( ) ]
h2 u1 − u5 2 u5 − u3 2
.ah (u h , ϕ5 ) = − + .
2 h h h h
2 2
Hence, [
a (u h , ϕ5 ) = 2(2u 5 − u 1 − u 3 ) =
. h f ϕ5 d xd y.
g
1 4
2 3
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 279
[
a (u h , ϕ5 ) = 2(2u 5 − u 1 − u 3 ) =
. h f ϕ5 d xd y.
g
15 12
16 14 13 11 10
2 8
17 5 9
3 1 7
4 6
18
In 5 [
.2(4u 5 − u 1 − u 2 − u 3 − u 4 ) = f ϕ5 d xd y. (5.2.2)
g
In 1 [
2(2u 1 − u 5 − u 9 ) =
. f ϕ1 d xd y. (5.2.3)
g
In 2 [
2(2u 2 − u 5 − u 14 ) =
. f ϕ2 d xd y. (5.2.4)
g
In 3 [
. 2(2u 3 − u 5 − u 17 ) = f ϕ3 d xd y. (5.2.5)
g
In 4 [
. 2(2u 4 − u 5 − u 18 ) = f ϕ4 d xd y. (5.2.6)
g
We take from the equation (5.2.3), .u 1 =, from the equation (5.2.4), .u 2 =, from the
equation (5.2.5), .u 3 =, and from the equation (5.2.6), .u 4 =, and we replace them in
the equation (5.2.2), we find
@seismicisolation
@seismicisolation
280 5 Non-conforming Methods
[ [ [
1 1
4u 5 − u 9 − u 17 − u 14 − u 18 =
. f ϕ5 d xd y + f ϕ1 d xd y + f ϕ2 d xd y
g 2 [g 2 [g
1 1
. + f ϕ3 d xd y + f ϕ4 d xd y.
2 g 2 g
Thus,
[[ [
1 1 1
. (4u 5 − u 9 − u 17 − u 14 − u 18 ) = f ϕ5 d xd y + f ϕ1 d xd y
h2 [ h2 g [ 2 g [ ]
1 1 1
. + f ϕ2 d xd y + f ϕ3 d xd y + f ϕ4 d xd y .
2 g 2 g 2 g
This is the 5-point Laplacian equation.
We can show that
[ ( )
1 1 1 1 1
. f ϕ5 + ϕ1 + ϕ2 + ϕ3 + ϕ4 d xd y = f (5) + o(h 2 ).
h2 g 2 2 2 2
∂f ∂f
. f (M) = f (5) + (x − x5 ) (5) + (y − y5 ) (5) + o(h 2 ).
∂x ∂y
[ [ ]
∂f ∂f h2
. (5)(x − x5 )ϕ1 d xd y = (5) 2(x1 − x5 )
g ∂x ∂x 2×3
h3 ∂ f
= (5),
6 ∂x
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 281
and
[ [ ]
∂f ∂f h2
. (5)(x − x5 )ϕ3 d xd y = (5) 2(x3 − x5 )
g ∂x ∂x 2×3
h ∂f
3
=− (5).
6 ∂x
We notice that the terms cancel each other out two by two. Thus,
[ ( )
1 1 1 1 1
. f ϕ5 + ϕ1 + ϕ2 + ϕ3 + ϕ4 d xd y = f (5) + o(h 2 )
h2 g 2 2 2 2
It follows that
1
. (4u 5 − u 9 − u 17 − u 14 − u 18 ) = f (5) + o(h 2 ).
h2
a (u h , vh ) = L(vh )
. h
and [
. L(vh ) = f vh d xd y.
g
Lemma 5.2.3 The mapping
1
v −→ ||vh ||h := (ah (vh , vh )) 2
. h
is a norm on .Vh . ♦
Proof Let .vh ∈ Vh such that
a (vh , vh ) = 0.
. h
@seismicisolation
@seismicisolation
282 5 Non-conforming Methods
It follows that
|∇vh ||T = 0.
.
However, between two neighboring triangles, we have continuity only in the middle
of the side in common. Thus,
.vh = cte
mostly .g. Since .vh = 0 in the middle of the sides .⊂ ∂g, we have .cte = 0. Thus,
v = 0 and so the mapping
. h
1
v −→ ||vh ||h := (ah (vh , vh )) 2
. h
a (u h , vh ) = L(vh )
. h
Lemma 5.2.5 Let .u be the solution of the problem (5.0.3) and .u h be the solution of
the problem (5.2.1). Then,
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 283
Proof We have
||u h − vh ||2h := ah (u h − vh , u h − vh )
.
= ah (u h , u h − vh ) − ah (vh , u h − vh )
[
= f (u h − vh ) d xd y − ah (vh , u h − vh )
[g
= (−/\u)(u h − vh ) d xd y − ah (vh , u h − vh )
g
E[
= (−/\u)(u h − vh ) d xd y − ah (vh , u h − vh ).
T ⊂g T
Thus,
. ||u h − vh ||2h = ah (u − vh , u h − vh ) − E(u, u h − vh ). Q.E.D.
We choose .vh := rh u ∈ Vh and .rh u coincides with .u in the middle of the sides,
so by using Lemma 5.2.5, we have
Lemma 5.2.6 Let .u be the solution of the problem (5.0.3) and .u h be the solution of
the problem (5.2.1). Then,
. |ah (u − rh u, u h − rh u)| ≤ ch|u|2,g ||u h − rh u||h . ♦
Proof We have
E[
a (u − rh u, u h − rh u) =
. h ∇(u − rh u) · ∇(u h − rh u) d xd y.
T ⊂g T
Hence,
E ([ ) 1 ([
2
)1
2
.|ah (u − rh u, u h − rh u)| ≤ |∇(u − rh u)|2 d xd y |∇(u h − rh u)|2 d xd y .
T ⊂g T T
@seismicisolation
@seismicisolation
284 5 Non-conforming Methods
Since
. |u − rh u|1,T ≤ ch|u|2,T
and
||u − rh u||0,T ≤ ch 2 |u|2,T ,
.
we have
E
|ah (u − rh u, u h − rh u)| ≤ ch
. |u|2,T |u h − rh u|1,T
T ⊂g
( ) 21 ( ) 21
E E
≤ ch |u|22,T |u h − rh u|21,T
T ⊂g T ⊂g
≤ ch|u|2,g ||u h − rh u||h .
T2 S −→n 2
a
T1
→n
− 1
∂u 1 ∂u 2
. wh (a) = − w (a)
∂n 1 ∂n 2 h
Further,
∂u ∂u ∂u
. = nx + ny.
∂n 1 ∂x ∂y
and [
∂u
. (wh − wh (a)) ds.
S ∂y
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 285
-2
A
A2
S
-
a
a
T
-
T
A1
-3
A -1
A A3
with | ∂x |
| ∂x |
| |
| ∂ξ ∂η |
. JT := det | |. (5.2.7)
| ∂y ∂y |
| |
∂ξ ∂η
∂y ∂y
We have . JT = o(h 2 ), . ∂ξ = o(h), . ∂η = o(h) and . ||A
|| -
2 A3 ||
A -A ||
= o(h). Hence,
2 3
[ [ [
∂u 1 ∂-
u 1 ∂-
u
. (wh − wh (a)) ds = o(1) wh − -
(- wh (-
a )) dη + o(1) wh − -
(- wh (-
a )) dη.
S ∂y 0 ∂ξ 0 ∂η
We pose
[ 1
∂-
u
. u, -
F(- wh ) = (-
wh − -
wh (-
a )) dη.
0 ∂ξ
. |F(-
u, -
wh )| ≤ -
c|-
wh |1,T-. ♦
Proof We have
-
r-
.u =-
u
for all .-
u ∈ P1 and . F(-
u, -
wh ) is identically null for all .-
u ∈ P1 . In fact, for .-
u ∈ P1 , we
have
∂-
u
. = cte.
∂ξ
@seismicisolation
@seismicisolation
286 5 Non-conforming Methods
Hence,
[ 1
. (-
wh − -
wh (-
a )) dη = length multiplied by value in the middle = l(-
wh (-
a) − -
wh (-
a )) = 0.
0
-) −→ L 2 (∂ T
On the other hand, the trace mapping from. H 1 (T -) is continuous. Hence,
|| || || ||
u ||
|| ∂- u ||
|| ∂-
|| || ≤ c || ||
.
|| ∂ξ || || ∂ξ || - .
0,(0,1) 1,T
Further,
.-
wh (ξ, η) = (1 − 2η)-
w1 + (1 − 2ξ )-
wh (-
a ) + (1 − 2(1 − ξ − η))-
w2 ,
with .-
w1 , .-
w2 and .-
wh (-
a ) are the values in the middle. Hence,
-
wh (0, η) − -
. wh (-
a ) = (1 − 2η)(-
w1 − -
w2 ).
Thus,
[ 1 [ 1
. (-
wh (0, η) − -
wh (-
a ))2 dη = (-
w1 − -
w2 )2 (1 − 2η)2 dη
0 0
1
= (-
w1 − -
w2 )2 .
3
On the other hand,
[ ( )2 ( )2
∂-
wh ∂-
wh
.|-
wh |21,T- = + dξ dη.
-
T ∂ξ ∂η
Further,
∂-
wh
. = −2(-
wh (-
a) − -
w2 )
∂ξ
and
∂-
wh
. = −2(-
w1 − -
w2 ).
∂η
Hence,
@seismicisolation
@seismicisolation
5.2 Approximation of the Solution 287
[
|-
.wh |21,T- = wh (-
4(- a) − -
w2 )2 + 4(-
w1 − -
w2 )2 dξ dη
-
T
[ ]
= 2 (-
wh (-
a) − -
w2 )2 + (- w2 )2 .
w1 − -
So,
([ 1 ) 21
. (-
wh (0, η) − -
wh (-
a )) dη 2
≤ α|-
wh |1,T-.
0
It follows that
.|F(-
u, -
wh )| ≤ c|-
wh |1,T-||-
u ||2,T-.
Theorem 5.2.8 Let .u be the solution of the problem (5.0.3) and .u h be the solution
of the problem (5.2.1). Then,
. ||u − u h ||h ≤ ch|u|2,g . ♦
Proof We have
. u, -
F(- wh ) = 0
for all .-
u ∈ P1 . We deduce by using the Theorem 3.4.10,
|F(-
. u, -
wh )| ≤ c|-
u |2,T-|-
wh |1,T-.
Hence,
|F(-
. wh )| ≤ ch 3 h −2 |wh |1,T |u|2,T
u, -
= ch|wh |1,T |u|2,T .
Thus,
. ||u − u h ||h ≤ ch|u|2,g .
Variante: There exists a unique polynomial whose mean on each side is given by
[
1
wh (a) =
. wh ds
l(S) S
with .a midpoint of the side . S and .l(S) is the length of the side.
@seismicisolation
@seismicisolation
288 5 Non-conforming Methods
1 -2
A -1
A
2
-3
A
0 1 1 ξ
2
. − /\ϕ = g in g
ϕ = 0 on Γ = ∂g.
Proof Since the border of .g is regular and .g ∈ L 2 (g, R), then .ϕ ∈ H 2 (g). Hence,
we have a regularity result
. ||ϕ||2,g ≤ c||g||0,g . Q.E.D.
@seismicisolation
@seismicisolation
5.3 Non-conforming Case: Aubin Nitsche’s Duality Process 289
a(ϕ, ψ) = L(ψ)
.
and [
. L(ψ) = gψ d xd y.
g
Lemma 5.3.2 We have [
E E[ ∂ϕ
. (u − u h , g)0,g = ∇(u − u h ) · ∇ϕ d xd y − (u − u h ) dσ. ♦
T ⊂g T T ⊂g ∂ T
∂n T
Further,
[
a (u h , ϕh ) =
. h f ϕh d xd y
[g
= (−/\u)ϕh d xd y
g
E[
= (−/\u)ϕh d xd y
T ⊂g T
E[ E[ ∂u
= ∇u · ∇ϕh d xd y − ϕh dσ.
T ⊂g T T ⊂g ∂ T
∂n T
@seismicisolation
@seismicisolation
290 5 Non-conforming Methods
Thus,
E[ ∂u E[ ∂ϕ
.(u − u h , g)0,g = ah (u − u h , ϕ − ϕh ) + ϕh dσ − (u − u h ) dσ.
∂n T ∂n
T ⊂g ∂ T ∂T T
T ⊂g
E[
Note that
∂u
. ϕ dσ = 0.
T ⊂g ∂ T
∂n T
In fact, let .T1 and .T2 be two triangles of .g and . S be a side in commun.
T2 S −→n 2
a
T1
→n
− 1
∂u ∂u
. =− .
∂n 2 ∂n 1
So, [ [ [ ( )
∂u 1 ∂u 2 ∂u ∂u
. ϕ dσ + ϕ dσ = − ϕ dσ = 0.
S ∂n 1 S ∂n 2 S ∂n 1 ∂n 1
Thus,
E[ ∂u E[ ∂u
. (ϕh − ϕ) dσ = ϕh dσ.
T ⊂g ∂ T
∂n T T ⊂g ∂ T
∂n T
For .u ∈ P1 , we have
[ [
∂u ∂u
. (ϕh − ϕ) dσ = (ϕh − ϕ) dσ. (5.3.2)
∂T ∂n T ∂n T ∂T
We do not know if the last integral is zero or not. So, the idea is to choose a .ϕh ∈ Vh
such that the average of .ϕh on each side and on .T is equal to the average of .ϕ on each
side and on .T . Taking .ϕh as above, we find that the equation (5.3.2) is zero. Thus,
[
∂u
. (ϕh − ϕ) dσ = 0
∂T ∂n T
@seismicisolation
@seismicisolation
5.3 Non-conforming Case: Aubin Nitsche’s Duality Process 291
1 -2
A -1
A
2
-
S
-3
A
0 1 1 ξ
2
|l(-
. u )| ≤ c|-
u |2,T-.
-) −→ L 2 (∂ T
However, .γ : H 1 (T -, R), .v −→ v|∂ T- is linear and continuous. Hence,
|| || || ||
u ||
|| ∂- || ∂- ||
|| || || u ||
.
|| ∂ξ || - ≤ c || ∂ξ || -
0,∂ T 1,T
≤ c||-
u ||2,T-
and
.||-
ϕh − -
ϕ ||0,∂ T- ≤ c||-
ϕh − -
ϕ ||1,T-.
So,
|l(-
. u )| ≤ c||-
ϕh − -
ϕ ||1,T-||-
u ||2,T-. (5.3.3)
@seismicisolation
@seismicisolation
292 5 Non-conforming Methods
.|l(-
u )| ≤ c||-
ϕh − -
ϕ ||1,T-|-
u |2,T-.
where .a is the midpoint of the side . S. Hence, .ϕh (a) = ϕ(a). Thus, .ϕh = ϕ at mid-
points of the sides. Further, by definition of .rh ϕ, we have .rh ϕ(ai ) = ϕ(ai ) at mid-
points of the sides. Hence, .rh ϕ|T = ϕh |T at midpoints of the sides of .T . On the other
hand, .rh ϕ|T ∈ P1 and .ϕh |T ∈ P1 , so two polynomials of . P1 which coincides with two
points, so they are equal. So, .ϕh = rh ϕ. Thus,
. ||-
ϕh − -
ϕ ||1,T- ≤ c|-
ϕ |1,T-
as soon as.-
ϕ ∈ P0 . In fact,.-
ϕ = r- hϕ = -r-ϕ . Since .-
r : H 1 (T -) −→ H 1 (T -),.-
ϕ −→ -
r-
ϕ is
linear, continuous and .-r-
ϕ=- ϕ for all .-
ϕ ∈ P0 , then according to the Theorem 3.4.12,
we have
.||-
ϕ−- ϕh ||1,T- ≤ c||I d − - r ||L(H 1 (T-),H 1 (T-)) |-
ϕ |1,T-.
Hence,
||-
. ϕ−-
ϕh ||1,T- ≤ c|-
ϕ |1,T-.
Which proves
.|l(-
u )| ≤ c|-
ϕ |1,T-|-
u |2,T-
≤ c(detB)− 2 ||B||2 |ϕ|1,T (detB)− 2 ||B||22 |u|2,T
1 1
@seismicisolation
@seismicisolation
5.3 Non-conforming Case: Aubin Nitsche’s Duality Process 293
.|l(-
u )| ≤ ch|ϕ|1,T |u|2,T .
as soon as .-
ϕ ∈ P1 . In fact, since .- -) −→ H 1 (T
r : H 2 (T -), .-
ϕ −→ -
r-
ϕ is linear, contin-
uous and .-
r-ϕ=- ϕ for all .-
ϕ ∈ P1 , then according to the Theorem 3.4.12, we have
||-
. ϕ−-
ϕh ||1,T- ≤ c||I d − -
r ||L(H 2 (T-),H 1 (T-)) |-
ϕ |2,T-.
Hence,
. ||-
ϕ−-
ϕh ||1,T- ≤ c|-
ϕ |2,T-.
|l(-
. u )| ≤ c|-
ϕ |2,T-|-
u |2,T-
≤ c(detB)− 2 ||B||22 |ϕ|2,T (detB)− 2 ||B||22 |u|2,T
1 1
≤ ch 2 |ϕ|2,T |u|2,T .
Thus,
E[ ∂u E
. (ϕh − ϕ) dσ ≤ ch 2 |ϕ|2,T |u|2,T
T ⊂g ∂ T
∂n T T ⊂g
( ) 21 ( ) 21
E E
≤ ch 2
|ϕ|2,T
2
|u|2,T
2
T ⊂g T ⊂g
≤ ch |ϕ|2,g |u|2,g .
2
We cannot calculate this term because we do not know the error, .u − u h , between .u
and .u h . So, the idea is to insert .πh u. So, we will look for the following two terms
E[ ∂ϕ E [ ∂ϕ
. (u − πh u) dσ + (πh u − u h ) dσ.
T ⊂g ∂ T
∂n T T ⊂g ∂ T
∂n T
@seismicisolation
@seismicisolation
294 5 Non-conforming Methods
The mapping
[ 1
∂-
ϕ
. L :-
ϕ −→ (-
u −-
r-
u )(0, η) dη
0 ∂ξ
|L(-
. ϕ )| ≤ c||-
u −-
r-
u ||1,T-|-
ϕ |2,T-.
||-
. u −-
r-
u ||1,T- ≤ c||I d − -
r ||L(H 2 (T-),H 1 (T-)) |-
u |2,T-.
Hence,
||-
. u −-
r-
u ||1,T- ≤ c|-
u |2,T-.
Further,
≤ ch|u|2,T .
So,
||-
. u −-
r-
u ||1,T- ≤ ch|u|2,T .
Thus,
.|L(-
ϕ )| ≤ ch 2 |ϕ|2,T |u|2,T .
It follows that
@seismicisolation
@seismicisolation
5.3 Non-conforming Case: Aubin Nitsche’s Duality Process 295
E[ ∂ϕ E
. (u − πh u) dσ ≤ ch 2 |ϕ|2,T |u|2,T
T ⊂g ∂ T
∂n T T ⊂g
( ) 21 ( ) 21
E E
≤ ch 2 |ϕ|22,T |u|22,T
T ⊂g T ⊂g
≤ ch 2 |ϕ|2,g |u|2,g .
We pose .wh = πh u − u h ∈ Vh .
T2 S −→n 2
a
T1
→n
− 1
Since
∂ϕ 1 ∂ϕ 2
. w (a) = − w (a),
∂n 1 h ∂n 2 h
we have
[ [ [ [
∂ϕ 1 ∂ϕ 2 ∂ϕ 1 ∂ϕ 2
. w dσ + w dσ = (w − wh1 (a)) dσ + (w − wh2 (a)) dσ.
S ∂n 1 h S ∂n 2 h S ∂n 1 h S ∂n 2 h
∂ϕ ∂ϕ
. = .
∂n ∂n 1
Since
∂ϕ ∂ϕ ∂ϕ
. = nx + ny,
∂n ∂x ∂y
@seismicisolation
@seismicisolation
296 5 Non-conforming Methods
[ [ ( )
∂ϕ 1
1 ∂-
ϕ ∂y ∂-
ϕ ∂y ||A2 A3 ||
. (wh − wh (a)) dσ = − (-
wh − -
wh (-
a )) dη
S ∂y 0 JT ∂ξ ∂η ∂η ∂ξ -2 A
|| A -3 ||
with | ∂x |
| ∂x |
| |
| ∂ξ ∂η |
. JT := det | |.
| ∂y ∂y |
| |
∂ξ ∂η
-2
A
A2
S
-
a
a T
-
T
A1
-3
A -1
A A3
∂y ∂y
It is obvious to see. J1T = o(h −2 ),. ∂ξ = o(h),. ∂η = o(h) and. ||A 2 A3 ||
- A
|| A - || = o(h). Hence, 2 3
[ [ [
∂ϕ 1 ∂-
ϕ 1 ∂-
ϕ
. (wh − wh (a)) dσ = o(1) wh − -
(- wh (-
a )) dη + o(1) wh − -
(- wh (-
a )) dη.
S ∂y 0 ∂ξ 0 ∂η
Let’s pose
[ 1
∂-
ϕ
. ϕ, -
F(- wh ) = (-
wh − -
wh (-
a )) dη.
0 ∂ξ
Lemma 5.3.6 The mapping .- ϕ −→ F(- ϕ, - -)
wh ) is linear and continuous from . H 2 (T
into .R of norm .|F(-
ϕ, -
wh )| ≤ c|-
wh |1,T-. ♦
Proof We have
|| ||
ϕ ||
|| ∂-
|F(-
. wh )| ≤ ||
ϕ, - ||
|| ∂ξ || ||-
wh − -
wh (-
a )||0,(0,1) .
0,(0,1)
-) into . L 2 (∂ T
Further, the trace mapping of . H 1 (T -, R) is continuous. Hence,
|| || || ||
ϕ ||
|| ∂- ϕ ||
|| ∂-
|| || ≤ c || ||
.
|| ∂ξ || || ∂ξ || -
0,(0,1) 1,T
≤ c||-
ϕ ||2,T-.
Furthermore,
.-
wh (ξ, η) = (1 − 2η)-
w1 + (1 − 2ξ )-
wh (-
a ) + (1 − 2(1 − ξ − η))-
w2 ,
@seismicisolation
@seismicisolation
5.3 Non-conforming Case: Aubin Nitsche’s Duality Process 297
with .-
w1 , .-
w2 and .-
wh (- -. We
a ) are the values given to the midpoints of the triangle .T
have
.-
wh (0, η) = (1 − 2η)- w1 + -
wh (-a ) + (2η − 1)-
w2 .
Hence,
-
wh (0, η) − -
. wh (-
a ) = (1 − 2η)(-
w1 − -
w2 ).
Which proves
[ 1 [ 1
. (-
wh − -
wh (-
a )) dη = (-
w1 − -
w2 )2 2
(1 − 2η)2 dη.
0 0
Thus, [ 1
1
. (-
wh − -
wh (-
a ))2 dη = (-
w1 − -
w2 )2 .
0 3
We have
∂-
wh ∂-
wh
. = −2(-
wh (-
a) − -
w2 ) and = −2(-
w1 − -
w2 ).
∂ξ ∂η
Hence,
[
|-
.wh |21,T- = wh (-
4(- a) − -
w2 )2 + 4(-
w1 − -
w2 )2 dξ dη
-
T
[ ]
= 2 (-
wh (-
a) − -
w2 )2 + (- w2 )2 .
w1 − -
So,
||-
. wh − -
wh (-
a )||0,(0,1) ≤ α|-
wh |1,T-.
It follows that
|F(-
. ϕ, -
wh )| ≤ c|-
wh |1,T-||-
ϕ ||2,T-.
@seismicisolation
@seismicisolation
298 5 Non-conforming Methods
ϕ, -
Proof Since . F(- wh ) = 0 for all .-
ϕ ∈ P1 and, using the Theorem 3.4.10, we have
|F(-
. ϕ, -
wh )| ≤ c|-
wh |1,T-|-
ϕ |2,T-.
Further,
we deduce
|F(-
. ϕ, -
wh )| ≤ ch|wh |1,T |ϕ|2,T .
Furthermore,
.||u h − πh u||h ≤ ||u h − u||h + ||u − πh u||h .
Since
||u h − u||h ≤ ch|u|2,g
.
and
. ||u − πh u||h ≤ ch|u|2,g ,
we have
||u h − πh u||h ≤ ch|u|2,g .
.
@seismicisolation
@seismicisolation
5.3 Non-conforming Case: Aubin Nitsche’s Duality Process 299
Thus, | |
| E [ ∂ϕ |
| |
.| (πh u − u h ) dσ | ≤ ch 2 |ϕ|2,g |u|2,g .
| ∂ T ∂n T |
T ⊂g
Proof We have
E[
a (u − u h , ϕ − ϕh ) =
. h ∇(u − u h ) · ∇(ϕ − ϕh ) d xd y.
T ⊂g T
Hence, [
. ∇(u − u h ) · ∇(ϕ − ϕh ) d xd y ≤ |u − u h |1,T |ϕ − ϕh |1,T .
T
Further,
and
Since
.|-
ϕ−-
ϕh |1,T- ≤ ||-
ϕ−-
ϕh ||1,T-
≤ ch|ϕ|2,T ,
then we deduce
a (u − u h , ϕ − ϕh ) ≤ ch 2 |u|2,g |ϕ|2,g .
. h
@seismicisolation
@seismicisolation
300 5 Non-conforming Methods
≤ ch |u|2,g |ϕ|2,g
2
≤ ch 2 |u|2,g ||ϕ||2,g .
|(u − u h , g)0,g |
. ≤ ch 2 |u|2,g .
||g||0,g
The problem (5.0.1)–(5.0.2) takes the following variational form: Find .u ∈ H01 (g)
such that
.a(u, v) = L(v) (5.4.1)
@seismicisolation
@seismicisolation
5.4 Wilson Brick 301
and [
. L(v) = f v d x.
g
-
and . ∂∂ y-v2 on the square . R.
2
2 1
-
R
∧
∧
>>
ξ
3 4
Let
. - := Q 1 + {1 − ξ 2 } + {1 − η2 }
P
:= P1 + {ξ η} + {1 − ξ 2 } + {1 − η2 }.
We have
1 1 1 1
.-
vh (ξ, η) = − (1 − ξ 2 )-
vξ − (1 − η2 )-
vη + (1 + ξ )(1 + η)-
v1 + (1 − ξ )(1 + η)-
v2
2 2 4 4
1 1
. v3 + (1 + ξ )(1 − η)-
+ (1 − ξ )(1 − η)- v4 ,
4 4
with
@seismicisolation
@seismicisolation
302 5 Non-conforming Methods
∂ 2-
vh
. =-
vξ
∂ξ 2
and
∂ 2-
vh
. =-
vη .
∂η2
Note that
1 1 1
-
v (1, η) =
. h v1 + (1 − η)-
(1 + η)- v4 − (1 − η2 )-
vη .
2 2 2
So, this polynomial depends on the mean value in.η. Therefore, we have no continuity
between two neighboring rectangles. We pose
-
v(ξ, η) = v(x(ξ, η), y(ξ, η)).
. (5.4.2)
Hence, .-
v = v ◦ FR . The space of functions of form . P is given by
. p ◦ FR−1 , -
P = {p = - -
p ∈ P}.
where .s denotes an abscissa along the side .a2 a4 (resp. .a1 a3 ). Let .τh be a triangulation
of the domain .g (supposed to be polyhedral) in a convex quadrilateral . R of diameter
less than or equal to .h. We always assume, thereafter, that the following hypotheses
are uniformly satisfied in .h, there exists a .α > 0 such that
h(R)
. ≤α
ρ(R)
for all . R ∈ τh with .h(R) designates (resp. .ρ(R)) the diameter of . R (resp. diameter
of the circle inscribed in . R) and .θiR .1 ≤ i ≤ 4 designates the angles at the vertices
of . R.
Lemma 5.4.1 Let .v and .- v be two functions corresponding by the relation (5.4.2). If
v ∈ H 2 (R), then .-
. - and vice versa and, we have
v ∈ H 2 ( R)
@seismicisolation
@seismicisolation
5.4 Wilson Brick 303
1
.(i) .|v|m,R ≤ c (sup J R ) 2 h(R)−m |-
v|m, R-,
− 21
v|m, R- ≤ c (inf J R ) h(R) |v|m,R ,
.(ii) .|-
m
with .0 ≤ m ≤ 2 and | ∂x
| ∂ x ||
| |
| ∂ξ ∂η || .
. J R := det | (5.4.3)
| ∂y ∂y |
| |
∂ξ ∂η
We pose
. Wh = {vh ∈ L 2 (g, R) such that vh |R ∈ P, vh is entirely determined by values
. at the vertices quadrilaterals and means of second derivatives}.
We define the space .Vh par
. Vh ⊂ H01 (g).
a (u h , vh ) = L(vh )
. h
and [
. L(vh ) = f vh d x.
g
where .Vh, ⊂ Vh is the subspace of the zero functions at the vertices of the quadrilat-
erals and .Vh ⊂ Vh is the subspace of the functions for which the degrees of freedom
defined by means on the segments .a2R a4R and .a1R a3R are zero. Furthermore,
n
. Vh ⊂ C 0 (g, R) H01 (g).
@seismicisolation
@seismicisolation
304 5 Non-conforming Methods
and
[ [
∂ 2-
r-
v ∂ 2-
v
. dξ dη = dξ dη. ♦
- ∂η
R
2 - ∂η2
R
. rh v|R = r R v. ♦
and
||vh, ||0,g ≤ ch||vh ||h ,
. (5.4.5)
with
⎛ ⎞ 21
E
. ||vh ||h = ⎝ |vh |21,R ⎠ . ♦
R∈τh
Proof We have
[ [
2
. vh d xd y =
2
J R-vh dξ dη
-
R R
[
2
≤ sup J R - vh dξ dη,
-
R
@seismicisolation
@seismicisolation
5.4 Wilson Brick 305
≤-c sup J R (-
vh )2 dξ dη.
-
R
Further, .-
vh −→ |-
vh |1, R- is a norm on . P -/P0 , .-
vh −→ ||- -/P0 and
vh ||0, R- is a norm on . P
( )
-
.dim P/P0 < ∞, then since in a finite dimensional space all the norms are equivalent,
we have
[
. (vh, )2 d xd y ≤ -c sup J R |-
vh |21, R-
R
sup J R
≤-
c |vh |21,R .
inf J R
and ⎛ ⎞ 21
E
.||vh, ||h ≤ ch ⎝ |vh |22,R ⎠ . (5.4.6)
R∈τh
@seismicisolation
@seismicisolation
306 5 Non-conforming Methods
and [
. L(vh ) = f vh d xd y,
g
a (u h , vh ) = L(vh )
. h (5.4.7)
@seismicisolation
@seismicisolation
5.4 Wilson Brick 307
is a norm on .Vh and the problem (5.4.7) admits one solution and only one
u ∈ Vh .
. h ♦
. h a (vh , vh ) = 0,
E[
hence
. |∇vh |2 d xd y = 0.
R⊂g R
It follows that
|∇vh ||R = 0.
.
mostly .g. Since .vh = 0 at the vertices sides .⊂ ∂g, we have .cte = 0. Thus, .vh = 0
and so the mapping
1
.vh −→ ||vh ||h := (ah (vh , vh )) 2
is a norm on .Vh . Which proves that the problem: Find .u h ∈ Vh such that
a (u h , vh ) = L(vh )
. h
@seismicisolation
@seismicisolation
308 5 Non-conforming Methods
Lemma 5.4.8 Let .u be the solution of the problem (5.4.1) and let .u h be the solution
of the problem (5.4.7). Then,
|E(u, wh )|
. ||u − u h ||h ≤ c inf ||u − vh || + sup , (5.4.8)
vh ∈Vh wh ∈Vh ||wh ||h /=0 ||wh ||h
where
[ E[ ∂u
. E(u, wh ) = (/\u)wh d xd y + ah (u, wh ) = wh ds
R R⊂g ∂ R
∂n R
Proof We have
||u h − vh ||2h := ah (u h − vh , u h − vh )
.
= ah (u h , u h − vh ) − ah (vh , u h − vh )
[
= f (u h − vh ) d xd y − ah (vh , u h − vh )
g
[
= (−/\u)(u h − vh ) d xd y − ah (vh , u h − vh )
g
E[
= (−/\u)(u h − vh ) d xd y − ah (vh , u h − vh )
R⊂g R
E[
∂u
= ah (u, u h − vh ) − (u h − vh ) ds − ah (vh , u h − vh )
R⊂g ∂ R
∂n R
E[ ∂u
= ah (u − vh , u h − vh ) − (u h − vh ) ds.
R⊂g ∂ R ∂n R
Hence,
| |
|E [ ∂u |
| |
||u h −
. vh ||2h ≤ ||u h − vh ||h ||u − vh ||h + | (u h − vh ) ds | .
| ∂n |
R⊂g ∂ R R
@seismicisolation
@seismicisolation
5.4 Wilson Brick 309
It follows that
|E(u, wh )|
. ||u h − vh ||h ≤ ||u − vh ||h + sup .
wh ∈Vh , ||wh ||h /=0 ||wh ||h
Further,
|E(u, wh )|
≤ 2||u − vh ||h + sup .
wh ∈Vh , ||wh ||h /=0 ||wh ||h
|E(u, wh )|
||u − u h ||h ≤ c inf ||u − vh ||h +
. sup .
vh ∈Vh wh ∈Vh , ||wh ||h /=0 ||wh ||h
. E(u, wh ) = 0 (5.4.9)
wh = wh + wh, ,
.
. E(u, wh ) = E(u, wh − wh )
= E(u, wh, )
E[ ∂u ,
= w ds
R∈τ ∂ R
∂n R h
h
@seismicisolation
@seismicisolation
310 5 Non-conforming Methods
n4
-
A
-
S K S
n1
n2
A n3
[ [ [ [ [
∂u ∂u ∂u ∂u ∂u
. wh ds = wh ds + wh ds + wh ds + wh ds.
∂R ∂n R S ∂n 1 S ∂n 2
- A ∂n 3 - ∂n 4
A
Further,
∂u ∂u ∂u ∂u
. =− and =− .
∂n 1 ∂n 2 ∂n 3 ∂n 4
Hence, [
∂u
. wh ds = 0.
∂R ∂n R
-2
A -1
A A2 A1
A3 A4
-3
A -4
A x
[ [ [ [ [
∂u , A1 ∂u , A2 ∂u , A1 ∂u , A4 ∂u ,
. w ds = w dy − w dy + w dx − w d x.
∂R ∂n R h A4 ∂x h A3 ∂x h A2 ∂y h A3 ∂y h
@seismicisolation
@seismicisolation
5.4 Wilson Brick 311
Moreover,
[ [ [ (- ) (- )
A1 ∂u , A2 ∂u , /\y 1 ∂u , ∂u ,
. w dy − w dy = wh (1, η) −
- w (−1, η) dη.
-
A4 ∂x h A3 ∂x h 2 −1 ∂ x ∂x h
η2 −1
since .wh, (1, η) = wh, (−1, η) = 2
wη . Q.E.D.
Lemma 5.4.10 We assume that the open polyhedral.g is triangulated in any quadri-
lateral. Then, the criterion (5.4.9) is not generally satisfied. ♦
Again,
[ 1 [( - - ) ]
∂u ∂u
. (y1 − y4 ) − (x1 − x4 ) -wh, (1, η) dη
−1 ∂x ∂y
[ 1 [( - - ) ]
∂u ∂u
. − (y2 − y3 ) − wh, (−1, η) dη.
(x2 − x3 ) -
−1 ∂ x ∂ y
∂u ∂u
The latter expression is generally different from zero when .
∂x
and .
∂y
are
constants. Q.E.D.
Remark 5.4.11 To better understand why the criterion (5.4.9) is not satisfied (and
to remedy this drawback), we consider the following equality occurring during the
general increase of the error
a (u h − vh , u h − vh ) =( f, u h − vh )0,g − ah (vh , u h − vh )
. h
Hence,
@seismicisolation
@seismicisolation
312 5 Non-conforming Methods
The last two terms of the right hand side of (5.4.10) can be grouped into .ah (u −
vh , u h − vh ) term which is easily increased by replacing .vh by .rh u function .Vh -
interpolated by .u and, we have
a (u − rh u, u h − rh u) ≤ ch|u|2,g |u h − rh u|1,g
. h
The two right-hand sides of the equality (5.4.10) satisfy the Patch test with .vh = rh u.
Indeed, if . ∂∂ux and . ∂u
∂y
are constants, then
-h ( ∂ w
E [ ∂v ) - ( -, -, ∂ x
)
, -h ∂ y ∂w-h ∂ y ∂vh ∂w ∂ x ∂w
.ah (vh , wh ) = − + − h + h
dξ dη.
- ∂x
R ∂ξ ∂η ∂η ∂ξ ∂y ∂ξ ∂η ∂η ∂ξ
R⊂g
A sufficient condition so that, .a(rh u, wh, ) = 0 for all .wh ∈ Vh and for all .u such that
∂u ∂y ∂y
.
∂x
and . ∂u
∂y
are constants, is that we replace in the expression (5.4.11), . ∂ξ and . ∂η by
∂y ∂y
.
∂ξ
(0, 0) and . ∂η (0, 0), respectively.
It is, therefore, necessary to modify the bilinear
form .ah (·, ·) in such a way that the
geometry characterizing the elements . R ∈ τh is
treated, in an exact way when considering the degrees of freedom associated with the
vertices of the elements and, in an approximate way when considering the degrees
of freedom defined by the averages on each element. ♦
@seismicisolation
@seismicisolation
5.4 Wilson Brick 313
We choose .vh := rh u ∈ Vh and .rh u coincides with .u at the vertices and the averages
of the second derivatives on each element . R, that is to say,
[ [
1 ∂ 2u 1 ∂ 2rh u
. d xd y = d xd y
mes(R) R ∂x 2 mes(R) R ∂x2
and [ [
1 ∂ 2u 1 ∂ 2rh u
. d xd y = d xd y.
mes(R) R ∂y 2 mes(R) R ∂ y2
Lemma 5.4.12 We have
([ ( )2 [ ( )2 ) 21
∂(u − rh u) ∂(u − rh u)
. d xd y + d xd y ≤ ch l−1 |u|l,R
R ∂x R ∂y
and
|ah (u − rh u, u h − rh u)| ≤ ch l−1 |u|l,g ||u h − rh u||h
.
for .l = 2 or .l = 3. ♦
Proof We have
|[ |
| |
| ∇(u − rh u) · ∇(u h − rh u) d xd y | ≤ |u − rh u|1,R |u h − rh u|1,R .
.
| |
R
Further,
[ ( )2 [ ( )2
∂(u − rh u) ∂(u − rh u)
|u − rh u|21,R =
. d xd y + d xd y.
R ∂x R ∂y
1 1 1 1
.x = (1 + ξ )(1 + η)x1 + (1 − ξ )(1 + η)x2 + (1 − ξ )(1 − η)x3 + (1 + ξ )(1 − η)x4
4 4 4 4
1 1 1 1
.y = (1 + ξ )(1 + η)y1 + (1 − ξ )(1 + η)y2 + (1 − ξ )(1 − η)y3 + (1 + ξ )(1 − η)y4 .
4 4 4 4
@seismicisolation
@seismicisolation
314 5 Non-conforming Methods
2
1
3 4
1+ξ 1−ξ
. x= x1 + x2
2 2
1+η 1−η
. y= y1 + y2 .
2 2
So,
x1 − x2 /\x
. dx = dξ := dξ
2 2
y1 − y2 /\y
dy =
. dη := dη.
2 2
Thus, | ∂x
| ∂ x ||
| |
| ∂ξ
. J R := det |
∂η || = /\x /\y .
| ∂y ∂y | 2 2
| |
∂ξ ∂η
It follows that
[ ( )2 (
)2
∂ 2 /\x/\y
|u
. − rh u|21,R = (-
u −-
r-
u) dξ dη
-
R ∂ξ/\x 4
[ ( ) ( )2
2 2 ∂ /\x/\y
+ (-
u −-
r-
u) dξ dη.
- /\y
R ∂η 4
-
r-
.v =-
v
@seismicisolation
@seismicisolation
5.4 Wilson Brick 315
for all .-
v ∈ Pl−1 with .l = 2 or .3. Since
1 1 1
-
.r- u (ξ, η) = − (1 − ξ 2 )- u ξ − (1 − η2 )- u η + (1 + ξ )(1 + η)- u1
2 2 4
1 1 1
. + (1 − ξ )(1 + η)- u 2 + (1 − ξ )(1 − η)- u 3 + (1 + ξ )(1 − η)- u4,
4 4 4
then
| | | |
|∂ | | 1 1 1 1 |
.| (-
r -
u ) | = |ξ-
u + (1 + η)- u − (1 + η)-
u − (1 − η)-
u + (1 − η)-
u |
| ∂ξ | | ξ
4
1
4
2
4
3
4
4 |
≤ 2 max |-u i | + |-u ξ |.
1≤i≤4
Furthermore, [
1 ∂ 2-
u
-
u =
. ξ dξ dη.
4 - ∂ξ 2
R
Hence,
([ ) 21 ([ ( )2 ) 21
1 ∂ 2-
u
.|-
uξ | ≤ dξ dη dξ dη
4 -
R -
R ∂ξ 2
1
≤ |-
u | -.
2 2, R
[ | |2 ( )2
|∂ |
| (-
r -
u ) | dξ dη ≤ 2 2 max |-u | + 2|-
u ξ |2
.
|
- ∂ξ
| 1≤i≤4
i
R
≤ c||-
u ||22, R-.
Thus,
. |-
r-
u |1, R- ≤ c||-
u ||2, R-.
- - −→ H 1 ( R).
r : H 2 ( R)
. -
Since .-
r-
u =-
u for all .-
u ∈ P1 (.l = 2) and, using the Theorem 3.4.12, we obtain
@seismicisolation
@seismicisolation
316 5 Non-conforming Methods
|-
.u −-
r-
u |1, R- ≤ c||I d − -
r ||L(H 2 ( R),H - |-
- 1 ( R)) u |2, R-.
We pose
. h = max(/\x, /\y)
and
.|u − rh u|1,R ≤ ch l−1 |u|l,R ,
Thus,
|ah (u − rh u, u h − rh u)| ≤ ch l−1 |u|l,g ||u h − rh u||h .
.
with .wh = u h − vh .
-
S
R1
S
R2
We have [ [ [
∂u ∂u 1 ∂u 2
. wh ds = w ds + w ds.
S ∂n S S ∂n 1 h S ∂n 2 h
If .u ∈ P0 , then
@seismicisolation
@seismicisolation
5.4 Wilson Brick 317
[
∂u
. (u h − vh ) ds = 0.
∂R ∂n R
If .u ∈ P1 , then [
. (wh1 − wh2 ) ds /= 0.
S
So, we cannot use the Theorem 3.4.10, and so we will change the method. We will
calculate the following term
[ [
∂u 1 ∂u 1
. w ds − w ds.
S ∂n S h -
S ∂n-S h
For .u ∈ P1 , we have
[ [ [
∂u 1 ∂u 1 /\y 1
. w dy − wh dy = c -
wh (1, η) − -
wh (−1, η) dη.
S ∂n S h -
S ∂n -
S 2 −1
Furthermore,
1+η 1−η 1
-
wh (1, η) =
. -
w1 + -
w4 + (η2 − 1)-
wη
2 2 2
1+η 1−η 1
-
wh (−1, η) =
. w2 +
- w3 + (η2 − 1)-
- wη .
2 2 2
Hence,
-
wh (1, η) − -
. wh (−1, η) /= 0.
So, we cannot use the Theorem 3.4.10, and so we will change another times of
method. We are going to work with the polynomial . Q 1 . We consider .sh v |R ∈ Q 1 and
s v=v
. h
at the vertices of rectangles. Hence, .sh v ∈ C 0 (g, R). So, for .u ∈ P1 , find the integral
[ [
∂u 1 ∂u 1
. (w − sh wh1 ) dy − (wh − sh wh1 ) dy
S ∂x h S ∂x
-
Furthermore,
1+η 1−η
-wh |(1,η) =
s-
. w1 +
- -
w4
2 2
@seismicisolation
@seismicisolation
318 5 Non-conforming Methods
and
1+η 1−η
-wh |(−1,η) =
s-
. w2 +
- w3 .
-
2 2
We pose
[ [
1 ∂-
u 1 ∂-
u
u, -
.G(- wh ) = wh −-
(1, η)(- wh )(1, η) dη −
s- wh −-
(−1, η)(- wh )(−1, η) dη.
s-
−1 ∂ξ −1 ∂ξ
- into .R of norm
is linear continuous from . H 2 ( R)
|G(-
. u, -
wh )| ≤ c|-
wh |1, R-,
Further,
- −→ L 2 (∂ R,
γ : H 1 ( R)
. - R)
@seismicisolation
@seismicisolation
5.4 Wilson Brick 319
1
(-
.wh −-wh )(1, η) = − (1 − η2 )-
s- wη
2
and
[ 1
1
.||(-
wh −-wh )(1, η)||20,(−1,1)
s- = (1 − η2 )2 dη -
wη2
4 −1
≤ wη2 .
c-
Furthermore,
[ 2
1 ∂ -
wh
.-
wη = dξ dη
-
mes( R) R- ∂η2
[ 2
1 ∂ -
wh
= dξ dη
4 R- ∂η2
([ ( )2 ) 21
1 ∂ 2-
wh
≤ dξ dη .
2 -
R ∂η2
Hence,
1
|-
.wη | ≤ ||-
wh ||2, R-.
2
Thus,
.||(-
wh −-wh )(1, η)||0,(−1,1) ≤ c||-
s- wh ||2, R-.
||-
. wh ||2, R- ≤ c|-
wh |1, R-.
Method 2: .-
v −→ ||-
v||2, R- and .-
v −→ |-
v|1, R- are two norms on . P2/P0 . Since .dim(P2/P0 )
< ∞, then all norms are equivalent. Hence, there is .c > 0 such that
||-
. wh ||2, R- ≤ c|-
wh |1, R-.
Thus,
|G(-
. u, -
wh )| ≤ c|-
wh |1, R-||-
u ||2, R-.
@seismicisolation
@seismicisolation
320 5 Non-conforming Methods
|G(-
. u, -
wh )| ≤ c|-
wh |1, R-|-
u |2, R-.
Further, .|-
u |2, R- ≤ ch|u|2,R and .|-
wh |1, R- ≤ c|wh |1,R . Thus,
|G(-
. u, -
wh )| ≤ ch|wh |1,R |u|2,R .
So,
||u h − rh u||h ≤ ch|u|2,g .
.
Furthermore,
||u − u h ||h ≤ ||u − rh u||h + ||rh u − u h ||h .
.
If .-
u = ξ η, then
. u, -
G(- wh ) = 0.
In fact,
[ 1 [ 1
. η(-
wh −-wh )(1, η) dη −
s- η(-
wh −- wh )(−1, η) dη
s-
−1
[ 1−1 [
1 1 1
.= − η(1 − η ) dη - wη + η(1 − η2 ) dη -
wη = 0.
2
2 −1 2 −1
If .-
u = ξ 2 , then
. u, -
G(- wh ) /= 0.
@seismicisolation
@seismicisolation
5.4 Wilson Brick 321
In fact,
[ 1 [ 1
. 2(-wh −- wh )(1, η) dη +
s- wh −-
2(- wh )(−1, η) dη
s-
−1 −1
[ 1 [ 1
1 1 8
.= − ×2 wη − × 2
(1 − η ) dη - wη = − -
(1 − η2 ) dη - wη /= 0.
2
2 −1 2 −1 3
So, we have the polynomial invariance only for . P1 . Thus,
Remark 5.4.15 The set of points . A -i .5 ≤ i ≤ 8, is not . Q 1 -unisolvent i.e., there does
not exist a polynomial of degree. Q 1 taking arbitrary values.αi at points. A -i ,.5 ≤ i ≤ 8.
On the other hand, we have the following result: There exists a unique polynomial
-i , .5 ≤ i ≤ 8, from that the
of . P1 , taking arbitrary given values .αi , at the points . A
following relation is satisfied
η
-2 -5
1 A
A -1
A
-
R
-6
A -8
A
−1 -9
A 1 ξ
-3
A -7
−1 A -4
A
α + α7 = α2 + α4 .
. 5
. p(ξ, η) =
1
(- -5 ) + -
p( A -7 )) + ξ (-
p( A -8 ) − -
p( A -6 )) + η (-
p( A -5 ) − -
p( A -7 )),
p( A
2 2 2
@seismicisolation
@seismicisolation
322 5 Non-conforming Methods
. -5 ) + -
p( A -7 )) = p( A
p( A -6 ) + - -8 )
p( A
= 2- -9 ).
p( A
-
π-
. -i ) = 1 (-
v( A -i−4 ) +-
v( A -i−3 )),
v( A
2
for .5 ≤ i ≤7. We, then, have
. -
π- -8 ) = 1 (-
v( A -1 ) +-
v( A -4 )).
v( A ♦
2
. - = Q 2 \{ξ 2 η2 } + {ξ 3 } + {η3 } = P3 .
P
-2 -12
1A
A -1
A
-
≫
-23
A -14
A
≫
−1 1 ξ
-3
A -34
−1 A -4
A
We pose
@seismicisolation
@seismicisolation
5.5 Finite Element of the Serendipity Family 323
{
. Vh := vh ∈ L 2 (g, R) such that vh |R ∈ P3 (R), vh entirely determined by values at
∂3
. the vertices and midpoints of the sides and by the means of the third derivatives
∂x3
∂3
. and 3 on each elementR., vh = 0 at the vertices and in the middle of the sides ⊂
}∂y
∂g .
- So, this is a non-conforming finite element.
There is no continuity at the edges of . R.
Question: Let’s seek the error .||u − u h ||0,g , by applying Aubin Nitsche’s duality
process.
In fact,
|(u − u h , g)0,g |
.||u − u h ||0,g = sup .
g∈L 2 (g,R), ||g||0,g /=0 ||g||0,g
. − /\ϕ = g in g
ϕ = 0 on Γ = ∂g.
Proof Since the border of .g is regular and .g ∈ L 2 (g, R), then .ϕ ∈ H 2 (g). Hence,
we have a regularity result
. ||ϕ||2,g ≤ c||g||0,g . Q.E.D.
.a(ϕ, ψ) = L(ψ)
and [
. L(ψ) = gψ d xd y.
g
@seismicisolation
@seismicisolation
324 5 Non-conforming Methods
Further,
[
a (u h , ϕh ) =
. h f ϕh d xd y
[g
= (−/\u)ϕh d xd y
g
E[
= (−/\u)ϕh d xd y
R⊂g R
E[ E[ ∂u
= ∇u · ∇ϕh d xd y − ϕh dσ.
R⊂g R R⊂g ∂ R
∂n R
Thus,
E[ ∂u E[ ∂ϕ
.(u − u h , g)0,g = ah (u − u h , ϕ − ϕh ) + ϕh dσ − (u − u h ) dσ.
∂n R ∂n
R⊂g ∂ R ∂R
R⊂g R
@seismicisolation
@seismicisolation
5.5 Finite Element of the Serendipity Family 325
Proof We have
[
. ∇(u − u h ) · ∇(ϕ − ϕh ) d xd y ≤ |u − u h |1,R |ϕ − ϕh |1,R
R
≤ ch|u|2,R ch|ϕ|2,R
≤ ch 2 |u|2,R |ϕ|2,R .
Thus,
a (u − u h , ϕ − ϕh ) ≤ ch 2 |u|2,g |ϕ|2,g .
. h
Thus,
E[ ∂u E[ ∂u
. ϕh dσ = (ϕh − ϕ) dσ.
R⊂g ∂ R
∂n R R⊂g ∂ R
∂n R
For .u ∈ P1 , we have
[
∂u
. A := (ϕh − ϕ) dσ
∂ R ∂n R
[
∂u
= (ϕh − ϕ) dσ.
∂n R ∂ R
We do not know if the last integral is zero or not. So, the idea is to choose .ϕh ∈ Vh
such that the average of each .ϕh on each side is equal to the average of each .ϕ on
each side. So, taking .ϕh as above, we find that the quantity . A is zero. Thus,
[
∂u
. (ϕh − ϕ) dσ = 0
∂R ∂n R
@seismicisolation
@seismicisolation
326 5 Non-conforming Methods
-
S -
R
−1
|l(-
. u )| ≤ c||-
ϕh − -
ϕ ||1, R-|u|2, R-.
Further,
. ||-
ϕh − -
ϕ ||1, R- ≤ c|-
ϕ |1, R-
as soon as .-
ϕ ∈ P0 . Hence,
|l(-
. u )| ≤ ch|ϕ|1,R |u|2,R .
as soon as .-
ϕ ∈ P1 . Hence,
|l(-
. u )| ≤ ch 2 |ϕ|2,R |u|2,R .
Thus, | |
|E [ ∂u |
| |
.| ϕh dσ | ≤ ch 2 |ϕ|2,g |u|2,g .
| ∂n R |
R⊂g ∂ R
We cannot calculate this term because we do not know the error .u − u h . So, the idea
is to insert the function .πh u defined by:
πh u(Ai ) = u(Ai ) 1 ≤ i ≤ 4,
.
@seismicisolation
@seismicisolation
5.5 Finite Element of the Serendipity Family 327
and the average of .πh u of the third derivatives on each side is equal to the average
of .u of the third derivatives on each side, i.e.,
[ [
1 ∂ 3 πh u 1 ∂ 3u
. d xd y = d xd y.
mes(S) S ∂x3 mes(S) S ∂x3
We have
[ [ [
∂ϕ ∂ϕ ∂ϕ
. (u − u h ) dσ = (u − πh u) dσ + (πh u − u h ) dσ.
∂R ∂n R ∂R ∂n R ∂R ∂n R
Proof We have
|[ | || ||
| ∂ϕ | || ∂ϕ ||
.| | ||
(u − πh u) dσ | ≤ || || ||u − πh u||0,∂ R .
| ∂n R ∂n R ||0,∂ R
∂R
γ : H 1 (R) −→ L 2 (∂ R, R)
.
Hence, [
∂ϕ
. (u − πh u) dσ ≤ ch 3 ||ϕ||2,R |u|4,R .
∂R ∂n R
@seismicisolation
@seismicisolation
328 5 Non-conforming Methods
Thus, | |
| E [ ∂ϕ |
| |
.| (u − πh u) dσ | ≤ ch 3 ||ϕ||2,g |u|4,g .
| ∂ R ∂n R |
R⊂g
2 1
-
S 1 S
3 4
@seismicisolation
@seismicisolation
5.5 Finite Element of the Serendipity Family 329
Furthermore,
ξ η(1 + ξ )(1 + η) ξ η(1 − ξ )(1 + η) ξ η(1 − ξ )(1 − η)
.-
wh (ξ, η) = -
w1 − -
w2 + -
w3
4 4 4
ξ η(1 + ξ )(1 − η) (ξ + 1)(η − 1)(1 + η)
. − -w4 − -
w14
4 2
(ξ + 1)(η + 1)(ξ − 1) (ξ − 1)(η − 1)(1 + η)
. − -
w12 + -
w23
2 2
(ξ + 1)(η − 1)(ξ − 1) (ξ − ξ )
3
(η − η)
3
. + -w34 + -
wξ + -
wη .
2 6 6
So,
η(1 + η) η(1 − η) η3 − η
-
wh (1, η) =
. w1 −
- w4 − (η − 1)(η + 1)-
- w14 + -
wη
2 2 6
η(1 + η) η(1 − η) η3 − η
-
wh (−1, η) =
. -
w2 − -
w3 − (η − 1)(η + 1)-
w23 + -
wη .
2 2 6
We have
.-
wh (1, η) − -
wh (−1, η) /= 0.
s v=v
. h
at the vertices and in the middle of the sides. We notice that .sh v ∈ C 0 (g, R). We
E [ ∂ϕ E [ ∂ϕ
have
. wh dσ = (wh − sh wh ) dσ
R⊂g ∂ R
∂n R R⊂g ∂ R
∂n R
since .sh wh ∈ C 0 (g, R) and vanishes two by two. We will calculate the term
[ [
∂ϕ 1 ∂ϕ 1
. (w − sh wh1 ) dy − (wh − sh wh1 ) dy.
S ∂n R h S ∂n R
-
Further,
η(1 + η) η(1 − η)
-wh (1, η) =
s-
. -
w1 − -
w4 − (η − 1)(η + 1)-
w14
2 2
η(1 + η) η(1 − η)
-wh (−1, η) =
s-
. -
w2 − -
w3 − (η − 1)(η + 1)-
w23 .
2 2
@seismicisolation
@seismicisolation
330 5 Non-conforming Methods
We pose
[ [
1 ∂-
ϕ 1 ∂-
ϕ
. H (-
ϕ, -
wh ) = wh −-
(1, η)(- wh )(1, η) dη −
s- wh −-
(−1, η)(- wh )(−1, η) dη.
s-
−1 ∂ξ −1 ∂ξ
|H (-
. ϕ, -
wh )| ≤ c|-
ϕ |2, R-|-
wh |1, R-
≤ ch|ϕ|2,R |wh |1,R
≤ ch|ϕ|2,R |πh u − u h |1,R .
Furthermore,
|πh u − u h |1,R ≤ ch|u|2,R + ch 3 |u|4,R .
.
Hence,
|H (-
. ϕ, -
wh )| ≤ ch 2 |u|2,R |ϕ|2,R .
So, | |
| E [ ∂ϕ |
| |
.| (πh u − u h ) dσ | ≤ ch 2 (|u|2,g + |u|4,g )|ϕ|2,g .
| ∂ R ∂n R |
R⊂g
@seismicisolation
@seismicisolation
5.5 Finite Element of the Serendipity Family 331
This proves
|(u − u h , g)0,g |
. ≤ ch 2 (|u|2,g + |u|4,g + h|u|4,g ).
||g||0,g
Proof We have
η(1 + η) η(1 − η) η3 − η
. -
wh (1, η) = w1 −
- w4 − (η − 1)(η + 1)-
- w14 + -
wη
2 2 6
η(1 + η) η(1 − η)
-wh (1, η) =
s-
. -
w1 − -
w4 − (η − 1)(η + 1)-
w14
2 2
η(1 + η) η(1 − η) η3 − η
-
wh (−1, η) =
. -
w2 − -
w3 − (η − 1)(η + 1)-
w23 + -
wη
2 2 6
η(1 + η) η(1 − η)
-wh (−1, η) =
s-
. -
w2 − -
w3 − (η − 1)(η + 1)-
w23 .
2 2
Hence,
|| ||
|| ∂-
ϕ ||
.|H (- wh )| ≤ || (1, η)||
ϕ, - ||
|| ||(-
wh −- wh )(1, η)||0,(−1,1)
s-
∂ξ 0,(−1,1) || ||
|| ∂-
ϕ ||
. + ||
|| ∂ξ (−1, η)||
|| ||(-
wh −-wh )(−1, η)||0,(−1,1) .
s-
0,(−1,1)
@seismicisolation
@seismicisolation
332 5 Non-conforming Methods
In fact,
|| 3 ||
|| η − η ||
||(-
. wh −-wh )(1, η)||1, R- = ||
s- ||
|| 6 || - |- wη |
1, R
wη |.
= c|-
||(-
. wh −-wh )(1, η)||1, R- ≤ c|-
s- wh |1, R-.
@seismicisolation
@seismicisolation
Reference 333
Thus,
|H (-
. ϕ, -
wh )| ≤ c||-
ϕ ||2, R-|-
wh |1, R-.
Reference
1. P. Lesaint, M. Zlamal, Convergence de l’élément de Wilson en élasticité linéaire (Cas des quadri-
latères queçonques, Journés éléments finis, Rennes, 1977)
@seismicisolation
@seismicisolation
Chapter 6
Nodal Methods
Modern nodal methods were developed in the 1970s in the context of reactor cal-
culations to solve the diffusion and transport problems of water reactors, both in
stationary and transient states. The reader may refer to [1] or [2] for a description
of the different types of nodal methods. The basic principle of the nodal methods
consists in breaking down the core of the reactor into cells of relatively large sizes
and of constant composition, where the fluxes are treated in terms of average. These
methods are based on discrete equations obtained by integration on the cells of the
physical balance equations. These balance equations can be completed by using a
transverse integration procedure (partial integration along the transverse direction)
which generates auxiliary equations linking the moments of the flux and those of
the current. The final equations of this formalism are, therefore, derived from the
physical principles underlying the problem to be solved. There are several types of
nodal methods:
1. Polynomial nodal methods: The flow is approximated, in each element . R, by a
polynomial.
2. Analytical nodal methods: These methods use the equations obtained by trans-
verse integrations and approach the second member of these equations by a
polynomial. The resolution is, then, done analytically.
Let .Ω be an open bounded domain of .R2 with piecewise smooth boundary .Γ = ∂Ω.
Given a function . f ∈ L 2 (Ω, R), we search a function .u defined on .Ω checking
. − D/\u + σ u = f in Ω
u = 0 on Γ = ∂Ω
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 335
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_6
@seismicisolation
@seismicisolation
336 6 Nodal Methods
The nodal methods are interpreted in most cases as non-conforming finite ele-
ment type methods using approximate quadrature formulas. Nodal methods have the
advantage of remaining very close to the physical phenomena they seek to model.
They consist of keeping average or weighted neutron balances for each cell . R. In this
sense, they are similar to methods of the weighted residual type. On the other hand,
these balance equations are supplemented by equations of continuity on average of
the flow on each interface. Nodal methods, therefore, preserve the characteristics
of the neutron systems studied, which makes them attractive to physicists. We are
going to place ourselves within the framework of the study of the polynomial nodal
method.
. − div(D grad u) + σ u = f in Ω
D and σ = cte in relation to each piece
u = 0 on Γ = ∂Ω,
battalion
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 337
-
We build the reference element . R
η
1 2
-
R
3 1
−1 1 ξ
−1 4
Degree of freedom: the means at the interfaces and the mean over . R. - So, dimension
of the degree of freedom equal to 5. However, we have .dim P1 = 3, .dim P2 = 6 and
- taking .5 basic elements
.dim Q 1 = 4. Notice that .5 is close to .6. So, we construct . P,
. - = {1, ξ, η, ξ 2 , η2 }.
P
axis of symmetry
We did not choose .ξ η because .ξ , .η plays the same role and, we have a symmetry of
our domain.
@seismicisolation
@seismicisolation
338 6 Nodal Methods
- Hence,
Let’s seek the elements of basis. We have .ϕ1 ∈ P.
. 1ϕ (ξ, η) = a + bξ + cη + dξ 2 + eη2 .
We have the average of .ϕ1 on the side .1 is equal to 1 and zero on the other sides and
the average over the domain is zero.
On the side .2, .η = 1 and
ϕ
. 1 |side 2 = a + bξ + c + dξ 2 + e.
ϕ
. 1 |side 4 = a + bξ − c + dξ 2 + e.
ϕ
. 1 |side 1 = a + b + cη + d + eη2 .
ϕ
. 1 |side 3 = a − b + cη + d + eη2 .
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 339
- is
On the other hand, the mean value on the domain . R
{ 1 { 1
1
. (a + bξ + cη + dξ 2 + eη2 ) dξ dη = 0.
4 −1 −1
1 1 3
. 1 ϕ (ξ, η) = − + ξ + ξ 2 .
4 2 4
Likewise, we find others basis functions. In fact,
1 1 3
ϕ (ξ, η) = − + η + η2
. 2
4 2 4
1 1 3
ϕ (ξ, η) = − − ξ + ξ 2
. 3
4 2 4
1 1 3
. 4 ϕ (ξ, η) = − − η + η2 .
4 2 4
ϕ (ξ, η) depend of .1, .ξ 2 and .η2 and does not depend of .ξ and of .η because the
. 0
@seismicisolation
@seismicisolation
340 6 Nodal Methods
ϕ (ξ, η) = a + b(ξ 2 + η2 ).
. 0
For .ξ = 1, we have { 1
1
. (a + b(1 + η2 )) dη = 0.
2 −1
Which proves .a + b + b
3
= 0. Hence,
4
.a = − b.
3
Furthermore, { {
1 1
1
. a + b(ξ 2 + η2 ) dξ dη = 1.
4 −1 −1
3
ϕ (ξ, η) = 2 − (ξ 2 + η2 ).
. 0
2
We have the following lemma:
Lemma 6.1.1 There is a polynomial . - p∈P - unique taking values given to the means
-
of the interfaces and to the mean of . R, given by
( ) ( ) ( )
1 1 3 1 1 3 1 1 3
.-
p (ξ, η) = − + ξ + ξ 2 q1 + − + η + η 2 q2 + − − ξ + ξ 2 q3
4 2 4 4 2 4 4 2 4
( ) ( )
1 1 3 2 3 2
+ − − η + η q4 + 2 − (ξ + η2 ) q0 ,
4 2 4 2
| | | |
m
. Ω= Ri = Ri .
Ri ∈τh i=1
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 341
. Vh = {vh ∈ L 2 (Ω, R) such that vh |R is defined by the mean values at the interfaces
on each rectangle R on each rectangle R and mean on R}.
and { 1
. -
p (ξ, η)|side 1 dη = q1 .
−1
for all . S side of .Ω and . S /⊂ ∂Ω. The average of .u h is equal to zero on a side . S ⊂ Ω,
i.e., {
1
. u h = 0.
mes(S) S
Vh
J
@seismicisolation
@seismicisolation
342 6 Nodal Methods
a (u h , vh ) = L(vh )
. h
E{
and
. L(vh ) = f vh d xd y
R⊂Ω R
with . D and .σ are equal to constants with respect to each rectangle . R, .vh |R is the
average of .vh on . R, i.e., {
1
.vh |R = vh d xd y
mes(R) R
a (u h , vh ) = L(vh )
. h
and
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 343
{
. L(vh ) = f vh d xd y.
Ω
and { ( )
∂u 1h ∂u 2
. D1 + D2 h ds = 0 (6.1.2)
S ∂n 1 ∂n 2
∂u h
for all . S ⊂ Ω and . S /⊂ ∂Ω. Note that if . ∂n R |S
= cte, then
∂u 1h ∂u 2
. D1 = −D2 h ,
∂n 1 ∂n 2
i.e., | | | |
| ∂u 1h | | 2|
| D1 | = |−D2 ∂u h | .
.
| ∂n | | ∂n |
1 2
Moreover, we have continuity of the means of .u h along the sides. On . R the basic
functions are noted .ϕ0 , .ϕ1 , .ϕ2 , .ϕ3 , and .ϕ4 .
ϕ2 B
ϕ3 R ϕ1
ϕ0
ϕ4 A
To show that the Nodal method is identical to the non-conforming method, it suffices
to show that the associated linear systems are the same, i.e., we show that the linear
system associated with the Nodal method is identical with the linear system associated
with the non-conforming method. We have
@seismicisolation
@seismicisolation
344 6 Nodal Methods
{ {
. −D/\u h d xd y = −D /\u h d xd y (u h ∈ Vh so /\u h = cte)
R R
= −D/\u h mes(R)
{
= −D/\u h ϕ0 (x, y) d xd y
{ R
= −D/\u h ϕ0 (x, y) d xd y
{ R
{
∂u h
= D∇u h ∇ϕ0 d xd y − D ϕ0 ds.
R ∂R ∂n R
∂u h
Further, .u h ∈ Vh , so . ∂n R
= cte on each side. Hence,
{ {
∂u h ∂u h
. D ϕ0 ds = D ϕ0 ds = 0
∂R ∂n R ∂n R ∂R
= σ u h ϕ0 d xd y
R
and
{ {
. f d xdy = f d xdy
R R
= f mes(R)
{
= f ϕ0 d xd y
{ R
= f ϕ0 d xd y.
R
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 345
C B F
R1 R2
D A E
∂u 1
Furthermore, . ∂ xh = cte on . AB, so
{ B
∂u 1h ∂u 1
. D dy = D h × length(AB)
A ∂x ∂ x |AB
{ B
∂u 1
=D h G AB dy
∂ x |AB A
@seismicisolation
@seismicisolation
346 6 Nodal Methods
because the average of .G AB is equal to zero except on the side . AB is equal to .1.
Hence,
{ {
B
∂u 1h
. D dy = D∇u 1h ∇G AB d xd y
A ∂x R1
{
=− D∇u 2h ∇G AB d xd y.
R2
Further, {
. σ u h 1 G AB d xd y = 0
R1
and {
. f G AB d xd y = 0.
R1
− f G AB ) d xd y = 0.
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 347
E{
and
. (D∇u h ∇G AB + σ u h G AB − f G AB ) d xd y = 0.
R⊂Ω R
1 ,R2
Let .vh ∈ Vh , .vh be linear combination of .ϕ0R and .G RAB , we have
E{
. (D∇u h · ∇vh + σ u h vh − f vh ) d xd y = 0.
R⊂Ω R
E{
Thus,
. (D∇u h · ∇vh + σ u h vh − f vh ) d xd y = 0
R⊂Ω R
Therefore, one ends up with the same linear system and thus the nodal method is
identical to the non-conforming method. Q.E.D.
is a norm on .Vh . ♦
@seismicisolation
@seismicisolation
348 6 Nodal Methods
a (u h , vh ) = L(vh )
. h
a (u h , vh ) = L(vh )
. h (6.1.3)
E{
and
. L(vh ) = f vh d xd y.
R⊂Ω R
From Theorem 6.1.4, the problem (6.1.3) admits a unique solution.u h ∈ Vh . We have
||u h − vh ||2h = ah (u h − vh , u h − vh )
.
= ah (u h , u h − vh ) − ah (vh , u h − vh )
= L(u h − vh ) − ah (vh , u h − vh )
{
= f (u h − vh ) d xd y − ah (vh , u h − vh ).
Ω
and { {
. f d xdy = f d xdy
Ω Ω
because {
1
. f |R = f d xdy.
mes(R) R
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 349
We pose .z h = u h − vh . We have
{ {
.||u h − vh ||2h = f (z h − z h ) d xd y + (−div(D grad u) + σ u)z h d xd y
Ω Ω
−a (v , u − vh )
{ h h h E { E {
= f (z h − z h ) d xd y + D∇u · ∇z h d xd y + σ uz h d xd y
Ω R⊂Ω R R⊂Ω R
E { ∂u
− z h ds − ah (vh , z h )
D
∂n
R⊂Ω ∂ R R
{ {
= f (z h − z h ) d xd y + (σ uz h − σ u z h ) d xd y + ah (u − vh , z h )
Ω Ω
E {
∂u
− D z h ds.
∂ R ∂n R
R⊂Ω
We take .vh = rh u ∈ Vh with the average of .rh u is equal to the average of .u along the
sides and on the elements. We will start to mark up the term
E{
. D∇(u − rh u) · ∇z h + σ (u − rh u)z h d xd y.
R⊂Ω R
We have {
. D∇(u − rh u) · ∇z h d xd y ≤ D|u − rh u|1,R |z h |1,R .
R
|u − rh u|1,R ≤ ch|u|2,R .
.
Thus, {
. D∇(u − rh u) · ∇z h d xd y ≤ ch|u|2,R D|z h |1,R .
R
@seismicisolation
@seismicisolation
350 6 Nodal Methods
Hence,
( ) 21 ( ) 21
E E
. h a (u − rh u, z h ) ≤ ch|u|2,Ω D 2 |z h |21,R + ch 2 |u|2,Ω σ 2 ||z h ||20,R .
R⊂Ω R⊂Ω
1
|ah (u − rr u, z h )| ≤ c(h 2 |u|22,Ω + h 4 |u|22,Ω ) + ||z h ||2h .
.
2
We used the Cauchy-Schwarz inequality to find the error, but we can do better. Indeed,
by applying Green’s formula, we get
{ { {
∂z h
. D∇(u − rh u) · ∇z h d xd y = −D(u − rh u)/\z y d xd y + D (u − rh u) dσ.
R R ∂R ∂n R
because the average of .u is equal to the average of .rh u on each element. On the other
hand, .z h ∈ Vh , so
E
4
-
z =
. h αi ϕi
i=0
= a + bξ + cη + dξ 2 + eη2
and
∂-
zh ∂-
zh ∂-
zh
. = ν1 + ν2 .
∂n R ∂ξ ∂η
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 351
∂-
zh
. (−1, η) = cte in η
∂ξ
∂-
zh
. (ξ, 1) = cte in ξ
∂η
and
∂-
zh
. (ξ, −1) = cte in ξ.
∂η
Hence,
∂-
zh
. = cte by side.
∂n R
Remark 6.1.5 Normal derivatives are constants on each side, i.e., if .vh ∈ Vh , then
∂vh
. = cte
∂n R
on each side. ♦
E{
Thus,
a (u − rh u, z h ) =
. h σ (u − rh u) z h d xd y.
R⊂Ω R
It follows that
|ah (u − rh u, z h )| ≤ ch 2 |u|2,Ω ||z h ||0,Ω .
.
@seismicisolation
@seismicisolation
352 6 Nodal Methods
Proof We have
{ {
. f (z h − z h ) d xd y = ( f − f )(z h − z h ) d xd y
R R
Further,
.|| f − f ||0,R = h|| -
f − -
f ||0, R-.
The mapping .π : -
f −→ - - into . L 2 ( R,
f is linear and continuous from . H 1 ( R) - R) and
π-
.f = -
f = -
f
for all . -
f ∈ P0 . Then,
|| -
. f ||0, R- ≤ c|| -
f − - f ||1, R-.
Hence,
|| -
. f − -
f ||0, R- ≤ c|| f ||1,R .
Thus,
. || f − f ||0,R ≤ ch|| f ||1,R .
Hence, {
. f (z h − z h ) d xd y ≤ ch 2 || f ||1,R |z h |1,R .
R
So,
|{ | ( ) 21
| | E
| f (z h − z h ) d xd y || ≤ ch 2 || f ||1,Ω |z h |21,R .
.
|
Ω R⊂Ω
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 353
π: -
. f −→ -
f.
Proof We have
{ {
. (-
f )2 dξ dη = -
f-f dξ dη
- -
R R
{ {
1 1
≤ (-
f )2 dξ dη + (-
f )2 dξ dη.
2 -
R 2 -
R
Hence,
{ {
. (-
f )2 dξ dη ≤ (-
f )2 dξ dη
-
R -
R
≤ || -
f ||21, R-.
Thus,
. π: -
f −→ -
f
- into . L 2 ( R,
is linear and continuous from . H 1 ( R) - R) (we even have continuity from
2 - 2 -
. L ( R, R) into . L ( R, R)). Q.E.D.
Proof We have
{ {
. (uz h − u z h ) d xd y = (u − u)(z h − z h ) d xd y
R R
@seismicisolation
@seismicisolation
354 6 Nodal Methods
Hence,
{
. (σ uz h − σ u z h ) d xd y ≤ ||u − u||0,R ||z h − z h ||0,R
R
≤ ch 2 |u|1,R |z h |1,R .
Thus,
|{ | ( ) 21
| | E
| |
| (σ uz h − σ u z h ) d xd y | ≤ ch |u|1,Ω |z h |1,R .
2 2
.
Ω R⊂Ω
π z
. ∂ R h |S = average de z h on S,
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 355
{ ( )
∂u ∂u
. D1 + D2 ds = 0
S ∂n 1 ∂n 2
π z
. ∂ R1 h |S = π∂ R2 z h |S
R1
S R2
D1 D2
because .π∂ R1 z h = cte is continuous and, we have conservation of the flow. Thus,
E{ ∂u E{ ∂u
. D z h ds = D (z h − π∂ R z h ) ds.
R⊂Ω ∂R ∂n R R⊂Ω ∂ R
∂n R
C B
D A
@seismicisolation
@seismicisolation
356 6 Nodal Methods
Further,
{ {
∂u ∂u
. D (z h − π AB z h ) dy − D (z h − πC D z h ) dy =
AB ∂ x CD ∂ x
[{ { 1 ]
/\y 1 ∂-u ∂-
u
D (1, η)(-zh − -
π-
z h )(1, η) dη − (−1, η)(-
zh − -
π-
z h )(−1, η) dη
/\x −1 ∂ξ −1 ∂ξ
with .-
π- - and moreover, the mean of .-
z h is defined on .∂ R z h is equal to the mean of .-
π-
zh
on each side. We pose
{ 1 { 1
∂-
u ∂-
u
u ,-
.G(- zh ) = (1, η)(-
zh − -
π-
z h )(1, η) dη − (−1, η)(-
zh − -
π-
z h )(−1, η) dη.
−1 ∂ξ −1 ∂ξ
Method 1: We have
-
z (ξ, η) = α0 ϕ0 + α1 ϕ1 + α2 ϕ2 + α3 ϕ3 + α4 ϕ4 .
. h
Hence,
-
z (1, η) = α0 ϕ0 (1, η) + α1 ϕ1 (1, η) + α2 ϕ2 (1, η) + α3 ϕ3 (1, η) + α4 ϕ4 (1, η)
. h
( ) ( )
α0 α2 α4 α2 − α4 3 3 3
= + α1 − − + η + − α0 + α 2 + α 4 η 2
2 4 4 2 2 4 4
and
.-
z h (−1, η) = α0 ϕ0 (−1, η) + α1 ϕ1 (−1, η) + α2 ϕ2 (−1, η) + α3 ϕ3 (−1, η) + α4 ϕ4 (−1, η)
( ) ( )
α0 α2 α4 α2 − α4 3 3 3
= + α3 − − + η + − α0 + α2 + α4 η 2 .
2 4 4 2 2 4 4
Likewise,
.-
π-
z h (−1, η) = α3 .
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 357
Thus,
( ) ( )
α0 α2 α4 α2 − α4 3 3 3
(-
.zh − -
π-
z h )(1, η) = − − + η + − α0 + α 2 + α 4 η 2
2 4 4 2 2 4 4
and
( ) ( )
α0 α2 α4 α2 − α4 3 3 3
.(-
zh −-
π-
z h )(−1, η) = − − + η + − α0 + α2 + α4 η 2 .
2 4 4 2 2 4 4
Method 2: We write .-
z h under the form
-
z (ξ, η) = a + bξ + cη + dξ 2 + eη2 .
. h
Hence,
-
z (1, η) = a + b + cη + d + eη2
. h
and e
-
π-
.z h (1, η) = a + b + d + .
3
Likewise,
-
z (−1, η) = a − b + cη + d + eη2
. h
and e
-
π-
.z h (−1, η) = a − b + d + .
3
Thus,
e
.(-
zh − -
π-
z h )(1, η) = cη + eη2 −
3
and e
.(-
zh − -
π-
z h )(−1, η) = cη + eη2 − .
3
u ,-
It follows that in the two methods .G(- z h ) = 0 for all .-
u ∈ P1 . So, we get the
polynomial invariance.
Question: Can we improve the polynomial invariance of . P1 .
.
u = η2 , then . ∂-
In fact, if .- u
∂ξ
= 0 and hence .G(-
u ,- u = ξ η, then . ∂-
z h ) = 0. If .- u
∂ξ
=η
and so .G(-u ,-z h ) = 0 because
{ ( { 1 (
1
e) e)
. η cη + eη2 − dη − η cη + eη2 − dη = 0.
−1 3 −1 3
@seismicisolation
@seismicisolation
358 6 Nodal Methods
u = ξ 2 , then . ∂-
If .- u
∂ξ
= 2ξ and so .G(-u ,-
z h ) = 0. Hence, we have polynomial invariance
. P2 . The mapping
.-
u −→ G(- u ,-
zh )
|G(-
. u ,-
z h )| ≤ c|-
u |3, R-|-
z h |1, R-
≤ ch 2 |u|3,R |z h |1,R .
Thus,
| | ( ) 21
|E { ∂u | E
| |
.| D z h ds | ≤ ch |u|3,Ω
2
|z h |1,R .
2
| ∂n R |
R⊂Ω ∂ R R⊂Ω
|G(-
. u ,-
z h )| ≤ c|-
z h |1, R-||-
u ||3, R-. (6.1.4)
In fact,
|| ||
|| ∂-
u ||
.|G(-
u ,- ||
z h )| ≤ || (1, η)|||| ||(-
zh − -
π- z h )(1, η)||0,(−1,1)
∂ξ 0,(−1,1)
|| ||
|| ∂-
u ||
+ || ||
|| ∂ξ (−1, η)|| ||(-zh − -π-
z h )(−1, η)||0,(−1,1) .
0,(−1,1)
@seismicisolation
@seismicisolation
6.1 Nodal Method for Squares or Rectangles 359
So,
|G(-
. u ,-
z h )| ≤ c||-
u ||3, R-(||(-
zh − -
π-
z h )(1, η)||1, R- + ||(-
zh − -
π-
z h )(−1, η)||1, R-).
||(-
. zh − -
π-
z h )(1, η)||1, R- = α|c| + β|e|.
||(-
. zh − -
π-
z h )(1, η)||1, R- ≤ c|-
z h |1, R-.
||(-
. zh − -
π-
z h )(−1, η)||1, R- ≤ c|-
z h |1, R-.
Thus,
.||u − u h ||h ≤ ||u − rh u||h + ||rh u − u h ||h = o(h).
Further,
{ ( )2 ( )2
∂ ∂
|u
. − rh u|21,R = (u − rh u) + (u − rh u) d xd y.
R ∂x ∂y
@seismicisolation
@seismicisolation
360 6 Nodal Methods
If .u ∈ P1 , then .rh u = u. If .-
u = ξ η, then .-
r- - and .-
u∈P r-
u = 0. In fact,
E
4
-
r-
.u= αi ϕi
i=1
Hence, we have no polynomial invariance for . P2 . Hence, we can’t do better. But the
important thing is that, we have
( ) 21
E{
. D|∇(u − u h )|2 d xd y ≤ ch(|u|2,Ω + |u|3,Ω + || f ||1,Ω + |u|1,Ω ),
R⊂Ω R
and
( ) 21
E{
. σ (u − u h ) d xd y 2
≤ ch 2 (|u|2,Ω + |u|3,Ω + || f ||1,Ω + |u|1,Ω ).
R⊂Ω R
In fact, { {
. D|∇(u − u h )| d xd y = D 2
|∇(u − u h )|2 d xd y.
R R
Hence,
.|u − u h |1,R ≤ |u − rh u|1,R + |rh u − u h |1,R .
- Hence,
On the other hand, . P1 ⊂ P.
|u − rh u|1,R ≤ ch|u|2,R .
.
So,
. |u − u h |21,R ≤ 2ch 2 |u|22,R + 2|rh u − u h |21,R .
Thus,
( ) 21
E{
. D|∇(u − u h )| d xd y 2
≤ ch(|u|2,Ω + |u|3,Ω + || f ||1,Ω + |u|1,Ω ).
R⊂Ω R
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 361
Thus,
. ||u − u h ||20,R ≤ 2||u − rh u||20,R + 2||u h − rh u||20,R .
Since . P1 ⊂ Pk ,
. ||u − rh u||0,R ≤ ch 2 |u|2,Ω ,
then
( ) 21
E{
. σ (u − u h )2 d xd y ≤ ch 2 (|u|2,Ω + |u|3,Ω + || f ||1,Ω + |u|1,Ω ).
R⊂Ω R
@seismicisolation
@seismicisolation
362 6 Nodal Methods
-
T
The question that arises is: is this method well defined, i.e., does there exist a unique
polynomial of Q 1 taking mean values given on each side and on the elements. Indeed,
we suppose that this polynomial exists and is unique. Note ϕ0 , ϕ1 , ϕ2 , and ϕ3 the
basis elements.
η
ϕ3 -
T ϕ2
ϕ0
0 ϕ1 1 ξ
ϕ is written
. 1
ϕ (ξ, η) = a + bξ + cη + eξ η.
. 1
For .η = 0, we have
{ 1
1 b
. (a + bξ ) dξ = a + = 1.
1−0 0 2
For .ξ = 0, we have
{ 1
1 c
. (a + cη) dη = a + = 0.
1−0 0 2
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 363
For .ξ + η = 1, we have
{ 1
1 b c e
. (a + bξ + c(1 − ξ ) + eξ(1 − ξ )) dξ = a + + + = 0.
1−0 0 2 2 6
- gives
The average of .ϕ1 on .T
{
a b c e
. (a + bξ + cη + eξ η) dξ dη = + + + = 0.
-
T 2 6 6 24
Thus,
ϕ (ξ, η) = −1 + 4ξ + 2η − 12ξ η.
. 1
By symmetry, we find
ϕ (ξ, η) = −1 + 4η + 2ξ − 12ξ η.
. 3
ϕ is written
. 2
ϕ (ξ, η) = a + bξ + cη + eξ η.
. 2
For .η = 0, we have
{ 1
1 b
. (a + bξ ) dξ = a + = 0.
1−0 0 2
For .ξ = 0, we have
@seismicisolation
@seismicisolation
364 6 Nodal Methods
{ 1
1 c
. (a + cη) dη = a + = 0.
1−0 0 2
For .ξ + η = 1, we have
{ 1
1 b c e
. (a + bξ + c(1 − ξ ) + eξ(1 − ξ )) dξ = a + + + = 1.
1−0 0 2 2 6
- gives
The average of .ϕ2 on .T
{
a b c e
. (a + bξ + cη + eξ η) dξ dη = + + + = 0.
-
T 2 6 6 24
Hence,
ϕ (ξ, η) = −3 + 6ξ + 6η − 18ξ η.
. 2
ϕ is written
. 0
ϕ (ξ, η) = a + bξ + cη + eξ η.
. 0
We find ⎧
⎪
⎪ a = 24
⎨
b = −48
.
⎪
⎪ c = −48
⎩
e = 144.
So,
ϕ (ξ, η) = 24 − 48ξ − 48η + 144ξ η.
. 0
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 365
E
3
. -
p= αi ϕi
i=0
We have { ( )
∂u 1h ∂u 2
. D1 + D2 h ds = 0
S ∂n 1 ∂n 2
The question now is: is the Nodal method identical to the non-conforming method:
Find .u h ∈ Vh such that
.ah (u h , vh ) = L(vh )
E{
and
. L(vh ) = f vh d xd y,
T ⊂Ω T
@seismicisolation
@seismicisolation
366 6 Nodal Methods
a (u h , vh ) = L(vh )
. h
To answer the question .(iii), we are not going to follow the same method that we
used in the Nodal method for squares. The essential tool that has been used in the
Nodal method for squares is that the derivative normal with respect to each side is a
constant. On the other hand, for this example, we do not have this condition. Indeed,
for example
.ϕ0 (ξ, η) = 24(1 − 2ξ − 2η + 6ξ η).
Hence,
∂ϕ0
. (0, η) = 24(−2 + 6η)
∂ξ
and
∂ϕ0
. (ξ, 0) = 24(−2 + 6ξ ).
∂η
So, ( )
∂ϕ0 ∂ϕ0
. + (ξ, 1 − ξ ) = 48.
∂ξ ∂η
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 367
-=
Thus, not all normal derivatives are constants. Hence, instead of working with . P
Q 1 , we work with a method that we will describe below.
-2
A
-3
A 2 -1
A
We have .4 degrees of freedom, the mean over each side and the mean over the
element. In addition, we want the normal derivative to be a constant by side so that
we can find as for the square, an equivalent non-conforming method. The idea is
to choose .v(ξ, η) ∈ P2 and, to find conditions on the coefficients so that, we have a
normal derivative equal to a constant by side. Let
.v(ξ, η) = a + bξ + cη + dξ η + eξ 2 + f η2 .
Hence,
∂v
. (ξ, η) = b + dη + 2eξ
∂ξ
∂v
. (ξ, η) = c + dξ + 2 f η.
∂η
Thus,
∂v
. (0, η) = b + dη
∂ξ
∂v
. (ξ, 0) = c + dξ.
∂η
@seismicisolation
@seismicisolation
368 6 Nodal Methods
So, for the normal derivatives to be equal to a constant by sides, it suffices to take
d = 0 and .e = f . Hence,
.
v(ξ, η) = a + bξ + cη + f (ξ 2 + η2 ).
.
and
.v(0, η) = a + cη + f η2 .
{ 1
Since . v(ξ, 0) dξ = 0, we have
0
b f
a+
. + = 0.
2 3
{ 1
Since . v(0, η) dη = 1, we have
0
c f
. a+ + = 1.
2 3
{ 1
Since . v(ξ, 1 − ξ ) dξ = 0, we have
0
b c f f
.a+ + c − + + f + − f = 0.
2 2 3 3
The last equation {
. v(ξ, η) dξ dη = 0
-
T
gives
a b c f f
. + + + + = 0.
2 6 6 12 12
Hence, we fall on the following linear system
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 369
⎧
⎪
⎪ b f
⎪
⎪ a+ + =0
⎪
⎪ 2 3
⎪
⎪
⎪
⎪ c f
⎨a + + = 1
.
2 3
⎪
⎪a + b + c + 2 f = 0
⎪
⎪
⎪
⎪ 2 2 3
⎪
⎪
⎪
⎪ a b c f
⎩ + + + = 0.
2 6 6 6
Hence,
v(ξ, η) = 1 − 4ξ − 2η + 3(ξ 2 + η2 ).
.
This polynomial checks that the mean on the side .1 is equal to .1 and that the means
on the other sides are zero. Thus,
ϕ (ξ, η) = 1 − 4ξ − 2η + 3(ξ 2 + η2 )
. 1
ϕ (ξ, η) = 1 − 2ξ − 4η + 3(ξ 2 + η2 )
. 2
ϕ (ξ, η) = −1 + 3(ξ 2 + η2 )
. 3
and
ϕ (ξ, η) = 6ξ + 6η − 9(ξ 2 + η2 ).
. 0
@seismicisolation
@seismicisolation
370 6 Nodal Methods
∂u ∂u ∂u
. = nx + ny.
∂n ∂x ∂y
A2
( )
−
→ y2 − y1
n
x1 − x2
A1
A3
-
∂u -
∂u -
∂u
. = nx + ny.
∂n ∂x ∂y
Hence,
-
∂u ∂-
u ∂y ∂-
u ∂y
J
. T (ξ, η) = −
∂x ∂ξ ∂η ∂η ∂ξ
-
∂u ∂-
u ∂x ∂-
u ∂x
J
. T (ξ, η) = − +
∂y ∂ξ ∂η ∂η ∂ξ
∂-
u ∂-
u
+
∂ξ ∂η
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 371
Thus,
- [( ) ( ) ]
∂u 1 u ∂y
∂- ∂-
u ∂y ∂-
u ∂x ∂-
u ∂x
. (ξ, η) = − nx + − + ny
∂n JT ∂ξ ∂η ∂η ∂ξ ∂ξ ∂η ∂η ∂ξ
with
. x = ξ x1 + ηx2 + (1 − ξ − η)x3 ,
. y = ξ y1 + ηy2 + (1 − ξ − η)y3 ,
y2 − y1 x1 − x2
n =
. x , ny = ,
l l
with .l is the length of side. It follows that
- [ ]
∂u 1 ∂-u ∂-
u
. (ξ, η) = a+ b ,
∂n l JT ∂ξ ∂η
with
a = (y2 − y3 )(y2 − y1 ) − (x2 − x3 )(x1 − x2 )
.
and
b = −(y1 − y3 )(y2 − y1 ) + (x1 − x3 )(x1 − x2 ).
.
∂-
u ∂-
u
. + = cte
∂ξ ∂η
@seismicisolation
@seismicisolation
372 6 Nodal Methods
A2
a1− −a3
A3 a2 A1
ϕ = 1 − 6λi + 6λi2 1 ≤ i ≤ 3
. i
( )
E
3
ϕ =2 2−3
. 0 λi2 .
i=1
. 1 ϕ = 1 − 6λ1 + 6λ21 .
On the side . A2 A3 , .λ1 = 0, so .ϕ1 = 1. Thus, the average of .ϕ1 is equal to .1. On the
side . A1 A2 , .λ1 ranges from .0 to .1, so
{ 1
6 6
. (1 − 6λ1 + 6λ21 )dλ1 = 1 − + = 0.
0 2 3
and { ( ( ) )
mes(T ) 6 6
. ϕ1 = 1+ 1− + 2 = 0.
T 3 2 4
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 373
Likewise, for others. Hence, .{ϕi }0≤i≤3 are the basis elements. We have
∂ϕi
.
∂n
with . S = A1 A2 .
A2
ϕ3
A3 1
S 2
A1
On . A2 A3 and . A3 A1 , . ∂u
∂n
h
∈ P1 because .ϕi ∈ P2 . For that, let’s seek the roots of the
polynomial .1 − 6λ + 6λ2 . We pose
√
1 ± 3
.λ = ±
2 2×3
the abscissa of Gauss Legendre on .[0, 1]. Hence, .1 − 6λ + 6λ2 along a side is equal
to the Legendre polynomial of degree .2. However, the Legendre polynomial . pi ,
defined on .[0, 1] of degree .i, satisfies
{ 1
. pi (x) p j (x) d x = δi j
0
and { 1
. pi (x)q(x) d x = 0
0
@seismicisolation
@seismicisolation
374 6 Nodal Methods
for any polynomial .q of strict degree less than .i, with .δi j is the Kronecker symbol.
So, from this condition, we have the desired hypothesis (6.2.1), i.e.,
{ {
∂u 1 ∂u 1h
. D1 h ds = D1 ϕ3 ds.
S ∂n 1 ∂T ∂n 1
∂u 1
In fact, . ∂nh1 ∈ P1 on the sides . A1 A3 and . A3 A2 and, .ϕ3 is a Legendre polynomial of
degree .2, so {
∂u 1h
. ϕ3 = 0
A1 A3 ∂n 1
and {
∂u 1h
. ϕ3 = 0.
A2 A3 ∂n 1
Hence, { {
∂u 1h ∂u 1h
. D1 ds = D1 ϕ3 ds.
S ∂n 1 ∂T ∂n 1
We end this chapter with a theorem which shows that the Nodal method is identical
to the non-conforming method.
a (u h , vh ) = L(vh )
. h (6.2.2)
E{
and
. L(vh ) = f vh d xd y
T ⊂Ω T
with . D and .σ are equal to constants with respect to each triangle .T , .vh |T is the
average of .vh on .T , i.e., {
1
.vh |T = vh d xd y
mes(T ) T
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 375
Proof We recall the reasoning made in [3]. We consider the equations of the nodal
method and we will show that they can be written in the variational form (6.2.2). Let
.G A1 A2 ∈ Vh be the zero-mean function everywhere except on . A 1 A 2 . Hence,
{ {
∂u 1 ∂u 2h
. D1 h G A1 A2 ds + D2 G A1 A2 ds = 0
∂ T1 ∂n 1 ∂ T2 ∂n 2
because { {
∂u 1h ∂u 2h
. D1 ds + D2 ds = 0.
S ∂n 1 S ∂n 2
. + D2 ∇u 2h ∇G A1 A2 d xd y = 0.
T2
and {
. G A1 A2 d xd y = 0.
T2
Hence, { {
. D1 ∇u 1h ∇G A1 A2 d xd y + D2 ∇u 2h ∇G A1 A2 d xd y = 0.
T1 T2
Furthermore, {
. σ u h 1 G A1 A2 d xd y = 0
T1
{
. σ u h 2 G A1 A2 d xd y = 0
T2
{
. f G A1 A2 d xd y = 0
T1
@seismicisolation
@seismicisolation
376 6 Nodal Methods
and {
. f G A1 A2 d xd y = 0.
T2
Hence,
{ {
. (D1 ∇u 1h ∇G A1 A2 + σ u h 1 G A1 A2 − f G A1 A2 ) dxdy+ (D2 ∇u 2h ∇G A1 A2 + σ u h 2 G A1 A2
T1 T2
− f G A1 A2 ) dxdy = 0.
{
. (D1 ∇u hT ∇G AB + σ u h T G AB − f G AB ) d xd y = 0
T
U
because .supp(G AB ) = T1 T2 . Hence,
E{
. (D1 ∇u hT ∇G AB + σ u h T G AB − f G AB ) d xd y = 0.
T ⊂Ω T
with
. 0 ϕ = 2(2 − 3(λ21 + λ22 + λ23 )).
Since
E
3
. λi = 1,
i=1
@seismicisolation
@seismicisolation
6.2 Nodal Method on Triangles 377
ϕ
. 0 |A A
1 2
= 2(2 − 3(λ21 + (1 − λ1 )2 ))
= 2(2 − 3(λ21 + 1 + λ21 − 2λ1 ))
= −2(1 − 6λ1 + 6λ21 ).
∂u h
. ∈ P1 ,
∂n T
we have {
∂u h
. D ϕ0 = 0.
A1 A2 ∂n T
Thus, { {
. −D/\u h d xd y = D∇u h ∇ϕ0 d xd y.
T1 T1
Further, { { {
. σ u h d xd y = σ u h ϕ0 d xd y = σ u h ϕ0 d xd y
T1 T1 T1
and { {
. f d xdy = f ϕ0 d xd y.
T1 T1
Hence, {
. (D∇u h ∇ϕ0 + σ u h ϕ0 − f ϕ0 ) d xd y = 0.
T1
E{
Thus,
. (D∇u h ∇ϕ0T + σ u h ϕ0T − f ϕ0T ) d xd y = 0
T ⊂Ω T
Furthermore, { {
. σ u h vh d xd y = σ u h vh d xd y.
T T
@seismicisolation
@seismicisolation
378 6 Nodal Methods
E{
Hence,
. (D∇u h · ∇vh + σ u h vh − f vh ) d xd y = 0.
T ⊂Ω T
a (u h , vh ) = L(vh )
. h
for all .vh ∈ Vh . Thus, the Nodal method is identical to the non-conforming method.
This completes the proof. Q.E.D.
References
1. R.D. Lauwrence, Progress in nodal methods for the solution of the neutron diffusion and transport
equations. Prog. Nucl. Energy 17 (1986)
2. K. Koebke, M.R. Wagner, Progress in nodal reactor analysis. Atomkernnenergie Kerntechnik
43 (1983)
3. C. Fedon-Magnaud, Etude théorique de quelques méthodes nodales de résolution de l’équation
de la diffusion, Thèse de doctorat de l’université de Paris, vol. 6 (1983)
@seismicisolation
@seismicisolation
Chapter 7
Positive Symmetric First-Order Systems
Within the Meaning of Friedrichs
This chapter is devoted to the analysis of the positive symmetric first-order systems
within the meaning of Friedrichs.
Let .Ω be a bounded open set of .Rn , whose boundary .∂Ω is continuous [1] and a
time continuously differentiable by pieces (we will say .C 1 by parts). We consider
the Friedrichs symmetric systems
E
n
∂u
. Au(x) = Ai (x) (x) + A0 (x)u(x), (7.1.1)
i=1
∂ xi
E
n
∂u
. Ai (x) (x) + A0 (x)u(x) = F(x) for x ∈ Ω (7.1.2)
i=1
∂ xi
E
n
. B= νi Ai
i=1
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 379
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_7
@seismicisolation
@seismicisolation
380 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
with .νi .1 ≤ i ≤ n are the components of the normal vector outside the domain .∂Ω.
We will say that .u is a classical solution if .u ∈ (C 1 (Ω, R)) p . We denote by .t M the
adjoint matrix of . M and, we assume that
En
∂
∗
. A u(x) = − (Ai (x)u(x)) + A∗0 (x)u(x) for x ∈ Ω.
i=1
∂ x i
Definition 7.1.1 We will say that .u is a strong solution of the problem (7.1.2)–
(7.1.3), if there is a sequence .(u j ) j of functions of .(H 1 (Ω)) p satisfying the boundary
conditions (7.1.3) and such that
( )
. lim ||u j − u||(L 2 (Ω,R)) p + ||F − Au j ||(L 2 (Ω,R)) p = 0.
j→∞ ♦
Definition 7.1.2 We say that the operator. A defined on a subspace.W of.(C 1 (Ω, R)) p
is coercive, if there exists a constant .α > 0 such that
There are different theorems for the existence of a strong solution, depending on
the assumptions made on the boundary .∂Ω, the second member . F, the matrices
. B(x) and . M(x), . x ∈ ∂Ω. We quote one of them [2]. For more details, we refer to
Friedrichs [3], Lax and Phillips [2], Phillips and Sarason [4].
Theorem 7.1.3 Let . A be a positive operator. We assume that the boundary .∂Ω is
of class .C 2 , that the hypotheses (7.1.4)–(7.1.5)–(7.1.6) are satisfied and that the
subspace . K er (B(x) − M(x)) of .R p is generated by vectors varying continuously
with .x for .x ∈ ∂Ω. Then, for all . F ∈ (L 2 (Ω, R)) p , the problem (7.1.2)–(7.1.3) has
a unique strong solution. ♦
@seismicisolation
@seismicisolation
7.1 First Order of Friedrichs Symmetric Systems 381
to have coercivity, with .(·, ·)2 is the euclidean scalar product of .R p , given by
E
p
(u, v)2 =
. u i vi
i=1
and .u i (resp. .vi ) is the .i-th component of the vector .u (resp. .v) and
{
(u, v)(L 2 (Ω,R)) p =
. (u, v)2 d x.
Ω
with
En
∂
. A∗ v = − (Ai (x)v) + A∗0 v. (7.1.8)
i=1
∂ x i
In fact,
{
. (Aϕ, ψ)(L 2 (Ω,R)) p = (Aϕ, ψ)2 d x
Ω
{ (E n
)
∂ϕ
= Ai (x) (x) + A0 ϕ(x), ψ dx
Ω i=1
∂ xi
2
{ E n ( ) {
∂ϕ
= (x), Ai (x)ψ d x + (ϕ, A∗0 ψ)2 d x.
Ω i=1 ∂ xi 2 Ω
@seismicisolation
@seismicisolation
382 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ En ( ) {
∂
(Aϕ, ψ)(L 2 (Ω,R)) p
. = − ϕ, (Ai (x)ψ) d x + (ϕ, A∗0 ψ)2 d x.
Ω i=1
∂ xi 2 Ω
Thus,
En
∂
. A∗ ψ = − (Ai (x)ψ) + A∗0 ψ.
i=1
∂ x i
Theorem 7.1.4 We assume that .Ω is an open bounded of .Rn with piecewise smooth
boundary .Γ = ∂Ω. Let .u, .v ∈ (H 1 (Ω)) p , then
{ { {
∗
. (Au, v)2 d x = (u, A v)2 d x + (Bu, v)2 dσ,
Ω Ω Γ
E
n
. B= νi Ai
i=1
with .νi .1 ≤ i ≤ n are the components of the normal vector outside the domain .∂Ω
and .dσ is a surface element. ♦
En
∂ En
∂ Ai (x) En
∂v
. (Ai (x)v) = v+ Ai (x)
i=1
∂ x i i=1
∂ x i i=1
∂ xi
E
n
∂ Ai (x)
= v + Av − A0 v.
i=1
∂ xi
@seismicisolation
@seismicisolation
7.1 First Order of Friedrichs Symmetric Systems 383
Hence,
{ ( E
n
) { {
∂ Ai (x)
.(Av, v)(L 2 (Ω,R)) p = v, − v + A0 v + A∗0 v dx − (v, Av)2 d x + (Bv, v)2 dσ.
Ω ∂ x i Ω Γ
i=1 2
Thus,
{ ( ( E n
) ) {
∂ ∗
.2(Av, v)(L 2 (Ω,R)) p = v, − (Ai (x)) + A0 + A0 v d x + (Bv, v)2 dσ.
Ω ∂ xi Γ
i=1 2
{ ( ( E n
) ) {
∂ ∗
.2(Av, v)(L 2 (Ω,R)) p = v, − (Ai (x)) + A0 + A0 v d x + (Bv, v)2 dσ.
Ω ∂ xi Γ
i=1 2
Lemma 7.1.6 For all.u (resp..v) in.(H 1 (Ω)) p and satisfying the boundary conditions
(7.1.3) (resp. (7.1.7)), we have
Let
En
∂
.C(x) = A0 (x) + A∗0 (x) − (Ai (x)).
i=1
∂ xi
Definition 7.1.8 We say that the system (7.1.2)–(7.1.3) is positive in the sense of
Friedrichs if there exists .α > 0 such that
.
t
XC(x)X ≥ 2α t X X (7.1.9)
for all . X ∈ R p . ♦
@seismicisolation
@seismicisolation
384 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
that we would like it to be positive or zero. For that, a sufficient condition is to define
the subspace .W by
{
. (Bv, v)2 dσ ≥ 0.
Γ
Hence, {
. (Bv, v)2 dσ ≥ 0.
Γ
So, if .v ∈ W , then {
. (Av, v)2 d x ≥ α||v||2(L 2 (Ω,R)) p .
Ω
Thus, we only have coercivity in .(L 2 (Ω, R)) p . Consequently, we have the existence
and uniqueness of the solution only in .(L 2 (Ω, R)) p of the problem: Find .u ∈ R p
such that
.(Au, v)(L 2 (Ω,R)) p = L(v)
@seismicisolation
@seismicisolation
7.2 Existence of a Weak Solution for the Problem (7.1.2)–(7.1.3) 385
Since we are looking for a weak solution .u ∈ (L 2 (Ω, R)) p , a simple (and natural)
way to make sense of the integral
{
. (u, (B +t M)ϕ)2 dσ
Γ
(B +t M)ϕ = 0.
.
(u, A∗ ϕ)(L 2 (Ω,R)) p = (F, ϕ)(L 2 (Ω,R)) p for all ϕ ∈ (C 1 (Ω, R)) p
.
@seismicisolation
@seismicisolation
386 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
We can write
B−M B+M
. B= + .
2 2
Hence,
{ { (( ) ) { (( ) )
B−M B+M
. (Bu, z)2 dσ = u, z dσ + u, z dσ
Γ Γ 2 Γ 2
{ ( ( ) ) 2 2
B +t M
= u, z dσ
Γ 2 2
because . B is symmetric since the . Ai are also symmetrical. Hence, according to the
last equality, we have taken
.(B − M)u = 0
because . M is arbitrary. So, to get rid of the boundary term, we can take the next
space { }
∗
. W = z ∈ (C (Ω, R)) such that (B + M)z |∂Ω = 0 .
1 p t
for all .z ∈∗ W .
Question: Is there existence of .u, uniqueness and regularity.
If, we have the existence of .u, then . Au = F in .D , (Ω). In this case can one then
recover the boundary conditions.
@seismicisolation
@seismicisolation
7.2 Existence of a Weak Solution for the Problem (7.1.2)–(7.1.3) 387
En
∂
. A∗ z = − (Ai z) + A∗0 z
i=1
∂ x i
( n )
En
∂z E ∂ Ai
=− Ai + − + A∗0 z.
i=1
∂ x i i=1
∂ x i
E
n
. B A∗ =− νi Ai = −B A .
i=1
The choice of
E
n
. B A∗ = − νi Ai
i=1
Lemma 7.2.4 The operator . A∗ with the adjoining boundary conditions satisfies
{
. (A∗ z, z)2 d x ≥ α||z||2(L 2 (Ω,R)) p
Ω
for all .z ∈∗ W . ♦
En
∂
. A∗ z = − (Ai z) + A∗0 z.
i=1
∂ x i
@seismicisolation
@seismicisolation
388 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Hence,
{ { (( E n
) )
∗ ∂ ∗
. (A z, z)2 d x = − (Ai (x)) + A0 + A0 − A z, z d x.
Ω Ω i=1
∂ xi
2
Thus, { {
1
. (A∗ z, z)2 d x = (C(x)z, z)2 d x
Ω 2 Ω
with
En
∂
. C(x) = A0 + A∗0 − (Ai (x)).
i=1
∂ xi
.
t
XC(x)X ≥ 2α t X X.
Hence, {
. (A∗ z, z)2 d x ≥ α||z||2(L 2 (Ω,R)) p
Ω
for all .z ∈∗ W . This allows us to say that there is uniqueness in .∗ W for the solution
of . Au = F. Q.E.D.
Theorem 7.2.5 Let . F ∈ (L 2 (Ω, R)) p . We assume that . A is positive in the sense
of Friedrichs and that the boundary conditions (7.1.10) are semi-admissible. Then,
there is .u ∈ (L 2 (Ω, R)) p such that
{ {
∗
. (u, A z)2 d x = (F, z)2 d x
Ω Ω
for all .z ∈∗ W . ♦
Proof Let
. V = {v = A∗ z, z ∈∗ W }
= I m(A∗ )
= A∗ (∗ W ).
.V is a vector subspace of .(L 2 (Ω, R)) p . We equip it of the norm of .(L 2 (Ω, R)) p .
Usually is not dense in .(L 2 (Ω, R)) p and .(V, || · ||(L 2 (Ω,R)) p ) is not always complete
and in general is not dense in .(L 2 (Ω, R)) p . On .V , we define the map . L(·), with
∗
.v ∈ V , we associate . z ∈ W in a unique way
@seismicisolation
@seismicisolation
7.2 Existence of a Weak Solution for the Problem (7.1.2)–(7.1.3) 389
{
v −→
. (F, z)2 d x
Ω
≥α||z||2(L 2 (Ω,R)) p
and
1
||z||(L 2 (Ω,R)) p ≤
. ||v||(L 2 (Ω,R)) p .
α
According to the Han Banach theorem, we can extend . L by . L which is linear and
continuous on .(L 2 (Ω, R)) p and, checking
|L(v)|
||L|| = sup
.
||v||(L 2 (Ω,R)) p
1
≤ ||F||(L 2 (Ω,R)) p .
α
According to the Riesz Fréchet theorem, there is .u ∈ (L 2 (Ω, R)) p such that
@seismicisolation
@seismicisolation
390 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Corollary 7.2.6 We assume that . A is positive in the sense of Friedrichs and that the
boundary conditions (7.1.10) are semi-admissible. Then, for all . F ∈ (L 2 (Ω, R)) p ,
the problem (7.1.2)–(7.1.3) has at least one weak solution that verifies
1
||u||(L 2 (Ω,R)) p ≤
. ||F||(L 2 (Ω,R)) p .
α
♦
( )
. lim ||u j − u||(L 2 (Ω,R)) p + ||F − Au||(L 2 (Ω,R)) p = 0,
j→+∞
and ( )
. lim ||-
uj −- u ||(L 2 (Ω,R)) p = 0.
u ||(L 2 (Ω,R)) p + ||F − A-
j→+∞
Hence,
.(A(u j − -
u j ), u j − -
u j )(L 2 (Ω,R)) p ≥ α||u j − -
u j ||2(L 2 (Ω,R)) p .
0 ≥ α||u j − -
. u j ||2(L 2 (Ω,R)) p .
Thus, .u j = -
u j. Q.E.D.
Remark 7.3.2 Using Lemma 7.1.5, we can also show that if a strong solution .u
exists, then
1
||u||(L 2 (Ω,R)) p ≤
. ||F||(L 2 (Ω,R)) p .
α
♦
@seismicisolation
@seismicisolation
7.4 Boundary Conditions 391
Remark 7.3.3 .(i) We took .(V, || · ||(L 2 (Ω,R)) p ) but we can take .(V, || · ||1,Ω ) and, we
use the fact that the canonical injection from . H 1 (Ω) into . L 2 (Ω, R) is continuous.
(ii) There is uniqueness of the solution .u ∈ (L 2 (Ω, R)) p such that
.
(B − M)(u − g) = 0 on ∂Ω,
.
Hence, {
. (Bu, z)2 dσ = 0.
Γ
We replace . B par
B−M B+M
. B= + ,
2 2
we obtain
{ (( ) ) { ( ( ) )
B−M B +t M
. u, z dσ + u, z dσ = 0.
Γ 2 2 Γ 2 2
@seismicisolation
@seismicisolation
392 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Thus, { (( ) )
B−M
. u, z dσ = 0
Γ 2 2
The proof of the following theorem is based on Lemmas 2.9.14 and 2.9.15.
Theorem 7.4.2 . K er (B − M)(x) + K er (B + M)(x) = R p for all .x ∈ Γ . ♦
Preuve. According to Lemma 2.9.15, we have
n
Hence, since . I m(B − M) (K er (B +t M))⊥ = {0}, then
n
. I m(B − M) I m(B + M) = {0}.
Again, n
. I m(B − M) I m(B + M) = {0}.
Hence,
(I m(B − M))⊥ + (I m(B + M))⊥ = R p .
.
Thus,
. K er (B − M)(x) + K er (B + M)(x) = R p
@seismicisolation
@seismicisolation
7.4 Boundary Conditions 393
. K er (B −t M)(x) + K er (B +t M)(x) = R p
Rp. ♦
n
Proof .(i) ⇒ (ii) Let .w ∈ I m(B −t M) I m(B +t M). Let us show that .w = 0.
In fact, we can write
.2B = B + M + B − M
t t
and
2t M = B +t M − (B −t M).
.
@seismicisolation
@seismicisolation
394 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
and
.w = (B +t M)-
v2 .
Hence,
(B +t M)v1 = 0
.
and
. (B −t M)-
v2 = 0.
Thus,
2t M(v1 +-
. v2 ) = (B +t M)(v1 +-v2 ) − (B −t M)(v1 +-
v2 )
= (B + M)-
t
v2 − (B − M)v1 = 0.
t
Hence, . M(v1 +-
v2 ) = 0. On the other hand,
2B(v1 −-
. v2 ) = (B +t M)(v1 −-v2 ) + (B −t M)(v1 −-
v2 )
= −(B + M)-
t
v2 + (B −t M)v1 = 0.
Hence,. M(v1 −- v2 ) = 0. Thus,. Mv1 = 0 and. M-v2 = 0. Thus,.t Mv1 = 0 and.t M-v2 =
0. Further, .w = (B +t M)- v2 = B-v2 = 0, so .w = 0.
In the same way, we show the implication .(ii) ⇒ (i). Q.E.D.
. K er (B − M) + K er (B + M) = R p .
because
1
(Mu, u) =
. ((M +t M)u, u) ≥ 0.
2
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 395
.(B − M)u = 0.
It follows that
. K er (B − M) + K er (B + M) = K er (B − M) = R p .
Thus, . B = M.
Likewise, for .(ii). Q.E.D.
where .|D| is the diagonal matrix whose elements are the absolute values of the
elements of . D. We check that
. K er (B − M) + K er (B + M) = R p .
When . B is semi-definite, either positive or negative, this is the only possible choice
according to Lemma 7.4.7. In other cases, there are other possible choices.
du
. + σ u = f on ]0, 1[,
dx
with.σ > 0. This system is positive (with.α = σ ). We have. B(0) = −1 and. B(1) = 1,
so . M(0) = M(1). We do not impose a boundary condition for .x = 1, and we impose
one for .x = 0 (for example .u = g).
Example 7.5.2 Let.Ω =]0, 1[. We consider the problem (one-dimensional transport
equation in plane symmetry [5])
du
. + σ u = f on ]0, 1[, (7.5.2)
dx
u(0) = 0,
. (7.5.3)
@seismicisolation
@seismicisolation
396 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
. − u ,, + u = f on ]0, 1[.
We pose .v = u , . Then, {
−u , + v = 0
−v, + u = f.
.
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u 10 u f
. + = .
−1 0 ∂x v 01 v 0
We pose ( )
0 −1
. A1 =
−1 0
and ( )
10
. A0 = .
01
En
∂
.C(x) = A0 (x) + A∗0 (x) − (Ai (x)) = 2I.
i=1
∂ xi
Hence, the system .−u ,, + u = f is positive in the sense of Friedrichs. The matrix . B
is given by
. B = ν A1
with .ν is the components of the external normal vector. Let’s calculate . B(0). The
normal vector .ν in .0 has for component .ν = (−1, 0).
−
→
ν
−
0 1
So,
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 397
. B(0) = (−1)A1
( )
0 −1
= (−1)
−1 0
( )
01
= .
10
We have ( )
−a 1 − b
. (B − M)(0) =
1 − c −d
and ( )
a 1+b
(B + M)(0) =
. .
1+c d
This is equivalent to {
−au + (1 − b)v = 0
. (7.5.4)
(1 − c)u − dv = 0.
@seismicisolation
@seismicisolation
398 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{
(1 − b)v = 0
.
dv = 0.
{
−au = 0
.
(1 − c)u = 0.
Hence, the choice are.b = −1,.d ≥ 0,.a = 0,.c = 1 correspond of Neumann problem.
1−b2
(iii) Mixed boundary condition: The choice .−1 < b < 1, .a > 0, .d =
.
a
, .c = −b
correspond to the problem Mixed.
We proceed in the same way for .x = 1.
d 2u
. − = f on ]0, 1[.
dx2
We pose .v = u , . Then, {
−v, = f
−u , + v = 0.
.
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u 00 u f
. + = . (7.5.5)
−1 0 ∂x v 01 v 0
We pose ( )
0 −1
. A1 =
−1 0
and ( )
00
. A0 = .
01
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 399
Further,
∂
.C(x) = A0 (x) + A∗0 (x) − (A1 (x))
( ) ∂x
00
= .
02
Hence, .C is not positive in the sense of Friedrichs. To make this system positive in
the sense of Friedrichs, we multiply by a matrix of the form
( )
ab
. .
cd
Thus,
( )( ) ( ) ( )( )( ) ( )( )
ab 0 −1 ∂ u ab 00 u ab f
. + = .
cd −1 0 ∂x v cd 01 v cd 0
Which proves
( ) ( ) ( )( ) ( )
−b −a ∂ u 0b u af
. + = .
−d −c ∂x v 0d v cf
We pose ( )
−b −a
. A1 =
−d −c
and ( )
0b
. A0 = .
0d
So, ( )
b, b + a,
C= .
b + a c, + 2a
,
.
Hence, .C is positive definite if, and only if, .tr (C) > 0 and .det C > 0 (see Lemma
2.11.2). Again,
, ,
.b + c + 2a > 0 (7.5.6)
and
.b, (c, + 2a) − (b + a , )2 > 0. (7.5.7)
@seismicisolation
@seismicisolation
400 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
( ) ( )
ba αβ
. B(0) = , M(0) = .
ac γ δ
Hence, ( )
b−α a−β
. (B − M)(0) =
a−γ c−δ
and ( )
b+α a+β
(B + M)(0) =
. .
a+γ c+δ
We want ( )
u(0)
.(B − M)(0) =0
v(0)
2c(b + α) − 2a(a + γ ) = 0.
. (7.5.8)
is positive semi-definite if
2α + 2c ≥ 0
. (7.5.9)
and
4αc − (a + γ )2 ≥ 0.
. (7.5.10)
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 401
We have ( )
−ϕ(1) −1
. B(1) =
−1 0
and ( )
α1 β1
. M(1) = .
γ 1 δ1
Hence, ( )
−ϕ(1) − α1 −1 − β1
. (B − M)(1) =
−1 − γ1 −δ1
and ( )
−ϕ(1) + α1 −1 + β1
(B + M)(1) =
. .
−1 + γ1 δ1
On the other hand, .detB(1) = −1, so the eigenvalues are opposed. Hence,
B(1) is neither positive semi-definite ni negative semi-definite. So, .dim K er (B −
.
M)(1) ≥ 1 and .dim K er (B + M)(1) ≥ 1. Hence, .det(B − M)(1) = 0 and .det(B +
M)(1) = 0. Thus,
.δ1 (α1 + ϕ(1)) − (1 + γ1 )(1 + β1 ) = 0 (7.5.11)
and
. 1 δ (α1 − ϕ(1)) − (−1 + γ1 )(−1 + β1 ) = 0. (7.5.12)
Since we have the Dirichlet boundary conditions, the second column of .(B − M)(1)
is zero. So, .−1 − β1 = 0 and .−δ1 = 0. Therefore, .β1 = −1 and .δ1 = 0. Equation
(7.5.11) gives .−(1 + γ1 ) × 0 = 0. Similarly Eq. (7.5.12) gives .−(γ1 − 1)(−2) = 0,
so .γ1 = 1. We want . M(1) + M ∗ (1) to be positive semi-definite. Indeed,
( )
∗ 2α1 γ1 + β1
. M(1) + M (1) =
γ1 + β1 2δ1
( )
2α1 0
=
0 0
@seismicisolation
@seismicisolation
402 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
with .α1 ≥ 0. .ϕ(0) and .ϕ(1) are arbitrary. We take for example
ϕ(0)
. ϕ(x) =
1 − ϕ(0)x
(ϕ(0))2
. ϕ , (x) =
(1 − ϕ(0)x)2
= (ϕ(x))2 .
Hence,
2ϕ , (x) − ϕ 2 (x) = ϕ 2 (x) > 0.
.
( ) ( )
ab 1 ϕ(x)
. = .
ca 0 1
Hence,
( ) ( )
ϕ(0) − α 1 − β ϕ(0) + α 1 + β
(B − M)(0) =
. , (B + M)(0) = .
1−γ −δ 1+γ δ
Since we have the Neumann boundary conditions, the first column of .(B − M)(0)
is zero. So, .α = ϕ(0) and .γ = 1. On the other hand, .detB(0) = −1, so . B(0) is
neither positive semi-definite nor negative semi-definite. So, we have .dim K er (B −
M)(0) ≥ 1 and .dim K er (B + M)(0) ≥ 1. Therefore, .det(B − M)(0) = 0 and .det
(B + M)(0) = 0. Thus,
. − δ(ϕ(0) − α) − (1 − β)(1 − γ ) = 0
and
δ(ϕ(0) + α) − (1 + β)(1 + γ ) = 0.
.
and ( )
−ϕ(1) + α1 −1 + β1
. (B + M)(1) = .
−1 + γ1 δ1
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 403
Since we have the Neumann boundary conditions, the first column of .(B − M)(1)
is zero. Hence, .α1 = −ϕ(1) and .γ1 = −1. So,
. dim K er (B − M)(1) ≥ 1.
Hence, .ϕ(0) ≥ 0, .ϕ(1) ≤ 0, .ϕ /= 0 and .2ϕ , > ϕ 2 . Hence, .ϕ is strictly increasing, this
is absurd because .ϕ(0) ≥ 0 and .ϕ(1) ≤ 0. So, Neumann is not applicable. In fact,
suppose that the problem
,,
. − u = f on ]0, 1[
and
u , (0) = u , (1) = 0
.
We pose
∂u
. = v.
∂x
Again,
∂u
v−
. = 0.
∂x
@seismicisolation
@seismicisolation
404 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Hence,
∂u ∂v
. − = f.
∂t ∂x
Thus,
( ) ( ) ( ) ( ) ( )( ) ( )
10 ∂ u 0 −1 ∂ u 00 u f
. + + = .
00 ∂t v −1 0 ∂x v 01 v 0
This symmetric system does not satisfy the conditions of positivity (7.1.9). However,
if we pose {
u = eμt u 1 μ > 0
v = eμt v1
.
We have ( )
−1 0
. B(x, 0) = .
0 0
and ( )
10
. B(x, T ) = .
00
which allows us to find the fact that we must give ourselves an initial condition.
d 2u
. − = f on ]0, 1[,
dx2
u(0) = u , (1) = 0.
.
We pose .v = u , . Then, {
−v, = f
(7.5.13)
−u , + v = 0.
.
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 405
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u 00 u f
. + = .
−1 0 ∂x v 01 v 0
We pose ( )
0 −1
. A1 =
−1 0
and ( )
00
. A0 = .
01
∂
C(x) = A0 (x) + A∗0 (x) −
. (A1 (x))
( ) ∂ x
00
= .
02
So, .C is not positive in Friedrichs sense. To make this system positive within the
meaning of Friedrichs we multiply by a matrix of the form
( )
1 ϕ(x)
. .
0 1
Hence, ( ) ( ) ( )( ) ( )
−ϕ −1 ∂ u 0ϕ u f
. + = .
−1 0 ∂x v 01 v 0
We have ( )
ϕ(0) 1
. B(0) =
1 0
and ( )
αβ
. M(0) = .
γ δ
So, ( )
ϕ(0) − α 1 − β
. (B − M)(0) = .
1−γ −δ
We want ( )
u(0)
.(B − M)(0) =0
u , (0)
if, and only if, .u(0) = 0. Hence, .β = 1 and .δ = 0. On the other hand,
@seismicisolation
@seismicisolation
406 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
( )
ϕ(0) + α 2
(B + M)(0) =
. .
1+γ 0
det(B − M)(0) = 0.
.
det(B + M)(0) = 0.
.
and ( )
α1 β1
. M(1) = .
γ 1 δ1
Hence, ( )
−ϕ(1) − α1 −1 − β1
(B − M)(1) =
. .
−1 − γ1 −δ1
We want ( )
u(1)
.(B − M)(1) =0
u , (1)
if, and only if, .u , (1) = 0. Hence, .α1 = −ϕ(1) and .γ1 = −1. On the other hand,
( )
−2ϕ(1) −1 + β1
(B + M)(1) =
. .
−2 δ1
. det(B + M)(1) = 0.
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 407
with .ϕ(1) ≤ 0 and .δ1 ≥ 0. So, .ϕ(0) is any and .ϕ(1) ≤ 0. We take for example
ϕ(0)
ϕ(x) =
.
1 − ϕ(0)x
ϕ(0)
with .ϕ(0) < 0 and .ϕ(1) = 1−ϕ(0)
< 0. We have
(ϕ(0))2
ϕ , (x) =
.
(1 − ϕ(0)x)2
= (ϕ(x))2 .
Hence,
. 2ϕ , (x) − ϕ 2 (x) = ϕ 2 (x) > 0.
is positive within the meaning of Friedrichs. Hence, this system has a unique solution
(u, v).
.
@seismicisolation
@seismicisolation
408 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
In fact,
d 2u
. − = f on ]0, 1[,
dx2
u , (0) = u , (1) = 0.
.
We pose .v = u , . Then, {
−v, = f
−u , + v = 0.
.
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u 00 u f
. + = .
−1 0 ∂x v 01 v 0
We multiply by ( )
ab
.
cd
we obtain ( ) ( ) ( )( ) ( )
−b −a ∂ u 0b u af
. + = .
−d −c ∂x v 0d v cf
We pose ( )
−b −a
. A1 =
−d −c
and ( )
0b
. A0 = .
0d
∂
C(x) = A0 (x) + A∗0 (x) −
. (A1 (x))
( ∂
) x
b, b + a,
= .
b + a c, + 2a
,
C(x) is positive definite if, and only if, .b, + c, + 2a > 0 and .b, (c, + 2a) − (b +
.
a , )2 > 0 (see Lemma 2.11.2). On the other hand,
( ) ( )
ba αβ
. B(0) = , M(0) = .
ac γ δ
Hence, ( )
b−α a−β
(B − M)(0) =
.
a−γ c−δ
@seismicisolation
@seismicisolation
7.5 Examples: Choice of the Matrix M 409
and ( )
b+α a+β
(B + M)(0) =
. .
a+γ c+δ
We want ( )
u(0)
(B − M)(0) =0
u , (0)
.
if, and only if, .u , (0) = 0. Since we have the Neumann boundary conditions, the
first column of .(B − M)(0) is zero. So, .b = α and .a = γ . . B(0) is not negative
semi-definite. So, .dim K er (B + M)(0) ≥ 1. Hence,
det(B + M)(0) = 0.
.
Hence, ( )
−b − α1 −a − β1
. (B − M)(1) =
−a − γ1 −c − δ1
and ( )
−b + α1 −a + β1
(B + M)(1) =
. .
−a + γ1 −c + δ1
Since we have the Neumann boundary conditions, the first column of .(B − M)(1) is
zero. So,.α1 = −b and.γ1 = −a.. B(1) is not negative semi-definite. So,.dim K er (B +
M)(1) ≥ 1. Hence, .det(B + M)(1) = 0. Gold, .−2b(−c + δ1 ) + 2a(−a + β1 ) = 0.
We take ( ) ( )
ab 1b
. = .
cd 11
Hence, ( )
0 −1
. M(0) =
1 δ
@seismicisolation
@seismicisolation
410 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
So, we are faced with a first-order system with symmetric matrices. We can work
with .2 × 2 matrices instead of .3 × 3 matrices. Indeed,
( ) ( ) ( ) ( ) ( )( ) ( )
10 ∂ v 0 −1 ∂ v 00 v f
. + + =
0 1 ∂t w −1 0 ∂x w 0 0 w 0
@seismicisolation
@seismicisolation
7.6 Some Examples in Physical Problems 411
Remark 7.6.1 We have chosen the second equation in this way (instead of this form
− ∂w
.
∂t
+ ∂∂vx = 0) to get the second symmetric matrix. ♦
. − Δu = f. (7.6.2)
Let’s pose
∂u
v=
.
∂x
and
∂u
w=
. .
∂y
Hence,
( )
∂ 2u ∂ 2u
. − Δu = − + 2
∂x 2 ∂y
∂v ∂w
=− −
∂x ∂y
= f.
Thus,
⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞⎛ ⎞ ⎛ ⎞
0 −1 0 u 0 0 −1 u 000 u f
∂ ∂
. ⎝ −1 0 0 ⎠ ⎝ v ⎠+⎝ 0 0 0 ⎠ ⎝ v ⎠ + ⎝0 1 0⎠⎝ v ⎠ = ⎝ 0 ⎠.
∂x ∂y
0 0 0 w −1 0 0 w 001 w 0
So, we are faced with a first-order system with symmetric matrices. We can work
with .2 × 2 matrices instead of .3 × 3 matrices. Indeed,
( ) ( ) ( ) ( ) ( )( ) ( )
−1 0 ∂ v 0 −1 ∂ v 00 v f
. + + =
0 1 ∂x w −1 0 ∂y w 00 w 0
@seismicisolation
@seismicisolation
412 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Remark 7.6.2 We have chosen the second equation in this way (instead of this form
− ∂w
.
∂x
+ ∂∂vy = 0) to get the second symmetric matrix. ♦
We pose
∂u
a
. = av.
∂x
Again,
∂u
av − a
. = 0.
∂x
Hence,
∂u ∂v
. −a = f.
∂t ∂x
Thus,
( ) ( ) ( ) ( ) ( )( ) ( )
10 ∂ u 0 −a ∂ u 00 u f
. + + = .
00 ∂t v −a 0 ∂x v 0a v 0
We pose ( )
10
. A1 =
00
( )
0 −a
. A2 =
−a 0
and
@seismicisolation
@seismicisolation
7.6 Some Examples in Physical Problems 413
( )
00
. A0 = .
0a
C(x) is given by
.
( )
0 0
C(x) =
. .
0 2a
⎞ ⎛
∂a
⎜ 0 ∂x ⎟
.C(x) = ⎝ ⎠.
∂a
2a
∂x
C(x) is not defined positive. So, to make this system positive, we set the change of
.
function {
u = eμt u 1 μ > 0
v = eμt v1 .
.
Then,
∂u
e−μt a
. = e−μt av.
∂x
Hence,
∂u 1
a
. = av1 .
∂x
Proving ( )
∂u ∂v
e−μt
. −a = f e−μt
∂t ∂x
and
∂u ∂u 1
e−μt
. = μu 1 +
∂t ∂t
Thus,
( ) ( ) ( ) ( ) ( )( ) ( )
10 ∂ u1 0 −a ∂ u1 μ0 u1 e−μt f
. + + = .
00 ∂t v1 −a 0 ∂x v1 0a v1 0
@seismicisolation
@seismicisolation
414 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
. M(x, 0) = −B(x, 0)
( )
10
= .
00
1 x
Hence, ( )
−2 0
(B − M)(x, 0) =
. .
0 0
So, we cannot impose initial conditions on .u because the first column of .(B −
M)(x, 0) is not zero. Furthermore,
( )
10
. (B − M)(x, T ) =
00
. M(x, T ) = B(x, T ).
@seismicisolation
@seismicisolation
7.6 Some Examples in Physical Problems 415
with .γ ≥ 0. Hence,
( ) ( )
−γ 0 γ 2a
(B − M)(0, t) =
. , (B + M)(0, t) = .
2a 0 0 0
We have
. K er (B − M)(0, t) = {(α, β) ∈ R2 such that α = 0}
and
. K er (B + M)(0, t) = {(α, β) ∈ R2 such that γ α + 2aβ = 0}.
Gold,
. K er (B − M)(0, t) + K er (B + M)(0, t) = R2 .
Hence, ( ) ( )
0 −a γ −a
. B(1, t) = , M(1, t) = .
−a 0 a 0
So, ( ) ( )
−γ 0 γ −2a
.(B − M)(1, t) = , (B + M)(1, t) = .
−2a 0 0 0
Gold,
. K er (B − M)(1, t) + K er (B + M)(1, t) = R2 .
∂T ∂T
∂x
=0 ∂x
=0
If . f = 0, then
{ 1
. u(x, t) → cte = u(x, 0) d x when t → ∞.
0
@seismicisolation
@seismicisolation
416 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Liquid aluminum
Magnetic field
Coupling
for not moving away from liquid aluminum
Solid
∂ 2u ∂ 2u
−. = f 0 < x < 1, 0 < t < T
∂t 2 ∂x2
u(0, t) = u(1, t) = 0
u(x, 0) = u 0 (x) (7.6.3)
∂u
(x,. 0) = u 1 (x). (7.6.4)
∂t
We pose
∂u ∂u
. v= , w= .
∂t ∂x
Hence,
∂v ∂w
. − = f.
∂t ∂x
We will assume that the cross derivatives are equal. We have
∂v ∂w
. = .
∂x ∂t
@seismicisolation
@seismicisolation
7.6 Some Examples in Physical Problems 417
So,
∂v ∂w
. − + = 0.
∂x ∂t
Thus, ( ) ( ) ( ) ( ) ( )
10 ∂ v 0 −1 ∂ v f
. + = . (7.6.5)
01 ∂t w −1 0 ∂x w 0
We pose ( )
10
. A1 =
01
and ( )
0 −1
. A2 = .
−1 0
We have
C(x) = (0).
.
∂v ∂v1
. = μeμt v1 + eμt
∂t ∂t
and
∂w ∂w1
. = μeμt w1 + eμt .
∂t ∂t
Proving
∂v1 ∂w1
. + μv1 − = e−μt f
∂t ∂x
and
∂w1 ∂v1
. + μw1 − = 0.
∂t ∂x
Thus,
( ) ( ) ( ) ( ) ( ) ( ) ( −μt )
10 ∂ v1 0 −1 ∂ v1 μ0 v1 e f
. + + = .
0 1 ∂t w1 −1 0 ∂x w1 0 μ w1 0
We have ( ) ( )
−1 0 10
. B(x, 0) = and B(x, T ) = .
0 −1 01
@seismicisolation
@seismicisolation
418 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
. M(x, 0) = M(x, T )
( )
10
= .
01
We thus find the initial conditions (7.6.3) and (7.6.4). For .x = 0 and .x = 1, we use
the matrices given in the previous examples. The conditions, for the limit .x = 0, that
can be taken into account in an admissible way are of the form
. − av + (1 − b)w = 0 (7.6.6)
cs
=
w
w
=
v−
cs
te
x =1 x
For a point such as . M the solution is known from the initial data in . P and . Q. For
a point such as . N the solution is known from the values .(v − w)(R) and .(v + w)(S).
However, we know
@seismicisolation
@seismicisolation
7.6 Some Examples in Physical Problems 419
. (v + w)(R) = (v + w)(Q)
and
(v − w)(S) = (v − w)(P).
.
v(0, t) + αw(0, t) = 0, α /= 1
. (7.6.7)
It can be seen that the condition (7.6.6) is more restrictive than the condition (7.6.7),
so the boundary conditions of the characteristic type are not all necessarily taken
into account in an admissible way in the Friedrichs framework. ♦
Remark 7.6.4 The general problem of taking into account, in an admissible way,
of any type of boundary conditions is, it seems, always open. ♦
∂ 2u ∂ 2u
. y − = f.
∂x2 ∂ y2
We pose
∂u ∂u
v=
. , w= .
∂x ∂y
We have ( ) ( ) ( ) ( ) ( )
y0 ∂ v 0 −1 ∂ v f
. + = .
01 ∂x w −1 0 ∂y w 0
Since
E
2
∂ Ai
. A0 + A∗0 − = 0,
i=1
∂ xi
the system is not positive in the sense of Friedrichs. To make the system positive, we
premultiply by the matrix ( )
b cy
. .
c b
@seismicisolation
@seismicisolation
420 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
and ⎛ ( ) ⎞
∂c ∂b ∂b ∂c
E2
∂ A ⎜ y − +c −y ⎟
∗
. A0 + A0 −
i
=⎜ ∂y ∂x ∂y ∂x ⎟.
∂ x ⎝ ∂b ∂c ∂b ∂c ⎠
i=1 i −y − +
∂y ∂x ∂x ∂y
If we choose for example .b = −b0 − b1 x, .b1 > 0, .c = c0 , with .c0 + b1 y > 0 for all
y such that .(x, y) ∈ Ω, the matrix
.
E
2 ( )
∂ Ai c0 + b1 y 0
. A0 + A∗0 − =
i=1
∂ xi 0 b1
is then positive definite. Depending on the different choices of functions .b(x, y) and
c(x, y), different types of boundary conditions can be taken into account. We can
.
successively consider the elliptical part and the hyperbolic part and we will consider
the case where a part of .∂Ω is characteristic (i.e., .νx d x + ν y dy with .dy = ± √d xy ).
∂q ∂q ∂q ∂ 2q
u
. +v +w − ν 2 = f, on Ω×]0, Z [,
∂x ∂y ∂ξ ∂ξ
∂u ∂v ∂w
where . + + = 0, .ν = cte > 0, .u > 0, and
∂x ∂y ∂ξ
q(x, y, 0) = q(x, y, Z ) = 0
.
We pose
∂q
ν =ν
. p .
∂ξ
@seismicisolation
@seismicisolation
7.6 Some Examples in Physical Problems 421
The condition
∂u ∂v ∂w
. + + =0
∂x ∂y ∂ξ
implies that this system is not positive. We premultiply with a matrix of the form
( )
ab
.
0a
It is necessary to choose .a and .b so that this matrix is positive definite and also so
that the boundary conditions can be taken into account
( ) ( )
bν − aw aν α1 aν
.• For .ξ = 0, . B = , .M = , with .α1 ≥ 0.
aν 0 −aν 0
( ) ( )
aw − bν −aν α2 −aν
.• For .ξ = Z , . B = ,M = , with .α2 ≥ 0.
−aν 0 aν 0
( )
−au 0
.• For . x = 0, . B = .
0 0
( )
−av 0
.• For . y = 0, . B = .
0 0
( )
au 0
.• For . x = 1, . B = .
0 0
( )
av 0
.• For . y = 1, . B = .
0 0
The choice .a = 1 makes it possible to take into account the conditions .q given on
∂ Ω×]0, Z [. The choice .b = b(ξ ) = − 1+ξ
. −
1
, then guarantees positivity.
@seismicisolation
@seismicisolation
422 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Remark 7.7.1 .(i) The problem (7.7.2)–(7.7.3) makes sense because the functions
v and .wh belong to .(H 1 (Ω)) p and, we can define their traces on .∂Ω in subspace
. h
1
.(H 2 (∂Ω)) of .(L (∂Ω)) .
p 2 p
(ii) There is not in general uniqueness of the solution for the problem (7.7.2).
.
. X h ⊂ X h∗ .
♦
Problem (7.7.2) generally leads to the solution of a linear system for which the
number of unknowns is not equal to the number of equations. It is then difficult to
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 423
show that problem (7.7.2) is .Vh -elliptic and to prove the existence of an approximate
solution. We are, therefore, going to define an approximate problem for which we
seek the solution .u h in the same space as the functions .vh , which requires a particular
treatment of the boundary conditions.
Question: Is there existence, uniqueness of the solution of the problem (7.7.2) and
what is the error .u − u h .
If . X h = X h∗ , then
(u h , A∗ u h )(L 2 (Ω,R)) p = (F, u h )(L 2 (Ω,R)) p .
.
Hence,
{ {
1 1
. ((A + A∗ )u h , u h )2 d xd y − (Bu h , u h )2 ds = (F, u h )(L 2 (Ω,R)) p .
2 Ω 2 ∂Ω
Furthermore, . X h = X h∗ , so
{ {
1
. (t Mu h , u h )2 ds = ((M +t M)u h , u h )2 ds
∂Ω 2 ∂Ω
{
= (Bu h , u h )2 ds ≥ 0.
∂Ω
As . A is positive, we have
. Au = F
. Au = F, and (B − M)u = 0.
@seismicisolation
@seismicisolation
424 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
In fact, we multiply the equation . Au = F by .v and by integrating over .Ω, then using
Green’s formula, we find
{
1 1 1
. (Au, v)(L 2 (Ω,R)) p + (u, A∗ v)(L 2 (Ω,R)) p + (Bu, v)2 ds = (F, v)(L 2 (Ω,R)) p .
2 2 2 ∂Ω
and
{
1
(u, A∗ v)(L 2 (Ω,R)) p +
. (u, (B +t M)v)2 ds = (F, v)(L 2 (Ω,R)) p .
2 ∂Ω
Remark 7.7.3 For the three equivalent formulations, the functions .u and .v belong
to the same space, but boundary terms appear in the equations. ♦
Let .τh be a triangulation of .Ω, of class .C 0 , in finite elements of diameter less than
.h. We assume, throughout, that the family of triangulations .(τh )h is regular (see
Definition 4.1.2). This implies, in particular, that each finite element .(K , Σ K , PK ),
. K ∈ τh , is the range by an invertible isoparametric transformation . FK (affine when
. P -, R)
- ⊂ C k+1 ( K
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 425
{
1 1 1
. (Au h , vh )(L 2 (Ω,R)) p + (u h , A∗ vh )(L 2 (Ω,R)) p + (Mu h , vh )2 ds = (F, vh )(L 2 (Ω,R)) p
2 2 2 ∂Ω
(7.7.5)
for all .vh ∈ Vh . Now, we apply Green’s formula, we find
{ {
1 1 1 1
. (Au h , vh )(L 2 (Ω,R)) p + (Au h , vh )(L 2 (Ω,R)) p − (Bu h , vh )2 ds + (Mu h , vh )2 ds =
2 2 2 ∂Ω 2 ∂Ω
(F, vh )(L 2 (Ω,R)) p
If .vh = u h , we have
{
1 1
. ((A + A∗ )u h , u h )(L 2 (Ω,R)) p + (Mu h , u h )2 ds = (F, u h )(L 2 (Ω,R)) p .
2 2 ∂Ω
1
. ((A + A∗ )u h , u h )(L 2 (Ω,R)) p ≥ α||u h ||2(L 2 (Ω,R)) p
2
and {
. (Mu h , u h ) ds ≥ 0.
∂Ω
Hence,
. α||u h ||2(L 2 (Ω,R)) p ≤ ||F||(L 2 (Ω,R)) p ||u h ||(L 2 (Ω,R)) p .
So,
1
.||u h ||(L 2 (Ω,R)) p ≤ ||F||(L 2 (Ω,R)) p .
α
Thus, if . F = 0, then .u h = 0. Hence, we have the following.
@seismicisolation
@seismicisolation
426 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
1
||u h ||(L 2 (Ω,R)) p ≤
. ||F||(L 2 (Ω,R)) p . (7.7.6)
α
♦
We have a formula equivalent to Eq. (7.7.5). Indeed, by applying Green’s formula to
Eq. (7.7.5), we find
{
∗ 1
(u h , A vh )(L 2 (Ω,R)) p
. + ((B + M)u h , vh )2 ds = (F, vh )(L 2 (Ω,R)) p .
2 ∂Ω
In practice, the integrals occurring in (7.7.5) are rarely calculated exactly, either
because the matrices . Ai (x), .0 ≤ i ≤ n and . M(x), where the second member . F do
not have a simple analytical expression, either because these quantities are only
known (via physical measurements) at a certain number of points in the domain .Ω.
To calculate these integrals in an approximate way, we give ourselves:
-
(i) A quadrature formula on the reference finite element . K
.
{ E
N
. -
f (-
x ) d-
x∼ wl -
- f (-
bl ),
-
K l=1
wl ∈ R, .-
where .- -, .1 ≤ l ≤ N .
bl ∈ K
(ii) A quadrature formula on a face .-
. -
S of dimension .n − 1 of . K
{ E
L
. -
g (- s∼
s) d- - g (-
wl, - bl, ),
-
S l=1
where .- bl, ∈ -
wl, ∈ R, .- S, .1 ≤ l ≤ L.
Given . K ∈ τh and a face . S of dimension .n − 1 of . K , we have
{ {
. f (x) d x = - x ) JK (-
f (- x ) d-
x,
K -
K
{ {
. g(x) d x = -
g (-
s) JS (-
s) d-
s.
S -
S
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 427
{ E
L
. g(s) ds ∼ wl,S g(bl,S ), (7.7.8)
S l=1
When using the formulas (7.7.7) and (7.7.8) to calculate the integrals, the approximate
problem is formulated as follows: Find .u ∗h ∈ Vh , such that
1 E E
L
1 1
.(Au ∗h , vh )h + (u ∗h , A∗ vh )h + wl,S (Mu ∗h , vh )2 (bl,S ) = (F, vh )h ,
2 2 2 S⊂∂Ω l=1
(7.7.9)
for all .vh ∈ Vh , where
EE
N
(u, v)h =
. wl,K (u, v)2 (bl,K ).
K ∈τh l=1
has an obvious meaning when we have the inclusion .Vh ⊂ (C 1 (Ω, R)) p . When this
inclusion is not satisfied, the expression
1 1
. (Au h , vh )h + (u h , A∗ vh )h (7.7.10)
2 2
still makes sense because (7.7.10) represents a sum of integrals over each element
K , calculated using the quadrature formula (7.7.7).
.
The following problems arise: How to choose the quadrature formulas on the
- and on any face .-
finite element of reference . K - so that:
S of dimension .n − 1 of . K
(i) the problem (7.7.9) admits a unique solution .u ∗h ∈ Vh ,
.
@seismicisolation
@seismicisolation
428 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
(iii) the .u ∗h − u error is of the same order as the .u h − u error corresponding to the
.
finite element method (7.7.5), where the integrals are calculated exactly.
By first placing ourselves in an abstract framework, and, using certain general
hypotheses, we will obtain results of convergence and error bounding. We have
the following error bounds.
Theorem 7.7.5 (Lesaint [6]) Suppose there is a constant .α > 0 such that
1 1
. (Avh , vh )h + (vh , A∗ vh )h ≥ α||vh ||2(L 2 (Ω,R)) p (7.7.11)
2 2
and
1 E E
L
. wl,S (Mvh , vh )2 (bl,S ) ≥ 0, for all vh ∈ Vh . (7.7.12)
2 S⊂∂Ω l=1
| |
|1 |
| (Avh , w)(L 2 (Ω,R)) p + 1 (vh , A∗ w)(L 2 (Ω,R)) p − 1 (Avh , w)h − 1 (vh , A∗ w)h |
|2 2 2 2 |
+ sup +
w∈Vh ||w||(L 2 (Ω,R)) p
| { |⎞
|1 1 E E
L |
| |
| (Bvh , w)2 ds − wl,S (Mvh , w)2 (bl,S )| ⎟
| 2 ∂Ω 2 |⎟
S⊂∂Ω l=1 ⎟
+ sup ⎟+
||w||(L 2 (Ω,R)) p ⎟
w∈Vh
⎠
| |⎫
| |⎪
| EE N
|⎪
|(F, w)(L 2 (Ω,R)) p − |⎪
| w (F, w) (b ) |⎪
⎪
|⎪
l,K 2 l,K
| K ∈τh l=1
⎬
+ sup , (7.7.13)
||w||(L 2 (Ω,R)) p ⎪
⎪
w∈Vh ⎪
⎪
⎪
⎪
⎭
where the constant .C only depends on .α, the matrices . Ai , .0 ≤ i ≤ n. If, we further
assume that, there is a constant .β such that
1 E E
L
. wl,S (Mvh , vh )2 (bl,S ) ≥ β||vh ||2(L 2 (∂Ω,R)) p , (7.7.14)
2 S⊂∂Ω l=1
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 429
| |⎫
| EE |⎪
| N
|⎪
|(F, w)(L 2 (Ω,R)) p − |⎪
| w (F, w) (b )|⎪
⎪
|⎪
l,K 2 l,K
| K ∈τh l=1
⎬
+ sup , (7.7.15)
||w||(L 2 (Ω,R)) p ⎪
⎪
w∈Vh ⎪
⎪
⎪
⎪
⎭
Proof The hypotheses (7.7.11) and (7.7.12) imply that the problem (7.7.9) has a
unique solution .u ∗h ∈ Vh . Now, consider any element .vh ∈ Vh and let .w = u h − vh .
We have by the equalities (7.7.4) and (7.7.9)
1 E E EE
L N
1 1
. (Aw, w)h + (w, A∗ w)h + wl,S (Mw, w)2 (bl,S ) = wl,K (F, w)2 (bl,K )−
2 2 2
S⊂∂Ω l=1 K ∈τh l=1
{
1
− (F, w)(L 2 (Ω,R)) p + (A(u − vh ), w)(L 2 (Ω,R)) p + ((M − B)(u − vh ), w)2 ds+
2 ∂Ω
1 1 1 1
+ (Avh , w)(L 2 (Ω,R)) p + (vh , A∗ w)(L 2 (Ω,R)) p − (Avh , w)h − (vh , A∗ w)h +
2 2 2 2
{
1 E E
L
1
+ (Bvh , w)2 ds − wl,S (Mvh , w)2 (bl,S ). (7.7.16)
2 ∂Ω 2
S⊂∂Ω l=1
By using the hypotheses (7.7.11) and (7.7.12), we can, therefore, write, for all
v ∈ Vh
. h
@seismicisolation
@seismicisolation
430 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
⎛ {
⎜ ((M − B)(u − vh ), w)2 ds
. ||w||(L 2 (Ω,R)) p ≤C⎜
⎝||u − vh ||(H 1 (Ω)) p + sup
∂Ω
+
w∈Vh ||w||(L 2 (Ω,R)) p
| |
|1 |
| (Avh , w)(L 2 (Ω,R)) p + 1 (vh , A∗ w)(L 2 (Ω,R)) p − 1 (Avh , w)h − 1 (vh , A∗ w)h |
|2 2 2 2 |
+ sup +
w∈Vh ||w||(L 2 (Ω,R)) p
| { |
|1 1 E E
L |
| |
| (Bvh , w)2 ds − wl,S (Mvh , w)2 (bl,S )|
| 2 ∂Ω 2 |
S⊂∂Ω l=1
+ sup +
w∈Vh ||w||(L 2 (∂Ω,R)) p
| |⎞
| |
| EE N
|
|(F, w)(L 2 (Ω,R)) p − w (F, w) (b ) |⎟
| l,K 2 l,K |⎟
| K ∈τh l=1 |⎟
+ sup ⎟.
||w||(L 2 (Ω,R)) p ⎟
w∈Vh ⎟
⎠
We easily deduce, thanks to the triangular inequality, the inequality (7.7.14). From
the equality (7.7.16) and the hypotheses (7.7.11) and (7.7.14), we can write, for all
.vh ∈ Vh
(
. ||w||(L 2 (Ω,R)) p + ||w||(L 2 (∂Ω,R)) p ≤ C ||u − vh ||(H 1 (Ω)) p + ||u − vh ||(L 2 (∂Ω,R)) p +
| |
|1 |
| (Avh , w)(L 2 (Ω,R)) p + 1 (vh , A∗ w)(L 2 (Ω,R)) p − 1 (Avh , w)h − 1 (vh , A∗ w)h |
|2 2 2 2 |
+ sup +
w∈Vh ||w|| (L (Ω,R))
2 p
| { |
|1 1 E E
L |
| |
| (Bvh , w)2 ds − wl,S (Mvh , w)2 (bl,S )|
| 2 ∂Ω 2 |
S⊂∂Ω l=1
+ sup +
w∈Vh ||w||(L 2 (∂Ω,R)) p
| |⎞
| |
| EE N
|
|(F, w)(L 2 (Ω,R)) p − w (F, w) (b ) |
2 l,K | ⎟
|
|⎟
l,K
| K ∈τh l=1 ⎟
+ sup ⎟.
||w||(L 2 (Ω,R)) p ⎟
w∈Vh ⎟
⎠
||u − u ∗h ||(L 2 (Ω,R)) p + ||u − u ∗h ||(L 2 (∂Ω,R)) p ≤ ||w||(L 2 (Ω,R)) p + ||w||(L 2 (∂Ω,R)) p +
.
The last two inequalities lead to the upper bound (7.7.15). Q.E.D.
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 431
Remark 7.7.6 The hypothesis (7.7.11) is satisfied if we can verify that, for all .vh ∈
Vh , we have
1 EE
N
. wl,K ((A + A∗ )v, v)2 (bl,K ) ≥ α||v||2(L 2 (Ω,R)) p .
2 K ∈τ l=1
h
For this, it suffices that for all . K ∈ τh and for all . p ∈ (PK ) p , we have
1E
N
. wl,K ((A + A∗ ) p, p)2 (bl,K ) ≥ α|| p||2(L 2 (K ,R)) p .
2 l=1
Similarly, the hypotheses (7.7.12) and (7.7.14) are satisfied if we can verify that for
all .v ∈ Vh , we have, respectively, the inequalities
E
L
. wl,S ((M + M ∗ )v, v)2 (bl,S ) ≥ 0,
l=1
and
1E
L
. wl,S ((M + M ∗ )v, v)2 (bl,S ) ≥ β||v||2(L 2 (S,R)) p .
4 l=1
Theorem 7.7.7 (Lesaint [6]) We assume that the hypotheses (7.7.11) and (7.7.12)
are satisfied, for a constant .α > 0, independent of .h, and that the solution .u of the
problem (7.1.2)–(7.1.3) belongs to the space .(H 1 (Ω)) p . Suppose on the other hand
- , dense in .W
that there exists a subspace .H of .W - , and an mapping .rh : H −→ X h
such that
@seismicisolation
@seismicisolation
432 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{
|v − rh v||w| ds
∂Ω
.∀v ∈ H , lim sup = 0, (7.7.18)
h→0 w∈Vh ||w||(L 2 (Ω,R)) p
| |
|1 |
| (Arh v, w)(L 2 (Ω,R)) p + 1 (rh v, A∗ w)(L 2 (Ω,R)) p − 1 (Arh v, w)h − 1 (rh v, A∗ w)h |
|2 2 2 2 |
.∀v ∈ H , lim sup = 0,
h→0 w∈Vh ||w||(L 2 (Ω,R)) p
(7.7.19)
| { |
|1 1 E E
L |
| |
| (Brh v, w)2 ds − wl,S (Mrh v, w)2 (bl,S )|
| 2 ∂Ω 2 |
S⊂∂Ω l=1
.∀v ∈H, lim sup = 0,
h→0 w∈Vh ||w||(L 2 (∂Ω,R)) p
(7.7.20)
and
| |
| EE |
| N
|
|(F, w)(L 2 (Ω,R)) p − w (F, w) (b ) |
| l,K 2 l,K |
| K ∈τh l=1 |
. lim sup = 0. (7.7.21)
h→0 w∈Vh ||w||(L 2 (Ω,R)) p
Then, the solution .u ∗h ∈ Vh of the problem (7.7.9) converges to the exact solution
.u ∈ (H (Ω)) of the problem (7.1.2)–(7.1.3), i.e.,
1 p
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 433
ε
||v − rh v||(H 1 (Ω)) p ≤ ,
{ 8C
|v − rh v||w| ds
ε
sup ∂Ω ≤ ,
| w∈Vh ||w||(L 2 (Ω,R)) p 4C |
|1 |
| (Arh v, w)(L 2 (Ω,R)) p + 1 (rh v, A∗ w)(L 2 (Ω,R)) p − 1 (Arh v, w)h − 1 (rh v, A∗ w)h |
|2 2 2 2 |
sup +
||w||(L 2 (Ω,R)) p
w∈Vh | { |
. |1 1 E E
L |
| |
| (Brh v, w)2 ds − wl,S (Mrh v, w)2 (bl,S )|
| 2 ∂Ω 2 | ε
S⊂∂Ω l=1
+ sup ≤ ,
w∈Vh | ||w|| (L (∂Ω,R))
2 p
| 4C
| |
| EE N
|
|(F, w)(L 2 (Ω,R)) p − wl,K (F, w)2 (bl,K )||
|
| K ∈τh l=1 | ε
sup ≤ .
w∈Vh ||w||(L 2 (Ω,R)) p 4C
Remark 7.7.8 The positivity conditions (7.7.11) and (7.7.12) play the role of stabil-
ity conditions and the hypotheses (7.7.17), (7.7.18), (7.7.19), (7.7.20), and (7.7.21)
play the role of consistency conditions. ♦
We, now, consider the problem of the convergence of the approximate solution
- ∗ be the space defined in (7.4.1). We make the
towards the exact solution. Let .W
following assumption on the subspace . X h of .(H 1 (Ω)) p .
- ∗ , dense in .W
(H 2) There is a subspace .W ∗ of .W
. - ∗ , and a mapping .rh : W ∗ −→ X h
such that
lim ||v
. − r h v||(H 1 (Ω)) p = 0
h→0
⎛ { ⎞
⎜ |v − r h v||w h |ds ⎟
lim ⎜
⎝ sup ∂Ω ⎟ = 0.
h→0 wh ∈X h ||wh ||(L 2 (Ω,R)) p ⎠
@seismicisolation
@seismicisolation
434 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Theorem 7.7.9 (Lesaint [6]) We assume that the second member . F belongs to
(L 2 (Ω, R)) p and that hypothesis .(H 2) is satisfied. Let .u h ∈ X h be the solution
.
of the approached problem (7.7.5). Then, from the sequence .u h , we can extract a
subsequence .u h , which converges weakly in .(L 2 (Ω, R)) p to a solution .u of the weak
problem. ♦
Proof By using Theorem 7.1.4, equality (7.7.5) can be written
{
1
.(u h , A∗ vh )(L 2 (Ω,R)) p + (u h , (B +t M)vh )2 ds = (F, vh )(L 2 (Ω,R)) p for all vh ∈ X h .
2 ∂Ω
(7.7.22)
(7.7.26)
where .c is a constant independent of .h. By using Theorem 7.7.4, the sequence .(u h ) is
bounded in .(L 2 (Ω, R)) p , uniformly in .h. By using Lemma 2.8.2, we can therefore
extract a subsequence .(u h , ) which converges weakly in .(L 2 (Ω, R)) p towards an
element .u of .(L 2 (Ω, R)) p . When .h , tends to zero, we can write using the relations
(7.7.22), (7.7.23), (7.7.24), (7.7.25), and (7.7.26)
- ∗ , then
Since the subspace .W ∗ is dense in .W
- ∗.
(u, A∗ v)(L 2 (Ω,R)) p = (F, v)(L 2 (Ω,R)) p for all v ∈ W
.
The .u element is, therefore, a weak solution of the problem (7.1.2)–(7.1.3). Q.E.D.
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 435
- be the space
Let .W
{ }
. - = v ∈ (H 1 (Ω)) p such that (B − M)v|∂Ω=0 .
W
lim ||v
. − r h v||(H 1 (Ω)) p = 0
h→0
⎛ { ⎞
⎜ |v − r h v||w h |ds ⎟
lim ⎜
⎝ sup ∂Ω ⎟ = 0.
h→0 wh ∈X h ||wh ||(L 2 (Ω,R)) p ⎠
Theorem 7.7.10 (Lesaint [6]) Let.u be the strong solution (in the sense of the Defini-
tion 7.1.1) of the problem (7.1.2)–(7.1.3) and .u h ∈ X h be the solution of the approx-
imate problem (7.7.5). We assume that the hypothesis .(H 3) is satisfied. Then, the
sequence .(u h ) strongly converges to .u in .(L 2 (Ω, R)) p , when .h tends to zero. ♦
Proof We consider the following expression, defined for all .vh ∈ X h
{
1 1
. Eh = ((A + A∗ )(u h − vh ), u h − vh )(L 2 (Ω,R)) p + (M(u h − vh ), u h − vh )2 ds.
2 2 ∂Ω
Hence,
. E h ≥ α||u h − vh ||2(L 2 (Ω,R)) p . (7.7.27)
According to the definition of the approached problem (7.7.5) and Theorem 7.1.4,
we have
{
1
. Eh = (F, u h − vh )(L 2 (Ω,R)) p − (Avh , u h − vh )(L 2 (Ω,R)) p + ((B − M)vh , u h − vh )2 ds.
2 ∂Ω
- , we can write
For all .v ∈ W
{
1
. E h = (F − Av, u h − vh ) 2 + (A(v − vh ), u h − vh )(L 2 (Ω,R)) p + ((B − M)(vh − v), u h − vh )2 ds.
(L (Ω,R)) p 2 ∂Ω
-
Using the inequality (7.7.27), it comes, for any .v ∈ W
@seismicisolation
@seismicisolation
436 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
⎛ { ⎞
⎜ |v − vh ||wh |ds ⎟
.||u h − v||(L 2 (Ω,R)) p ≤ c⎜
⎝||F − Av||(L 2 (Ω,R)) p + ||v − vh ||(H 1 (Ω)) p + sup
∂Ω ⎟.
⎠
wh ∈X h ||wh || 2
(L (Ω,R)) p
(7.7.28)
We, now, consider the inequality (7.7.28) for .v ∈ W and, we choose .vh = rh v. When
.h tends to zero, we have
- , we have
and since .W is dense in .W
. -.
lim ||u h − v||(L 2 (Ω,R)) p ≤ c||F − Av||(L 2 (Ω,R)) p for all v ∈ W (7.7.29)
h→0
The equality (7.7.29) is valid for the functions .u j of the Definition 7.1.1 and it comes,
for any index . j
. lim ||u h − u||(L 2 (Ω,R)) p ≤ c(||u − u j ||(L 2 (Ω,R)) p + ||F − Au j ||(L 2 (Ω,R)) p ).
h→0
Theorem 7.7.11 (Lesaint [6]) Let .u ∈ (H 1 (Ω)) p be the strong solution of the prob-
lem (7.1.2)–(7.1.3) and .u h ∈ X h be the solution of the approximate problem (7.7.5).
Then,
⎛ { ⎞
⎜ |u − v h ||w h |ds ⎟
.||u − u h ||(L 2 (Ω,R)) p ≤ c inf ⎜|u − vh |1,2,Ω + sup ⎟,
∂Ω
vh ∈X h ⎝ wh ∈X h ||wh ||(L 2 (Ω,R)) p ⎠
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 437
⎛ { ⎞
⎜ |u − vh ||wh |ds ⎟
||u − u h ||(L 2 (Ω,R)) p ≤ c ⎜
⎝|u − vh |1,2,Ω + wsup
∂Ω ⎟,
||wh ||(L 2 (Ω,R)) p ⎠
.
∈X h h
We will assume here that the open set .Ω is polyhedral, but the results given here
can be extended to the case of any open set by using the same techniques (curved
isoparametric finite elements) as in [7–9]. Let .τh be a triangulation of .Ω in finite
elements . K with diameter less than or equal to .h. The methods defined here can be
extended to the case of finite elements of the Hermite type as in [10]. We will assume
that all the elements . K of the triangulation are the ranges by affine transformations
(or belonging to .(Q 1 )2 in the case of the dimension .n = 2) of a finite element of
-. We define the function spaces .Wh and .Vh by
reference . K
| |
. Wh = PK ,
K ∈τh
Vh = the subspace of .Wh made up of continuous functions at the nodes of the tri-
.
angulation i.e., for any .v ∈ Vh and for any pair of adjacent elements . K 1 and . K 2 , we
have n n
.v|K 1 (a) = v|K 2 (a), ∀a ∈ Σ K 1 K 2 = ΣK2 K1.
. X h1 = Vh
The functions .vh of the space . X h2 thus discretely satisfy the boundary condition
(7.1.3). On the other hand, it is easy to build a basis of the space. X h2 , locally. Moreover,
when the matrix . B − M has its coefficients constant along the faces included in the
boundary .∂Ω, we have
@seismicisolation
@seismicisolation
438 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{
. ((B − M)vh , wh )2 ds = 0 for all vh ∈ X h2 , wh ∈ Vh ,
∂Ω
and the space . X h2 is included in the space . X h defined in (7.7.1). We consider the
approximate problem (7.7.5) which we write again here for more clarity: Find .u h ∈
X h such that, for all .vh ∈ X h , we have
{
1 1 1
. (Au h , vh )(L 2 (Ω,R)) p + (u h , A∗ vh )(L 2 (Ω,R)) p + (Mu h , vh )2 ds = (F, vh )(L 2 (Ω,R)) p ,
2 2 2 ∂Ω
(7.7.30)
where . X h is one of the spaces . X hi , .i = 1, 2, defined above.
Theorem 7.7.13 (Lesaint [6]) Let .(τh )h be a regular family of triangulations of .Ω.
We assume that in the case of simplicial elements (resp. quadrilaterals), we have the
- (resp. . Q k ⊂ P)
inclusion . Pk ⊂ P - for an integer .k ≥1. Furthermore, if we suppose
that the second member . F belongs to .(L 2 (Ω) p , then the unique solution .u h ∈ X h of
the problem (7.7.30) satisfies the inequality
1
.||u h ||(L 2 (Ω,R)) p ≤ ||F||(L 2 (Ω,R)) p . (7.7.31)
α
♦
Proof The inequality (7.7.31) is nothing other than the inequality (7.7.6) of Theorem
7.7.4. Q.E.D.
Theorem 7.7.14 (Lesaint [6]) Let .(τh )h be a regular family of triangulations of .Ω.
We assume that in the case of simplicial elements (resp. quadrilaterals), we have the
- (resp. . Q k ⊂ P)
inclusion . Pk ⊂ P - for an integer .k ≥1. We suppose that the second
member . F belongs to .(L 2 (Ω) p . Then, we have the following results:
.(i) When . X h = X h1 , from the sequence .(u h ), we can extract a subsequence .(u h , )
which converges weakly in .(L 2 (Ω, R)) p , when .h , tends to zero, to a weak solution
.u of the problem (7.1.2)–(7.1.3).
.(ii) We now assume that .u is the strong solution of the problem (7.1.2)–(7.1.3). Then,
if . X h = X h1 , or . X h2 , then the sequence .(u h ) strongly converges in .(L 2 (Ω, R)) p , when
.h tends to zero, to the strong solution .u of the problem (7.1.2)–(7.1.3). ♦
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 439
Proof To show the weak and strong convergences, it suffices to verify that the
- ∗ and .W
hypotheses .(H 2) and .(H 3) are satisfied. Let .W - be the spaces defined,
respectively, by
{ }
. - ∗ = v ∈ (H 1 (Ω)) p such that (B +t M)v|∂Ω = 0
W
and { }
. - = v ∈ (H 1 (Ω)) p such that (B − M)v|∂Ω = 0
W
γ ∗ and .-
and, let .- γ be the spaces defined, respectively, by
{ }
-∗ = v ∈ (H 2 (Ω)) p such that (B +t M)v|∂Ω = 0
γ
. (7.7.32)
and { }
. γ = v ∈ (H 2 (Ω)) p such that (B − M)v|∂Ω = 0 .
-
If the boundary .∂Ω is of class .C 2 and if the subspaces . K er (B(x) − M(x)) and
. K er (B(x) + M(x)) included in .R , are generated by vectors whose components,
t n
defined for .x ∈ ∂Ω, are twice continuously differentiable on .∂Ω, we can show by
reasoning with local maps, as in [1, Chapter 1], or in [2, p. 431], that the space .- γ∗
(resp. .- - ∗ -
γ ) is dense in .W (resp. .W ). These density results can extend [4, pp. 237–241]
in case the domain .Ω is polyhedral. We, now, suppose that, we have .n ≤ 3, so that
the inclusion
. H (Ω) ⊂ C (Ω, R)
2 0
γ ∗ as (7.7.32)
for all .v ∈ (H 2 (Ω)) p . So, the hypothesis .(H 2) is satisfied by defining .-
and choosing for application .rh the operator .πh . For all .v ∈ - γ , we have
@seismicisolation
@seismicisolation
440 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
. πh v ∈ X h2 ⊂ X h1 = Vh .
Inequalities (7.7.33) and (7.7.34) hold for any .v ∈ - γ and the hypothesis .(H 3) is,
therefore, satisfied in both cases,. X h = Vh and. X h = X h2 by choosing.rh = πh . Q.E.D.
Remark 7.7.15 .(i) When the dimension .n is greater than or equal to 4, the previous
results are still valid, replacing the interpolation operator .πh by a suitable operator
.-
πh , constructed using a process of regularization and suppose that, we have the
inequality, for a constant independent of the triangulation
h
. ≤ c, (7.7.35)
ρ
where
. ρ = inf ρ K
K ∈τh
and
. h = sup h K .
K ∈τh
(ii) The weak convergence result is still valid for . X h = X h2 , when the following
.
equality is satisfied
. K er (B − M) = K er (B + M).
t
.πh u ∈ X h2 ⊂ X h1 = Vh .
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 441
for all .vh ∈ Vh . The last three inequalities lead to Eq. (7.7.36). Q.E.D.
Remark 7.7.17 .(i) When we have the inequality .k ≤ n2 − 1, the bound (7.7.36)
is still valid, as at the end of the proof of Theorem 7.7.13, and assuming that the
inequality (7.7.35) is satisfied. We can also obtain an upper bound analogous to the
inequality (7.7.36), if we assume that the solution .u ∈ (W s+1,q (Ω)) p , for an integer
.s and a number .q such that .1 ≤ s ≤ k + 1 and .n − q(s + 1) < 0. We, then, have
(ii) The previous theorem shows that when we use polynomials of degree .≤ k, we
.
can obtain precision in .o(h k ). ♦
We pose
{
1 1
. Eh = ((A + A∗ )(u h − vh ), u h − vh )(L 2 (Ω,R)) p + (M(u h − vh ), u h − vh )2 ds,
2 2 ∂Ω
We have
{
1 ∗ 1 1
. (A (u h − vh ), u h − vh )(L 2 (Ω,R)) p = (A(u h − vh ), u h − vh )(L 2 (Ω,R)) p − (B(u h − vh ), u h − vh )2 ds.
2 2 2 ∂Ω
Hence,
{
1
. E h = (A(u h − vh ), u h − vh )(L 2 (Ω,R)) p − ((B − M)(u h − vh ), u h − vh )2 ds.
2 ∂Ω
Further,
@seismicisolation
@seismicisolation
442 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{
1
.(Au h , u h − vh )(L 2 (Ω,R)) p − ((B − M)u h , u h − vh )2 ds = (F, u h − vh )(L 2 (Ω,R)) p
2 ∂Ω
= (Au, u h − vh )(L 2 (Ω,R)) p .
Let’s pose
. Vh = {Pk in pieces k ≥ 1}.
. |u m − rh u m |1,Ω ≤ ch k |u m |k+1,Ω .
Hence,
|{ ( ) |
| ∂ |
| Ai (u − rh u), wh d xd y || ≤ ch k |u|k+1,Ω ||wh ||(L 2 (Ω,R)) p .
.
| ∂ xi
Ω 2
Hence,
|{ |
| |
| ((B − M)(u − rh u), wh )2 ds || ≤ c||u − rh u||1,Ω ||wh ||1,Ω
.
|
∂Ω
≤ ch k |u|k+1,Ω ||wh ||1,Ω .
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 443
Note that we cannot overload .||wh ||1,Ω because we only have the coercivity in . L 2 .
So, we turn back, that is to say that it is not desirable to apply the trace theorem. So,
we use the inverse inequality (see Lemma 4.5.7). Indeed, according to Lemma 4.5.7,
we have
−1
.||wh ||1,Ω ≤ ch ||wh ||0,Ω .
Hence,
|{ |
| |
| ((B − M)(u − rh u), wh )2 ds || ≤ ch k−1 |u|k+1,Ω ||wh ||0,Ω .
.
|
∂Ω
then
1
||u h − rh u||0,Ω ≤ ch k− 2 |u|k+1,Ω .
.
This error estimates is better than the error estimates (7.7.38). Let’s show (7.7.39).
Indeed, let us increase the term
E {
. wh2 ds.
S⊂∂Ω S
We have { {
l(S)
. wh2 ds = -
wh2 ds.
S 1 -
S
@seismicisolation
@seismicisolation
444 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ ( ( ) )
1 w1 + -
- w3 2
. -
wh2 dξ dη = w1 + 4
-2
+-2
w3
-
T 6 2
1 2
= (-
w +-
w1-
w3 + -
w32 )
3 1
and
(( )2 ( )2 ( )2 )
11 w1 + -
- w2 w2 + -
- w3 w1 + -
- w3
. + +
23 2 2 2
1 2
= w +-
(- w22 + -
w32 + -
w1 -
w2 + -
w1 -
w3 + -
w2 -
w3 ).
12 1
Hence, { {
. - c1 h −2
wh2 dξ dη ≤ - wh2 d xd y
-
T T
and { {
−1
. -
wh2 ds ≤ ch wh2 d xd y.
-
S T
E { E{
Thus,
−1
. wh2 ds ≤ ch wh2 d xd y.
S⊂∂Ω S T ⊂Ω T
0 h 1 −1 1
Reference segment
. u, -
E(- wh ) = -
α (−1)(-
u −-
r-
u )(−1)-
wh (−1).
@seismicisolation
@seismicisolation
7.7 Approximation of Friedrichs Systems by Finite Element Methods 445
.|E(-
u, -
wh )| ≤ c|-
u |k+1,(−1,1) ||-
wh ||0,(−1,1)
≤ ch k+1 |u|k+1,(0,h) h − 2 |wh |0,(0,h) h − 2 .
1 1
Thus,
|E(-
. u, -
wh )| ≤ ch k |u|k+1,(0,h) |wh |0,(0,h) .
We can do even better: instead of working with . H k+1 (−1, 1), we work with
.W
k+1,∞
(−1, 1) and, we find
. |E(-
u, -
wh )| ≤ c||-
u ||k+1,∞,(−1,1) ||-
wh ||0,(−1,1)
≤ ch k+1 ||u||k+1,∞,(0,h) h − 2 |wh |0,(0,h) .
1
Thus,
1
. |E(-
u, -
wh )| ≤ ch k+ 2 ||u||k+1,∞,(0,h) |wh |0,(0,h) .
So, we won . 21 screen. On the other hand, since . H 2 (−1, 1) is continuously injected
into .C 0 ([−1, 1], R), we have
|E(-
. u, -
wh )| ≤ c|-
u −- r-
u |(−1)|-
wh |(−1)
≤ c(|-
u (−1)| + |-
r-
u (−1)|)|-
wh (−1)|
≤ c max |-
u (ξ )| max |-
wh (ξ )|
ξ
≤ c||-
u ||2,(−1,1) ||-
wh ||2,(−1,1) .
Hence,
.|E(-
u, -
wh )| ≤ c||-
u ||k+1,(−1,1) ||-
wh ||0,(−1,1) .
We pose {
. u, -
E(- wh ) = (( - - u −-
B − M)(- r-
u ), -
wh )2 dη.
-
S
@seismicisolation
@seismicisolation
446 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
-
S S
|E(-
. u, -
wh )| ≤ c|-
u |k+1,T-||-
wh ||0,T-
≤ ch k+1 |u|k+1,T h −1 h −1 |wh |0,T
≤ ch k−1 |u|k+1,T |wh |0,T .
-) instead of . H k+1 (T
Remark 7.7.18 We can take .W k+1,∞ (T -). ♦
. Au = F in Ω
(B − M)u = 0 on ∂Ω
.
@seismicisolation
@seismicisolation
7.8 Continuous Finite Element Methods 447
for all .vh ∈ X h∗ , is built from the space . Z h , then for .k ≥ 1 and for .n ≤ 3, we have
♦
Proof We pose
( ) {
1 1
. Eh = (A + A∗ )(u h − vh ), u h − vh + (M(u h − vh ), u h − vh )2 ds.
2 (L 2 (Ω,R)) p 2 ∂Ω
Then, { {
1
. (Mwh , wh )2 ds = ((M + M ∗ )wh , wh )2 ds.
∂Ω 2 ∂Ω
Hence,
{
1
(A(u h − u), u h − vh )(L 2 (Ω,R)) p =
. ((B − M)u h , u h − vh ) ds.
2 ∂Ω
Which proves
{
1
. Eh = (A(u h − u + u − vh ), u h − vh )(L 2 (Ω,R)) p − ((B − M)(u h − vh ), u h − vh )2 ds.
2 ∂Ω
@seismicisolation
@seismicisolation
448 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Hence,
|{ ( ) |
| ∂ |
| A (u − r u), w d xd y | ≤ ch k |u|k+1,Ω ||wh ||(L 2 (Ω,R)) p .
.
| i
∂ x
h h |
Ω i 2
Thus,
.|(A(u − rh u), (u h − rh u)| ≤ ch k |u|k+1,Ω ||u h − rh u||(L 2 (Ω,R)) p .
We cannot overload .||wh ||1,Ω because we only have coercivity in . L 2 (Ω, R). So,
we turn back. So, it is not satisfactory to apply the trace theorem. We will use the
following inverse inequality
Thus,
|{ |
| |
.| ((B − M)(u − rh u), wh )2 ds || ≤ ch k−1 |u|k+1,Ω ||wh ||0,Ω .
|
∂Ω
Hence,
If we interpolate by . P1 , we find
@seismicisolation
@seismicisolation
7.8 Continuous Finite Element Methods 449
then
|{ |
| |
| ((B − M)(u − rh u), wh )2 ds || ≤ c||u − rh u||0,∂Ω ||wh ||0,∂Ω
.
|
∂Ω
1
≤ ch k− 2 |u|k+1,Ω ||wh ||0,Ω .
Hence,
1
||u h − rh u||0,Ω ≤ ch k− 2 |u|k+1,Ω .
.
So, this last increase is better than the others. So, we still have to show (7.8.2). Indeed,
E{
.||wh ||0,∂Ω =
2
wh2 ds.
S⊂Ω S
c l(S) -
≤- wh2 dξ dη.
-
T
Thus,
{
. wh2 ds ≤ chh −2 ||wh ||20,T .
S
It follows that
@seismicisolation
@seismicisolation
450 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Q.E.D.
Remark 7.8.2 .(i) Theorem 7.8.1 is always valid if one uses isoparametric convex
quadrilateral finite elements by using on the reference square polynomials of degree
.≤ k.
−1
.(ii) The best increase of the error that we found is of the order . O(h 2 ). ♦
−
0 h 1 −1 1
Reference segment
We pose
. u, -
E(- wh ) = -
α (−1)(-
u −-
r-
u )(−1)-
wh (−1).
The mapping
.-
u −→ E(-
u, -
wh )
. p, -
E(- wh ) = 0
for all . -
p ∈ Pk , then
|E(-
. u, -
wh )| ≤ c|-
u |k+1,(−1,1) ||-
wh ||0,(−1,1)
≤ ch k+1 |u|k+1,(0,h) h − 2 ||wh ||0,(0,h) h − 2
1 1
Thus,
.||u h − rh u||0,(0,1) ≤ ch k |u|k+1,(0,1) .
We can do better, i.e., instead of working with . H k+1 (−1, 1), we work with .W k+1,∞
(−1, 1). We have
@seismicisolation
@seismicisolation
7.8 Continuous Finite Element Methods 451
|E(-
. u, -
wh )| ≤ c||-
u ||k+1,∞,(−1,1) ||-
wh ||0,(−1,1)
. p, -
E(- wh ) = 0
for all . -
p ∈ Pk . Since
1
||-
. u ||k+1,∞,(−1,1) ≤ c||B||k+1 (det B) ∞ ||u||k+1,∞,(0,h)
≤ ch k+1 ||u||k+1,∞,(0,h) ,
we have
Thus,
1
||u h − rh u||0,(0,1) ≤ ch k+ 2 ||u||k+1,∞,(0,1) .
.
As a result, we won . 21 screen altogether. It remains the continuity of . E(·, ·). Since
. H (−1, 1) injects itself continuously into .C ([−1, 1], R), we have
2 0
|E(-
. u, -
wh )| ≤ c|-
u −- r-
u |(−1)|wh |(−1)
≤ c(|-
u |(−1) + |-
r-
u |(−1))|-
wh |(−1)
≤ c max |-
u (ξ )| max |-
wh (ξ )|
ξ ξ
≤ c||-
u ||2,(−1,1) ||-
wh ||2,(−1,1) .
. |E(-
u, -
wh )| ≤ c||-
u ||k+1,(−1,1) ||-
wh ||0,(−1,1) .
Let’s pose
{
. u, -
E(- wh ) = (( - - u −-
B − M)(- r-
u ), -
wh )2 dη.
-
S
@seismicisolation
@seismicisolation
452 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
The mapping
-
u −→ E(-
. u, -
wh )
-) into .R of norm .≤ -
is linear and continuous from . H k+1 (T c||-
wh ||0,T- and
. p, -
E(- wh ) = 0
for all . -
p ∈ Pk . Then,
|E(-
. u, -
wh )| ≤ c|-
u |k+1,T-||-
wh ||0,T-
≤ ch k+1 |u|k+1,T h −1 h −1 ||wh ||0,T
≤ ch k−1 |u|k+1,T ||wh ||0,T .
Furthermore,
( ) 21 ( ) 21
E E E
. |u|k+1,T ||wh ||0,T ≤ |u|2k+1,T ||wh ||20,T .
T ⊂Ω T ⊂Ω T ⊂Ω
|E(-
. u, -
wh )| ≤ c||-
u ||k+1,∞,T-||-
wh ||0,T-
≤ ch k+1 ||u||k+1,∞,T h −1 h −1 ||wh ||0,T
≤ ch k ||u||k+1,∞,T ||wh ||0,T .
Hence, {
. ((B − M)(u − rh u), wh )2 ds ≤ ch k+1 ||u||k+1,∞,T ||wh ||0,T .
S
Thus,
@seismicisolation
@seismicisolation
7.8 Continuous Finite Element Methods 453
{ E
. ((B − M)(u − rh u), wh )2 ds ≤ ch k+1 ||u||k+1,∞,T ||wh ||0,T
∂Ω T ⊂Ω
E
≤ ch k+1 ||u||k+1,∞,Ω 1 × ||wh ||0,T
T ⊂Ω
⎛ ⎞1 ⎛ ⎞1
E 2
E 2
So,
1
||u h − rh u||0,Ω ≤ ch k+ 2 ||u||k+1,∞,Ω .
.
|E(-
. u, -
wh )| ≤ c max |-
u (ξ )| max |-
wh (ξ )|
ξ ξ
≤ c||-
u ||2,T-||-
wh ||2,T-.
|E(-
. u, -
wh )| ≤ c||-
u ||k+1,T-||-
wh ||0,T-.
du
. + σ u = f on ]0, 1[
dx
.u(0) = b,
dw
. + σ w = f − σ b on ]0, 1[
dx
. w(0) = 0.
We have. M(0) = 1,. M(1) = 1,. B(0) = −1,. B(1) = 1,.(B − M)(0) = −2, and.(B −
M)(1) = 0. Then,
@seismicisolation
@seismicisolation
454 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ 1 ( )
dwh 1
. + σ wh − f + σ b vh d x − (−2)wh (0)vh (0) = 0
0 dx 2
and { ( )
1
du h
. + σ uh − f vh d x + (u h (0) − b)vh (0) = 0.
0 dx
ψi
−
−
0 xi−1 xi xi+1 1
{
u j+1 − u j−1 h x j+1
. + σ (u j+1 + 4u j + u j−1 ) − f ψ j d x = 0, 1 ≤ j ≤ I − 1
2 6 x j−1
{
u1 − u0 h h
. + σ (2u 0 + u 1 ) − f ψ0 d x + u 0 − b = 0.
2 6 0
.(B − M)u = 0.
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 455
E[ { ((
BT − M T
) ) ]
. (Au h , u h )(L 2 (T,R)) p − (u int
h − u h ), u h
ext int
ds = 0.
T ⊂Ω ∂T 2 2
Hence,
[
E (1 )
1
{
. (A + A∗ )u h , u h + (BT u int
h , u h ) ds
int
2 (L 2 (T,R)) p 2 ∂T
T ⊂Ω
{ (( ) ) ]
BT − M T
− (u int
h − u ext
h ), u int
h ds = 0.
∂T 2 2
2
1
S
@seismicisolation
@seismicisolation
456 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
E[ { ((
BT − M T
) ) ]
. E(wh , z h ) = (Awh , z h )(L 2 (T,R)) p − (whint − whext ), z int
h ds .
∂T 2 2
T ⊂Ω
(7.9.2)
We have
.α||wh ||20,Ω ≤ E(wh , wh )
and
. E(u h , vh ) = (F, vh )(L 2 (Ω,R)) p
Theorem 7.9.1 We assume that the hypothesis (7.9.3) is satisfied. Then, the problem
(7.9.1) admits a unique solution .u h ∈ Wh and, we have
E{
On the other hand,
. (BT u ext
h , u h )2 ds = 0
int
T ⊂Ω ∂T
E{ E{
. (MT (u int
h − u h , u h )2 ds =
ext int
(MT (u int
h − u h ), u h − u h )2 ds,
ext int ext
T ⊂Ω ∂T S⊂S S
where .S denotes the set of faces of the elements .T , with the convention .u ext
h = 0 if
. S ⊂ ∂Ω. So, he comes
E (1 ) E {
. E(u h , u h ) = (A + A∗ )u h , u h + (MT (u int
h − u h ), u h − u h )2 ds.
ext int ext
2 (L 2 (T,R)) p S
T ⊂Ω S⊂S
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 457
E
. E(u h , u h ) = (F, u h )(L 2 (T,R)) p .
T ⊂Ω
By using the positivity of . A, the hypothesis (7.9.3) and the Cauchy-Schwarz inequal-
ity, we obtain the inequality (7.9.4). Q.E.D.
du
. + σ u = f on ]0, 1[,
dx
I −1 {
E xi+1 ( )
du h 1 − + −
. + σ uh − f vh d x − (1 − m i+1 )(u i+1 − u i+1 )vi+1
xi dx 2
i=0
1
− (−1 − m i )(u i+ − u i− )vi+ = 0
2
v
. h |(x ,x )
i i+1
= vi+ 21 .
Hence,
{ xi+1 1 1
.hσ u i+ 1 − f dx − (1 − m i+1 )(u i+ 1 − u i+ 3 ) + (1 + m i )(u i+ 1 −u i− 1 ) = 0
2 xi 2 2 2 2 2 2
1 ≤ i ≤ I − 2.
{ h
1
. hσ u 21 − f d x − (1 − m 1 )(u 21 − u 23 ) + u 21 − u(0) = 0
0 2
{ 1
1
. hσ u I − 21 − f d x + (1 + m I −1 )(u I − 21 − u I − 23 ) = 0.
1−h 2
u
. −1
2
= u(0).
@seismicisolation
@seismicisolation
458 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
It is the retrograde Euler which is precise, of the order of .h. If .σ = 0, Eq. (7.9.5)
gives { xi+1
.u i+ 1 − u i− 1 = f d x, 0 ≤ i ≤ I − 1
2 2
xi
u
. −1
2
= u(0).
x − xi − xi+1 − x +
u
. h |(xi ,xi+1 ) = u i+1 + ui .
h h
We have
I −1 {
E xi+1 ( )
du h
. + σ uh − f vh d x + (u i+ − u i− )vi+ = 0
i=0 xi dx
with
u − = u(0).
. 0
Furthermore, { ( )
h
du h
. + σ u h vh d x + (u + − +
0 − u 0 )v0 = 0
0 dx
and { xi+1 ( )
du h
. + σ u h vh d x + (u i+ − u i− )vi+ = 0.
xi dx
u− +
1 − u0 h
. h + σ (u − + u+ + −
0 ) + u 0 − u 0 = 0.
h 2 1
For .vh = x, we have
( )
h2 u− +
1 − u0 h h u+ + u−
. +σ 4 0 1
+ hu −
1 = 0.
2 h 6 2 2
Hence, ( )
h h +
. 1+σ u− −
1 + σ u0 = u0 (7.9.6)
2 2
and ( ) ( )
h − h
. 1 + 2σ u1 − 1 − σ u+
0 = 0. (7.9.7)
3 3
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 459
Proving ( ) ( )
h h2 h
. 1 + 2σ + σ2 u−
1 = 1 − σ u−
0.
3 6 3
Thus,
1 − σ h3
u− =
. 1 2 u−
0.
1 + 2σ h3 + σ 2 h6
Gold,
1−x
.
1 + 23 x + 16 x 2
( )( ( ) ( ) )
1 2 1 2 2 1 2 2 2 1 2 3
. = 1− x 1− x − x + x+ x − x+ x + o(x )
4
3 3 6 3 6 3 6
( )( )
1 2 5 2
= 1− x 1 − x + x 2 − x 3 + o(x 4 )
3 3 18 27
1 1
= 1 − x + x 2 − x 3 + o(x 4 ).
2 6
On the other hand,
u(x) = u(0)e−σ h
.
u − − u(h) = o(σ h 4 ).
. 1
So, we have a method of the order of .o(h 3 ) to solve the linear system because on
each cell, the error is of the order .o(σ h 4 ). Hence,
1
. o(σ h 4 ) = o(h 3 ).
h
Example 7.9.3 Either the problem
du
. + σ u = f on ]0, 1[,
dx
u(0) = μ,
.
@seismicisolation
@seismicisolation
460 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
I −1 {
E ( ) I −1
xi+1
du h 1E
+ σ u h − f vh d x − (1 − m i )(u i− − u i+ )vi−
. xi d x 2
i=0 E I −1 i=1
− 21 i=1 (−1 − m i )(u i+ − u i− )vi+ + (u + +
0 − μ)v0 = 0,
for all .vh ∈ Vh , where .u i± = vh (xi ± 0), and where the .m i , .1 ≤ i ≤ I − 1, are scalars
.≥ 0 . In particular, if we work with polynomials of degree .0, we obtain the system
h (σ u i+ 21 − f i+ 21 ) − 21 (1 − m i+1 )(u i+ 21 − u i+ 23 )
. i
1
. + (1 + m i )(u i+ 21 − u i− 21 ) = 0, for 1 ≤ i ≤ I − 1, (7.9.8)
2
1
h (σ u 21 − f 21 ) − (1 − m 1 )(u 21 − u 23 ) + (u 21 − μ) = 0,
. 0 (7.9.9)
2
1
. h I −1 (σ u I − 21 − f I − 21 ) + (1 + m I −1 )(u I − 21 − u I − 23 ) = 0, (7.9.10)
2
where .u i+ 21 designates the restriction of .u h to the segment .[xi , xi+1 ] and . f i+ 21
designates the average of . f on this segment. We note that if we choose .m i = 1,
.1 ≤ i ≤ I − 1, the linear system is uncoupled into the set of equations
h (σ u i+ 21 − f i+ 21 ) + u i+ 21 − u i− 21 = 0, 0 ≤ i ≤ I − 1,
. i
with the convention .u − 21 = μ. If we then assign the value .u i+ 21 to the point .xi+1 , we
express the implicit Euler scheme and, we have
Remark 7.9.2 In the case where one of the matrices . Ai (for example . A1 ) can be
reduced to a diagonal matrix with coefficients .≥ 0, the value .x1 can be treated as
a time variable. Suppose .Ω =]0, X 1 [×Ω , , where .Ω , is an open set of .Rn−1 . We
consider the abscissas .x1, j ∈ [0, X 1 ], .0 ≤ j ≤ J − 1, .x1,J −1 = X 1 and, we choose
The problem then reduces to a set of subproblems on the domains .]x1, j , x1, j+1 [×Ω , ,
.0 ≤ j ≤ J − 1, processed sequentially from . j = 0 to . j = J − 1.
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 461
z
y
Remark 7.9.3 In the case of the transport equation in plane geometry, we have an
analogous situation, for example in dimension .2, the equation is written
∂ϕ ∂ϕ
μ
. +ν + σ ϕ = f, (x, y) ∈ Ω,
∂x ∂y
⎡ ⎤
| | | |
∂ Tj ⊂ ⎣
. − ∂+ Ti ⎦ ∂− Ω.
i< j
We can thus perform the calculations in a decoupled way, element by element, going
from upstream to downstream following the characteristic direction.(μ, ν), the matrix
. M T being equal to .−BT on .∂− T and . BT on .∂+ T , for . T ⊂ Ω.
@seismicisolation
@seismicisolation
462 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
13
14
10 9
11 12
4
3 7 8
2
6
1
5
Remark 7.9.4 We still have a situation of the same type for the transport equation
in one-dimensional spherical geometry
∂ 2 ∂
.μ (r ϕ) + r (1 − μ2 )ϕ + σ r 2 ϕ = r 2 f
∂r ∂μ
or equivalently
∂ϕ ∂ϕ
μr 2
. + r (1 − μ2 ) + σ r 2 ϕ = r 2 f, for 0 < r < R, −1 < μ < 1,
∂r ∂μ
with .ϕ(R, μ) = 0 for .μ < 0. It is checked that this boundary condition is the only
one to impose and that the system is positive if the norm with weight is used
{ R { 1
. r 2 ϕ 2 dr dμ.
0 −1
To solve this problem numerically, we cut the domain.]0, R[×] − 1, 1[ into rectangles
μ−J +1 < · · · < μ0 = 0 < μ1 < · · · < μ J = 1. We calculate the approximate solu-
tion successively on the rectangles . K I −1,−J , K I −2,−J , · · · , K I −1,−J +1 , K I −2,−J +1 ,
· · · , etc. following the numbering given in the figure (this numbering is not the only
one possible).
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 463
26 27 28 29 30
21 22 23 24 25
16 17 18 19 20
r
15 14 13 12 11
10 9 8 7 6
5 4 3 2 1
(B − M)u = 0.
.
@seismicisolation
@seismicisolation
464 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
E[ { ((
BT − M T
) ) ]
. E(wh , z h ) = (Awh , z h )(L 2 (T,R)) p − (whint − whext ), z int
h ds .
∂T 2 2
T ⊂Ω
and
. E(u h , vh ) = (F, vh )(L 2 (Ω,R)) p
. wh = u h − vh .
Then,
α||u h − vh ||20,Ω
.
. ≤ E(u h − vh , u h − vh )
≤ (F, u h − vh )(L 2 (Ω,R)) p − E(vh , u h − vh )
≤ (Au, u h − vh )(L 2 (Ω,R)) p − E(vh , u h − vh )
E[ { ((
BT − M T
) ) ]
≤ (A(u − vh ), u h − vh )(L 2 (T,R)) p + (vhint − vhext ), u int
h − vh
int
ds .
∂T 2 2
T ⊂Ω
and so
{ (( ) )
BT − M T
. (rh u int − rh u ext ), u int
h − rh u
int
ds = 0.
∂T 2 2
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 465
and
{ {
l(S)
. ((B − M)(u − rh u), whint )2 ds = (( - - u −-
B − M)(- r-
u ), -
whint )2 ds.
S 1 -
S
We pose {
. u, -
z(- wh ) = (( - - u −-
B − M)(- r-
u ), -
whint )2 ds.
-
S
The mapping
-
u −→ z(-
. u, -
wh )
-) into .R of norm .≤ -
is linear and continuous from . H k+1 (T c||-
wh ||0,T- and
. p, -
z(- wh ) = 0
for all . -
p ∈ Pk . Hence,
. |z(-
u, -
wh )| ≤ c|-
u |k+1,T-||-
wh ||0,T-
≤ ch k+1 |u|k+1,T h −1 h −1 ||wh ||0,T
≤ ch k−1 |u|k+1,T ||wh ||0,T .
So,
{ (( ) )
BT − M T
. (vhint − vhext ), u int
h − vhint ds ≤ ch k |u|k+1,T ||wh ||0,T .
∂T 2 2
Thus,
E{ (( ) )
BT − M T
. (vhint − vhext ), u int
h − vhint ds
T ⊂Ω ∂T 2 2
E
. ≤ ch k |u|k+1,T ||wh ||0,T
T ⊂Ω
( ) 21 ( ) 21
E E
≤ ch k
|u|2k+1,T ||wh ||20,T
T ⊂Ω T ⊂Ω
@seismicisolation
@seismicisolation
466 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
E E
. (A(u − rh u), u h − rh u)(L 2 (T,R)) p ≤ ||u − rh u||1,T ||u h − rh u||0,T
T ⊂Ω T ⊂Ω
( )1 ( )1
E 2 E 2
≤ ||u − rh u||21,T ||u h − rh u||20,T
T ⊂Ω T ⊂Ω
≤ ||u − rh u||1,Ω ||u h − rh u||0,Ω
≤ ch k |u|k+1,Ω ||u h − rh u||0,Ω .
Thus,
.||u h − rh u||0,Ω ≤ ch k |u|k+1,Ω
for all .k ≥ 1
Proof In the relation (7.9.11), we replace .vh by the interpolation .rh u of .u (.rh u = u
at the nodes). Edge terms corresponding to faces . S /⊂ ∂Ω disappear. The boundary
terms corresponding to faces . S ⊂ ∂Ω are bounded as in Theorem 7.9.1. Finally, we
have
.(A(u − r h u), wh )(L 2 (T,R)) p ≤ ch ||u||k+1,T ||wh ||0,T .
k
Remark 7.9.6 The markup (7.9.12) is not optimal and does not allow to justify the
numerical results obtained by using polynomials of degree zero within the framework
of the transport equation. ♦
-) into .R of norm .≤ -
is linear and continuous from .W k+1,∞ (T c||-
wh ||0,T- and
. p, -
z(- wh ) = 0
@seismicisolation
@seismicisolation
7.9 Discontinuous Method 467
for all . -
p ∈ Pk . Hence,
|z(-
. u, -
wh )| ≤ c|-
u |k+1,T-||-
wh ||0,T-
≤ ch k+1 ||u||k+1,∞,T h −1 ||wh ||0,T
≤ ch k ||u||k+1,∞,T ||wh ||0,T .
So,
{ (( ) )
BT − M T
. (vhint − vhext ), u int
h − vhint ds ≤ ch k+1 ||u||k+1,∞,T ||wh ||0,T .
∂T 2 2
Thus,
|{ |
| |
| |
| ((B − M)(rh u − u), u h − vh )2 ds | ≤ ch |u|k+1,T ||u h − vh ||0,T .
int int k+1
.
S
We have
E{ (( ) ) E
BT − M T
. (vhint − vhext ), u int
h − vh
int
ds ≤ ch k+1 |u|k+1,∞,Ω ||wh ||0,T .
2
T ⊂Ω ∂ T 2 T ⊂Ω
Gold,
E E
. ||wh ||0,T = 1 × ||wh ||0,T
T ⊂Ω T ⊂Ω
( ) 21 ( ) 21
E E
≤ 12 ||wh ||20,T
T ⊂Ω T ⊂Ω
− 21
≤h ||wh ||0,Ω .
So,
E{ (( ) )
BT − M T 1
. (vhint − vhext ), u int
h − vh
int
ds ≤ ch k+ 2 ||u||k+1,∞,Ω ||wh ||0,Ω .
2
T ⊂Ω ∂ T 2
Thus,
| |
| E { (( B − M ) ) |
| T T | 1
.| (vh − vh ), u h − vh
int ext int int
ds | ≤ ch k+ 2 ||u||k+1,∞,Ω ||u h − rh u||0,Ω .
| ∂T 2 2 |
T ⊂Ω
It follows that
1
. ||u h − rh u||0,Ω ≤ c(h k |u|k+1,Ω + h k+ 2 ||u||k+1,∞,Ω ).
@seismicisolation
@seismicisolation
468 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
1
. ||u − u h ||0,Ω = O(h k+ 2 ).
♦
7.10 Example
. − Δu = f in Ω
u = 0 on Γ = ∂Ω.
The variational formulation is given by: Find .u ∈ V := H01 (Ω) such that
a(u, v) = L(v)
.
and {
. L(v) = f v d xdy.
Ω
.a(u h , vh ) = L(vh )
for all .vh ∈ Vh , with .Vh is a subspace of .V of finite dimension. If .Vh ⊂ H01 (Ω), then
a finite element of class .C 0 , i.e., a conforming finite element. If .Vh /⊂ H01 (Ω), then
a non-conforming finite element.
@seismicisolation
@seismicisolation
7.10 Example 469
−
−
−
If, we have a non-conforming finite element, then
E{
a (u h , vh ) =
. h ∇u h · ∇vh d xd y
T ⊂Ω T
for all .T ⊂ Ω.
7.10.1 In Dimension 1
@seismicisolation
@seismicisolation
470 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
−
xj x j+1
The two functions in the figure above are the basic functions of the .Vh space. We
pose
+
.v j = vh (x j + 0), v−j+1 = vh (x j+1 − 0).
Hence,
du h u −j+1 − u +j
. = ∈ P0
dx h
and
dvh v−j+1 − v+j
. = ∈ P0 .
dx h
Thus, Eq. (7.10.2) gives
( )( ) {
u −j+1 − u +j v−j+1 − v+j x j+1
. h = f vh d x (7.10.3)
h h xj
for all .vh ∈ Vh . In particular, for the elements of basis .vh(1) and .vh(2) with
x − xj
v(1) =
. h
h
and
x j+1 − x
. h v(2) = .
h
Furthermore,
v(1)− = vh(1) (x j+1 − 0) = 1, v(2)−
. j+1 j+1 = 0
@seismicisolation
@seismicisolation
7.10 Example 471
and
v(1)+ = vh(1) (x j + 0) = 0, v(2)+
. j j = 1.
and {
1 − x j+1
x j+1 − x
.− (u − u +j ) = f (x) d x. (7.10.5)
h j+1 xj h
Again, { x j+1
. f (x) d x = 0. (7.10.8)
xj
This last condition is not always true. Hence, Eq. (7.10.8) as the necessary condition
for the existence of a solution.
7.10.2 In Dimension 2
Is there a solution to the approximate problem? The answer is no. Indeed, let .vh ∈ Vh
such that
.ah (vh , vh ) = 0.
a (vh , vh ) = 0.
. h
@seismicisolation
@seismicisolation
472 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
E{
Then,
. |∇vh |2 d xd y = 0.
T ⊂Ω T
It follows that
|∇vh ||T = 0.
.
Thus,
v
. h |T = cte.
Hence, we cannot say that .vh = 0 on .Ω. Hence, we are missing information linking
one triangle to another. For that let’s pose
1
. J (vh ) = ah (vh , vh ) − L(vh ).
2
If .Vh is built as before, we have: Find .u h ∈ Vh such that
. J (u h ) = inf J (vh ).
vh ∈Vh
a (u h , vh ) = L(vh )
. h
for all .vh ∈ Vh . In the general case this problem does not have a single solution.
Hence, the idea of taking
(J , (u h ), vh − u h ) ≥ 0
.
@seismicisolation
@seismicisolation
7.10 Example 473
So, we come across the non-conforming method. Hence, there is nothing new. So,
the idea is to introduce another idea «it’s penalization».
2
1
I −1 { ( )2 { I −1
1E x j+1
∂vh 1
1E
. Jε (vh ) = dx − f vh d x + (vh (x +j ) − vh (x −j ))2 .
2 j=0 xj ∂x 0 ε j=1
J (u εh ) = inf Jε (vh ),
. ε (7.10.9)
vh ∈Vh
I −1 {
E { I −1
x j+1 ∂u εh ∂vh 1 2E ε +
. dx − f vh d x + (u h (x j ) − u εh (x − + −
j ))(vh (x j ) − vh (x j )) = 0
∂x ∂x ε
j=0 x j 0 j=1
(7.10.10)
for all .vh ∈ Vh . We choose
{
1 on ]x j , x j+1 [
v =
. h
0 elsewhere.
@seismicisolation
@seismicisolation
474 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Hence, {
2[ ε ] x j+1
. −u j+ 3 + 2u εj+ 1 − u εj− 1 = f d x.
ε 2 2 2
xj
Thus, ( { )
1 [ ε ε ε
] ε 1 x j+1
.− u 3 − 2u 1 + u 1 = f dx .
h 2 j+ 2 j+ 2 j− 2 2h h xj
. f (x) = f (x j+ 21 ) + (x − x j+ 21 ) f , (x j+ 21 ) + o(h 2 ).
So,
{ x j+1 { x j+1 { x j+1
. f (x) d x = f (x j+ 21 ) d x + (x − x j+ 21 ) f , (x j+ 21 ) d x + h o(h 2 ).
xj xj xj
Further, { x j+1
. (x − x j+ 21 ) f , (x j+ 21 ) d x = 0
xj
hence { x j+1
1
. f (x) d x = f (x j+ 21 ) + o(h 2 ).
h xj
@seismicisolation
@seismicisolation
7.10 Example 475
I −1
1E
. Φ= (vh (x +j ) − vh (x −j ))2
ε j=1
J (u εh ) = inf Jε (vh ).
. ε
vh ∈Vh
with E
. p j (u +j − u −j ) = 0.
j
The couple .(u, p) is a saddle point. So, we can use Uzawa algorithm:
.q k+1
j = q kj + ρ((u kj )+ − (u kj )− )
and E
a (u kh , vh ) − L(vh ) +
. h q kj (v+j − v−j ) = 0.
j
One thus falls on an elliptical problem which does not have uniqueness of solution
because one does not have the coercivity. If we add the continuity, we will find the
coercivity and, we find the standard problem.
@seismicisolation
@seismicisolation
476 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
du
. + σ u = f if x ∈]0, 1[ (7.11.1)
dx
.u(0) = μ. (7.11.2)
{
u j+1 − u j u j+1 + u j x j+1
.h + σh = f (x) d x.
h 2 xj
What can be done with the discontinuity? The idea that makes us walk is to write
u
. h |[x j ,x j+1 [ = u h |]x j ,x j+1 [ + H (x − x j )(u h (x +j ) − u h (x −j ))
and
du h du h
. = (interior ) + δ(x−x j ) (u h (x +j ) − u h (x −j )),
dx dx
@seismicisolation
@seismicisolation
7.11 One-Dimensional Transport Equations in Plane Symmetry 477
− +
( ) {
h u j+1 − u j σh u +j + u −j+1 h x j+1
. h+ 4 + u −j+1 h − f (x)(x − x j ) d x = 0.
2 h 6 2 2 xj
and
h − σ h2 ( + ) { x j+1
. (u j+1 − u +j ) + u j + 2u −j+1 − f (x)(x − x j ) d x = 0
2 6 xj
@seismicisolation
@seismicisolation
478 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Which proves ⎧( )
⎪
⎪ h h
⎨ 1+σ u −j+1 + σ u +j = u −j
. ( 2 ) (2 )
⎪
⎪ h − h
⎩ 1 + 2σ u j+1 − 1 − σ u +j = 0.
3 3
Thus, ⎧
⎪ +
⎪ 1 + 2σ h3
⎨uj = 2 u −j
. 1+ σ 2 h6 + 2
3
σh
⎪
⎪ 1−σ h3
⎩ u −j+1 = 2 2 h2 u −j .
1+ 3 σ h+ σ 6
u(h) = μe−σ h
.
and ( )
− 1 − σ h3
.u 1 = σ 2 h2
μ, u −
0 = μ.
1 + 23 σ h + 6
u(h) − u −
. 1
( )
−σ h
1 − σ h3
. = e − μ
1 + 23 σ h + σ 6h
2 2
[ ( )( ( ) )]
−σ h h 2 σ 2h2 1 2 1 2 2 2
= e − 1−σ 1 − σh − + σh + σ h + o(h ) μ
3
3 3 6 2 3 6
[ ( )(
1 2 2 1 2 1
= 1 − σ h + σ h + o(h ) − 1 − σ h
3
1 − σ h − σ 2h2
2 3 3 6
( ) )]
1 2 1 2 2 2
+ σh + σ h + o(h 3 ) μ.
2 3 6
@seismicisolation
@seismicisolation
7.11 One-Dimensional Transport Equations in Plane Symmetry 479
Example 7.11.1 Let .Ω =]0, 1[. We consider the problem (one-dimensional trans-
port equations in plane symmetry [11])
du
+. σ u = f (7.11.5)
dx
u(0) =
. 0. (7.11.6)
C(x) = σ + σ ∗ = 2σ
.
.
t
XC(x)X = 2σ t X X ≥ 2σ t X X.
−
→
ν
−
0 1
Let .Vh be the space of continuous functions whose restriction at each interval
[x j , x j+1 ], .0 ≤ j ≤ I − 1, is a polynomial of . Pk . The space . X h2 is the space of
.
functions from .Vh to zero for .x = x0 . We solve the following approximate problems:
@seismicisolation
@seismicisolation
480 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ 1 ( )
du h
. + σ uh − f vh d x + u h (0)vh (0) = 0 (7.11.7)
0 dx
{ 1 ( )
du h
. + σ uh − f vh d x = 0 (7.11.8)
0 dx
where
. h= sup (x j+1 − x j ).
0≤ j≤I −1
and
u =0
. 0
( )
x j+1 − x j−1 x j − x j−1
u j+1 − u j−1 +σ (2u j + u j+1 ) + (2u j + u j−1 ) =
3 3
{ x j+1
f v j d x for 1 ≤ j ≤ I − 1,
x j−1
( ) {
u I − u I −1 2u I u I −1 2 xI
+σ + = f v I d x,
x I − x I −1 3 3 x I − x I −1 x I −1
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 481
where .u j = u h (x j ) and, where .v j designates the function of .Vh equal to .1 at the point
x j and to zero at the points.xi ,.i /= j, for.0 ≤ j ≤ I . In the case, where.x j+1 − x j = h,
.
for .0 ≤ j ≤ I − 1, Eqs. (7.11.9)–(7.11.10)–(7.11.11) become
( ) {
u1 − u0 2 u1 2u 0 2 h
. +σ u0 + + = f v0 dx
h 3 3 h h 0
{ ( j+1)h
h
u j+1 − u j−1 + σ (u j+1 + 4u j + u j−1 ) = f v j d x for 1 ≤ j ≤ I − 1,
3 ( j−1)h
( ) { h
2u I u I −1
u I − u I −1 + σ h + =2 f v I d x.
3 3 1−h
To obtain the solution .u h at the different nodes, it is necessary to solve a linear system
whose matrix is .(2k + 1)-diagonal.
If, we have a second-order system in the form .−u ,, = f + the boundary conditions,
we make the following change of variable: we set .v = u , . Therefore, .−v, = f . So,
we find a system of two equations with two first-order unknowns.
−
In fact,
. − u, + v = 0 (7.12.1)
. − v, = f. (7.12.2)
I −1 {
E xi+1 E
. (−u ,h + vh ) ph d x − (u i+ − u i− ) pi+ = 0
i=0 xi i
@seismicisolation
@seismicisolation
482 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
I −1 {
E xi+1 E { 1
. −vh, qh dx − (vi+ − vi− )qi+ = f qh d x
i=0 xi i 0
E
Remark 7.12.1 The term . i (u i+ − u i− ) pi+ appeared since .u h is discontinuous.
Indeed,
+ −
.u h |[x ,x [ = u h |]x ,x [ + H (x − x j )(u h (x i ) − u h (x i ))
i i+1 i i+1
and
du h du h
= (interior.) + δ(x−xi ) (u h (xi+ ) − u h (xi− )),
.
dx dx
with . H (x − x j ) is the Heaviside function at point .x − x j and .δ(x−x j ) is the mass of
Dirac at point .x − x j . ♦
Example 7.12.1 We consider the problem
d 2u
. − + u = f on ]0, 1[, (7.12.3)
dx2
u(0) = u(1) = 0.
. (7.12.4)
. − u , + v = 0.
Hence, ( ) ( ) ( ) ( )( ) ( )
u 0 −1 ∂ u 10 u f
. A := + = .
v −1 0 ∂x v 01 v 0
We have ( ) ( ) ( )( )
01 ∂ ϕ1 10 ϕ1
. A∗ ϕ = + .
10 ∂x ϕ2 01 ϕ2
where .x j = j h, .0 ≤ j ≤ I.
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 483
• Polynomial . P1 : Let .Vh be the space of functions .(ϕh , ψh ) whose components are
.
linear on each interval .[xi , xi+1 ], with .xi = i h, .0 ≤ i ≤ I , and such that .ϕh (0) =
ϕh (1) = 0. Consider the space
. Z h = _ψ j _1≤ j≤I −1 ,
−
ψj
−
0 x j−1 xj x j+1
. Vh = Z h × Z h .
and ( ) ( )
α0 1 α1 −1
. M(0) = , M(1) =
−1 0 1 0
In fact, ( ) ( )
α0 0 α1 0
(B +t M)(0) =
. , (B +t M)(1) = .
2 0 −2 0
Remark 7.12.2 In the space . X h∗ that we took at the start, we can replace it with
Let .u h = (u 1h , u 2h ) ∈ Vh checking
@seismicisolation
@seismicisolation
484 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ 1 ( ) { 1 ( ) { 1
dϕh2 dϕh1
. u 1h + ϕh1 dx + u 2h + ϕh2 dx = f ϕh1 d x
0 dx 0 dx 0
−
0 j −1 j j +1 1
and {
1 x j+1 u 2j + u 2j+1
. u 2h d x = .
h xj 2
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 485
Hence, { 1
dψ j 1
. u 2h d x = [u 2j−1 − u 2j+1 ].
0 dx 2
Thus,
{ 1
h 1 1
. (u j−1 + 4u 1j + u 1j+1 ) + [u 2j−1 − u 2j+1 ] = f ψ j d x, 1 ≤ j ≤ I − 1,
6 2 0
ψ0
−
−
x1
0
{ 1
1 h
. − (u 11 + u 10 ) + (2u 20 + u 21 ) = f ψ0 d x,
2 6 0
{ 1
1 1 h
. (u I + u I −1 ) + (2u 2I + u 2I −1 ) = f ψ I d x,
1
2 6 0
and
u 1 = u 1I = 0.
. 0
1 h
. − (u 1j+1 − u 1j−1 ) + (u 2j+1 + 4u 2j + u 2j+1 ) = 0, 1 ≤ j ≤ I − 1.
2 6
We have .2I equations with.2(I + 1) unknown. So, it suffices to know two unknowns,
for example, .u 10 and .u 1I to solve this system.
• . Polynomial Pk : The space .Vh is the space of vector functions .(ϕh , ψh ) such that
.
each component belongs to the space of continuous functions whose restriction at
each interval.[x j , x j+1 ],.0 ≤ j ≤ I − 1 is a polynomial of. Pk . The space. X h2 is defined
by
. X h = {(ϕh , ψh ) ∈ Vh such that ϕh (0) = ϕh (1) = 0}.
2
@seismicisolation
@seismicisolation
486 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ 1( dvh
) { 1( du h
) ( a )
. − + uh − f ϕh d x + − + vh ψh d x + u h (0) − ϕh (0) + ψh (0) +
0 dx 0 dx 2
(a )
u h (1) ϕh (1) + ψh (1) = 0 (7.12.5)
2
{ 1 ( ) { 1( )
dvh du h
. − + u h − f ϕh d x + − + vh ψh d x = 0. (7.12.6)
0 dx 0 dx
|| d x − vh || ≤ ch 2 ||u||4,(0,1) .
0,(0,1)
The problems (7.12.5) and (7.12.6) lead to the resolution of linear systems having,
respectively, .2(I k + 1) and .2I k unknowns. The solution .(u h , vh ) of the problem
(7.12.6) exactly satisfies the boundary conditions
u (0) = u h (1) = 0.
. h
1 (v v1 )
0
− (u 0 + u 1 ) + h
. + =0
2 3 6
( ) { h
2u 0 u1
−(v1 − v0 ) + h + =2 f ϕ0 d x
3 3 0
1 (v v I −1 )
I
(u I + u I −1 ) + h + =0
2 3 6
( ) { 1
2u I u I −1
−(v I − v I −1 ) + h + =2 f ϕI d x
3 3 1−h
{ 1
h
−(vi+1 − vi−1 ) + (u i+1 + 4u i + u i−1 ) = 2 f ϕ I d x, 1 ≤ i ≤ I − 1
3 0
h
−(u i+1 − u i−1 ) + (vi+1 + 4vi + vi−1 ) = 0, 1 ≤ i ≤ I − 1,
3
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 487
where .(u i , vi ) = (u h (xi ), vh (xi )) .0 ≤ i ≤ I and, where .ϕi designates the function
equal to.1 for.x = xi and to zero for.x = x j ,. j /= i,.0 ≤ i ≤ I . For.k = 1, the problem
(7.12.6) is equivalent to the last linear system, whose first and third equations are
replaced by
.u 0 = u I = 0.
I −1
E h
(u, ϕ)h =
. ((uϕ)(xi ) + (uϕ)(xi+1 )).
i=0
2
If we put .(u i , vi , f i ) = (u h (xi ), vh (xi ), f (xi )), .0 ≤ i ≤ I , the problem (7.12.7), can
be written in the form of the linear system
vi+1 − vi−1
. − + u i = fi , 1 ≤ i ≤ I − 1
2h
u i+1 − u i−1
. − + vi = 0, 1 ≤ i ≤ I − 1
2h
u 1 − u(0)
. − + v0 = 0
h
u(1) − u I −1
. − + v I = 0.
h
The truncation error at the points .xi , .1 ≤ i ≤ I − 1, is in .o(h 2 ). We assume that the
solution .u of the problem (7.12.3)–(7.12.4) belongs to . H 4 (0, 1) and that the second
@seismicisolation
@seismicisolation
488 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
member . f belongs to . H 2 (0.1). Let .(u h , vh ) be the solution to the problem (7.12.7).
Let .A be the operator ( )
0 −1 ∂
.A := .
−1 0 ∂x
We consider
I −1
( { )
E x j+1
. ( f, ϕh )h − _ f, ϕh _0,(0,1) = α j h f (x j ) − f ϕj dx ,
j=1 x j−1
with
I −1
E
ϕ =
. h αjϕj,
j=1
where the .ϕ j , .1 ≤ j ≤ I − 1, are the linear functions in each interval and such that
ϕ j (xi ) = δi j , .0 ≤ i ≤ I . It is easy to see that
.
⎛ ⎞ 21
I −1
E
.⎝ |α j |2 ⎠ ≤ Ch − 2 ||ϕh ||0,(0,1)
1
j=1
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 489
and | { x j+1 |
| |
| | 5
. |h f (x j ) − f ϕ j d x | ≤ Ch 2 || f ||2,(0,1) , 1 ≤ j ≤ I − 1.
| x j−1 |
d 2u
. − + αu = f on ]0, 1[, α ≥ 0 (7.12.13)
dx2
u(0) = u(1) = 0.
. (7.12.14)
We pose .v = u , . Then, {
−v, + αu = f
−u , + v = 0.
.
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u α0 u f
. + = .
−1 0 ∂x v 01 v 0
We pose ( )
0 −1
. A1 =
−1 0
and ( )
α0
. A0 = .
01
Further,
@seismicisolation
@seismicisolation
490 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
∂
. C(x) = A0 (x) + A∗0 (x) − (A1 (x))
( ) ∂x
2α 0
= .
0 2
( ) ( )
01 a0 1
. B(0) = , M(0) =
10 −1 0
with .a1 ≥ 0. If .α > 0, we have the existence and uniqueness of the solution of the
problem (7.12.13)–(7.12.14). If .α = 0, we have only existence of solution of the
problem (7.12.13)–(7.12.14).
−
−
0 1
Ih = 1
x j = jh
v
. h |(x j ,x j+1 ) ∈ P1 , .vh (x j ) = v j , we have
{ 1( dvh
) { 1(
du h
)
1
. − + αu h z h1 d x + − + vh z h2 d x − (−a0 u h (0)z h1 (0) + 2u h (0)z h2 (0))
0 dx 0 dx 2
{ 1
1
− (−a1 u h (1)z h1 (1) − 2u h (1)z h2 (1)) = f z h1 d x.
2 0
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 491
dvh v j − v j−1
=
d x |(x j−1 ,x j ) h{
v j+1 − v j−1 αh x j+1
− + (u j−1 + 4u j + u j+1 ) = f ϕjdx 1 ≤ j ≤ I − 1
2 6 x j−1
u j+1 − u j−1 h
− + (v j−1 + 4v j + v j+1 ) = 0, 1 ≤ j ≤ I − 1
2 6 { h
.
v1 − v0 αh a0
− + (2u 0 + u 1 ) + u 0 = f ϕ0 d x
2 6 2 0
u1 − u0 h
− + (2v0 + v1 ) − u 0 = 0
2 6 {1
− v I −v2 I −1 + αh 6
(2u I + u I −1 ) + a21 u I = 1−h f ϕ I d x
− u I −u2 I −1 + h6 (2v I + v I −1 ) + u I = 0.
If .α > 0, we have the existence and uniqueness of the solution of the problem
(7.12.13)–(7.12.14). In fact, for .z h1 = u h and .z h2 = vh , we have
{ 1 ( ) { 1
d a0 2 a1 2
. − (u h vh ) + αu h + vh d x + u 0 − u 0 v0 + u 1 + u 1 v1 =
2 2
f u h d x.
0 dx 2 2 0
Hence, { { {
1 1 1
.α u 2h d x + vh2 d x ≤ f uh d x
0 0 0
Thus, we have existence and uniqueness of the solution to the problem (7.12.13)–
(7.12.14).
. u(0) = u(1) = 0.
We pose .v = u , . Then, {
−v, = f
−u , + v = 0.
.
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u 00 u f
. + = .
−1 0 ∂x v 01 v 0
@seismicisolation
@seismicisolation
492 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
We pose ( )
0 −1
. A1 =
−1 0
and ( )
00
. A0 = .
01
Gold,
∂
. C(x) = A0 (x) + A∗0 (x) − (A1 (x))
( ) ∂x
00
= .
02
( ) ( )
01 a 1
. B(0) = , M(0) =
10 −1 0
with .a ≥ 0 and ( ) ( )
0 −1 a1 −1
. B(1) = , M(1) =
−1 0 1 0
and ( ) ( ) ( ) ( )( )
ϕ1 01 ∂ ϕ1 00 ϕ1
. A∗ = + .
ϕ2 10 ∂x ϕ2 01 ϕ2
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 493
The operator
. A∗ : W −→ V
so
dϕ2
. =0
dx
hence
dϕ1
. + ϕ2 = 0.
dx
Which proves .ϕ2 = cte. The fact that
dϕ1
. = −cte
dx
gives .ϕ1 = −cte x + b. Gold, .ϕ1 (0) = 0, so .b = 0 and .ϕ1 (1) = 0 gives .cte = 0.
Thus, .ϕ1 = 0 and .ϕ2 = 0. Thus, . A∗ is bijective from .W into .V . Hence, to .w ∈ V we
associate of unique way .ϕ ∈ W such that
. A∗ ϕ = w.
. L : V −→R
{ 1
w −→L(w) = (F, ϕ)(L 2 ((0,1),R))2 = f ϕ1 d x.
0
In fact,
.|L(w)| ≤ || f ||0,(0,1) ||ϕ1 ||0,(0,1) .
Furthermore, . A∗ ϕ = w, so
dϕ2
. = w1
dx
@seismicisolation
@seismicisolation
494 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
and
dϕ1
. + ϕ2 = w2 . (7.12.15)
dx
Which proves
{ 1 { 1 { 1
dϕ1
. w2 d x = dx + ϕ2 d x
0 0 dx 0
{ 1
= ϕ1 (1) − ϕ1 (0) + ϕ2 d x
0
{ 1
= ϕ2 d x.
0
So, according to the theorem of the mean, there is a .ξ ∈]0, 1[ such that
{ 1 { 1
. w2 d x = ϕ2 d x
0 0
= ϕ2 (ξ ).
Thus,
{ x
dϕ2
ϕ (x) = ϕ2 (ξ ) +
. 2 dt
ξ dx
{ x
= ϕ2 (ξ ) + w1 dt.
ξ
It follows that
{ 1 { x
ϕ (x) =
. 2 w2 d x + w1 dt.
0 ξ
Hence,
So, { x
ϕ (x) − ϕ1 (0) =
. 1 (w2 − ϕ2 ) dt.
0
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 495
Thus,
It follows that
|L(w)| ≤ c|| f ||0,(0,1) ||w||(L 2 ((0,1),R))2 .
.
It thus appears that . L(·) is a continuous linear map from .V into .R. Hence, . L(·)
extends according to Han Banach’s theorem into an mapping . L(·)
for all .w ∈ V . Again, there is .u = (u 1 , u 2 ) ∈ (L 2 ((0, 1), R))2 unique such that
Thus,
du 2
. − = f
dx
and
du 1
. − + u 2 = 0.
dx
On the other hand, the function .u 2 ∈ H 1 (0, 1) because . f ∈ L 2 ((0, 1), R) and .u 2 ∈
L 2 ((0, 1), R) so .u 1 ∈ H 1 (0, 1). Hence, we can apply Green’s formula to recover the
boundary conditions. We have
@seismicisolation
@seismicisolation
496 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ 1 { 1 ( ) { 1
dϕ2 dϕ1
. u1 dx + u2 + ϕ2 dx = f ϕ1 d x.
0 dx 0 dx 0
Hence,
{ 1 { 1
du 1 du 2
. − ϕ2 d x + u 1 (1)ϕ2 (1) − u 1 (0)ϕ2 (0) − ϕ1 d x + u 2 (1)ϕ1 (1) − u 2 (0)ϕ1 (0)
0 dx 0 dx
{ 1 { 1
+ u 2 ϕ2 d x = f ϕ1 d x.
0 0
Proving
u (1)ϕ2 (1) − u 1 (0)ϕ2 (0) + u 2 (1)ϕ1 (1) − u 2 (0)ϕ1 (0) = 0.
. 1
d 2u
. − = f on ]0, 1[,
dx2
.u , (0) = u , (1) = 0
{ 1
. f (x) d x = 0.
0
We pose .v = u , . Then, {
−v, = f
−u , + v = 0.
.
Hence, ( ) ( ) ( )( ) ( )
0 −1 ∂ u 00 u f
. + = .
−1 0 ∂x v 01 v 0
We pose ( )
0 −1
. A1 =
−1 0
and ( )
00
. A0 = .
01
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 497
Gold,
∂
. C(x) = A0 (x) + A∗0 (x) − (A1 (x))
( ) ∂x
00
= .
02
( ) ( )
01 0 −1
. B(0) = , M(0) =
10 1 γ
with .γ ≥ 0 and ( ) ( )
0 −1 0 1
. B(1) = , M(1) =
−1 0 −1 γ1
and
. K er (B + M)(0) = {(α, β) ∈ R2 such that 2α + γβ = 0}.
Gold,
. K er (B − M)(0) + K er (B + M)(0) = R2
and ( )
0 0
. M+ M= t
,
0 2γ
with .γ ≥ 0. Hence,
( ) ( )
0 −2 0 0
(B − M)(1) =
. , (B + M)(1) = .
0 −γ1 −2 γ1
Further,
. K er (B − M)(1) + K er (B + M)(1) = R2
and .(M +t M)(1) is positive semi-definite. Hence, we can express the boundary
conditions (admissible conditions). So,
@seismicisolation
@seismicisolation
498 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
( ) ( )
02 0 −2
.(B +t M)(0) = , (B +t M)(1) = .
0γ 0 γ1
We pose
.W = {ϕ = (ϕ1 , ϕ2 ) ∈ C 1 ([0, 1], R)/R × C 1 ([0, 1], R) such that ϕ2 (0) = ϕ2 (1) = 0}
and
. V = {v = A∗ ϕ, ϕ ∈ W }.
. v −→ L(v)
n 2∗
on .V (L × L 2 ((0, 1), R)), with
{ { 1 }
. L 2∗
= v1 ∈ L 2 ((0, 1), R) such that v1 d x = 0 .
0
{ 1
. v1 d x = 0.
0
♦
We have { 1
. L(v) = f v1 d x.
0
. L(·) is well defined and continuous on . L 2∗ × L 2 ((0, 1), R). On the other hand,
( ) ( ) ( ) ( )( )
v1 01 ∂ v1 00 v1
. A∗ = + .
v2 10 ∂x v2 01 v2
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 499
dϕ2
. =0
dx
and
dϕ1
. + ϕ2 = 0.
dx
. v −→ |ϕ1 |1,(0,1)
dϕ2
. = v1
dx
and
dϕ1
. + ϕ2 = v2 .
dx
Hence, || ||
|| dϕ1 ||
|| || ≤ ||v2 ||0,(0,1) + ||ϕ2 ||0,(0,1) .
.
|| d x ||
0,(0,1)
Further, { x
ϕ (x) = ϕ2 (0) +
. 2 v1 (t) dt.
0
So,
||ϕ2 ||0,(0,1) ≤ ||v1 ||0,(0,1) .
.
Thus,
@seismicisolation
@seismicisolation
500 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
|| ||
|| dϕ1 ||
|| || ≤ ||v2 ||0,(0,1) + ||v1 ||0,(0,1)
.
|| d x ||
0,(0,1)
√ ( )1
≤ 2 ||v2 ||20,(0,1) + ||v1 ||20,(0,1) 2 .
n
The mapping . L(·) is linear and continuous from .V (L 2∗ × L 2 ((0, 1), R)) into .R.
Hence, . L(·) is prolonged by continuity in . L(·) defined on . L 2∗ × L 2 ((0, 1), R) with
||L|| = ||L||.
.
and
. L(v) = (u, v)
with ( )
f
. F= .
0
with { 1
. f (x) d x = 0.
0
Question 1: Give the admissible . M(0) and . M(1) matrices to take into account the
Neumann conditions. In fact, we have
( )
01
. B(0) =
10
and ( )
αβ
. M(0) = .
γ δ
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 501
Hence, ( )
−α 1 − β
(B − M)(0) =
. .
1 − γ −δ
Since we have the Neumann boundary conditions, the first column of .(B − M)(0)
is zero. So, .α = 0 and .γ = 1. On the other hand, .det B(0) = −1, so . B(0) is neither
positive semi-definite nor negative semi-definite. So,
. dim K er (B + M)(0) ≥ 1.
Thus, .−2(1 + β) = 0 and so .β = −1. On the other hand, . M(0) + M ∗ (0) is positive
semi-definite. Then, ( )
∗ 0 0
. M(0) + M (0) = .
0 2δ
Hence, .δ ≥ 0. Thus, ( )
0 −1
. M(0) =
1 δ
with .δ ≥ 0. Gold,
( ) ( )
0 −1 α1 β1
. B(1) = , M(1) = .
−1 0 γ 1 δ1
Hence, ( )
−α1 −1 − β1
(B − M)(1) =
. .
−1 − γ1 −δ1
Since we have the Neumann boundary conditions, the first column of .(B − M)(1) is
zero. So, .α1 = 0 and .γ1 = −1. Now, .det B(1) = −1, therefore, . B(1) is neither pos-
itive semi-definite nor negative semi-definite. So, .dim K er (B + M)(1) ≥ 1. Hence,
.det(B + M)(1) = 0 with
( )
α1 −1 + β1
(B + M)(1) =
. .
−1 + γ1 δ1
( )
0 0
. ≥ 0.
0 2δ1
@seismicisolation
@seismicisolation
502 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
with .δ1 ≥ 0.
Question 2: Show that our problem admits a weak solution. We can consider the
space
.W = {ϕ = (ϕ1 , ϕ2 ) ∈ C 1 ([0, 1], R)/R × C 1 ([0, 1], R) such that ϕ2 (0) = ϕ2 (1) = 0}.
. V = {v = A∗ ϕ, ϕ ∈ W }.
(i) Let us show that for all .v ∈ V , there is .ϕ ∈ W unique such that . A∗ ϕ = v, with
.
( )
∗ ∂ϕ2 ∂ϕ1
. A (ϕ1 , ϕ2 ) = , + ϕ2 .
∂x ∂x
In fact, only show the injection of . A∗ . Let .ϕ ∈ K er (A∗ ). Let us show that .ϕ = 0.
We have . A∗ ϕ = 0, so
∂ϕ2
. =0
∂x
and
∂ϕ1
. + ϕ2 = 0.
∂x
Proving
∂ϕ1
ϕ =−
. 2 .
∂x
Thus,
∂ϕ2 ∂ 2 ϕ1
. = − 2 = 0.
∂x ∂x
Hence, .ϕ2 = cte. Thus, .ϕ1 = −cte x + b. Gold, .ϕ2 (0) = ϕ2 (1) = 0, so .cte = 0.
Thus, .ϕ1 = b. So, .ϕ˚1 = 0. Hence, . A∗ is injective.
(ii) Let’s show the following inclusion
.
{ { 1 }
. V ⊂ (L 2 )∗ := (v1 , v2 ) ∈ (L 2 ((0, 1), R))2 such that v1 d x = 0 .
0
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 503
∂ϕ2
. = v1
∂x
and
∂ϕ1
. + ϕ2 = v2 .
∂x
Hence,
{ {
1
∂ϕ21
. v1 d x = dx
0 0 ∂x
= ϕ2 (1) − ϕ2 (0) = 0.
where .ϕ1 is a representative of the class .ϕ˚1 . This linear form is well defined because
{ 1
. f (x) d x = 0, and ϕ˚1 ∈ C 1 ([0, 1], R)/R .
0
Show that this linear form . L(·) is continuous for the norm .(L 2 )∗ . In fact,
Method 1: We have
. |L(v)| ≤ || f ||0,(0,1) ||ϕ1 ||0,(0,1)
Further, || ||
|| ∂ϕ1 ||
|| || ≤ ||v2 ||0,(0,1) + ||ϕ2 ||0,(0,1) .
.
|| ∂ x ||
0,(0,1)
@seismicisolation
@seismicisolation
504 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ x
ϕ (x) = ϕ2 (0) +
. 2 v1 dt
{ x 0
= v1 dt.
0
Hence,
.||ϕ2 ||0,(0,1) ≤ ||v1 ||0,(0,1) .
Thus,
with
( )1
||v||(L 2 ((0,1),R))2 = ||v1 ||20,(0,1) + ||v2 ||20,(0,1) 2 .
.
. V = {ϕ = (ϕ1 , ϕ2 ) ∈ C 1 ([0, 1], R) × C 1 ([0, 1], R) such that ϕ1 (0) = ϕ1 (1) = 0},
then
Hence,
{ x
ϕ (x) = ϕ2 (ξ ) +
. 2 v1 (t) dt
ξ
{ 1 { x
= v2 d x + v1 (t) dt.
0 ξ
Thus,
||ϕ2 ||0,(0,1) ≤ ||v2 ||0,(0,1) + ||v1 ||0,(0,1) .
.
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 505
Furthermore,
dϕ1
. + ϕ2 = v2
dx
so
{ x
ϕ (x) = ϕ1 (0) +
. 1 (v2 − ϕ2 ) dt
{ x 0
= (v2 − ϕ2 ) dt.
0
Thus,
Hence,
( )1
||ϕ1 ||0,(0,1) ≤ c ||v2 ||20,(0,1) + ||v1 ||20,(0,1) 2
.
=c||v||(L 2 ((0,1),R))2
So,
|L(v)| ≤ c|| f ||0,(0,1) ||v||(L 2 ((0,1),R))2 .
.
It follows that
. L : V −→ R
v −→ L(v)
. L : (L 2 )∗ −→ R
√
of norm .≤ c 2|| f ||0,(0,1) . According to the Riesz Fréchet theorem, there is a couple
2 ∗
.u = (u 1 , u 2 ) ∈ (L ) unique such that
and
. ||u||(L 2 )∗ = ||L||.
@seismicisolation
@seismicisolation
506 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{ 1
. f ϕ1 d x = L(v)
0
= (u, v)(L 2 ((0,1),R))2
= (u, A∗ ϕ)(L 2 ((0,1),R))2
Hence, / \
∂ϕ1
. u2, = _ f, ϕ1 _.
∂x
Thus,
du 2
. − = f in D , (0, 1). (7.12.17)
dx
On the other hand,
/ \ / \
∂u 1 ∂u 2
. − , ϕ2 + − , ϕ1 + _u 2 , ϕ2 _ = _ f, ϕ1 _.
∂x ∂x
So,
∂u 1
. − + u 2 = 0.
∂x
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 507
Hence,
{ {
1 ∂u 1 1 ∂u 2
. − ϕ2 d x + u 1 (1)ϕ2 (1) − u 1 (0)ϕ2 (0) − ϕ1 d x + u 2 (1)ϕ1 (1) − u 2 (0)ϕ1 (0)
0 ∂x 0 ∂x
{ 1 { 1
+ u 2 ϕ2 d x = f ϕ1 d x.
0 0
So,
u (1)ϕ2 (1) − u 1 (0)ϕ2 (0) = u 2 (0)ϕ1 (0) − u 2 (1)ϕ1 (1)
. 1
and
u (0)ϕ1 (0) = u 2 (1)ϕ1 (1)
. 2
Example 7.12.6 Case where we do not know how to recover positivity. Consider
the problem {
div u = f 1
.
Rot u = f 2 ,
with ( )
u1
.u= .
u2
Again ⎧
⎪ ∂u 1 ∂u 2
⎨ + = f1
∂ x 1 ∂ x2
.
⎪ ∂u ∂u
⎩ 1 − 2 = f2 .
∂ x2 ∂ x1
We pose
∂u ∂u
. = v, = w.
∂x ∂y
@seismicisolation
@seismicisolation
508 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Hence,
∂v ∂w
. − − + u = f.
∂x ∂y
Thus,
⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞⎛ ⎞ ⎛ ⎞
0 −1 0 u 0 0 −1 u 100 u f
∂ ∂
. ⎝ −1 0 0 ⎠ ⎝v ⎠+⎝ 0 0 0 ⎠ ⎝ v ⎠ + ⎝0 1 0⎠⎝ v ⎠ = ⎝ 0 ⎠.
∂x ∂y
0 0 0 w −1 0 0 w 001 w 0
We have ⎛ ⎞
0 −νx −ν y
. B = ⎝ −ν x 0 0 ⎠,
−ν y 0 0
where .νx and .ν y are the components of the exterior normal .ν to .∂Ω. A possible
choice for the matrix . M, allowing to find the boundary conditions (7.12.18) is the
following ⎛ ⎞
a −νx −ν y
. M = ⎝ νx 0 0 ⎠ , with a > 0.
νy 0 0
. K er (B − M) = K er (B +t M) for x ∈ ∂Ω.
We cut the domain .Ω = [0, 1] × [0, 1] into rectangles with sides .Δx = 1I and .Δy =
1
J
. Let .xi = iΔx, . y j = jΔy, . Ai j = (xi , y j ), .u h (Ai j ) = u i j , for .0 ≤ i, j ≤ I, J .
Let .Vh be the space of vector functions .(ϕh , ψh , ηh ) such that each component is a
continuous function whose restriction to each rectangle is a polynomial of . Q k in .R2 ,
where . Q k is the space of polynomials of the form
E
. ai j x i x j ,
i, j≤k
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 509
{ ( ) { ( )
∂vh ∂wh ∂u h
. − − + u h − f ϕh d xd y + − + vh ψh d xd y+
Ω ∂x ∂y Ω ∂x
{ 1 { ( )
∂u h
(−(u h ψh )(0, y) + (u h ψh )(1, y)) dy + − + wh ηh d xd y+
0 Ω ∂y
{ 1
(−(u h ψh )(x, 0) + (u h ψh )(x, 1)) d x = 0 (7.12.19)
0
{ ( ) { ( )
∂vh ∂wh ∂u h
. − − + u h − f ϕh d xd y + − + vh ψh d xd y+
Ω ∂x ∂y Ω ∂x
{ ( )
∂u h
− + wh ηh d xd y = 0 (7.12.20)
Ω ∂y
When .k = 1, we are going to write the linear system corresponding to the problem
(7.12.20), in the case, where we calculate the integrals in an approximate way on
each rectangle, by the formula
{
area(K ) E
4
. f d xdy = f (ai ),
K 4 i=1
where the points .ai are the vertices of the rectangle . K , .1 ≤ i ≤ 4. We have
@seismicisolation
@seismicisolation
510 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
vi+1, j −vi−1, j w −w
− 2Δx
− i, j+12Δy i, j−1 + u i j = f i j , for 1 ≤ i, j ≤ I − 1, J − 1
u i+1, j −u i−1, j
− 2Δx + vi j = 0, for 1 ≤ i, j ≤ I − 1, J − 1
u −u
. − i, j+12Δy i, j−1 + wi j = 0, for 1 ≤ i, j ≤ I − 1, J − 1
u 0 j = w0 j = 0, 0 ≤ j ≤ J,
u −u
− 1 jΔx 0 j + v0 j = 0, 0 ≤ j ≤ J,
with analogous equations along the other sides of the rectangle .Ω.
Let .v ∈ X ∗ , with
{ }
. X ∗ = v ∈ (H 1 (Ω)) p such that (B +t M)v|∂Ω = 0 .
We can think for example .(B − M)(u − g) = 0 on .∂Ω, where .g is a given function.
We have .Vh ⊂ (H 1 (Ω)) p . We search .u h ∈ Vh such that
{ (( ) )
B−M
(Au h , z h )(L 2 (Ω,R)) p −
. uh , zh ds = (F, z h )(L 2 (Ω,R)) p
∂Ω 2 2
1
||u h ||(L 2 (Ω,R)) p ≤
. ||F||(L 2 (Ω,R)) p .
α
The problem is that . A is not always positive. We can make it positive by premulti-
plying, but what can we say about things without multiplying. Indeed,
Example 7.12.8 We consider the problem
{
−Δu = f in Ω
.
u = 0 on ∂Ω.
We pose
∂u ∂u
. = v, = w.
∂x ∂y
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 511
Hence,
∂v ∂w
. − − = f.
∂x ∂y
Thus,
⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞ ⎛ ⎞⎛ ⎞ ⎛ ⎞
0 −1 0 u 0 0 −1 u 000 u f
∂ ∂
. ⎝ −1 0 0 ⎠ ⎝v ⎠+⎝ 0 0 0 ⎠ ⎝ v ⎠ + ⎝0 1 0⎠⎝ v ⎠ = ⎝ 0 ⎠.
∂x ∂y
0 0 0 w −1 0 0 w 001 w 0
We pose
⎛ ⎞ ⎛ ⎞ ⎛ ⎞
0 −1 0 0 0 −1 000
. A 1 = ⎝ −1 0 0 ⎠ , A 2 = ⎝ 0 0 0 ⎠ , and A 0 = ⎝ 0 1 0 ⎠ .
0 0 0 −1 0 0 001
C(x) is given by
.
⎛ ⎞
000
.C(x) = ⎝ 0 2 0 ⎠ .
002
⎛ ⎞ ⎛ ⎞
010 α0 1 0
. B(0, y) = ⎝ 1 0 0 ⎠ , M(0, y) = ⎝ −1 0 0 ⎠ .
000 0 00
Hence, ⎛ ⎞
−α0 0 0
.(B − M)(0, y) = ⎝ 2 0 0⎠.
0 00
Gold,
. K er (B − M)(0, y) = {(z 1 , z 2 , z 3 ) ∈ R3 such that z 1 = 0}
and
. K er (B + M)(0, y) = {(z 1 , z 2 , z 3 ) ∈ R3 such that α0 z 1 + 2z 2 = 0}.
@seismicisolation
@seismicisolation
512 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
We have
. K er (B − M)(0, y) + K er (B + M)(0, y) = R3 .
We pose
0 00
and
We have
∂ϕ ∂ϕ
. A∗ ϕ = −A1 − A2 + A0 ϕ.
∂x ∂y
At .z ∈ V , we associate
{
. L(z) = f ϕ1 d x
Ω
= (F, ϕ).
. A∗ is injectif. In fact, . A∗ ϕ = 0, so
∂ϕ2 ∂ϕ3
. + =0 (7.12.21)
∂x ∂y
∂ϕ1
. + ϕ2 = 0 (7.12.22)
∂x
∂ϕ1
. + ϕ3 = 0. (7.12.23)
∂y
@seismicisolation
@seismicisolation
7.12 Change to First-Order System 513
{ ( )2 ( )2 { {
∂ϕ1 ∂ϕ1 ∂ϕ2 ∂ϕ3
. + d xd y − ϕ1 d xd y − ϕ1 d xd y
Ω ∂x ∂y Ω ∂x Ω ∂y
{
+ ϕ1 (ϕ2 + ϕ3 )ndσ = 0.
∂Ω
Thus, .∇ϕ1 = 0 and so .ϕ1 = cte. Further, .ϕ1 = 0 on .∂Ω so .ϕ1 = 0. Proving .ϕ2 =
ϕ3 = 0. Thus, . A∗ is injective.
. L(·) is continuous. In fact, let . z ∈ V , according to the Poincaré inequality (The-
orem 3.2.2), we have
Let .z ∈ V , .z = A∗ ϕ. Hence,
∂ϕ2 ∂ϕ3
. + = z1 (7.12.24)
∂x ∂y
∂ϕ1
. + ϕ2 = z 2 (7.12.25)
∂x
∂ϕ1
. + ϕ3 = z 3 . (7.12.26)
∂y
@seismicisolation
@seismicisolation
514 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
1
c(Ω)||z 1 ||0,Ω ||∇ϕ1 ||0,Ω ≤
. ||∇ϕ1 ||20,Ω + c(Ω)2 ||z 1 ||20,Ω .
4
Hence,
{ ( )E3
1 1
. |∇ϕ1 |2 d xd y ≤ max , c(Ω)2 ||z i ||20,Ω .
4 Ω 2 i=1
Thus,
. |L(z)| ≤ c|| f ||0,Ω ||z||(L 2 (Ω,R))3 .
So, we extend it to . L(·) defined on .(L 2 (Ω, R))3 in .R which is linear and continuous.
So, according to the Riesz Fréchet theorem, there exists .u ∈ (L 2 (Ω, R))3 such that
Again, {
(u, A∗ ϕ)(L 2 (Ω,R))3 =
. f ϕ1 .
Ω
Hence,
@seismicisolation
@seismicisolation
7.13 Special Case of the Transport Equation 515
∂u 2 ∂u 3
. − − = f
∂x ∂y
∂u 1
− + u2 = 0 (7.12.27)
∂x
∂u 1
. + u 3 = 0. (7.12.28)
∂y
on .D , (Ω) and if, furthermore, . f ∈ L 2 (Ω, R), this does not imply that .u 1 ∈ H 2 (Ω)
and this according to the boundary conditions. Indeed, if, we have Neumann or
Dirichlet conditions, then .u 1 ∈ H 2 (Ω). On the other hand, if, we have a coupling
between the boundary conditions of Neumann and Dirichlet (mixed), we cannot say
that .u 1 ∈ H 2 (Ω) because the problems arise at the intersections of the boundary
conditions. ♦
In the case of the transport equation in plane geometry, for example in dimension .2,
the equation is written (see Remark 7.9.3)
∂ϕ ∂ϕ
.μ +ν + σ ϕ = f, (x, y) ∈ Ω,
∂x ∂y
. MT = BT on ∂+ T, MT = −BT on ∂− T,
and
∂ T = {(x, y) ∈ ∂ T such that BT < 0}.
. −
@seismicisolation
@seismicisolation
516 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
| |
. Wh = PT .
T ⊂Ω
Remark 7.13.1 .(i) This method was introduced by Reed and Hill [12] for solving
the transport equation in two-dimensional plane geometry with triangular meshes.
.(ii) If, in (7.13.1), we replace .vh by the constant function equal to .1, we obtain the
{ { { {
. h ds + σ
BT u int u h d xd y = |BT |u ext
h ds + f d xdy.
∂− T T ∂− T T
♦
To obtain error bounds, we use the following lemma.
Lemma 7.13.2 Let .u h be the solution to the problem (7.13.1). For any .T ⊂ Ω, any
v ∈ π {(PT ), T ⊂ Ω} and for any function .q ∈ L 2 (∂− T, R), we have the relation
. h
{ {
1
B (u int
h − vh ) ds + 2 ∂− T BT{(u h − q) ds
int 2 1 ext 2
{ 2 ∂+ T T
− ∂− T BT ((u h − vh ) − (u h − q)) ds + T σ (u h − vh )2 d xd y =
1 int int ext 2
. {2 { (7.13.2)
∂+ T BT (u − vh )(u{h − vh ) ds + ∂− T BT (u − q)(u h − vh ) ds
int int int int int
+ T (u − vh )A∗ (u h − vh ) d xd y,
where . A∗ ϕ = −μ ∂ϕ
∂x
− ν ∂ϕ
∂y
+ σ ϕ. ♦
Proof We pose .w = u h − vh , .ξ = u ext
h − q on .∂− T . We consider the expression
{ {
y =−
. h BT (wint − ξ )wint ds + (Aw)w d xdy.
∂− T T
1 int 2 1 2 1 int
.(wint − ξ )wint = (w ) − ξ + (w − ξ )2 .
2 2 2
@seismicisolation
@seismicisolation
7.13 Special Case of the Transport Equation 517
We obtain
{ { { {
1 1 1
. yh = BT (wint )2 ds + BT ξ 2 ds − BT (wint − ξ )2 ds + σ w2 d xd y.
2 ∂+ T 2 ∂− T 2 ∂− T T
Theorem 7.13.3 We assume that the n elements .T ⊂ Ω are rectangles and that the
exact solution .u belongs to . H k+2 (Ω)
U W
k+1,∞
(Ω). Let a numbering of elements
. Ti as in Remark 7.9.3 and let .Ωi = {T j , j ≤ i}. Then,
Proof On the interval .[−1, 1], we consider Gauss Radau’s quadrature formula
{ 1 E
k+1
. g(ξ ) dξ ∼ wi f (ηi ), (7.13.5)
−1 i=1
@seismicisolation
@seismicisolation
518 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
{
.Σ = σ (u − vh )wh d xd y,
T
({ { { )
A1 A2 ∂wh
.X =μ (u − vhint )whint d y − (u − vhext )whint d y − (u − vh ) d xd y ,
A4 A3 T ∂x
({ { { )
A1 A4 ∂wh
.Y =ν (u − vhint )whint d x − (u − vhext )whint d x − (u − vh ) d xd y .
A2 A3 T ∂y
We have
|Σ| = O(h k+1 )||w||0,T .
.
where the .(xi , yi ) are the coordinates of the points . Ai , .1 ≤ i ≤ 4. The polynomial
∂wh
.
∂x
is of degree .≤ k − 1 at .x. At fixed . y, the integral
{ x4
∂wh
. (u − vh ) dx
x3 ∂x
zero for all .u ∈ Pk+1 . This polynomial invariance makes it possible, with the usual
techniques of change of variable, to show that
We deduce the relation (7.13.3). If .u ∈ W k+1,∞ (Ω), we have on the other hand
({ ) 21
. (u − rh u) ds 2
= O(h k+1 ),
∂Ωi
@seismicisolation
@seismicisolation
7.14 Petrov Galerkin-Type Methods 519
where .z = max{Z T , T ⊂ Ω}, and . Z T denotes the distance between the midpoints
of the diagonals of the quadrilateral .T .
A2 A1
ZT
A3
A4
(ii) In the case of convex quadrilaterals with any number of illuminated faces (.1–.3)
.
1
or in the case of triangles, Theorem 7.9.7 gives an error in . O(h k+ 2 ). ♦
The idea of Petrov Galerkin-type methods consists in using test functions, linear
combinations of the usual test functions and derivatives thereof. We can for example
define the problem: Find .u h ∈ Vh such that
{
1
(Au h − F, vh + h Avh )(L 2 (Ω,R)) p −
. ((B − M)vh , vh )2 ds = 0, (7.14.1)
2 ∂Ω
for all .vh ∈ Vh , where the parameter .h is equal to the maximum diameter of the finite
elements .T ⊂ Ω.
Lemma 7.14.1 We assume that the operator . A is positive and that the matrix . M is
semi-admissible. Then, the problem (7.14.1) admits a unique solution .u h and
@seismicisolation
@seismicisolation
520 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
/
1 h
||u h ||0,Ω ≤
. + ||F||0,Ω .
α2 α
♦
Proof We set, for all .v and .w ∈ H 1 (Ω),
{
1
. E(w, v) = (Aw, v + h Av) (L 2 (Ω,R)) p − ((B − M)w, v)2 ds.
2 ∂Ω
So,
. E(vh , vh ) ≥ α||vh ||20,Ω + h||Avh ||20,Ω .
@seismicisolation
@seismicisolation
7.14 Petrov Galerkin-Type Methods 521
Gold,
. E(e, vh − u h ) = 0.
h 1
. |(Ae, u − rh u)(L 2 (Ω,R)) p | ≤ ||Ae||20,Ω + ||u − rh u||20,Ω
4 h
h
≤ ||Ae||0,Ω + O(h 2k+1 ),
2
4
and
h h
. h|(Ae, A(u − rh u))(L 2 (Ω,R)) p | ≤ ||Ae||20,Ω + ||A(u − rh u)||20,Ω
2 2
h
≤ ||Ae||20,Ω + O(h 2k+1 ).
2
On the other hand, we can write
{ {
. ((B − M)(u − u h ), u − rh u)2 ds = ((B − M)(u − rh u), u − rh u)2 ds+
∂Ω ∂Ω
{
((B − M)(rh u − u h ), u − rh u)2 ds.
∂Ω
@seismicisolation
@seismicisolation
522 7 Positive Symmetric First-Order Systems Within the Meaning of Friedrichs
Finally,
α
By choosing .ε = 2c1
, we get
α 1
. ||e||20,Ω + h||Ae||20,Ω ≤ O(h 2k+1 ).
2 4
This completes the proof. Q.E.D.
Remark 7.14.3 In the definition of the scheme (7.14.1), we can replace the term
h Avh by .γ h Avh , where .γ is a strictly positive scalar to be chosen, which has the
.
effect of modulating the quantity dissipation associated with this term. ♦
References
1. J. Necas, Les méthodes directes en théorie des équations elliptiques. (French) Masson et Cie,
Éditeurs, Paris; Academia, Éditeurs, Prague (1967), 351 p
2. P.D. Lax, R.S. Phillips, Local boundary conditions for dissipative symmetric linear differential
operators. Comm. Pure Appl. Math. 13, 427–455 (1960)
3. K.O. Friedrichs, Symmetric positive linear differential equations. Comm. Pure Appl. Math. 11,
333–418 (1958)
4. R.S. Phillips, L. Sarason, Singular symmetric positive first order differential operators. J. Math.
Mech. 15, 235–271 (1966)
5. K.D. Lathrop, B. Carlson, Transport theory: the method of discrete ordinates, in Computing
Methods in Reactor Physics, ed. by H. Greenspan, C.N. Kelerb, D. Okrent, (Gordon and Breach,
1968), pp. 165–266
6. P. Lesaint, Sur la résolution des systèmes hyperboliques du premier ordre by des méthodes
d’éléments finis (Thèse, Pierre et Marie Curie, Paris, 1975)
7. P.G. Ciarlet, Cours Monréal (1975)
8. P.G. Ciarlet, P.-A. Raviart, Interpolation theory over curved elements, with applications to finite
element methods. Comput. Methods Appl. Mech. Engrg. 1, 217–249 (1972)
@seismicisolation
@seismicisolation
References 523
9. P.G. Ciarlet, P.-A. Raviart, The combined effect of curved boundaries and numerical integration
in isoparametric finite element methods: the mathematical foundations of the finite element
method with applications to partial differential equations, in Proceedings of the Symposium,
University Maryland, Baltimore, Md., 1972 (Academic Press, New York, 1972), pp. 409–474
10. P.G. Ciarlet, P.-A. Raviart, General Lagrange and Hermite interpolation in. R n with applications
to finite element methods. Arch. Rational Mech. Anal. 46, 177–199 (1972)
11. K.D. Lathrop, B. Carlson, Numerical solution of the Boltzmann transport equation. J. Comput.
Phys. 1, 173–197 (1967)
12. W.H. Reed, T.R. Hill, Triangular mesh methods for the neutron transport equation, in Confer-
ence on Mathematical Models and Computational Techniques for Analysis of Nuclear Systems
(Ann. Arbor., Michigan, April 9–11 1973)
@seismicisolation
@seismicisolation
Chapter 8
Approximation of the Transport
Equation in Plane Two-Dimensional
Geometry by Continuous and
Discontinuous Finite Element Methods
We want to solve the transport equation in plane geometry, which is written in the
form of the following first-order problem:
∂u ∂u
μ
. +ν + σ u = f for (x, y) × (μ, ν) ∈ G × Q (8.1.1)
∂x ∂y
with .μ and .ν are two scalars such that .μ2 + ν 2 ≤ 1, .σ > 0, .G is a bounded domain
of .R2 , with border .∂G, . Q is the unit disk .μ2 + ν 2 ≤ 1 and, where we put
n and .n y designating the components of the normal outside .∂G (see, for instance,
. x
any of Refs. [2–13]). The function .u(x, y, μ, ν) represents a flux of neutrons at the
point of coordinates.(x, y), in the angular direction indicated by the vector.(μ, ν). The
quantity .σ represents a cross section and the term . f (x, y, μ, ν) takes into account
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 525
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_8
@seismicisolation
@seismicisolation
526 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
scattering, fission, and sources. The boundary conditions (8.1.2) express that the flux
of neutrons entering the system is zero. Let’s pose . A1 = μ, . A2 = ν, and . A0 = σ .
Nuclear center:
.( )
u: neutron flux
μ
. : flow direction.
ν
.σ : cross section
. f : source.
In dimension 1:
∂u
. + σ u = f.
∂x
Hence, { {
a a
.u(a) + σ u(s) ds = u(0) + f (s) ds.
0 0
.u(a):
{ a output stream
.σ 0 u(s) ds: what was absorbed
.u(0): the entrance
{a
.
0 f (s) ds what we brought.
In dimension 2: We pose ( )
μ
.v= .
ν
Hence,
v.∇u + σ u = f.
.
. B|∂G = μn x + νn y ,
@seismicisolation
@seismicisolation
8.1 Transport Equation in Plane Geometry 527
∂ G = ∂G\∂− G.
. +
∂ 2 ∂
.μ (r u) + r ((1 − μ2 )u) + σ r 2 u = r 2 f (8.1.3)
∂r ∂μ
The function .u(r, μ) represents a flux of neutrons located at the distance .r from the
origin and having a velocity .−
→
v such that
.
−
→
r ·−
→
v = r |−
→
v |μ,
where .−
→r denotes the radius vector. The quantity .σ represents a cross section and
the function . f takes into account fission terms and sources. The boundary condition
(8.1.4) means that no neutron enters the sphere of radius . R. The equation (8.1.3) can,
also, be written
@seismicisolation
@seismicisolation
528 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
∂u ∂u
μr 2
. + 2r μu + r (1 − μ2 ) − 2μr u + σ r 2 u = r 2 f.
∂r ∂μ
Hence,
∂u ∂u
μr 2
. + r (1 − μ2 ) + σ r 2u = r 2 f (8.1.5)
∂r ∂μ
By formally integrating the equation (8.1.3) with respect to the variable .μ, we get
{
∂ 2 1
. (r m 1 ) + σ r 2 m 0 = r 2 f dμ. (8.1.6)
∂r −1
This relationship shows that the directional transfer mechanism expressed by the term
∂
.
∂μ
(r (1 − μ2 )u) has no influence on the total number of particles. If we integrate in
.r , the relation (8.1.6) between .a and .b, it comes
{ b { b { 1
. b m 1 (b) − a m 1 (a) +
2 2
σ r m 0 (r ) dr =
2
r 2 f dr dμ,
a a −1
where . du
ds
denotes the derivative along the characteristic curves of equation
r 2 (1 − μ2 ) = cte.
.
@seismicisolation
@seismicisolation
8.1 Transport Equation in Plane Geometry 529
. B(0, μ) = 0
. B(r, ±1) = 0
dr dμ
. =
r μ
2 r (1 − μ2 )
1
gives .r (1 − μ2 ) 2 = cte. .C(x) is given by
In practice, to perform the calculations, we often decouple the space variables .(x, y)
and the angular variables .(μ, ν), using the discrete ordinate method [14, Chap. 5],
which consists of choosing a set of angular directions .(μm , νm ), .1 ≤ m ≤ M and
solving the partial differential equations separately
∂u m ∂u m
μm
. + νm + σm u m = f m for (x, y) ∈ G,
∂x ∂y
@seismicisolation
@seismicisolation
530 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
where
u (x, y) = u(x, y, μm , νm ).
. m
In the following, we are interested in the numerical approximation of .u m (x, y), for
each fixed value .m, using finite element methods. To simplify the writing, we delete
.m and the continuous problem is written
∂u ∂u
. Au := μ +ν + σ u = f for (x, y) ∈ G ⊂ R2 , (8.1.7)
∂x ∂y
where
∂ G = {(x, y) ∈ ∂G such that B := μn x + νn y < 0}.
. − (8.1.9)
or in an equivalent way
{ { { {
. (μn x + νn y )u ds + σ u d xdy = − (μn x + νn y )u ds + f d xdy.
∂+ G G ∂− G G
This last relation expresses the neutron conservation. The solution .u at point . M0 with
coordinates .(x0 , y0 ) depends only on the values of .σ , . f and .u along the characteristic
passing through point . M0 (i.e., line . D with equation .μ(y − y0 ) + ν(x − x0 ) = 0)
and upstream of . M0 , i.e., for .(x, y) ∈ D such that, we have
@seismicisolation
@seismicisolation
8.1 Transport Equation in Plane Geometry 531
μ(x − x0 ) < 0.
.
This remark plays a fundamental role during the numerical approximate problem
(8.1.7)–(8.1.8). Indeed, we will try to define numerical schemes such that the con-
servation of neutrons is satisfied in a discrete way and such that the approximate
solution .u h can be calculated by following the characteristic directions (i.e., by track
or following the neutrons).
Furthermore,
{ ( )
∂u ∂u
(Au, u)0,G
. = μ +ν + σ u u d xdy
∂x ∂y
{G {
1
= σ u 2 d xd y + (μn x + νn y )u 2 ds. (8.1.11)
G 2 ∂G
Remark 8.1.2 Theorem 8.1.1 is actually a regularity result for the solution of the
problem (8.1.7)–(8.1.8). In the general case, the solution does not belong to . H 2 (G),
even if the second member . f is very regular, as the following simple example
shows. ♦
Example 8.1.1 Let .G be the square .]0, 1[×]0, 1[. We choose . f = σ = 1 and, we
assume that .μ and .ν are strictly positive. The solution .u(x, y) of (8.1.7)–(8.1.8) is
given by { y
1 − e− ν if νx > μy
.u(x, y) =
1 − e− μ if νx < μy.
x
@seismicisolation
@seismicisolation
532 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
where .n x,K and .n y,K are the components of the exterior normal .n K to .∂ K .
⎧
⎨ We calculate the approximate solution u h on an element K only if
. we already know the value of u h on the lightened portion ∂− K (8.1.13)
⎩
border ∂ K .
We will say that the element . K is frontier if it has at least one side included in .∂G,
and that the element . K is semi-frontier if it is not frontier and if at least one of its
vertices belongs to .∂G. The boundary elements . K 1 , . K 2 , . . . , K r corresponding to
.∂− G are numbered clockwise.
@seismicisolation
@seismicisolation
8.1 Transport Equation in Plane Geometry 533
When two successive boundary elements . K i and . K i+1 have no common side, there
is at least one semi-boundary element between . K i and . K i+1 . We say that a side of
i i+1
. K (resp. . K ) is attached to . K i+1 (resp. . K i ) if this side is either common to . K i
i+1
and . K , or if it is a subset of the union of the sides of the semi-boundary elements
located between . K i and . K i+1 (see figure above).
The (8.1.13) principle can solve the problem (8.1.7)–(8.1.8) by approximately fol-
lowing the characteristic direction. We now recall the proof of a lemma [20, pp.
15–19] which shows that it is possible to calculate the approximate solution over the
entire domain .G, by imposing the principle (8.1.13).
Proof Let us show that there exists at least one boundary element . K such that, we
have .∂− K ⊂ ∂− G. For this, suppose that .∂− K i /⊂ ∂− G for all .i = 1, . . . , r and show
that we arrive at a contradiction. We consider the first boundary element . K 1 and, we
use the notations of the following figure:
@seismicisolation
@seismicisolation
534 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
In the triangular (resp. quadrilateral) case, the side .[A1 , A3 ] (resp. .[A1 , A4 ]) of
.K 1 is a subset of .∂+ K 1 . Otherwise . K 1 would not be the first boundary element of
.∂− G. Then, the side .[A 2 , A 3 ] of . K which is attached to . K is included in .∂− K .
1 2 1
@seismicisolation
@seismicisolation
8.1 Transport Equation in Plane Geometry 535
elements in the order . K 1 , . K 2 , . . . , K N such that the conclusions of the Lemma 8.1.3
are satisfied. Q.E.D.
Remark 8.1.4 The numbering of the elements .1, . . . , N is not necessarily unique,
as shown in Fig. 8.1. This is also the case as soon as there are at least two boundary
elements . K 1 and . K 2 relative to .∂− G and such that
. ∂− K 1 ⊂ ∂− G and ∂− K 2 ⊂ ∂− G. ♦
@seismicisolation
@seismicisolation
536 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
. Kh = diameter of K
θ
. i,K , 1 ≤ i ≤ 4 = angles of K , if K is a quadrilateral,
h ≤ Cρ K for all K ∈ τh
. K (8.1.14)
@seismicisolation
@seismicisolation
8.1 Transport Equation in Plane Geometry 537
. PK ⊂ H 1 (K ), for all K ∈ τh .
Setting | |
. Wh = PK ,
K ∈τh
If the degrees of freedom of the element . K- are chosen as in Example 4.1.5 in the
triangular case, and as in Example 4.1.6, in the quadrilateral case, and if we denote
. Vh the subspace of . Wh of the continuous functions at the nodes of the triangulation,
we, then, have n
. Vh ⊂ H (G) C 0 (G, R).
1
@seismicisolation
@seismicisolation
538 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
{ ( ) {
∂u h ∂u h
.μ +ν + σ u h − f vh d xd y − (μn x + νn y )u h vh ds = 0
G ∂x ∂y ∂− G
(8.1.18)
for all .vh ∈ Vh . The numerical resolution of the problem (8.1.18) requires the inver-
sion of a linear system whose number of unknowns is equal to the number of nodes
of the triangulation. The matrix of the system is not, in general, triangular block and
one cannot solve while following the characteristic direction. We pose
{ ( ) {
∂vh ∂vh
. Y (vh ) = μ +ν + σ vh vh d xd y − (μn x + νn y )vh2 ds.
G ∂x ∂y ∂− G
This leads to the existence of a unique approximate solution .u h for the problem
(8.1.18). On the other hand, we have
{
.Y (u h ) = f u h d xd y
G
≤ || f ||0,G ||u h ||0,G ,
Remark 8.1.6 We can always reduce to the case, where we have .σ (x, y) ≥ α > 0,
because, using the change of function
( )
y
λ μ+ν
x
w
u=e
. ,
. P - is a square
- ⊂ Q k when K (8.1.20)
@seismicisolation
@seismicisolation
8.2 Continuous Finite Element Methods 539
are satisfied for an integer .k ≥ 1. Let .u h ∈ Vh be the solution of the problem (8.1.18).
Then, if the solution .u of the problem (8.1.7)–(8.1.8) belongs to . H k+1 (G), we have
. ||u − u h ||0,G ≤ Ch k |u|k+1,2,G . ♦
When the inclusions (8.1.19) and (8.1.20) are satisfied, we can replace .vh by .1 in
the equality (8.1.18). Applying the Eq. (8.1.10), we obtain the neutron conservation
relation
{ { { {
. (μn x + νn y )u h ds + σ u h d xd y = − (μn x + νn y )u h ds + f d xdy.
∂+ G G ∂− G G
Theorem 8.1.8 We assume that the domain .G is a rectangle triangulated into equal
- = Q 1 . Let .u h ∈ Vh be
rectangles, that the hypothesis (8.1.14) is satisfied, and that . P
the solution of the problem (8.1.18). Then, if the solution .u of the problem (8.1.7)–
(8.1.8) belongs to . H 3 (G), we have
. ||u − u h ||0,G + ||u − u h ||0,∂G ≤ Ch 2 ||u||3,2,G . ♦
Remark 8.1.9 Theorems 8.1.7 and 8.1.8 and Remark 8.1.2 show that in some prac-
tical cases, it may be unnecessary to use polynomials of degree.≥ 2. A similar remark
is found in [21, p. 10]. ♦
@seismicisolation
@seismicisolation
540 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
{ E
NK
. g d xdy ∼ wl,K g(bl,K ), (8.2.3)
K l=1
where the points .bl,K belong to . K and the weights .wl,K are positive, .1 ≤ l ≤ N K .
The equation (8.2.1) is, then, written
E
NK
. wl,K ((Au h − f )v j )(bl,K ) = 0, 1 ≤ j ≤ M K . (8.2.4)
l=1
(H 5) The integral
.
{ ( )
∂vh ∂vh
. μ +ν d xd y
K ∂x ∂y
E
NK
. wl,K (Au h − f )(bl,K ) = 0.
l=1
{ ( ) E
NK
∂u h ∂u h
. μ +ν d xd y + wl,K (σ u h − f )(bl,K ) = 0,
K ∂x ∂y l=1
and is again
{ E
NK {
. (μn x + νn y )u h ds + wl,K (σ u h )(bl,K ) = − (μn x + νn y )u h ds+
∂+ K l=1 ∂− K
E
NK
. wl,K f (bl,K ). (8.2.5)
l=1
The hypothesis .(H 6) and the equality (8.2.5) express in a discrete way the
conservation of neutrons.
@seismicisolation
@seismicisolation
8.2 Continuous Finite Element Methods 541
Lemma 8.2.2 A sufficient condition for the scheme (8.2.4) to discretely satisfy a
particle conservation property is that the three hypotheses .(H 4), .(H 5), and .(H 6)
are simultaneously verified. ♦
- = [−1, 1] ×
Let. FK ∈ (Q 1 )2 be the transformation that sends the reference square. K
[−1, 1] to the quadrilateral . K . Let .(x, y) = FK (ξ, η). We have
1 1 1 1
.x = (1 + ξ )(1 + η)x1 + (1 − ξ )(1 + η)x2 + (1 − ξ )(1 − η)x3 + (1 + ξ )(1 − η)x4
4 4 4 4
1 1 1 1
.y = (1 + ξ )(1 + η)y1 + (1 − ξ )(1 + η)y2 + (1 − ξ )(1 − η)y3 + (1 + ξ )(1 − η)y4 ,
4 4 4 4
where the .(xi , yi ) are the coordinates of the vertices . Ai , .1 ≤ i ≤ 4 of the quadrilat-
eral . K .
-k ), H
E K = FK ( H
. -k being defined as (4.4), (8.2.7)
@seismicisolation
@seismicisolation
542 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
. p ◦ FK−1 , ∀-
PKk = { p = - p ∈ Q k }. (8.2.8)
E K, = {Ai }i=5
.
8
,
. p ◦ FK−1 , ∀-
PK, = { p = - p ∈ P1 },
We define the space .Vhk (resp. .Vh, ) of functions whose restriction to each element . K
belongs to . PKk (resp. . PK, ) and which are continuous at the nodes of triangulation. We
have the inclusion n
. Vh ⊂ C (G, R) H 1 (G)
k 0
We pose
and
. X h, = {vh ∈ Vh, such that vh = 0 at nodes located at ∂− G}.
When the finite element used in the continuous method (8.2.1), (8.2.2) is the quadri-
lateral of type .k, the relation (8.2.2) and the hypothesis (8.2.6) imply that we already
know .2k + 1 values of the approximate solution .u h . There remains, therefore, a
number of unknowns equal to .(k + 1)2 − 2k − 1 = k 2 = dim PKk−1 .
We can choose the space . PKk−1 as the space of the test functions.
When using the non-conforming quadrilateral, two values of the approximate
solution are already known, and given the relation (8.2.7), only one unknown remains
to be determined. We choose (to satisfy the hypothesis .(H 4)) the test function equal
to one (Fig. 8.2).
@seismicisolation
@seismicisolation
8.2 Continuous Finite Element Methods 543
A2 A5
A1
A6 A8
A4
A3 A7
)
) (
(
{ 1 E
k
. f (ξ ) dξ ∼ -
wi f (gi ), (8.2.9)
−1 i=1
where the .gi , .1 ≤ i ≤ k, are the abscissas of Gauss-Legendre [22] and the .-
wi are the
(positive) weights such that the formula (8.2.9) is exact for the polynomials of . P2k−1 .
-, we can write the following quadrature formula, exact for the
• On the square . K
.
polynomials of . Q 2k−1
{ 1 { 1 E
k
. f (ξ, η) dξ dη ∼ -
wi -
w j f (gi , g j ), (8.2.10)
−1 −1 i, j=1
where
.wiKj = JK (gi , g j )-
wi -
w j , giKj = FK (-
gi j ), -
gi j = (gi , g j ).
@seismicisolation
@seismicisolation
544 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
and ⎛ ⎞ 21
E
|v|h,k = ⎝
. |v|2h,K ,k ⎠ ,
K ∈τh
and, we note .(·, ·)h,K ,k and .(·, ·)h,k the corresponding scalar products. We will omit
the index .k whenever there is no ambiguity. Let . S be any face included in the .∂G
boundary. We consider on . S the quadrature formula, exact for the polynomials of
. P2k−1 , using the Gauss-Legendre points . Bi , and the corresponding weights .wi , .1 ≤
i ≤k
{ E k
. f (s) ds ∼ wi f (Bi ).
S i=1
( k ) 21
E
(v)h,S,k =
. wi (v(Bi ))2 ,
i=1
and ( ) 21
E
. (v)h,k = (v)2h,S,k ,
S⊂∂G
and, we note .(·, ·)h,S,k and .(·, ·)h,k the corresponding scalar products.
@seismicisolation
@seismicisolation
8.2 Continuous Finite Element Methods 545
We first construct functions .rh u ∈ X hk and .rh, u ∈ X h, which interpolate the function
.u at certain points and, we estimate the expressions
that we will use them later. If the interpolate .rh u (resp. .rh, u) is defined as before,
Example 4.1.6 (resp. Remark 5.4.15) and if we brutally use the Lemma 4.1.14, we
get the markups
.|A(u − r h u)|h,k ≤ Ch |u|k+1,2,G ,
k
We will show that we can in fact obtain bounds in .o(h k+1 ), .o(h 2 ) and .o(h k+1 ),
respectively.
r, v = -
. K v ◦ FK−1 , -
r ,- v = v ◦ FK ,
r ,-
where the transformation . FK is defined in Lemma 4.9.1, and .- v is the unique
polynomial of . P1 satisfying Remark 5.4.15
1 - -i−3 )), 5 ≤ i ≤ 7.
. r , v(Ai ) =
- (-
v( Ai−4 ) +-
v( A ♦
2
Let.v be a function of.C 0 (G, R). Its. X h, -interpolated function.rh, v is the unique element
of . X h, whose restriction to each element . K ∈ τh is equal to .r K, v. Let . K be an element
of .τh , and let .v ∈ H 3 (G) and .rh, v ∈ X h, be its interpolated. We have
( ) ( )
∂ , ∂y ∂ , ∂y ∂ ,
.area(K ) (v − rh v) (G K ) = (-
v −-r- v) − (-
v −-r- v) (0, 0),
∂x ∂η ∂ξ ∂ξ ∂η
(8.2.12)
where .G K denotes the range of . FK of the point with coordinates .ξ = η = 0.
• On the segment .[−1, 1], we consider the quadrature formula
.
{ 1 E
k+1
. f (ξ ) dξ ∼ -
wil f (li ), (8.2.13)
−1 i=1
@seismicisolation
@seismicisolation
546 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
where the .li , .1 ≤ i ≤ k + 1, .l1 = −1, .lk+1 = 1, are the abscissas of Gauss-Lobatto
[22] and the .- wil are the weights such that the quadrature formula (8.2.13) is exact for
the polynomials of . P2k−1 . Let .- li j be the point of the reference square with coordinates
.(li , l j ), .1 ≤ i, j ≤ k + 1.
r v =-
. K v ◦ FK−1 , -
r- v = v ◦ FK , (8.2.14)
where .-
r- v at points .-
v is the unique polynomial of . Q k equal to .- li j , .1 ≤ i, j ≤ k + 1. ♦
Let.v be a function of.C 0 (G, R). Its. X hk -interpolated function.rh v is the unique element
of . X hk whose restriction to each element . K ∈ τh is equal to .r K v. Let . K be a rectangle
of .τh , .v be any function of . H k+2 (G), and for all .w ∈ PKk−1 , then we have
/ \ { ( )
∂ ∂y ∂
. (v − rh v), w = (-
v −-
r-
v) -w dξ dη. (8.2.15)
∂x 0,K ∂η -
K ∂ξ
8.2.7 Hypotheses
. Z K ≤ ch 2K . (8.2.16)
.|μ(y1 − y2 + y3 − y4 ) − ν(x1 − x2 + x3 − x4 )|
≤ C0 h K |μ(y1 − y4 + y2 − y3 ) − ν(x1 − x4 + x2 − x3 )|, (8.2.17)
.|μ(y1 − y2 + y3 − y4 ) − ν(x1 − x2 + x3 − x4 )|
≤ C0 h K |μ(y1 − y2 + y4 − y3 ) − ν(x1 − x2 + x4 − x3 )|, (8.2.18)
Remark 8.2.5 Let .h 0 be a real such that .0 < h 0 < C10 . The hypothesis .(H 8) implies
that if, we have .h ≤ h 0 , the two angles formed by the characteristic direction .(μ, ν)
@seismicisolation
@seismicisolation
8.2 Continuous Finite Element Methods 547
Lemma 8.2.6 (Lesaint [1]) Let .v ∈ H 3 (G) and .rh, v ∈ X h, be its interpolated. We
assume that .(τh )h is a regular family of triangulations. Then, for all . K ∈ τh , we have
| | | |
|∂ | |∂ |
| (v − r , v)| + | (v − r , v)| ≤ C(Z K |v|2,2,K + h 2K |v|3,2,K ),
|∂x
. h | |∂y h |
h,K ,1 h,K ,1
(8.2.19)
where .C is a constant .> 0 independent of .h. ♦
Proof Let . K be an element of .τh . The linear mapping
∂
-
v −→
. (- r ,-
v −- v)
∂ξ
The previous inequality is also valid with . ∂∂x replaced by . ∂∂y . From which, we deduce
the inequality (8.2.19). Q.E.D.
@seismicisolation
@seismicisolation
548 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
-
v −-
. r-
v = (ξ − l1 )(ξ − l2 ) · · · (ξ − lk+1 ).
The first derivative in.ξ of this polynomial is a polynomial of degree.k which vanishes
at the abscissa of Gauss-Legendre [22]
∂
. (-
v −-
r-
v) = (k + 1)(ξ − g1 ) · · · (ξ − gk ). (8.2.23)
∂ξ
Since .-
w is a polynomial of . Q k−1 , the integral
{ ( )
∂
. (-
v −-
r-
v) -w dξ dη
-
K ∂ξ
is calculated exactly using the quadrature formula (8.2.10). The relation (8.2.23)
implies that this integral is zero. Applying the Lemma 3.4.17, it comes
|{ ( ) |
| ∂ |
| w dξ dη|| ≤ C|-
- v|k+2,2, K- ||-
.
| - ∂ξ (-
v −-
r-
v) - w||0, K- .
K
and
@seismicisolation
@seismicisolation
8.2 Continuous Finite Element Methods 549
By combining the relation (8.2.15) with the last five inequalities, we obtain the
upper bound |
|/ ∂ \ ||
| |
.| (v − rh v), w | ≤ Ch k+1
K |v|k+2,2,K ||w||0,K .
| ∂x 0,K |
This inequality is also valid when . ∂∂x is replaced by . ∂∂y . From which, we deduce the
inequality (8.2.22). Q.E.D.
Lemma 8.2.8 (Lesaint [1]) Let .v be any function of . H k+2 (G), for an integer .k ≥ 1
and let .rh v be its . X hk -interpolated function, defined in (8.2.14). We assume that .(τh )h
is a regular family of triangulations. Then, for all . K ∈ τh , we have
| | | |
|∂ | |∂ |
| | | |
| ∂ x (v − rh v)| + | ∂ y (v − rh v)| ≤ C Z K h K |v|k+1,2,K + Ch K |v|k+2,2,K ,
k−1 k+1
.
h,k h,k
(8.2.24)
where .C is a constant .> 0 independent of .h, for all . K ∈ τh . ♦
@seismicisolation
@seismicisolation
550 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
∂
We have a similar inequality for the term . ∂η (-
v −-
r-
v). On the other hand, according
to Lemma 4.1.7, we have
and
[ ]
∂ 2-
v
(JK (ξ, η))− 2 (h kK Z K |v|k+1,2,K + h k+2
1
. ≤C inf K |v|k+2,2,K ).
∂ξ ∂η -
k,2, K −1≤ξ,η≤1
(8.2.28)
Finally, the Lemma 4.1.5 allows to write
sup JK (ξ, η)
. ≤ C. (8.2.29)
inf JK (ξ, η)
By combining the relations (8.2.25), (8.2.26), (8.2.27), (8.2.28), and (8.2.29), for
| values of|.i and . j, .1 ≤ i, j ≤ k, we obtain the inequality (8.2.24) for
the different
the term .| ∂∂x (v − rh v)|h,K ,k . The proof is identical for upper bounding the term
| |
|∂ |
.|
∂y
(v − r h v) | . Q.E.D.
h,K ,k
∂v v ∂y
∂- v ∂y
∂-
. K J = − , (8.3.1)
∂x ∂ξ ∂η ∂η ∂ξ
@seismicisolation
@seismicisolation
8.3 Scheme of Continuous Methods 551
∂v ∂-
v ∂x ∂-
v ∂x
J
. K =− + , (8.3.2)
∂y ∂ξ ∂η ∂η ∂ξ
for all .vh ∈ PK, . On the other hand, along any face of . K , any function .vh of . PK, is
a polynomial of . P1 and the integral of .vh along this face depends only of the value
.vh in the middle of this face, and the hypothesis .(H 6) is satisfied. So, we have the
following.
Lemma 8.3.1 Scheme 1 satisfies the assumptions .(H 4), .(H 5), and .(H 6); the
conservation of neutrons is, therefore, verified in a discrete way. ♦
Scheme 1 can, also, be written, on each quadrilateral . K of vertices . Ai = (xi , yi ),
1 ≤ i ≤ 4, with .u h (Ai ) = u i , .5 ≤ i ≤ 9
.
(u 8 − u 6 )(μ(y1 + y2 − y3 − y4 ) − ν(x1 + x2 − x3 − x4 )) +
.
. + (u 5 − u 7 )(−μ(y1 − y2 − y3 + y4 ) + ν(x1 − x2 − x3 + x4 )) +
u + u 8 = u 5 + u 7 = 2u 9 .
. 6
u8 − u6 u5 − u7
μ
. +ν + σ (A9 )u 9 = f (A9 ),
/\x /\y
. 6u + u 8 = u 5 + u 7 = 2u 9
Lemma 8.3.2 (Lesaint [1]) We assume that the hypothesis .(H 8) is satisfied and
that .h is small enough. The vertices . Ai = (xi , yi ), .1 ≤ i ≤ 4 of any element . K of .τh
can always be numbered so that the lit sides are . A2 A3 and . A3 A4 (Fig. 8.2). For all
,
.vh ∈ X h , we can, then, write, by setting .vi = vh (Ai ), .5 ≤ i ≤ 8
@seismicisolation
@seismicisolation
552 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
(( ) )
∂vh ∂vh 1 − 3C0 h K
.2 area(K ) μ +ν vh (G K ) ≥ (μ(y1 − y4 ) − ν(x1 − x4 ))v82 +
∂x ∂y 1 − C0 h K
1 − 3C0 h K
. + (μ(y2 − y1 ) − ν(x2 − x1 ))v52 +
1 − C0 h K
1 + C0 h K
. + (μ(y3 − y2 ) − ν(x3 − x2 ))v62 +
1 − C0 h K
1 + C0 h K
. + (μ(y4 − y3 ) − ν(x4 − x3 ))v72 , (8.3.3)
1 − C0 h K
where .C0 is the constant involved in the hypothesis (8.2.17). Then, Scheme 1 has a
unique solution .u h such that
1
|u h |h,1 + (|μn x + νn y | 2 u h )h,1 ≤ C| f |h,1 ,
. (8.3.4)
A2 A5
A1
A6 GK A8
A3 A7 A4
@seismicisolation
@seismicisolation
8.3 Scheme of Continuous Methods 553
(( ) ) E
4
∂vh ∂vh 1
.area(K ) μ +ν vh (G K ) = (μ(yi+1 − yi ) − ν(xi+1 − xi ))vi+4 +
2
∂x ∂y 2
i=1
1
. (μ(y1 − y2 + y3 − y4 ) − ν(x1 − x2 + x3 − x4 ))((v5 − v7 )2 − (v8 − v6 )2 ),
4
(8.3.5)
where we noted .x5 = x1 , . y5 = y1 . When the expression .μ(y1 − y2 + y3 − y4 ) −
ν(x1 − x2 + x3 − x4 ) is positive (resp. negative), we increase the term .(v8 − v6 )2 by
.2v8 + 2v6 (resp. .(v5 − v7 ) by .2v5 + 2v7 ). The inequality (8.3.3) is deduced from the
2 2 2 2 2
relation (8.3.5) using the hypothesis .(H 8), inequality (8.2.17) (resp. (8.2.18)). When
we have .σ (x, y) ≥ α > 0 (and, we can always reduce to this situation according to
Remark 8.1.6), we can write
{
. σ vh2 d xd y ≥ Ch 2K (v(G K ))2 . (8.3.6)
K
By combining the inequalities (8.3.5) and (8.3.6) for all elements . K of .τh , we obtain,
replacing .vh by .u h
1
.|u h |2h,1 + (|μn x + νn y | 2 u h )2h,1 ≤ C|( f, u h )h,1 |,
from which, we deduce the existence of the solution .u h and the increase
(8.3.4). Q.E.D.
Remark 8.3.3 The assumption .(H 7) is not, in general, sufficient to guarantee the
stability of Scheme 1, as shown by the example described in Fig. 8.3. The character-
istic direction is parallel to the side . A2 A3 and the quadrilateral is very adjacent to a
rectangle. We have the equality .μ(y2 − y3 ) − ν(x2 − x3 ) = 0. It is deduced that
(( ) ) ( )
∂vh ∂vh 1 1
.area(K ) μ +ν vh (G K ) ≥ (μ(y1 − y4 ) − ν(x1 − x4 )) v82 − (v8 − v6 )2 +
∂x ∂y 2 2
1 1
. (μ(y2 − y1 ) − ν(x2 − x1 ))v52 − (μ(y3 − y4 ) − ν(x3 − x4 ))v72 .
2 2
The term .(v8 − v6 )2 then prevents us from asserting that Scheme 1 is stable. ♦
Let .(τh )h be a regular family of triangulations. We assume that the hypothesis .(H 8)
is satisfied and that .h is small enough. Let .u h ∈ X h, be the solution of Scheme 1. For
all .vh ∈ X h, , we define the expression . E h, by
. E h, = (A(u h − vh ), u h − vh )h,1 .
@seismicisolation
@seismicisolation
554 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
. E h, = (A(u − vh , u h − vh )h,1 .
By using the Cauchy Schwarz inequality, then the triangular inequality, we deduce
from the last two relations the inequality
1 1
|u − u h |h,1 + (|B| 2 (u − u h ))h,1 ≤ C inf , (|A(u − vh )|h,1 + (|B| 2 (u − vh ))h,1 ),
.
vh ∈X h
Theorem 8.3.4 Let .(τh )h be a regular family of triangulations. We assume that the
hypothesis .(H 8) is satisfied and that .h is small enough. Let .u h ∈ X h, be the solution
of Scheme 1. Then, if the solution .u of the problem (8.1.7)–(8.1.8) belongs to the
space .C 1 (G, R), we have
1 1
|u − u h |h,1 + (|B| 2 (u − u h ))h,1 ≤ C inf , (|A(u − vh )|h,1 + (|B| 2 (u − vh ))h,1 ),
.
vh ∈X h
If the solution .u of the problem (8.1.7)–(8.1.8) belongs to the space . H 3 (G), then
by summing over all . S faces included in .∂G and, using Lemma 4.1.12, we have
@seismicisolation
@seismicisolation
8.3 Scheme of Continuous Methods 555
⎛ ⎞ 21
E E
(u − rh, u)h,1 ≤ Ch 2 ⎝
. |u|22,2,S ⎠
n
K ∈τh S⊂∂G ∂K
= Ch ||u||3,2,G .
2
(8.3.8)
By combining the inequalities (8.3.7) and (8.3.8) with the Lemma 8.2.6 and the
Theorem 8.3.4, we obtain the upper bound
1
|u − u h |h,1 + (|B| 2 (u − u h ))h,1 ≤ C(Z |u|2,2,G + h 2 |u|3,2,G ),
.
where .C is a constant .> 0 independent of .h. So, we have the following error bounds:
Theorem 8.3.5 Let .(τh )h be a regular family of triangulations. We assume that the
hypotheses .(H 7) and .(H 8) are satisfied and that .h is small enough. Let .u h ∈ X h,
be the solution of Scheme 1. Then, if the solution .u of the problem (8.1.7)–(8.1.8)
belongs to the space . H 3 (G), we have
1
. |u − u h |h,1 + (|B| 2 (u − u h ))h,1 ≤ Ch 2 ||u||3,G ,
8.3.2 Scheme 2
Lemma 8.3.6 Scheme 2 satisfies the assumptions .(H 4), .(H 5), and .(H 6); the
conservation of neutrons is, therefore, verified in a discrete way. ♦
Proof The hypotheses .(H 4), and .(H 5) are obviously satisfied. On the other hand,
the restriction of a function .vh of . PKk to any face of the element . K is a polynomial
of degree .≤ k entirely determined by its values at the nodes located on this face, and
the hypothesis .(H 6) is thus satisfied. Q.E.D.
We will consider Scheme 2, in the case, where the domain .G is the square .[0, 1]2 ,
triangulated into rectangles . K lm with sides parallel to the axes, with vertices . Alm ,
. Al+1,m , . Al,m+1 , . Al+1,m+1 , where . Alm is the coordinate point . xl = l/\x, . ym = m/\y,
@seismicisolation
@seismicisolation
556 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
To any function .v of . L 2 ((xl , xl+1 ), R), we associate its projection .πxk v defined by
{ xl+1
. (πxk v − v)w d x = 0, ∀w ∈ Pk .
xl
We define .π yk v in the same way, starting from .v ∈ L 2 ((ym , ym+1 ), R). Now, let
.v(x, y) be a continuous function on . K lm , we can define the projections .(π x v)(y) and
k
πxk π yk v = π yk πxk v
.
= π Kk lm v.
Finally, to any function .v of . L 2 (G, R), (resp. of . L 2 ((0, 1), R)), we associate its pro-
jection .πk v (resp. .π k v), function whose restriction to each element . K (resp. interval
.]xl , xl+1 [) is equal to .π K v (resp. .π x v). In the equality (8.3.9), we can replace .vh by
k k
{
. (Au h − f )πk−1 u h d xd y = 0, for all K ∈ τh .
K
Hence, { { ( )
∂vh k−1 ∂vh
. (πk−1 vh ) d xd y = πy (π yk−1 vh ) d xd y.
K ∂x K ∂x
On the other hand, we can easily show that for any function .v ∈ C 1 (K , R), we have
∂ ∂v
. (π k−1 v) = π yk−1 .
∂x y ∂x
@seismicisolation
@seismicisolation
8.3 Scheme of Continuous Methods 557
So, we have
{ {
∂
. (Au h )(πk−1 u h ) = μ (π k−1 u h )(π yk−1 u h ) d xd y +
K K ∂x y
{ {
∂
ν (πxk−1 u h )(πxk−1 u h ) d xd y + σ (πk−1 u h )2 d xd y
K ∂y K
{
= f (πk−1 u h ) d xd y. (8.3.11)
K
By summing the equalities such as (8.3.11) for all the rectangles of the domain .G
and, by using the Schwarz inequality, we obtain the inequality
1
||πk−1 u h ||0,G + |||μn x + νn y | 2 (π k−1 u h )||0,∂G ≤ C|| f ||0,G ,
.
where the constant .C does not depend on .h. So, we have the following:
Lemma 8.3.7 We assume that the domain .G is the square .(]0, 1[)2 , triangulated as
above. Then, Scheme 2 admits a unique solution .u h such that
1
||πk−1 u h ||0,G + |||μn x + νn y | 2 (π k−1 u h )||0,∂G ≤ C|| f ||0,G ,
.
Let . K be any rectangle of .τh . To any function . p ∈ PKk , we associate its projection
.π K p ∈ PKk−1 . According to the definition of the projection on the space . PKk−1 ,
k−1
we have
{ {
. pq d xdy = (π Kk−1 p)q d xdy, for all q ∈ PKk−1 . (8.3.15)
K K
@seismicisolation
@seismicisolation
558 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
Lemma 8.3.8 Let . K be any rectangle of .τh . To any function . p ∈ PKk , we associate
its projection .π Kk−1 p ∈ PKk−1 . Then,
Proof The functions . pq and .(π Kk−1 p)q are, respectively, polynomials of . Q 2k−1 and
. Q 2k−2 . So, by using (8.3.15), we have
{
( p, q)h,K ,k =
. pq d xdy
{ K
( )
|(A(u − vh ), w)0,G | 1
.C inf sup + |u − vh |h,k + (|B| (u − vh ))h,k ,
2
vh ∈X hk w∈Y k−1 ||w||0,G
h
(8.3.17)
where .C is a constant .> 0 independent of .h. ♦
Proof Consider . E h defined in (8.3.12). From the two relations (8.3.13) and (8.3.14),
we deduce the inequality
1 |(A(u − vh ), w)0,G |
||πk−1 (u h − vh )||0,G + |||B| 2 π k−1 (u h − vh )||0,∂G ≤ C sup
. .
w∈Yhk−1 ||w||0,G
@seismicisolation
@seismicisolation
8.3 Scheme of Continuous Methods 559
By combining the last three relations with the triangle inequality, we obtain the upper
bound (8.3.17). Q.E.D.
|u − rh u|h,K ,k ≤ Ch k+1
. K |u|k+1,2,K ,
and
. (u − rh u)h,S,k ≤ Ch k+1
K |u|k+1,2,K .
Summing over all . K elements of .τh and, using the Lemma 4.1.12, we get
E
k
. wiKj ((Au h − f )vh )(giKj ) = 0, for all vh ∈ PKk−1 , (8.3.22)
i, j=1
@seismicisolation
@seismicisolation
560 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
where equivalently
(Au h − f )(giKj ) = 0, 1 ≤ i, j ≤ k.
. (8.3.23)
We multiply the equality (8.3.23) by .u h (giKj )wiKj and we sum for all the indices .i and
. j, .1 ≤ i, j ≤ k, we comes
E
k
. wiKj (Au h − f )u h (giKj ) = 0, (8.3.24)
i, j=1
for all . K ∈ τh .
Remark 8.3.11 (i) The equation (8.3.22) is deduced from the equation (8.3.9)
using the quadrature formula (8.2.11).
(ii) Scheme 3 can be written explicitly for .k = 1 using the formulas (8.3.1) and
(8.3.2).
(iii) Scheme 3, for .k = 1, can be written, with .u h (Ai ) = u i , .1 ≤ i ≤ 4
( )
u1 + u2 + u3 + u4
. + ((y1 − y3 )(x4 − x2 ) + (y2 − y4 )(x1 − x3 )) σ (A9 ) − f (A9 ) = 0.
4
Lemma 8.3.12 Scheme 3 satisfies the assumptions .(H 4), .(H 5), and .(H 6); the
conservation of neutrons is, therefore, verified in a discrete way. ♦
( )
Proof When.vh ∈ PKk , the expression. JK μ ∂v ∂x
h
+ ν ∂v
∂y
h
is a polynomial of. Q k in the
variables .ξ and .η. The quadrature formula (8.2.10) being exact for the polynomials
of . Q 2k−1 , we deduce that the hypothesis .(H 5) is satisfied, i.e.,
E
k ( ) { ( )
∂vh ∂vh ∂vh ∂vh
. wiKj μ +ν (bi j ) =
K
μ +ν d xd y,
i, j=1
∂x ∂y K ∂x ∂y
for all . K ∈ PKk . The hypothesis .(H 6) is verified as in the case of Scheme 2. Q.E.D.
We, then, consider Scheme 3 in the case, where the domain .G is triangulated into
arbitrary convex quadrilaterals satisfying the hypothesis (8.2.6).
@seismicisolation
@seismicisolation
8.3 Scheme of Continuous Methods 561
Lemma 8.3.13 It is assumed that the hypotheses.(H 7) and.(H 8) are satisfied. Then,
Scheme 3 has a unique solution .u h such that
1
|u h |h,k + (|μn x + νn y | 2 u h )h,k ≤ C| f |h,k ,
. (8.3.25)
-
u (ξ, η) = u h (x, y),
. h
with .(x, y) = FK (ξ, η). Using the relations (8.3.1) and (8.3.2), we can write
E
k E k ( ( ))
∂u h K ∂-
uh ∂ y ∂-
uh ∂ y
. X= wiKj u h (gi j ) = - wj -
wi - uh − (gi , g j )
i, j=1
∂x i, j=1
∂ξ ∂η ∂η ∂ξ
and, we have
∂y 1 ξ
. = (y1 + y2 − y3 − y4 ) + (y1 − y2 + y3 − y4 ).
∂η 4 4
E
k ( ) E
k { 1( )
∂-uh ∂ y 1 ∂-uh
. -
wi -
wj -uh (gi , g j ) = (y1 + y2 − y3 − y4 ) -
wj -uh (ξ, g j ) dξ +
∂ξ ∂η 4 −1 ∂ξ
i, j=1 j=1
E k ( )
1 ∂-
uh
. + (y1 − y2 + y3 − y4 ) -
wi -
wj -
uh ξ (gi , g j ).
4 i, j=1
∂ξ
On the other hand, we have
E k { ( )
1 1
∂-
uh
. (y1 + y2 − y3 − y4 ) -
wj -
uh (ξ, g j ) dξ =
4 j=1 −1 ∂ξ
1 E k
1 E k
. = (y1 − y4 ) - u 2h (1, g j ) + (y3 − y2 )
w j- -
w j-
u 2h (−1, g j ) −
4 j=1
4 j=1
1 E k
. − (y1 − y2 + y3 − y4 ) -
w j (-
u 2h (1, g j ) + -
u 2h (−1, g j )).
8 j=1
@seismicisolation
@seismicisolation
562 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
E
k ( ) E
k E
k
∂-uh ∂ y 1 1
. -
wi -
wj -uh (gi , g j ) = (y1 − y4 ) -
w j-
u 2h (1, g j ) + (y3 − y2 ) -
w j-
u 2h (−1, g j ) +
∂ξ ∂η 4 4
i, j=1 j=1 j=1
⎛ ⎞
E
k ( ) E
k
1 ⎝ ∂-uh
. + (y1 − y2 + y3 − y4 ) 2 -
wi -
wj -uh ξ (gi , g j ) − -
w j (- u h (−1, g j ))⎠ .
u h (1, g j ) + -
2
8 ∂ξ
i, j=1 j=1
E ( )
∂y
If we, similarly, develop the expression . i,k j=1 - wj -
wi - u h ∂-uh
∂η ∂ξ
(gi , g j ), after the
E ( )
expression . i,k j=1 wiKj u h ∂u
∂y
h
(giKj ), we obtain
E ( )
1 E μ(yi+1 − yi ) − ν(xi+1 − xi )
k 4
∂u h ∂u h
. wiKj μ +ν u h (giKj ) = −−−−→ (u h )2h,Ai Ai+1 ,k +
∂x ∂y 2 | Ai Ai+1 |
i, j=1 i=1
⎛ ⎞
E
k ( )
∂-
uh ∂-
uh
. + δ ⎝2 -
wi -
w j-
uh ξ− η (gi , g j )⎠ +
i, j=1
∂ξ ∂η
⎛ ⎞
E
k E
k
. + δ ⎝− -
w j (- u 2h (−1, g j ))⎠ +
u 2h (1, g j ) + - -
wi (-
u 2h (gi , 1) + -
u 2h (gi , −1)),
j=1 i=1
E
k
1 E μ(yi+1 − yi ) − ν(xi+1 − xi )
4
. wiKj (Au h )u h (giKj ) ≥ −−−−→ (1 + ci h K )(u h )2h,Ai Ai+1 ,k + c|u h |2h,K ,
2 | Ai Ai+1 |
i, j=1 i=1
(8.3.26)
where .c is a constant .> 0 independent of .h and, where we have
From the previous inequality, we deduce the existence of a unique solution .u h for
Scheme 3. By combining the relations (8.3.24) and (8.3.26) for all the quadrilaterals
. K ∈ τh , we get the inequality (8.3.25). Q.E.D.
Reasoning as in Theorem 8.3.4 and, using Lemma 8.3.13 and the definition of
Scheme 3, we obtain
Theorem 8.3.14 (Lesaint [1]) Let .(τh )h be a regular family of triangulations of
G. We assume that the hypotheses .(H 7) and .(H 8) are satisfied, and that .h is small
.
enough. Let.u h ∈ X hk be the solution of Scheme 3, then, if the solution.u of the problem
(8.1.7)–(8.1.8) belongs to the space .C 1 (G, R), we have
@seismicisolation
@seismicisolation
8.4 Discontinuous Finite Element Methods 563
1
( 1
)
|u − u h |h,k + (|B| 2 (u − u h ))h,k ≤ C inf
. |A(u − vh )|h,k + (|B| 2 (u − vh ))h,k ,
vh ∈X hk
Proof By using the Theorem 8.3.14, the Lemma 8.2.8 and the inequalities (8.3.20)
and (8.3.21), we obtain
1
|u − u h |h,k + (|B| 2 (u − u h ))h,k ≤ C(Z h k−1 |u|k+1,2,G + h k+1 |u|k+2,2,G ),
.
where { n
0 on ∂− K ∂− G n
t =
. h (8.4.2)
outer trace of u h on ∂− K \(∂− K ∂− G).
Remember that if . S designates a face of an element . K not included in .∂G, the outer
trace on . S of a function .vh ∈ Wh is the value of .vh along . S, outside . K . ♦
@seismicisolation
@seismicisolation
564 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
Theorem 8.4.2 ([20]) We assume that . f ∈ L 2 (G, R). Then, the problem (8.4.1)–
(8.4.2) has a unique solution .u h ∈ Wh . ♦
we obtain { { {
. Bu 2h ds − Bu 2h ds + σ u 2h d xd y = 0.
∂+ K i ∂− K i Ki
According to the definition of .∂+ K i (resp. .∂− K i ), we have the inequality . B > 0 on
∂ K i (resp. . B < 0 on .∂− K i ). On the other hand, we have .σ ≥ α > 0 (Remark 8.1.6).
. +
We deduce that .u h is zero on . K i . By reasoning by induction, we show that .u h is zero
on .G. Q.E.D.
It is deduced that
{ { { {
. Bu h ds + Bth ds + σ u h d xd y = f d xdy. (8.4.3)
∂+ K ∂− K K K
@seismicisolation
@seismicisolation
8.4 Discontinuous Finite Element Methods 565
u = 0 on ∂− G,
. h
w = u h − vh ∈ PK ,
. ξ = th − q. (8.4.5)
Because
1 2
. (w − ξ )w = (w − ξ 2 + (w − ξ )2 ).
2
We obtain
{ { { {
1 1 1
.Y h = Bw2 ds + Bξ 2 ds − B(w − ξ )2 ds + σ w2 d xd y.
2 ∂+ K 2 ∂− K 2 ∂− K K
(8.4.6)
We, now, show a general bound of the error .u − u h .
@seismicisolation
@seismicisolation
566 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
Lemma 8.4.4 ([20]) For any . K ∈ τh , for any .vh ∈ PK and for any function .q ∈
L 2 (∂− K , R), we have the relation
{ {
1 1
. B(u h − vh ) ds +
2
B(th − q)2 ds−
2 ∂+ K 2 ∂− K
{ { {
1
. − B((u h − vh ) − (th − t))2 ds + σ (u h − v)2 d xd y = B(u − v)(u h − vh ) ds +
2 ∂− K K ∂+ K
{ {
. B(u − q)(u h − vh ) ds + (u − vh )A∗ (u h − vh ) d xd y,
∂− K K
(8.4.7)
where . A∗ is the formal adjoint of operator . A, i.e.,
∂ ∂
. A∗ = −μ −ν + σ. ♦
∂x ∂y
Proof Let .vh ∈ PK and .q ∈ L 2 (∂− K , R) and let .w be defined in (8.4.5). Using the
equality (8.4.1), we have
{ {
Y =
. h B(vh − q)w ds + A(u − vh )w d xdy.
∂− K K
It is deduced that
{ { {
.Y h = B(u − vh )w ds + B(u − q)w ds + (u − vh )A∗ w d xdy.
∂+ K ∂− K K
(8.4.8)
By combining the relations (8.4.5), (8.4.6) and (8.4.8), we obtain the increase (8.4.7).
Q.E.D.
We first consider the case of arbitrary quadrilaterals, in the general case. On the
-, we define the operator .| |
reference element . K -, R), Q k ) which to any
- ∈ L(L 2 ( K
2 - --
v ∈ L ( K , R) associates .| |
.- v ∈ Q k by
@seismicisolation
@seismicisolation
8.4 Discontinuous Finite Element Methods 567
{ {
. --
(| | w dξ dη =
v)- -w dξ dη, for all -
v- w ∈ Qk .
-
K -
K
-
| | - v for all v ∈ L 2 (K , R),
K v = | |-
k
.
where .- v = v ◦ FK (we can notice that when the element . K is a rectangle, we find
exactly the projection operator defined in (8.3.10)). Then, for all .v ∈ L 2 (G, R), we
define .πh v as the unique function of .Wh whose restriction to each . K ∈ τh is equal to
.| | K v. Let . K 1 , . K 2 , . . . , K I be a given numbering of the elements . K of .τh satisfying
k
and ⎛ ⎞ 21
i {
E
. ⎝− B(u h − th )2 ds ⎠ ≤ Ch k ||u||k+1,2,Gi , (8.4.12)
j=1 ∂− K j
@seismicisolation
@seismicisolation
568 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
In the equality (8.4.7), we replace .vh by .πh u, .q by .qh and we estimate the terms
of the corresponding right-hand side. Reasoning as in [24], we have the following
result, analogous to those of Lemma 4.1.14
and
k+ 1
. ||u − πh u||0,2,S ≤ Ch K 2 ||u||k+1,2,K , (8.4.14)
||u h − πh u||1,2,K ≤ Ch −1
. K ||u h − πh u||0,2,K ,
and
−1
. ||u h − πh u||0,2,S ≤ Ch K 2 ||u h − πh u||0,2,K .
{
. B(u − qh )(u h − πh u) ds ≤ Ch kD K ||u||k+1,2,D K ||u h − πh u||0,2,K ,
∂− K
where . D K is the union of the elements of .τh that have included in .∂− K and, where
. h D K = max{h K , K ⊂ D K }.
The relation (8.4.7) combined with these last three inequalities becomes
{ {
1 1
. B(u h − πh u)2 ds − B((u h − πh u) − (th − qh ))2 ds + α||u h − πh u||20,2,K ≤
2 ∂+ K 2 ∂− K
{
1
. ≤− B(th − qh )2 ds + Ch k ||u||k+1,2,D K ||u h − πh u||0,2,K .
2 ∂− K
@seismicisolation
@seismicisolation
8.4 Discontinuous Finite Element Methods 569
Summing over all . K ⊂ Gi elements, and, using (8.4.2) and (8.4.13), it comes
{ i {
1 1E
. B(u h − πh u)2 ds − B((u h − πh u) − (th − qh ))2 ds + α||u h − πh u||0,2,Gi ≤
2 ∂+ Gi 2 ∂− K j
j=1
≤ Ch k+1 ||u||k+1,2,Gi ,
These last two relations lead to the inequality (8.4.11). Finally, we can write
u − th = (u h − πh u − (th − qh )) + (πh u − u) + (u − qh ).
. h
The last two relations and the inequality (8.4.14) lead to the bound (8.4.12). Q.E.D.
Remark 8.4.6 The upper bound (8.4.12) shows that when the solution .u of problem
(8.1.7)–(8.1.8) is fairly regular (i.e., belongs to . H k+1 (G) for an integer .k ≥ 1), the
jumps .u h − th of the approximate solution along the sides of the elements . K tend to
zero when .h tends to zero. ♦
In [20], we show that when the elements . K ∈ τh are rectangles, we have the bound
@seismicisolation
@seismicisolation
570 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
We will show that this bound is in fact valid as soon as the hypotheses (8.2.6) (i.e., each
quadrilateral . K ∈ τh has two illuminated faces) and (8.2.16) (i.e., for any element
. K ∈ τh , we have the inequality . Z K ≤ ch K ).
2
{ 1 E
k+1
. f (ξ ) dξ ∼ -
wir f (ri ), (8.4.16)
−1 i=1
where the .ri , .1 ≤ i ≤ k + 1, .rk+1 = 1 are the abscissas of Gauss-Radau ([22, 25])
and the .-
wi are the weights such that the quadrature formula (8.4.16) is exact for the
polynomials of . P2k .
• On the reference square . K
. - = [−1, 1] × [−1, 1], we consider the points .-
ri j , with
coordinates (.ri , r j ), .1 ≤ i, j ≤ k + 1.
We will assume that the two lit faces of the quadrilateral . K with vertices . A1 , . A2 ,
. A3 and . A4 are the sides . A2 A3 and . A3 A4 . Given a function .-
v ∈ C 0(K-, R), we define
-v as the unique polynomial of . Q k which interpolates .-
. R- v at points .-
ri j . Then, for all
.v ∈ C (K , R), we define . R K v ∈ PK
0 k
- -v,
R K v = R-
.
@seismicisolation
@seismicisolation
8.4 Discontinuous Finite Element Methods 571
and
k+ 3
||v − R K v||0,2,S ≤ Ch K 2 ||v||k+1,∞,K for all v ∈ W k+1,∞ (K ),
.
where .riKj = FK (-
ri j ), .1 ≤ i, j ≤ k + 1, for all . K ∈ τh . For all . K ∈ τh , we set
{ n
0 on ∂− K ∂− G n
. h q =
outer trace of Rh u on ∂− K \(∂− K ∂− G).
where
{ { {
∂w
. X K (u, w) = (u − Rh u)wn x ds + (u − qh )wn x ds − (u − Rh u) d xd y
∂+ K ∂− K K ∂x
. X K (u, w) = -
X K-,ξ (- w) + -
u, - X K-,η (-
u, -
w),
with
{ 1 { 1
y1 − y4 y3 − y2
.- -u )-
X- K ,ξ (-
u, -
w) = (-
u − R- w(1, η)
2
dη + (-
u −-
q )-
w(−1, η)
2
dη −
−1 −1
{ {
w ∂y
-u ) ∂-
1 1
. (-
u − R- dξ dη,
−1 −1 ∂ξ ∂η
@seismicisolation
@seismicisolation
572 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
{ 1 { 1
y2 − y1 y4 − y3
.- -u )-
X- K ,η (-
u, -
w) = (-
u − R- w(ξ, 1)
2
dξ + (-
u −-
q )-
w(ξ, −1)
2
dξ +
−1 −1
{ {
w ∂y
-u ) ∂-
1 1
. (-
u − R- dξ dη.
−1 −1 ∂η ∂ξ
We, now, use the following essential result.
Lemma 8.4.8 (Lesaint [1]) Let .(τh )h be a regular triangulation family .G in quadri-
lateral elements. We assume that the hypothesis (8.2.6) is satisfied, and that . PK is
chosen as in (8.4.9), for all . K ∈ τh . We suppose on n
the other hand that the solution .u
of the problem (8.1.7)-(8.1.8) belongs to . H k+2 (G) W k+1,∞ (G). Then, there exists
a constant .C > 0 independent of .h such that for all .w ∈ PKk
(8.4.19)
♦
X - (- -
u ,-
w)
Proof The linear map .- u −→ K ,ξh K is continuous from . H k+2 ( K-) into .R, of norm
- u ||k+2,2, K- ||-
less than or equal to .C||- w||0, K- , and it is identically zero for all .-
u ∈ Qk ,
according to the definition of the interpolate . R- -u . For .-
u = ξ , we have
k+1
-
. -u (1, η) = -
u (1, η) − R- u (−1, η) − -
q (−1, η) = 0.
∂y 1 ξ
. = (y1 + y2 − y3 − y4 ) + (y1 − y2 + y3 − y4 ),
∂η 4 4
it comes
{ 1 { 1 { 1 { 1
. (-
u − R-
w ∂y
-u ) ∂- 1
dξ dη = (y1 − y2 + y3 − y4 ) (- -u ) ∂-
u − R-
w
ξ dξ dη.
−1 −1 ∂ξ ∂η 4 −1 −1 ∂ξ
For .-
u = ηk+1 , .- -u is a polynomial of degree .k + 1 with respect to .η does not
u − R-
depend on the variable .ξ . So, we have
@seismicisolation
@seismicisolation
8.4 Discontinuous Finite Element Methods 573
[{ 1
1
.-
X K-,ξ (- w) = (y1 − y2 + y3 − y4 )
u, - (- -u (1, η))-
u (1, η) − R- w(1, η)+
4 −1
{ { ]
-u ) ∂-
1 1
w
. (-
u (−1, η) − -
q (−1, η))-
w(−1, η) dη − (-
u − R- ξ dξ dη ,
−1 −1 ∂ξ
gold
{ 1 { 1
1
.-
X K-,ξ (-
u, -
w) = (y1 − y2 + y3 − y4 ) (- -u )-
u − R- w dξ dη.
4 −1 −1
and
[ ]
∂ 2-
u
(JK (ξ, η))− 2 (h kK Z K |u|k+1,2,K + h k+2
1
. ≤C inf K |u|k+2,2,K ).
∂ξ ∂η -
k,2, K −1≤ξ,η≤1
(8.4.24)
By combining the relations (8.4.22), (8.4.23), and (8.4.24) with the Lemma 4.1.5,
we obtain the inequality
[ ]
.| - ≤ C (h k−1 k−2 2 k+1
X K-,ξ (-
u, -
w)| K Z K + h K Z K )|u|k+1,2,K + (h K + h K Z K )|u|k+2,2,K ||w||0,K .
k
On the other hand, we, necessarily, have the inequality . Z K ≤ h K . We can deduce
|-
.X K-,ξ (-
u, -
w)| ≤ C(h k−1
K Z K |u|k+1,2,K + h K |u|k+2,2,K )||w||0,K .
k+1
(8.4.25)
@seismicisolation
@seismicisolation
574 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
We can show in the same way that the inequality (8.4.25) is still valid if we replace
|-
.X K-,ξ (- w)| by .| -
u, - X K-,η (-
u, -
w)|. We deduce that the inequality (8.4.25) is valid when
the left-hand side is replaced by .|X K (u, w)|. The term .|Y K (u, w)| increases in the
same way and, we thus have the result. Q.E.D.
By using the relations (8.4.17), (8.4.18) and (8.4.19), we obtain, for all . K ∈ τh
(8.4.26)
We can, then, show the following theorem.
Theorem 8.4.9 (Lesaint [1]) Let.(τh )h be a regular triangulation family.G in quadri-
lateral elements. We assume that the hypothesis (8.2.6) is satisfied, and that . PK is
chosen as in (8.4.9), for all . K ∈ τh . We suppose on n
the other hand that the solution .u
of the problem (8.1.7)–(8.1.8) belongs to . H k+2 (G) W k+1,∞ (G). Then, there exists
a constant .C > 0 independent of .h such that for all .i = 1, . . . , I , we have
and
1 3
|||B| 2 (u − u h )||h,∞ ≤ C(Z h k− 2 ||u||k+1,2,G + h k+1 (||u||k+2,2,G + ||u||k+1,∞,G )).
.
(8.4.29)
♦
Proof By combining the relation (8.4.7), with .vh = Rh u, .q = qh , and the inequality
(8.4.26), we have
{ {
1 1
. B(u h − Rh u) ds + α||u h − Rh u||0,K ≤ −
2 2
B(th − qh )2 ds +
2 ∂+ K 2 ∂− K
@seismicisolation
@seismicisolation
References 575
The estimates (8.4.27) and (8.4.28) follow directly from the inequality (8.4.30) and
from Lemma 8.4.7. The function .(u h − Rh u)2 is a polynomial of . P2k on each face . S
included in .∂+ Gi . The integral
{
. B(u h − Rh u)2 ds
∂+ Gi
Corollary 8.4.10 We assume that the hypotheses of the Theorem 8.4.9 are satisfied,
and that the inequality (8.2.16) is verified, for all . K ∈ τh . Then,
({ ) 21
. B(u − u h ) ds
2
≤ Ch k+1 (||u||k+2,2,Gi ) + ||u||k+1,∞,Gi ),
∂+ Gi
and
1 1
. |||B| 2 (u − u h )||h,∞ ≤ Ch k+ 2 (||u||k+2,2,G ) + ||u||k+1,∞,G ). ♦
References
1. P. Lesaint, Sur la résolution des systèmes hyperboliques du premier ordre by des méthodes
d’éléments finis (Thèse, Pierre et Marie Curie, Paris, 1975)
2. B. Abdelmoumen, A. Dehici, A. Jeribi, M. Mnif, Some new properties in Fredholm theory,
Schechter essential spectrum, and application to transport theory. J. Inequal. Appl. Art. ID
852676, 14 pp (2008)
3. A. Ben Amar, A. Jeribi, M. Mnif, Some applications of the regularity and irreducibility on
transport theory. Acta Appl. Math. 110(1), 431–448 (2010)
4. S. Charfi, A. Elleuch, A. Jeribi, On the time asymptotic behavior of a transport operator
with bounce-back boundary condition. Applied mathematics in Tunisia, 329–358. Springer
Proceedings in Mathematics and Statistics, vol. 131 (Springer, Cham, 2015)
5. S. Charfi, A. Jeribi, N. Moalla, Time asymptotic behavior of the solution of an abstract Cauchy
problem given by a one-velocity transport operator with Maxwell boundary condition. Collect.
Math. 64(1), 97–109 (2013)
6. A. Dehici, A. Jeribi, K. Latrach, Spectral analysis of a transport operator arising in growing
cell populations. Acta Appl. Math. 92(1), 37–62 (2006)
7. A. Jeribi, Quelques remarques sur les opérateurs de Fredholm et application à l’équation de
transport. (French) [Some remarks on Fredholm operators and application to the transport
equation] C. R. Acad. Sci. Paris Sér. I Math. 325(1), 43–48 (1997)
@seismicisolation
@seismicisolation
576 8 Approximation of the Transport Equation in Plane Two-Dimensional Geometry …
8. A. Jeribi, Some remarks on the Schechter essential spectrum and applications to transport
equations. J. Math. Anal. Appl. 275(1), 222–237 (2002)
9. A. Jeribi, K. Latrach, Quelques remarques sur le spectre essentiel et application à l’équation de
transport. (French) [Some remarks on the essential spectrum and application to the transport
equation] C. R. Acad. Sci. Paris Sér. I Math. 323(5), 469–474 (1996)
10. A. Jeribi, I. Walha, Gustafson, Weidmann, Kato, Wolf, Schechter and Browder essential spectra
of some matrix operator and application to two-group transport equation. Math. Nachr. 284(1),
67–86 (2011)
11. K. Latrach, A. Jeribi, On the essential spectrum of transport operators on L1-spaces. J. Math.
Phys. 37(12), 6486–6494 (1996)
12. K. Latrach, A. Jeribi, H. Megdiche, Time asymptotic behavior of the solution to a Cauchy
problem governed by a transport operator. J. Integral Eqs. Appl. 17(2), 121–139 (2005)
13. N. Moalla, M. Damak, A. Jeribi, Essential spectra of some matrix operators and application to
two-group transport operators with general boundary conditions. J. Math. Anal. Appl. 323(2),
1071–1090 (2006)
14. G.I. Bell, S. Glasstone, Nuclear Reactor Theory (van Nostrand Reinhold Company, 1970)
15. K.D. Lathrop, Spacial differencing of the transport equation, Positivity versus accuracy. J.
Comput. Phys. 4, 475–498 (1969)
16. K. D. Lathrop, B. Carlson, Transport theory. The method of discrete ordinates. Computing
methods in reactor physics (H. Greenspan, C.N. Kelerb, D. Okrent, eds.) (Gordon and Breach,
1968), pp. 165–266
17. W.H. Reed, K.D. Latrop, Truncation error analysis of finite difference approximations to the
transport equation. Nucl. Scie. Eng. 41, 237–248 (1970)
18. K.O. Friedrichs, Symmetric positive linear differential equations. Commun. Pure Appl. Math.
11, 333–418 (1958)
19. R.S. Philipps, L. Sarason, Singular symmetric positive first order differential operators. J. Math.
Mech. 15, 235–271 (1966)
20. P. Lesaint, P.A. Raviart, On a finite element method for solving the neutron transport equation.
Mathematical aspects of finite elements in partial differential equations (Proceedings of the
Symposium Mathematics Research Center, University of Wisconsin, Madison, Wis., 1974), pp.
89–123. Publication No. 33, (Mathematics and its Research Center, University of Wisconsin-
Madison, Academic Press, New York, 1974)
21. W.H. Reed, T.R. Hill, F. Brinkley, K.D. Lathrop, A two dimensional multigroup triangular
mesh planar geometry explicit transport code, LA 5428 MS. Los Alamos Scientific Laboratory
of the University of California (1974)
22. V.I. Krylov, Approximation calculation of integrals (Macmillan New York, London, 1962)
23. K.D. Lathrop, B. Carlson, Numerical solution of the Boltzmann transport equation. J. Comput.
Phys. 1, 173–197 (1967)
24. P.G. Ciarlet, P.-A. Raviart, General Lagrange and Hermite interpolation in.Rn with applications
to finite elements methods. Arch. Rational Mech. Anal. 46, 177–199 (1972)
25. R. Radau, Etude sur les formules d’approximation qui servent à calculer la valeur numérique
d’une intégrale définie. J. Math. Pures Appl. 3(6), 283–336 (1880)
@seismicisolation
@seismicisolation
Chapter 9
Exercises with Solutions
9.1 Exercises
Exercise 9.1 Demonstrate that if .(xn )n and .(yn )n are two sequences contained in
the unit ball of a prehilbertian space such that
. lim (xn , yn ) = 1,
n→∞
then
. ||xn − yn || → 0 when n → ∞.
♦
Exercise 9.2 ([1]) Let .C ([0, 1], R) be the vector space of continuous functions on
0
[0, 1], with real values. We pose for . f ∈ C 0 ([0, 1], R),
.
{ 1
|| f ||1 =
. | f (t)|dt
0
and
.|| f ||∞ = sup | f (t)|.
t∈[0,1]
1. Show that .|| · ||1 and .|| · ||∞ are two norms on .C 0 ([0, 1], R).
2. Checked that .|| f ||1 ≤ || f ||∞ but that these two norms are not equivalent.
3. We pose ⎧
⎪ 1
⎨ n if 0 ≤ x ≤ 2
. f n (x) :=
n
⎪ 1 1
⎩ √ if 2 ≤ x ≤ 1.
x n
Exercise 9.3 Let .x1 , .. . ., .xn be elements given in a Hilbert space . X , and let .λ1 , .. . .,
λ , be .n real given. Show that
. n
|| f || = | f (0)| + || f ||1
.
{ 1
= | f (0)| + | f (t)|dt.
0
|| f 0 − f || = dist( f 0 , F).
.
♦
Exercise 9.6 ([1]) Let . X be a Hilbert space and .a be a non-zero element of . X . We
denote by . X a the vector subspace generated by .a.
1. Express the orthogonal projection on . X a of an element .x ∈ X , and its orthogonal
projection on . X a⊥ .
2. Deduce the value of .dist(x, X a⊥ ).
3. Let . X = L 2 (]0, 1[, R), . f be the constant function equal to .1 and
{ { 1 }
. F = g ∈ X such that g(x) d x = 0 .
0
Calculate .dist(g0 , F), where .g0 is the function defined by .g0 (x) = e x . ♦
@seismicisolation
@seismicisolation
9.1 Exercises 579
Exercise 9.7 Let .m, .n ∈ N∗ such that .0 < m < n and let .C be a rectangular matrix
.(m, n) of rank .m. Let
Exercise 9.8 ([1]) Let . E be a non-empty set and . X be a vector space of functions
defined on . E with values in .R, provided with a structure of Hilbert space. We notice
.( f, g) the inner product of two elements . f , . g of . X , and .|| f || the norm of . f . We
assume that for all .x ∈ E, there is a constant .C x > 0 such that
{k x , x ∈ E}⊥ = {0}.
.
E
. K (xi , x j )αi α j ≥ 0.
1≤i, j≤n
∞
E
. K (y, x) = en (x)en (y).
n=1
Let .(a1 , . . . , an ) ∈ Rn , and note .c1 , . . . , cn the unique solution of the system of
equations E
. K (xi , x j )ci = a j j = 1, . . . , n.
1≤i≤n
@seismicisolation
@seismicisolation
580 9 Exercises with Solutions
.(a) Calculate .U ( f n ).
.(b) Give an increase of .|| f n ||.
.(c) Deduce .||U ||.
4. Show that there does not exist a vector .g ∈ E such that
. U ( f ) = ( f, g)
for all . f ∈ E. ♦
Exercise 9.10 Let . X be a separable real Hilbert space and .(wn )n be a Hilbert basis
of . X . Let .m ∈ N∗ and let’s pose
. Vm = (w1 , . . . , wm ).
@seismicisolation
@seismicisolation
9.1 Exercises 581
1. Show directly (without using the Lax-Milgram theorem) that for all .m ∈ N, the
problem: Find .u m ∈ Vm solution of
a(u m , v) = L(v)
.
Exercise 9.11 Prove that a vector subspace . E of a Hilbert space . X is dense in . X if,
and only if, . E ⊥ = {0}. ♦
Exercise 9.12 ([1]) Let . X be a Hilbert space on .R, .(en )n≥1 be a Hilbert basis of
X and let . E be the vector subspace of finite linear combinations of .(en )n≥1 and of
.
element
E∞
en
.a = .
n=1
n
Exercise 9.13 Let. X be a Hilbert space provided with an inner product.(·, ·) inducing
the norm .|| · ||. Let .a(·, ·) be a continuous bilinear form on . X × X and . L(·) be a
continuous linear form. We define the function . R by
1. Show that . R(v) is defined for all .v ∈ X and . R(·) is bounded below but the lower
bound of . R(·) is not reached in general.
2. Let . X h be a subspace of . X of finite dimension. Show that there is at least .u h ∈ X h
checking
. R(u h ) = inf R(vh ).
vh ∈X h
3. We assume that .a(·, ·) is coercive. Show that there is .u ∈ X unique such that
@seismicisolation
@seismicisolation
582 9 Exercises with Solutions
Exercise 9.14 Let . K be a cone .( .λK ⊂ K for all .λ ≥ 0 .), non-empty, closed, convex
set, of a Hilbert space . X .
1. Show that the projection . PK ( f ) of a point . f ∈ X is characterized by
.(i) .( f − PK ( f ), PK ( f )) = 0,
.(ii) for all .v ∈ K , .( f − PK ( f ), v) ≤ 0.
2. Let us show that the projection . PK of best approximation of . X by . K satisfies for
all . f ∈ X and for all .λ ≥ 0,
. PK (λ f ) = λPK ( f )
♦
Exercise 9.15 Let . X be a Hilbert space, .a(·, ·) be a bilinear form on . X × X , sym-
metrical continuous and coercive, . L(·) be a continuous linear form on . X and . K be
a non-empty, closed, convex set, of . X . Show that there is only one .u ∈ K such that
. J (u) ≤ J (v)
.a(u, v − u) ≥ L(v − u)
for all .v ∈ K . ♦
Exercise 9.16 1. Let . K be a subset non-empty, closed, convex, of a Hilbert space
. X and let . x 0 ∈ X be such that . x 0 ∈
/ K . Show that there is .a ∈ X checking
2. Let . K 1 be a closed
N convex set and . K 2 be a compact convex set of a Hilbert space
X . Show that . K 1 K 2 = ∅ if, and only if, there is a linear form .x −→ (a, x) such
.
that
. sup (x, a) < inf (x, a)
x∈K 1 x∈K 2
or
. sup (x, a) < inf (x, a).
x∈K 2 x∈K 1
@seismicisolation
@seismicisolation
9.1 Exercises 583
Exercise 9.17 Let .(X n )n be a sequence of Hilbert spaces and let . X be the space
{ ∞
}
E
. X = x = (x1 , x2 , . . . , xn , . . .) such that xn ∈ X n and ||xn || < ∞ .
2
n=1
. x + y = (x1 + y1 , x2 + y2 , . . . , xn + yn , . . .)
Exercise 9.18 We provide the space .C 0 ([a, b], R) with the norm
@seismicisolation
@seismicisolation
584 9 Exercises with Solutions
6. Show that the origin has no best approximation, i.e., .C has no element with the
smallest norm. ♦
Exercise 9.19 Let . X be a real Hilbert space provided of the norm .|| · || and .a(·, ·)
be a continuous bilinear form on . X × X . Show that the following assertions are
equivalent:
(i) For all . L(·) ∈ X , , the problem: Find .u ∈ X solution of the problem
.
.a(u, v) = L(v)
Exercise 9.20 Let .Ω be an open bounded domain of .Rn and let .(am )m be a sequence
of points of .Ω such that .(am )m converges to .a in .Ω. Show that .(δam )m converges
to .δa . ♦
Exercise 9.21 Let . H be the Heaviside function defined on .R by
{
1 if x > 0
. H (x) :=
0 if x < 0.
Show that
dTH
. = δ.
dx
♦
Exercise 9.22 Let . f be a defined function on .R and admitting a derivative . f ,
continuous and bounded in the open set
R \ {x j }kj=1
.
s = f (x j + 0) − f (x j − 0)
. j
( ), E
k
. Tf = Tf, + s j δx j ,
j=1
@seismicisolation
@seismicisolation
9.1 Exercises 585
vm (x)
m
x0 − 1 x0 x0 + 1
2m 2m
Exercise 9.24 Let .Ω be an open of .R and let .[a, b] be a bounded closed interval
contained in .Ω. We pose .v = χ[a,b] . Calculate . ddvx in the sens of .D , (Ω). Deduce that
.v ∈
/ H 1 (Ω).
♦
({ 1 { 1 ) 21 ({ 1 { 1 ) 21
. ( f − p)2 d x + ( f , − p , )2 d x = inf ( f − q)2 d x + ( f , − q , )2 d x ,
0 0 q∈P2 0 0
(9.1.1)
where . P2 designates the real vector space of the polynomials of degree less than or
equal to .2.
3. Give the expression of the polynomial . p of degree less than or equal to .2 and
checking (9.1.1). ♦
d 2u
. − + u = f if x ∈]0, 1[ (9.1.2)
dx2
@seismicisolation
@seismicisolation
586 9 Exercises with Solutions
u(0) = u , (1) = 0,
. (9.1.3)
with . f ∈ L 2 (]0, 1[, R). This problem corresponds to a metal bar heated by means of
an amount of heat. f . The function.u representing temperature. We fix the temperature
,
.u = 0 in . x = 0 and, we assume that the heat flow .u = 0 in . x = 1. Put this problem in
variational form. Choose the space .V and apply the Lax-Milgram theorem. ♦
Exercise 9.27 We consider the problem at the limits: Find .u such that
⎧ ( )
⎪ d du
⎨− χ + μu = f on ]0, 1[
.
dx dx (9.1.4)
⎪
⎩ u(0) = 0, du (1) = 1,
dx
. χ (x) ≥ α > 0
and
μ(x) ≥ β > 0,
.
for all .x ∈]0, 1[. This problem corresponds to a metal bar heated by means of a
quantity of heat. f , the function.u representing the temperature. We fix the temperature
.u = 0 in . x = 0 and, we assume that the heat flow
du
. (1) = 1 in x = 1.
dx
.1. Write the variational formulation of the boundary problem (9.1.4).(define the space
.V ).
.2. Show that the variational problem associated to (9.1.4) admit a unique solution in
R) .) and . f ∈ H (0, 1), show that the solution of the variational problem belongs to
1
.C ([0, 1], R). Deduce that the boundary problem (9.1.4) admits a classic solution
2
@seismicisolation
@seismicisolation
9.1 Exercises 587
{ b
a(u, v) =
. f v dx
a
3. If { b
. f d x = 0,
a
in variational form and show that it has a unique solution in an appropriate Hilbert
space.V with.c(·) ∈ C 1 ([0, 1], R),.c(x) ≥ 0 for all.x ∈ [0, 1], and. f ∈ L 2 (]0, 1[, R).
2. When . f ∈ H 1 (]0, 1[), check that the solution .u obtained is solution in the usual
sense.
3. For .c(x) = 1 for all .x ∈ [0, 1], adapt the current analysis to obtain an approxima-
tion .u h of .u. In particular, we will characterize the approximation space .Vh of which
we will specify a basis.
4. For .c(·) ∈ C 0 ([0, 1], R), in the general case, and .c(x) ≥ 0 for all .x ∈ [0, 1], we
divide the interval .[0, 1] into . I intervals of length .h. We pose .xi = i h, .0 ≤ i ≤ I
and, we approach
{ 1
. l(x) d x
0
.(i) Using the trapezoid formula, adapt the analysis performed in progress to obtain
an approximation .u h of .u. Show that the approximate problem is equivalent to a
linear system . Ah u h = bh .
.(ii) Show that . A h is positive definite.
@seismicisolation
@seismicisolation
588 9 Exercises with Solutions
.(iv) Let . A0h be the matrix . Ah with .c(x) = 0 for all .x ∈ [0, 1]. Show that . A0h is
monotone.
.(v) Show that . A h ≥ A h .
0
0 −1
.(vi) Show that .(A h ) ≥ A−1
h . ⎛ ⎞
1
0 −1 0 −1 ⎜ .. ⎟
.(vii) Show that .||(A h ) ||∞ = ||(Ah ) e||∞ with .e = ⎝ . ⎠ .
1
(viii) Show that .h(A0h )−1 e is the approximate solution to the following boundary
.
problem
. − u ,, = 1 on ]0, 1[
u(0) = u(1) = 0.
.
♦
Exercise 9.30 We consider the boundary problem: Find .u such that
⎧ 2
⎪
⎨ − d u + μu = f in ]0, 1[
. dx2 (9.1.5)
⎪
⎩ u(0) = 0, du (1) + τ u(1) = 0,
dx
where . f ∈ L 2 ([0, 1], R), .μ ∈ L ∞ ([0, 1], R) with .μ(x) ≥ β > 0, for all .x ∈]0, 1[
and .τ > 0 is a real number.
1. Write the variational formulation of the boundary problem (9.1.5) (define the space
V ).
.
2. Show that the variational problem associated with (9.1.5) admits a unique solution
in an appropriate Hilbert space .V .
3. Show that the variational problem is equivalent to the problem (9.1.5).
4. When the function .μ is fairly regular (for example in .C 1 ([0, 1], R)) and . f ∈
H 1 (0, 1) show that the solution of the variational problem belongs to .C 2 ([0, 1], R).
Deduce that the boundary problem (9.1.5) admits a classical solution and a alone. ♦
Exercise 9.31 1. Put the problem
⎧
⎨ d 2u
− 2 + u = f if x ∈]0, 1[
. dx
⎩ u(0) = u(1), u , 0) = u , (1),
in variational form and show that it has a unique solution in an appropriate Hilbert
space .V with . f ∈ L 2 (]0, 1[, R).
2. When . f ∈ H 1 (]0, 1[), check that the solution .u obtained is solution in the sense
usual.
@seismicisolation
@seismicisolation
9.1 Exercises 589
Exercise 9.33 Let . X be a real Hilbert space with norm .|| · ||, and .a(·, ·) be a contin-
uous bilinear form on . X × X with . M for constant of continuity. Let . L(·) ∈ X , . It is
assumed that there is an .u ∈ X of the problem
a(u, v) = L(v)
.
for all .v ∈ X. Let .Vh be a subspace of . X of finite dimension for which there is a
constant .βh > 0 such that
a(u h , vh ) = L(vh )
.
Exercise 9.34 Consider the following triangulation of a domain .Ω, where the
vertices are numbered as in the figure opposite
@seismicisolation
@seismicisolation
590 9 Exercises with Solutions
6 5 4 3
7 2
12 11
8 9 10 1
(0, 1)
4 ( 13 , 13 )
3 1
(0, 0) (1, 0)
@seismicisolation
@seismicisolation
9.1 Exercises 591
1. Is there a unique . p ∈ P polynomial taking values given at points .1, .2, .3 and .4.
2. Can we then with this finite element, construct a space
n
. Vh ⊂ C 0 (Ω, R) H01 (Ω),
U
where .Ω := (triangles) and, then give an error estimates for the problem
. − Δu = f
Exercise 9.36 Let .Ω ⊂ R2 be an open bounded and let .V = H01 (Ω) be the Hilbert
space provided of the norm .|| · ||1,Ω . Let .a(·, ·) be the bilinear form defined on .V × V
by
2 {
E ∂u ∂v
a(u, v) =
. ai j d x1 d x2 ,
i, j=1 Ω
∂ xi ∂ x j
E
2
. ai j (x1 , x2 )λi λ j ≥ α(λ21 + λ22 ),
i, j=1
{
. L(v) = f v d x1 d x2 ,
Ω
(ii) Let .Vh be the subspace of the functions of .Wh equal to zero at the degrees of
.
freedom attached to the boundary .∂Ω. Show that
@seismicisolation
@seismicisolation
592 9 Exercises with Solutions
. Vh ⊂ H01 (Ω).
(iii) Show that the following approximate problem: Find .u h ∈ Vh such that
.
a(u h , vh ) = L(vh )
.
r u |T = r T u
. h
h(T )2
|u − r T u|1,T ≤ C
. |u|2,T .
ρ(T )
Deduce that
⎛ ⎞ 21
E h(T )4
||u − u h ||1,Ω
. ≤C⎝ |u|2 ⎠ .
ρ(T )2 2,T
T ⊂Ω
@seismicisolation
@seismicisolation
9.1 Exercises 593
2 h 5
1
−h h x
3 −h 6 4
1. Is there a unique polynomial . p ∈ P taking values given at points .1, .2, .3, .4, .5, and
6. Indication: We can show that the function of basis .ϕ1 (·, ·) is given by
.
x
ϕ (x, y) =
. 1 (x + h)(y + h).
4h 3
Likewise, we, can, find .ϕ2 (·, ·), .ϕ3 (·, ·), and .ϕ4 (·, ·). In fact,
1
ϕ (x, y) = −
. 2 x(x − h)(y + h),
4h 3
1
ϕ (x, y) =
. 3 x(x − h)(y − h),
4h 3
1
ϕ (x, y) = −
. 4 x(x + h)(y − h).
4h 3
@seismicisolation
@seismicisolation
594 9 Exercises with Solutions
. p(x, y) = p(A1 )ϕ1 (x, y) + p(A2 )ϕ2 (x, y) + p(A3 )ϕ3 (x, y)
. + p(A4 )ϕ4 (x, y) + p(A5 )ϕ5 (x, y) + p(A6 )ϕ6 (x, y).
Φ : P −→ R6
.
({ [ ]2 ) 21
h
d 3
. (u − rh u)(x, h) dx ≤ ch 2 |u|3,R .
−h dx
{ h( )
d dwh
. (u − rh u) (x, h) d x ≤ ch|u|3,R |wh |1,R .
−h d x dx
Show that we can choose .v ∈ C 1 ([0, 1], R) so that .(Av, v)0,(0,1) < 0, where for all
u, v ∈ C 1 ([0, 1], R)
. ♦
@seismicisolation
@seismicisolation
9.1 Exercises 595
{ 1
(u, v)0,(0,1) =
. uv d x.
0
Exercise 9.39 Which boundary conditions would give the systematic choice
(7.5.1). ♦
1. Give the matrices. M(0) and. M(1), admissible, to take into account the Neumann
conditions. Show that the problem has a weak solution. We can consider the space
.W = {ϕ = (ϕ̊1 , ϕ2 ) ∈ C 1 ([0, 1], R)|R × C 1 ([0, 1]), R) such that ϕ2 (0) = ϕ2 (1) = 0}.
Check that this weak solution is strong, and satisfies the expected boundary con-
ditions.
2. We consider the system (7.5.5). Give the matrices . M(0) and . M(1), admissible, to
take into account the Dirichlet conditions. Show, without making the system positive,
that the problem admits a weak solution that we will define. Interpret. ♦
Exercise 9.42 Show that we can choose the signs of .α and .β to obtain an increase
in energy
{ 1 { 1
. (v2 + w2 )(x, t) d x ≤ (v2 + w2 )(x, 0) d x.
0 0
Compare these values of .α and .β with those obtained by the Friedrichs method. ♦
where .a1 and .a2 are two strictly positive constants. We want to be able to express in
an admissible way the conditions
@seismicisolation
@seismicisolation
596 9 Exercises with Solutions
( )
b(x) 0
. .
0 c(x)
Can we choose .b(·) and .c(·) to be able to express the boundary conditions (9.1.6) in
case of impossibility. ♦
Exercise 9.44 Let .W = {wh ∈ Vh ; (wh , p)(L 2 (Ω,R)) p = (A∗ vh , p)(L 2 (Ω,R)) p for all
p ∈ Vh , for vh ∈ X h∗ }. Let .{ψi } be a basis of . X h∗ . We assume that the operator . A
is positive and that the matrix . M satisfies . M + M ∗ semi-definite positive. Show that
the .{wi } ∈ Vh such that .(wi , p)(L 2 (Ω,R)) p = (A∗ ψi , p)(L 2 (Ω,R)) p for all . p ∈ Vh form
a basis of .W . ♦
Exercise 9.45 Prove that the problem (7.7.2) admits at least one solution. ♦
. − u ,, + u = f, 0 < x < 1
. u(0) = u(1) = 0.
1. After having written this problem in the form of a Friedrichs system, explain
the equations for the problem (7.7.2), when .Vh = Z h × Z h , where . Z h is the space
of continuous functions, polynomials of degree .≤ 1 on each interval .[xi , xi+1 ], .0 ≤
i ≤ I − 1, where . I h = 1, and .xi = i h, .0 ≤ i ≤ I . Conclude.
2. Repeat 1 by looking for the solution .u h in the space . X h defined in (7.7.1). ♦
u(0) = 0.
.
Using piecewise affine continuous functions for this problem, define the spaces
. X h and . X h∗ and write the equations satisfied by the .u i = u h (xi ). ♦
. − u ,, + u = f, 0 < x < 1,
u(0) = u(1) = 0,
.
@seismicisolation
@seismicisolation
9.1 Exercises 597
Exercise 9.50 We assume that the domain .Ω is a rectangle meshed with triangles
generated by three families of parallel lines. We think that
| |
. Wh = P0 (T ),
T ⊂Ω
∂ϕ ∂ϕ
.μ +ν + σ ϕ = 0, in Ω. ♦
∂x ∂y
u(0) = λ.
.
Let.Vh be the space of continuous functions on.[0, 1], affine on each interval.[xi , xi+1 ],
0 ≤ i ≤ I − 1, with .xi = i h, . I h = 1.
.
1. Write in this
| | particular case the method of Petrov Galerkin.
2. Let.Wh = T ⊂Ω Pk (T ), where. Pk (T ) is the space of polynomials of degree.≤ k on
the triangle .T (we can generalize to higher dimensions). We are looking for .u h ∈ Wh
such that
E{ { ((
BT − M T
) ) }
. (Au h − f, vh + h Avh )(L 2 (T,R)) p − h − u h ), vh
(u int ext int
ds = 0,
∂T 2 2
T ⊂Ω
(9.1.7)
for all .vh ∈ Wh . This is the discontinuous Petrov Galerkin method. Show that the
problem (9.1.7) admits a unique solution .u h and perform the error bound. ♦
@seismicisolation
@seismicisolation
598 9 Exercises with Solutions
9.2 Corrected
Suppose there is .x0 ∈]0, 1[ (the same if .x0 = 0 or .x0 = 1) such that . f (x0 ) /= 0. For
example . f (x0 ) > 0. Furthermore, . f is continuous in .x0 , hence for all .ε > 0, there
is .α ∈]0, x0 [ such that for all .x checking .|x − x0 | < α, we have
f (x0 )
For .ε = 2
> 0, there is .α ∈]0, x0 [ such that for all .x checking .|x − x0 | < α, we
have
f (x0 ) f (x0 )
.0< = f (x0 ) −
2 2
< f (x)
f (x0 )
< f (x0 ) + .
2
Thus,
{
α f (x0 ) x0
. f (x0 ) = dt
2 2 x0 −α
{ 1
< | f (t)|dt
0
= 0.
Which proves that . f (x0 ) < 0 and this is absurd because . f (x0 ) > 0. Hence, . f = 0.
On the other hand,
{ 1
||λ f ||1 =
. |λ f (t)|dt
0
@seismicisolation
@seismicisolation
9.2 Corrected 599
= |λ||| f ||1
So,
{ 1 { 1 { 1
. | f (t) + g(t)|dt ≤ | f (t)|dt + |g(t)|dt.
0 0 0
It follows that
. || f ||1 ≤ || f ||∞ .
and
.||gn ||∞ = 1.
If .|| · ||1 and .|| · ||∞ are two equivalent norms, then there is .α > 0 such that
Hence,
1
α≤
.
n+1
.α ≤ 0.
@seismicisolation
@seismicisolation
600 9 Exercises with Solutions
{ 1 { 1 ( )
p2 q2 1
= ( p − q) d x + √ −q dx
0 1 x
p2
1 1
= − .
q p
Hence,
|| f p − f q ||1 → 0
.
when .n → ∞. Furthermore,
{ 1
.|| f n − f ||1 = | f n (t) − f (t)|dt
0
{ { | |
| 1 |
1
n2
1
= |n − f (t)| d x + | √ − f (t)| d x.
1
| x |
0 n2
Which prove | |
{ 1 | 1 |
| √ − f (t)| d x → 0 when n → ∞.
.
1
| x |
n2
So,
1
. f (x) = √
x
for all.x ∈]0, 1[. Furthermore,. f cannot be extended by continuity in.0 so. f cannot
be in . E. Which is absurd. Thus, . E is not complete.
Solution: Exercise 9.3
Convexity of M: Let .x, . y ∈ M and .t ∈ [0, 1]. Let us show that .t x + (1 − t)y ∈ M.
.
We have .x ∈ M so
(x, xk ) ≤ λk ,
.
(y, xk ) ≤ λk ,
.
@seismicisolation
@seismicisolation
9.2 Corrected 601
≤ tλk + (1 − t)λk
= λk .
Thus, . M is convex.
Closure of M: Consider, for .k ∈ [1, n], the function
.
. k ϕ : X −→ R
x −→ ϕk (x) = (x, xk ).
≤ ||xk ||||x||.
ϕ −1 (] − ∞, λk ])
. k
Thus,
. ||x0 || ≤ ||x||
for all .x ∈ C. Hence, .C has an element and only one having the smallest norm.
2. .(a) For .n /= m, we have
( ) ( )
1 2 1 2
. ||X n − X m ||2 = 1 + + 1+ ≥ 2.
n m
@seismicisolation
@seismicisolation
602 9 Exercises with Solutions
(b) We have
.
( )
1 2
.||X || = 1+ .
n 2
n
Hence,
for all .m ∈ N∗ . Thus, . F does not have any element having the smallest norm.
Solution: Exercise 9.5
Let . f ∈ F. We have
{ 1
|| f − f 0 || = 1 +
. | f (x) − 1| d x ≥ 1.
0
Thus,
. || f − f 0 || ≥ 1.
We have . f n ∈ F and
{ 1
|| f 0 − f n || = 1 +
. |1 − f n (x)| d x
0
{ 1
n
= 1+ |1 − nx| d x
0
1
1 2
= 1+ −nn
n 2
1 1
= 1+ −
n 2n
1
= 1+ .
2n
Since
dist( f 0 , F) ≤ inf∗ || f 0 − f n ||
.
n∈N
@seismicisolation
@seismicisolation
9.2 Corrected 603
( )
1
= inf∗ 1 +
n∈N 2n
= 1,
then
. dist( f 0 , F) = 1.
.|| f 0 − f || = dist( f 0 , F) = 1.
Hence, { 1
. |1 − f (x)| d x = 0.
0
Thus,
. f (x) = 1
almost everywhere in .[0, 1]. Furthermore, . f is continuous on .[0, 1], hence . f (x) = 1
everywhere in .[0, 1]. In particular, for .x = 0, we have
. f (0) = 1.
Which is absurd because. f (0) = 0. Thus, there is no one function. f ∈ F such that
|| f 0 − f || = dist( f 0 , F).
.
It follows that .C 0 ([a, b], R) is a Banach space, .|| · || is not that induced by an
inner product although . F is non-empty, closed, convex.
Solution: Exercise 9.6
1. . X a is the vector subspace generated by .a. Hence,
. dim X a = 1 < ∞.
. PX a (x) = λa
. x = PX a (x) + PX a⊥ (x).
Hence,
@seismicisolation
@seismicisolation
604 9 Exercises with Solutions
. x − PX a (x) = PX a⊥ (x) ∈ X a⊥ .
Thus,
(x − λa, a) = 0.
.
Which proves
(x, a)
. PX a (x) = a.
||a||2
So, we have
(x, a)
. PX a⊥ (x) = x − a.
||a||2
2. We have
According to 2, we have
dist(g0 , F) = dist(g0 , X ⊥f )
.
|(g0 , f )|
= .
|| f ||
and
@seismicisolation
@seismicisolation
9.2 Corrected 605
{ 1
|| f || =
. d x = 1.
0
Thus,
dist(g0 , F) = e − 1.
.
w = t Cv,
.
(w, u) = (t Cv, u)
.
= (v, Cu)
= 0.
ϕ : Rn −→ Rm
.
v −→ ϕ(v) = Cv.
So,
. dim M = n − m
since
= dim I m(ϕ)
= m.
Thus,
@seismicisolation
@seismicisolation
606 9 Exercises with Solutions
. dim M ⊥ = m.
ψ : Rm −→ Rn
.
v −→ ψ(v) =t Cv.
t
. Cv = 0.
v = 0.
.
Hence,
Thus,
. dim I m(ψ) = m.
Furthermore, . I m(ψ) = F, so
. dim F = m.
. F = M ⊥.
= ||t Cv||2
= ||ψ(v)||2
= 0.
@seismicisolation
@seismicisolation
9.2 Corrected 607
. v = PM v + (v − PM v)
= PM v + PM ⊥ v.
Furthermore, . PM ⊥ v ∈ M ⊥ , hence
. PM ⊥ v =t Cw
with .w ∈ Rm . Thus,
Cv = C PM ⊥ v
.
= C t Cw.
. w = (C t C)−1 Cv.
Which proves
. PM ⊥ v =t C(C t C)−1 Cv
and thus,
. PM v = (I − PM ⊥ )v
= v −t C(C tC)−1 Cv.
. x ϕ : E −→ R
f −→ f (x).
We have
.|ϕx ( f )| = | f (x)|
≤ C x || f ||.
@seismicisolation
@seismicisolation
608 9 Exercises with Solutions
ϕ ( f ) = f (x)
. x
= ( f, k x ).
. ( f, k x ) = 0.
So,
. f = 0E .
Thus,
{k x , x ∈ E}⊥ = {0}.
.
3. .(a) We have
E E
. K (xi , x j )αi α j = k xi (x j )αi α j
1≤i, j≤n 1≤i, j≤n
E
= (k xi , k x j )αi α j
1≤i, j≤n
/ n \
E E
n
= αi k xi , α j kx j
i=1 j=1
|| n ||2
||E ||
|| ||
= || αi k xi || ≥ 0.
|| ||
i=1
∞
E
(k y , k x ) =
. (k y , en )(k x , en ).
n=1
Thus,
∞
E
. K (y, x) = (k y , en )(k x , en )
n=1
@seismicisolation
@seismicisolation
9.2 Corrected 609
∞
E
= en (x)en (y).
n=1
4. We pose
It is clear that . F is a convex set. Let us show that . F is closed. In fact, consider the
linear mapping
ψ : X −→ Rn
.
On .Rn , we consider the norm (because in a finite-dimensional space all the norms
are equivalent)
.||y||∞ = sup |yi |.
1≤i≤n
We have
≤ sup C xi || f ||.
1≤i≤n
. F = ψ −1 {(a1 , . . . , an )}
f (x j ) = a j
. 0
||0 E − f 1 || = dist(0 E , F)
.
@seismicisolation
@seismicisolation
610 9 Exercises with Solutions
E
n
= ci ( f, k xi )
i=1
En
= ci ai .
i=1
|| f 0 ||2 = ( f 0 , f 0 )
.
E n
= ci ai .
i=1
.|| f 0 ||2 = ( f, f 0 )
≤ || f |||| f 0 ||.
So,
. || f 0 || = min || f ||.
f ∈F
Thus,
. 1 f = f0 .
@seismicisolation
@seismicisolation
9.2 Corrected 611
/
a5
. ||U || ≤ .
5
3. .(a) We have . f n ∈ E and
a5
. U ( fn ) = .
5
(b) We have
.
{ a { a+ n1
|| f n ||2 =
. x 4d x + (−na 2 x + na 3 + a 2 )2 d x
0 a
{ a+ 1
a5 n
≤ + dx
5 a
a5 1
≤ + .
5 n
|U ( f n )|
||U || ≥
.
|| f n ||
a5
≥/ 5
.
a5
5
+ 1
n
a5
||U || ≥ /
.
5
.
a5
5
+ 1
n
U ( f ) = ( f, g).
.
@seismicisolation
@seismicisolation
612 9 Exercises with Solutions
Let’s pose
g (x) = x 2 χ[0,a] (x).
. 0
( f, g0 ) = ( f, g).
.
. ( f, g0 − g) = 0.
g − g ∈ E ⊥ = {0 L 2 (]0,1[,R) }.
. 0
Which proves
. g(x) = g0 (x)
almost everywhere in .[0, 1]. However, .g cannot, therefore, be continuous at the point
x = a. Therefore, there is no vector .g ∈ E such that
.
. U ( f ) = ( f, g)
for all . f ∈ E. Thus, .(C 0 ([0, 1], R), (·, ·)) is not a Hilbert space.
Solution: Exercise 9.10
1. Let .m ∈ N∗ and .u ∈ Vm . Consider the continuous linear form
a(u, ·) : Vm −→ R.
.
a(u, v) = (Au, v)
.
. A : Vm −→ Vm
@seismicisolation
@seismicisolation
9.2 Corrected 613
for all .w ∈ Vm . On the other hand, .u ∈ Vm and .a(u, ·) ∈ Vm, , then according to Riesz
Fréchet’s representation theorem (Theorem 2.14.1), there is . Au ∈ Vm unique such
that
a(u, w) = (Au, w)
.
. a(v, w) = (Av, w)
for all .w ∈ Vm . Thus, . A is linear. Let’s show the continuity of . A. In fact, according
to Riesz Fréchet’s representation theorem (Theorem 2.14.1),
≤ c||u||
because .a(·, ·) is continuous. Thus, . A is continuous. On the other hand, . L(·) ∈ Vm,
so according to Riesz Fréchet’s representation theorem (Theorem 2.14.1), there is
. f ∈ Vm unique such that
. L(v) = ( f, v)
a(u, v) = L(v)
.
(Au, v) = ( f, v)
.
. Au = f.
Let us show that the operator . A is bijective. In fact, the bilinear form .a(·, ·) is
coercive hence there is .α > 0 such that
@seismicisolation
@seismicisolation
614 9 Exercises with Solutions
. a(u, u) ≥ α||u||2 .
.0 = (Au, u) ≥ α||u||2 .
So, .u = 0. Thus, . A is linear continuous injective if, and only if, . A is bijective. Hence,
. Au = f
Thus, we have the existence and the uniqueness of the problem: Find .u m ∈ Vm
solution of
. a(u m , v) = L(v)
for all .v ∈ Vm .
2. Since .a(·, ·) is coercive, then there is .α > 0 such that
a(u, u) ≥ α||u||2
.
Hence,
1
||u m || ≤
. ||L||.
α
Thus, .(u m )m is bounded. Hence, we can extract a subsequence .(u ϕ(m) )m of .(u m )m
which converges to a some .u. We have
for all . j = 1, . . . , ϕ(m). By passing to the limit when .m tend to infinity, we obtain
a(u, w j ) = L(w j )
.
@seismicisolation
@seismicisolation
9.2 Corrected 615
. a(u, v) = L(v)
with
∞
E
. |xn |2 < ∞.
n=1
If .x ∈ E ⊥ , then
(x, en ) = 0
.
Furthermore,
x =0
. n
Hence,
x (e1 , a) = 0.
. 1
It follows that
x = 0.
. 1
@seismicisolation
@seismicisolation
616 9 Exercises with Solutions
. E ⊥ = {0}
E
m
. y = λa + λjej.
j=1
(y, em+1 ) = 0.
.
Hence,
(y, en ) = 0
.
Thus,
λ =0
. n
Thus, . E it’s not complete. Hence, in a prehilbertian space, for an orthonormal system
to be a basis, it is not enough that the only element orthonormal to all the elements
of the system is a null element.
Solution: Exercise 9.13
1. Let .v ∈ X . We have .a(v, ·) ∈ X , . According to Riesz Fréchet’s representation
theorem (Theorem 2.14.1), there is . Av ∈ X unique such that for all .w ∈ X ,
a(u, v) = (Au, v)
.
@seismicisolation
@seismicisolation
9.2 Corrected 617
≤ ||Au||||v||.
Hence
. sup a(u, v) ≤ ||Au||.
||v||=1
So,
≤ M||u||.
Hence,
This .g verify
. g = Av − f.
We have
@seismicisolation
@seismicisolation
618 9 Exercises with Solutions
0 ≤ ||Av − f ||
.
= R(v).
Hence,
. R(v) = ||Av − f || < ∞.
We have . R(v) ≥ 0 so . R(·) is reduced by .0. Hence, . R(·) has a lower bound. Hence,
. R(v) = || f − Av||
= inf ||w − f ||.
w∈I m(A)
We have
. A : X −→ X
Thus,
. inf ||w − f || = 0
w∈I m(A)
yet . f ∈
/ I m(A). Hence, the inf is not necessarily reached.
2. We have
|| f − b|| =
. inf || f − w||.
w∈I m(A|X h )
. Au h = b.
Hence,
@seismicisolation
@seismicisolation
9.2 Corrected 619
. R(u h ) = || f − Au h ||
= inf || f − Aw||.
w∈X h
a(u, v) = L(v)
.
.(Au, v) = ( f, v)
. Au = f.
. I m(A) = X.
Thus,
. Au = f.
4. We have
@seismicisolation
@seismicisolation
620 9 Exercises with Solutions
= inf ||w − f ||
w∈I m(A)=X
= ||Au − f ||.
( f − Au, v) = 0
.
( f − Au h , vh ) = 0
.
( f − Au h , Avh ) = 0
.
Hence,
So,
≤ ||A||||vh − u||.
@seismicisolation
@seismicisolation
9.2 Corrected 621
( f − PK ( f ), v − PK ( f )) ≤ 0
. (9.2.1)
for all .v ∈ K . Let us show the equivalence between (9.2.1) and .(i)–.(ii). Let .v ∈ K .
We have
.( f − PK ( f ), v − PK ( f )) ≤ 0.
( f − PK ( f ), −PK ( f )) ≤ 0
.
and
. ( f − PK ( f ), PK ( f )) ≤ 0.
So,
( f − PK ( f ), PK ( f )) = 0.
.
( f − PK ( f ), v − PK ( f )) ≤ 0,
.
we have
.( f − PK ( f ), v) ≤ ( f − PK ( f ), PK ( f )) = 0.
.( f − PK ( f ), v) ≤ 0.
So, .(ii).
Reciprocally, let .v ∈ K ,
( f − PK ( f ), v − PK ( f )) = ( f − PK ( f ), v) − ( f − PK ( f ), PK ( f ))
.
= ( f − PK ( f ), v) ≤ 0
@seismicisolation
@seismicisolation
622 9 Exercises with Solutions
for all .v ∈ K .
2. Let . f ∈ X and .λ ≥ 0, we have
( f − PK ( f ), PK ( f )) = 0
.
and
( f − PK ( f ), v) ≤ 0
.
(λ f − λPK ( f ), λPK ( f )) = 0
.
and
(λ f − λPK ( f ), v) ≤ 0
.
. PK (λ f ) = λPK ( f ).
Let . f ∈ X , since
( f − PK ( f ), PK ( f )) = 0,
.
a(u, u) ≥ α||u||2 ,
.
a(u, u) ≥ 0
.
@seismicisolation
@seismicisolation
9.2 Corrected 623
a( f, v) = L(v).
.
. J (v) ≥ J (u)
.a(u, v − u) − L(v − u) ≥ 0
a(u − f, v − u) − L(v − u) ≥ 0
.
. || -
f − u|| ≤ || -
f − v||
. a( f − u, f − u) ≤ a( f − v, f − v)
for all .v ∈ X .
Solution: Exercise 9.16
1. We have .x0 ∈ X , so according to the closed convex projection theorem (Theorem
2.12.3), there is . PK (x0 ) ∈ K unique such that
This is equivalent to
@seismicisolation
@seismicisolation
624 9 Exercises with Solutions
because .x0 ∈
/ K and .x0 /= PK (x0 ). Taking
a = x0 − PK (x0 ),
.
we find
N
2. Note that . K 1 K 2 = ∅ if, and only if, .0 ∈/ K 1 − K 2 and .0 ∈
/ K 2 − K 1 . In fact,
if .0 ∈ K 1 − K 2 , so there is .x ∈ K 1 and . y ∈ K 2 such that
. x − y = 0.
Which proves
. x = y.
N
Thus, .x ∈ K 1 K 2 . Which is absurd.
Reciprocally, suppose that n
.K1 K 2 /= ∅.
N
Let .z ∈ K 1 K 2 , so
. z − z = 0 ∈ K1 − K2.
. 0 x =0∈
/ K1 − K2,
@seismicisolation
@seismicisolation
9.2 Corrected 625
Likewise, for .0 ∈
/ K 2 − K 1 , . K 2 − K 1 is a non-empty, closed, convex set, so there
is .b ∈ X such that
Hence,
Thus,
Which prove
So,
It follows that
Thus,
gives
@seismicisolation
@seismicisolation
626 9 Exercises with Solutions
||x p − x q || < ε.
.
Let .ε > 0, there is . N > 0, such that for all . p, .q > N , we have
∞
E
. ||xnp − xnq ||2 < ε2 .
n=1
Hence, there is . N > 0, such that for all . p, .q > N , for all .n ∈ N∗ , we have
E
n
p q
. ||xk − xk ||2 < ε2 .
k=1
Which proves
E
n
p q
. lim ||xk − xk ||2 < ε2 .
q→∞
k=1
Hence,
E
n
p
. ||xk − xk ||2 < ε2 .
k=1
For all .ε > 0, there is . N > 0, such that for all . p > N , we have
E
n
p
. ||xk − xk ||2 < ε2
k=1
@seismicisolation
@seismicisolation
9.2 Corrected 627
E
n
p
. lim ||xk − xk ||2 < ε2 .
n→∞
k=1
Thus,
∞
E
. ||xnp − xn ||2 < ε2 .
n=1
Hence, for all .ε > 0, there is . N > 0, such that for all . p > N , we have
n=1
≤||x − x N +1 || + ||x N +1 ||
≤ε + ||x N +1 || < ∞.
Hence,
∞
E
. ||xn ||2 < ∞.
n=1
e p = (0, . . . , 0, 1, 0, . . .) = (enp )n .
.
, ,, ,
( p−1)
We have
(∞ ) 21
E
||e || =
.
p
||enp ||2 = 1.
n=1
For . p /= q, we have
∞
E
(e p , eq ) =
. enp enq = 0.
n=1
@seismicisolation
@seismicisolation
628 9 Exercises with Solutions
∞
E
. |xn |2 < ∞
n=1
This implies that .(e p ) p is maximal. It follows that .(e p ) p is a Hilbert basis.
Solution: Exercise 9.18
1. Let .λ ∈ [0, 1], . f and .g ∈ C. Let us show that
.λ f + (1 − λ)g ∈ C.
In fact, . f ∈ C, so
{ 1 { 1
2
. f (t) dt − f (t) dt = 1.
1
0 2
. g ∈ C, so
{ 1 { 1
2
. g(t) dt − g(t) dt = 1.
1
0 2
Which proves
{ 1 { 1
2
. λ f (t) dt − λ f (t) dt = λ
1
0 2
and
{ 1 { 1
2
. (1 − λ)g(t) dt − (1 − λ)g(t) dt = 1 − λ.
1
0 2
By adding up
{ 1 { 1
2
. (λ f (t) + (1 − λ)g(t)) dt − (λ f (t) + (1 − λ)g(t)) dt = λ f (t) + (1 − λ) = 1.
1
0 2
@seismicisolation
@seismicisolation
9.2 Corrected 629
So,
.λ f + (1 − λ)g ∈ C.
Thus, .C is convex.
2. Consider the mapping
.ψ : C 0 ([a, b], R) −→ R
{ 1 { 1
2
f −→ f (t) dt − f (t) dt − 1.
1
0 2
|{ 1 { 1 |
| 2 |
| |
.|ψ( f ) − ψ(g)| = | ( f (t) − g(t)) dt − ( f (t) − g(t)) dt |
| 0 1
2
|
≤ sup | f (t) − g(t)|
t∈[0,1]
≤ || f − g||∞ .
Furthermore,
C = ψ −1 ({0})
.
{ ( ) { 1 ( )
2 − n+1
1 1
1 2 (n + 1)2 1
. = 1+ dt + − t− dt
0 n 2 − n+1
1 1 n 2
{ 1+ 1 ( ) { 1 ( )
2 n+1 (n + 1)2 1 1
− − t− dt − − 1+ dt
1 n 2 2 + n+1
1 1 n
( 2
)( ) ( )( )
1 1 1 1 1 1 1 1
= − 1+ + + + − 1+
2 n+1 n 2n 2n 2 n+1 n
= 1.
Thus, .( f n )n ∈ C.
4. .|| f n ||∞ = 1 + 1
n
for all .n ∈ N∗ .
5. Let . f ∈ C, we have
@seismicisolation
@seismicisolation
630 9 Exercises with Solutions
{ 1 { 1
2
1=
. f (t) dt − f (t) dt.
1
0 2
Hence,
|{ 1 { 1 |
| 2 | 1
| | 1
.1 ≤ | f (t) dt − f (t) dt | ≤ || f ||∞ + || f ||∞ .
| 0 1
2
| 2 2
So,
1 ≤ || f ||∞ .
.
Thus,
. inf || f ||∞ ≥ 1.
f ∈C
Thus,
. inf || f ||∞ = 1.
f ∈C
i.e.,
{ 1 { 1
2
. g(t) dt − g(t) dt = 1
1
0 2
and
. ||g||∞ = 1.
@seismicisolation
@seismicisolation
9.2 Corrected 631
{
1 if 0 ≤ t ≤ 21
. g(t) :=
−1 if 21 < t ≤ 1
or
{
−1 if 0 ≤ t ≤ 21
. g(t) :=
1 if 21 < t ≤ 1.
In both cases .g ∈
/ C 0 ([a, b], R). In fact, suppose there is .t0 ∈ [0, 21 ] such that
. g(t0 ) < 1. Hence,
{ 1
2 1
. g(t) dt < .
0 2
Furthermore,
|{ |
| 1 | 1
| |
.| g(t) dt | ≤
| 21 | 2
so
{ 1 { 1
2
. g(t) dt − g(t) dt < 1.
1
0 2
Hence,
{ 1
1
. g(t) dt = − .
1
2
2
Which proves
. g(t) = −1
for all .t ∈ [ 21 , 1]. Which is absurd. Hence, the origin has no best approximation. It
follows that .C 0 ([a, b], R) is a Banach space, .|| · ||∞ is not that induced by an inner
product although .C is non-empty, closed, convex.
Solution: Exercise 9.19
(i) ⇒ (ii) Let . L(·) ∈ X , . According to the Riesz Fréchet theorem, there is .v0 ∈ X
.
such that
. L(v) = (v0 , v)
@seismicisolation
@seismicisolation
632 9 Exercises with Solutions
a(u, v) = L(v)
.
for all .v ∈ X admits one solution and only one .u ∈ X . In particular, for .v = v0 ,
a(u, v0 ) /= 0.
.
Which proves .(a). It remains to show .(b). Let .u ∈ X , consider .a(u, ·). We have
a(u, ·) ∈ X , . Hence, according to the Riesz Fréchet theorem, there is . Au ∈ X unique
.
such that
.a(u, v) = (Au, v)
. A : X −→ X, v −→ Av.
. A is linear (it’s not too difficult). Let us show that . A is continuous. In fact,
Furthermore,
(Au, v) ≤ ||Au||||v||.
.
Hence,
Thus,
So, since the bilinear form .a(·, ·) is continuous so there is .c > 0 such that
@seismicisolation
@seismicisolation
9.2 Corrected 633
.a(u, v) ≤ c||u||||v||
. ||Au|| ≤ c||u||.
. L(v) = ( f, v)
a(u, v) = L(v)
.
If . f = 0 consider the zero linear form .θ ∈ X , , then there is .u ∈ X unique such that
. a(u, v) = 0
||Au n || → 0
.
@seismicisolation
@seismicisolation
634 9 Exercises with Solutions
when .n → ∞. Consider
.ψ : X −→ R, x −→ ||A−1 x||.
Using the Han Banach theorem the function.ψ is continuous on. X . Hence,.ψ(Au n )
converges to .ψ(0) in .R. Thus, .||u n || → 0. Furthermore, .||u n || = 1, which is absurd.
It thus appears that
. inf ||Av|| > 0.
||v||=1
Thus, .(b).
(ii) ⇒ (i) Let . L(·) ∈ X , . According to the Riesz Fréchet theorem, there is . f ∈ X
.
such that
. L(v) = ( f, v)
for all .v ∈ X . Let .u ∈ X , consider .a(u, ·). We have .a(u, ·) ∈ X , . Hence, according
to the Riesz Fréchet theorem, there is . Au ∈ X unique such that
.a(u, v) = (Au, v)
. a(u, v) = L(v)
= inf ||Au||.
||u||=1
Hence, for all .v ∈ X of norm .||v|| = 1, .||Av|| ≥ α. Thus, .||Av|| ≥ α||v|| for all .v ∈ X .
A is injective. In fact, if . Av = 0, then since
.
||Av|| ≥ α||v||,
.
(w, v0 ) = 0.
.
@seismicisolation
@seismicisolation
9.2 Corrected 635
.a(u, v0 ) = 0
. Au = f 0 .
Solution: Exercise 9.20
Let .ϕ ∈ D(Ω). We have
Thus,
dTH
. = δ.
dx
@seismicisolation
@seismicisolation
636 9 Exercises with Solutions
{ x0 + 21m
1
. mϕ(x) d x = mϕ(cm )
x0 − 21m m
= ϕ(cm ).
Thus,
.(vm (x), ϕ) = ϕ(cm ).
(v, , ϕ) = −(v, ϕ , )
.
{
= − v(x)ϕ , (x) d x
R
{ b
=− ϕ , (x) d x
a
= ϕ(a) − ϕ(b)
= (δa , ϕ) − (δb , ϕ)
= (δa − δb , ϕ).
Thus,
v, = δa − δb .
.
Since .δa ∈
/ L 2 (]a, b[, R) (see Proposition 2.18.10), we have .v ∈
/ H 1 (Ω).
Solution: Exercise 9.25
1. . f ∈ L 2 (]0, 1[, R) and
{ [ ]
,
1 if x ∈ 0, 21
. f (x) = ] ] ∈ L 2 (]0, 1[, R).
−1 if x ∈ 21 , 1
@seismicisolation
@seismicisolation
9.2 Corrected 637
{ 1 { 1
2 , ,
. ( f − a − bx − cx ) x d x + ( f − a − bx − cx 2 )xd x = 0
0 0
and
{ 1 { 1
,
. ( f − a − bx − cx 2 ), x 2 d x + ( f − a − bx − cx 2 )x 2 d x = 0.
0 0
Hence,
{ 1 { 1
2
. (−a − (b − 1)x − cx ) d x + 2
(1 − a − (b + 1)x − cx 2 ) d x = 0
1
0 2
{ 1 { 1 { 1
2 2
. (1 − b − 2cx) d x + (−1 − b − 2cx) d x + (−a − (b − 1)x − cx 2 )xd x +
1
0 2 0
{ 1
. (1 − a − (b + 1)x − cx 2 )xd x = 0
1
2
and
{ 1 { 1 { 1
2 2
. 2(1 − b − 2cx)xd x + 2(−1 − b − 2cx)xd x + (−a − (b − 1)x − cx 2 )x 2 d x +
1
0 2 0
{ 1
. (1 − a − (b + 1)x − cx 2 )x 2 d x = 0.
1
2
@seismicisolation
@seismicisolation
638 9 Exercises with Solutions
1 1 1
a+ b+ c=
.
2 3 4
1 4 5 1
. a+ b+ c=
2 3 4 8
and
1 5 23 41
. a+ b+ c=− .
3 4 15 96
We obtain the following linear system of three equations with three unknowns .a, .b
and .c
⎛ 1 1 ⎞⎛ ⎞ ⎛ 1 ⎞
1 2 3 a 4
.⎝
1 4 5 ⎠⎝ ⎠
2 3 4
b = ⎝ 18 ⎠ .
1 5 23
3 4 15
c − 41
96
Which proves
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
@seismicisolation
@seismicisolation
9.2 Corrected 639
{ 1 { 1 { 1
du dv
. dx + uv d x = f v d x. (9.2.2)
0 dx dx 0 0
Thus,
{ 1 ( 2 )
d u
. − 2 + u − f ϕ d x = 0.
0 dx
So,
/ \
d 2u
. − 2 + u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − +u− f =0
dx2
d 2u
. − +u = f
dx2
d 2u
. − +u = f
dx2
almost everywhere in .]0, 1[. Further, .u ∈ V , so
u(0) = 0.
.
It remains to show that .u , (1) = 0. In fact, let .v ∈ V , using Green’s formula to the
variational problem, we find
{ 1 2 { 1 { 1
d u , 1
.− v d x + [u v] 0 + uv d x = f v d x.
2
0 dx 0 0
@seismicisolation
@seismicisolation
640 9 Exercises with Solutions
Furthermore,
d 2u
. − + u = f,
dx2
hence
u , (1)v(1) = 0
.
u , (1) = 0.
.
Thus, the equivalence between the strong problem and the variational formulation.
We consider the following symmetrical bilinear form
a : V × V −→ R
.
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + uv d x
0 ∂x ∂x 0
. L : V −→ R
{ 1
v −→ L(v) = f v d x.
0
ϕ : H 1 (]0, 1[) −→ R
.
v −→ ϕ(v) = v(0).
ϕ is linear.
.
|ϕ(v)| = |v(0)|
.
≤ ||v||∞ .
. ||v||∞ ≤ c||v||1,]0,1[ .
Thus,
|ϕ(v)| ≤ c||v||1,]0,1[ .
.
@seismicisolation
@seismicisolation
9.2 Corrected 641
Hence, .ϕ is continuous. Since .V = ϕ −1 ({0}) and .{0} is closed of .R, the reciprocal
range of closed by a continuous map is closed. Thus, .V is a closed subspace of
. H (]0, 1[). Thus, . V is a Hilbert space.
1
≤ ||u||1,]0,1[ ||v||1,]0,1[ .
= ||u||21,]0,1[
1
≥ ||u||21,]0,1[ .
2
So, .a(·, ·) is coercive.
Continuity of L(·): Let .v ∈ V . Then,
.
{ 1
|L(v)| ≤
. | f | |ϕ| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
This proves
@seismicisolation
@seismicisolation
642 9 Exercises with Solutions
{ 1 { 1 { 1
du dv
. χ d x − χ (1)u , (1)v(1) + χ (0)u , (0)v(0) + μuv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. χ dx + μuv d x − χ (1)v(1) = f v d x. (9.2.3)
0 dx dx 0 0
a : V × V −→ R
.
{ 1 { 1
du dv
(u, v) −→ a(u, v) = χ dx + μuv d x
0 dx dx 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x + χ (1)v(1).
0
ϕ : H 1 (]0, 1[) −→ R
.
v −→ ϕ(v) = v(0).
ϕ is linear.
.
.|ϕ(v)| = |v(0)|
≤ ||v||∞ .
. ||v||∞ ≤ c||v||1,]0,1[ .
Thus,
|ϕ(v)| ≤ c||v||1,]0,1[ .
.
@seismicisolation
@seismicisolation
9.2 Corrected 643
{ 1 ( )2 { 1
du
. a(u, u) = χ dx + μu 2 d x
0 dx 0
≥ α|u|21,]0,1[ + β||u||20,]0,1[
≥ min(α, β)||u||21,]0,1[ .
{ 1
.|L(v)| ≤ | f | |v| d x + |χ (1)||v(1)|
0
≤ || f ||0,]0,1[ ||v||0,]0,1[ + ||χ ||∞ ||v||∞ .
. ||v||∞ ≤ c||v||1,]0,1[ .
Hence,
Thus,
@seismicisolation
@seismicisolation
644 9 Exercises with Solutions
{ 1 ( ( ) )
d du
. − χ + μu − f ϕ d x = 0.
0 dx dx
So,
/ ( ) \
d du
. − χ + μu − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx dx
It follows that ( )
d du
.− χ + μu − f = 0
dx dx
{ 1 ( ) { 1 { 1
d du
. − χ v d x + [χ u , v]10 + μuv d x − χ (1)v(1) = f v d x.
0 dx dx 0 0
Hence,
{ 1( ( ) )
d du
. − χ + μu − f v d x + χ (1)(u , (1) − 1)v(1) = 0.
0 dx dx
@seismicisolation
@seismicisolation
9.2 Corrected 645
then ( )
d du
. − χ = f − μu.
dx dx
Hence,
du
χ
. ∈ H 2 (]0, 1[).
dx
.a(u, u) ≥ α||u||21,]a,b[
for all .u ∈ H 1 (]a, b[). Let’s reason by the absurd, suppose there is a sequence
.(u n )n ∈ H (]a, b[) such that .||u n ||1,]a,b[ = 1 and .a(u n , u n ) → 0 when .n → ∞. Fur-
1
ther,. H (]a, b[) is a separable Hilbert space, so we can extract a subsequence.(u ϕ(n) )n
1
By crossing the limit when .n tends to .∞, we find .||u||1,]a,b[ = 1 and .a(u, u) = 0.
Thus,
{ b | |2 ({ b )2
| ∂u |
| | dx + u d x = 0.
.
|∂x |
a a
It follows that { | |2
b | ∂u |
| | dx = 0
.
|∂x |
a
and ({ )2
b
. u dx = 0.
a
Hence,
∂u
. = 0 in L 2 (]a, b[, R)
∂x
@seismicisolation
@seismicisolation
646 9 Exercises with Solutions
and { b
. u d x = 0.
a
for all .v ∈ H 1 (]a, b[), admits one solution and only one .u ∈ H 1 (]a, b[). On the other
hand,
{ b { b { b { b
∂u ∂v
. dx + u dx v dx = f v d x.
a ∂x ∂x a a a
Thus,
{ b { b
1
. u dx = f d x.
a b−a a
3. If { b
. f d x = 0,
a
@seismicisolation
@seismicisolation
9.2 Corrected 647
Hence,
{ b { b
. − u ,, ϕ d x = f ϕ d x.
a a
This proves
{ b
. (−u ,, − f )ϕ d x = 0
a
for all .ϕ ∈ D(]a, b[). Thus, .−u ,, − f = 0 on .D , (]a, b[). Further, . f ∈ L 2 (]a, b[, R),
so .−u ,, = f on . L 2 (]a, b[, R). It thus appears that .−u ,, = f almost everywhere in
.]a, b[. Using Green’s formula for the variational problem, we find
{ b 2 { b
d u , b
.− v d x + [u v]a = f v d x.
2
a dx a
Furthermore,
d 2u
. − = f,
dx2
hence
u , (b)v(b) − u , (a)v(a) = 0
.
for all .v ∈ H 1 (]a, b[). If we choose .v ∈ H 1 (]a, b[) such that .v(b) /= 0 and .v(a) = 0,
then
,
.u (b) = 0.
u , (a) = 0.
.
. − Δu = f in ]a, b[
{ b
u d x = 0, u , (a) = u , (b) = 0.
a
@seismicisolation
@seismicisolation
648 9 Exercises with Solutions
This proves
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + c(x)uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. dx + c(x)uv d x = f v d x. (9.2.4)
0 dx dx 0 0
Thus,
{ 1 ( )
d 2u
. − + c(x)u − f ϕ d x = 0.
0 dx2
So,
/ \
d 2u
. − + c(x)u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx2
It follows that
d 2u
. − + c(x)u − f = 0
dx2
d 2u
. − + c(x)u = f
dx2
@seismicisolation
@seismicisolation
9.2 Corrected 649
d 2u
. − + c(x)u = f
dx2
almost everywhere in .]0, 1[. Moreover, .u ∈ V , then
. u(0) = u(1) = 0.
Thus, the equivalence between the strong problem and the variational formulation.
We consider the following symmetrical bilinear form
a : V × V −→ R
.
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + c(x)uv d x
0 ∂x ∂x 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x.
0
. V is a Hilbert space.
Continuity of a(·, ·): Let .u, .v ∈ V . Then,
.
| || |
{ { 1
| du | | dv |
1
.|a(u, v)| ≤ | | | | dx + |c(x)||u||v| d x
|dx | |dx |
0 0
{ 1
≤ |u|1,]0,1[ |v|1,]0,1[ + ||c||∞ |u||v| d x
0
≤ |u|1,]0,1[ |v|1,]0,1[ + ||c||∞ ||u||0,]0,1[ ||v||0,]0,1[
≤ (1 + ||c||∞ )||u||1,]0,1[ ||v||1,]0,1[ .
{ | |2 { 1
1 | du |
a(u, u) = | | dx + c(x)u 2 d x
.
|dx |
0 0
≥ |u|21,]0,1[ .
Further, in the space .V , .| · |1,]0,1[ and .|| · ||1,]0,1[ are two equivalent norms. Hence,
there is .α > 0 such that
.|u|1,]0,1[ ≥ α||u||1,]0,1[ .
@seismicisolation
@seismicisolation
650 9 Exercises with Solutions
So,
a(u, u) ≥ α 2 ||u||21,]0,1[ .
.
{ 1
|L(v)| ≤
. | f | |ϕ| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
d 2u
. − ∈ H 1 (]0, 1[).
dx2
This proves .u ∈ H 3 (]0, 1[). On the other hand, .3 > 21 + 2, so according to Theorem
3.4.9, . H 3 (]0, 1[) continuously injects into .C 2 ([0, 1], R). Hence, .u ∈ C 2 ([0, 1], R).
Thus, the obtained solution .u is solution in the usual sense.
3. We divide the interval .into .intervals of length.. We pose .xi = i h, .0 ≤ i ≤ I . Let
. Wh be the space
. Wh = {vh ∈ C 0 ([0, 1], R) such that vh |(xi ,xi+1 ) ∈ P1 , vh is fully determined
.by its values vi = vh (x i ) at points x i 0 ≤ i ≤ I }.
We pose
@seismicisolation
@seismicisolation
9.2 Corrected 651
. Vh = {ϕ j , 1 ≤ j ≤ I − 1}.
.a(u h , vh ) = L(vh )
. a(u h , ϕ j ) = L(ϕ j )
Thus,
I −1
E
. u i a(ϕi , ϕ j ) = L(ϕ j )
i=1
a(ϕi , ϕ j ) = 0
.
{ 1 ( )2 { 1
dϕi
.a(ϕi , ϕi ) = dx + ϕi2 d x.
0 dx 0
This proves
{ xi+1 ( )2 { xi+1
dϕi
.a(ϕi , ϕi ) = dx + ϕi2 d x.
xi−1 dx xi−1
Moreover,
⎧
⎪
⎪ 0 if x ∈ [x0 , xi−1 ]
⎪
⎪1
⎪
⎨ x +1−i if x ∈ [xi−1 , xi ]
.ϕi (x) := h
⎪
⎪
1
− x +1+i if x ∈ [xi , xi+1 ]
⎪
⎪
⎪
⎩ h
0 if x ∈ [xi+1 , x I ].
@seismicisolation
@seismicisolation
652 9 Exercises with Solutions
We have
{ xi+1 ( )2 { xi ( )2 { xi+1 ( )2
dϕi dϕi dϕi
. dx = dx + dx
xi−1 dx xi−1 dx xi dx
2
= .
h
On the other hand,
{ xi+1 { xi { xi+1
. ϕi2 d x = ϕi2 d x + ϕi2 d x
xi−1 xi−1 xi
{ xi (
)2 { xi+1 ( )2
1 1
= x +1−i dx + − x +1+i dx
xi−1 h xi h
[ ( )3 ]xi [ ( )3 ]xi+1
h 1 h 1
= x +1−i − − x +1+i
3 h 3 h
xi−1 xi
2h
= .
3
Thus, for all .i = 1, . . . , I − 1,
2 2h
a(ϕi , ϕi ) =
. + .
h 3
{ 1 { 1
dϕi dϕi+1
.a(ϕi , ϕi+1 ) = dx + ϕi ϕi+1 d x.
0 dx dx 0
Then,
{ xi+1 { xi+1
dϕi dϕi+1
.a(ϕi , ϕi+1 ) = dx + ϕi ϕi+1 d x
xi dx dx xi
{ xi+1 { xi+1 ( )( )
11 1 1
=− dx + − x +1+i x − i dx
xi hh xi h h
=
{ xi+1 ( )2 { xi+1 ( )
1 1 1
=− + − x −i dx + x − i dx
h xi h xi h
[( )3 ]xi+1 [( )2 ]xi+1
1 h 1 h 1
=− − x −i + x −i
h 3 h 2 h
xi xi
1 h h
=− − +
h 3 2
@seismicisolation
@seismicisolation
9.2 Corrected 653
1 h
=− + .
h 6
Thus,
⎛ { 1 ⎞
⎛ ⎞⎛ ⎞ ⎜ 0 f ϕ 1 d x ⎟
1 + h −1 + h 0 0 ··· 0 u1 ⎜ { 1 ⎟
⎜ h1 3h 2 h 2h6 1 ⎟⎜ ⎜ ⎟
−
⎜ h + + − + h 0 · · · 0 ⎟⎜ 2 ⎟ ⎜
u ⎟ ⎜ f ϕ2 d x ⎟
⎜ 6 h 3 h 6 ⎟⎜ . ⎟ ⎜ 0 ⎟
⎜ .. .. .. .. .. ⎟⎜ . ⎟ ⎜ ⎟
⎜ . . . . . ⎟⎜ . ⎟ ⎜ . ⎟
⎜ 0 ⎟⎜ .. ⎟
.⎜ . . . . . ⎟⎜ . ⎟ ⎟ = ⎜
⎜
⎟.
⎟
⎜ .. .. .. .. .. .
⎟⎜ . ⎟ ⎜ .. ⎟
⎜ 0 ⎟⎜
⎜ . . . . ⎟⎜ . ⎟ ⎟
⎜
⎜
. ⎟
⎟
⎜ . . . . ⎟⎝ . ⎠ ⎜ .. ⎟
⎝ . . . . 1
− h + h6 ⎠ . ⎜ ⎟
⎜ . ⎟
0 − h + 6 h2 + 2h ⎝{ 1
··· ··· 1 h u I −1
0 3 ⎠
f ϕ I −1 d x
0
Then,
{ xi+1
2
.a(ϕi , ϕi ) = + c(x)ϕi2 d x.
h xi−1
{ 1 { 1
dϕi dϕi+1
.a(ϕi , ϕi+1 ) = dx + c(x)ϕi ϕi+1 d x.
0 dx dx 0
Which proves
{ xi+1 { xi+1
dϕi dϕi+1
a(ϕi , ϕi+1 ) =
. dx + c(x)ϕi ϕi+1 d x
xi dx dx xi
@seismicisolation
@seismicisolation
654 9 Exercises with Solutions
1
=− .
h
again,
⎛2 ⎞⎛ ⎞ ⎛ ⎞
h
+ hc(x1 ) − h1 0 0 ··· 0 u1 h f (x1 )
⎜ − h1 2
+ hc(x2 ) − h1 0 ··· 0 ⎟⎜ u2 ⎟ ⎜ h f (x2 ) ⎟
⎜ h ⎟⎜ ⎟ ⎜ ⎟
⎜ .. .. .. .. .. ⎟⎜ .. ⎟ ⎜ .. ⎟
⎜ 0 . . . . . ⎟⎜ . ⎟ ⎜ . ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
.⎜ .. .. .. .. .. ⎟⎜ .. ⎟=⎜ .. ⎟.
⎜ . . . . . 0 ⎟⎜ . ⎟ ⎜ . ⎟
⎜ ⎟⎜ ⎟ ⎜ ⎟
⎜ .. .. .. .. ⎟⎜ .. ⎟ ⎜ .. ⎟
⎝ . . . . − h1 ⎠⎝ . ⎠ ⎝ . ⎠
0 ··· ··· 0 − h1 h2 + hc(x I −1 ) u I −1 h f (x I −1 )
(ii) Let, us, show that . Ah is positive definite. In fact, let .v ∈ R I −1 , we have
.
1[
(Ah v, v) =
. (2 + c(x1 )h 2 )v12 − v1 v2 + (−v1 v2 + ((2 + c(x2 )h 2 )v22 − v3 v2 )
h
+ (−v2 v3 + (2 + c(x3 )h 2 )v32 − v4 v3 ) + · · ·
+ v I −2 (−v I −3 + (2 + c(x I −2 )h 2 )v I −2 − v I −1 )
]
+v I −1 (−v I −2 + (2 + c(x I −1 )h 2 )v I −1
1[
= (2 + c(x1 )h 2 )v12 − 2v1 v2 + (2 + c(x2 )h 2 )v22 − 2v3 v2 )
h
+ (2 + c(x3 )h 2 )v32 + · · · − 2v I −2 v I −3 + (2 + c(x I −2 )h 2 )v2I −2
]
−2v I −1 v I −2 + (2 + c(x I −1 )h 2 )v2I −1
1[
= (1 + c(x1 )h 2 )v12 + c2 (x2 )h 2 v22 + · · · + c(x I −2 )h 2 v2I −2
h
+ (1 + c(x I −1 )h 2 )v2I −1 + (v1 − v2 )2 + (v2 − v3 )2 + · · ·
1[
= + (2 + c(x1 )h 2 )v12 − 2v1 v2 + (2 + c(x2 )h 2 )v22 − 2v3 v2 )
h ]
+ (v I −2 − v I −1 )2
≥ 0.
.k = min vi .
1≤i≤I −1
@seismicisolation
@seismicisolation
9.2 Corrected 655
If .k = v1 , then
(2 + c(x1 )h 2 )v1 − v2 ≥ 0.
.
Which proves
(2 + c(x1 )h 2 )v1 ≥ v2 ≥ v1 .
.
Hence,
(1 + c(x1 )h 2 )v1 ≥ 0.
.
Thus,
. 1v ≥ 0.
It follows that
v ≥0
. i
. − v I −2 + (2 + c(x I −1 )h 2 )v I −1 ≥ 0.
Hence,
(2 + c(x I −1 )h 2 )v I −1 ≥ v I −2 ≥ v I −1 .
.
Thus proves
v
. I −1 ≥ 0.
Thus,
v ≥0
. i
Hence,
. − v j−1 + (2 + c(x j )h 2 )v j ≥ v j+1 ≥ v j .
Which proves
. − v j−1 + (1 + c(x j )h 2 )v j ≥ v j+1 ≥ 0.
Thus,
.(v j − v j−1 ) + c(x j )h 2 v j ≥ 0.
c(x j )h 2 v j ≥ 0.
.
@seismicisolation
@seismicisolation
656 9 Exercises with Solutions
(Bh (α))−1 ≥ 0
.
α −→ (Bh (α))−1
.
is continuous, we have
and so . Ah is monotone.
(iv) If the function .c(·) is null, then the matrix . Ah become
.
⎛ ⎞
2 −1 0 0 · · · 0
⎜ −1 2 −1 0 · · · 0 ⎟
⎜ ⎟
⎜ . . . . . . . . .. ⎟
1⎜ ⎜ 0 . . . . . ⎟
⎟
. Ah = ⎟.
0
⎜ .. . . . . . . . .
h⎜ . . . . . 0 ⎟
⎜ ⎟
⎜ . . . . ⎟
⎝ .. . .
. . . −1 ⎠.
0 · · · · · · 0 −1 2
Let us show that . A0h is monotone. In fact, we have shown in .(iii) that . Ah is
monotone for .c(·) ≥ 0. In particular, for the function null .c(·). Thus, . A0h is monotone.
@seismicisolation
@seismicisolation
9.2 Corrected 657
⎛ ⎞
c(x1 )h 0 0 ··· 0
⎜ 0 c(x2 )h 0 ··· 0 ⎟
⎜ ⎟
⎜ .. .. .. .. .. ⎟
. Ah − Ah = ⎜ . . . ⎟ ≥ 0.
⎜ . .
0
⎟
⎜ . .. .. ⎟
⎝ .. . . 0 ⎠
0 ··· · · · 0 c(x I −1 )h
Thus,
.(A0h )−1 ≥ A−1
h .
(vii) Let us show that .||(A0h )−1 ||∞ = ||(A0h )−1 e||∞ . In fact,
.
I −1
E
||(A0h )−1 ||∞ = max
. |bi j |
i
j=1
I −1
E
= max bi j car A0h est monotone
i
j=1
(viii) We have . A0h u h = bh with .bh = he. Since . A0h is invertible, then
.
u = (A0h )−1 bh
. h
= h(A0h )−1 e.
Hence, .h(A0h )−1 e is the approximate solution of the following boundary problem
. − u ,, = 1 on ]0, 1[
u(0) = u(1) = 0.
.
@seismicisolation
@seismicisolation
658 9 Exercises with Solutions
Which proves
{ 1 { 1 { 1
du dv
. d x + τ u(1)v(1) + μuv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. d x + τ u(1)v(1) + μuv d x = f v d x. (9.2.5)
0 dx dx 0 0
.a : V × V −→ R
{ 1 { 1
du dv
(u, v) −→ a(u, v) = d x + τ u(1)v(1) + μuv d x
0 dx dx 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x.
0
ϕ : H 1 (]0, 1[) −→ R
.
v −→ ϕ(v) = v(0).
ϕ is linear.
.
|ϕ(v)| = |v(0)|
.
≤ ||v||∞ .
@seismicisolation
@seismicisolation
9.2 Corrected 659
. ||v||∞ ≤ c||v||1,]0,1[ .
Thus,
|ϕ(v)| ≤ c||v||1,]0,1[ .
.
|{ 1 { 1 |
| du dv |
.|a(u, v)| = | d x + τ u(1)v(1) + μuv d x ||
| d x d x
0 0
{ 1 | || | { 1
| du | | dv |
≤ | | | | d x + τ |u(1)||v(1)| + μ|u||v| d x
|dx | |dx |
0 0
≤ |u|1,]0,1[ |v|1,]0,1[ + τ ||u||∞ ||v||∞ + ||μ||∞ ||u||0,]0,1[ ||v||0,]0,1[ .
. ||v||∞ ≤ c||v||1,]0,1[ .
So,
{ 1 ( )2 { 1
du
.a(u, u) = d x + τ u(1)2 + μu 2 d x
0 dx 0
≥ |u|21,]0,1[ + β||u||20,]0,1[
≥ min(1, β)||u||21,]0,1[ .
@seismicisolation
@seismicisolation
660 9 Exercises with Solutions
{ 1
|L(v)| ≤
. | f | |v| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
Thus,
{ 1 ( 2 )
d u
. − 2 + μ(x)u − f ϕ d x = 0.
0 dx
So,
/ \
d 2u
. − 2 + μ(x)u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − + μ(x)u − f = 0
dx2
d 2u
. − + μ(x)u = f
dx2
d 2u
. − + μ(x)u = f
dx2
@seismicisolation
@seismicisolation
9.2 Corrected 661
u(0) = 0.
.
It remains to show that .u , (1) = −τ u(1). In fact, let .v ∈ V , using Green’s formula
for the variational problem, we find
{ 1 2 { 1 { 1
d u , 1
.− v d x + [u v] 0 + μuv d x + τ u(1)v(1) = f v d x.
2
0 dx 0 0
Hence,
{ 1 ( 2 )
d u
. − 2 + μu − f v d x + (u , (1) + τ u(1))v(1) = 0.
0 dx
d 2u
. − ∈ H 1 (]0, 1[).
dx2
@seismicisolation
@seismicisolation
662 9 Exercises with Solutions
Which proves
{ 1 { 1 { 1
du dv , ,
. d x − u (1)v(1) + u (0)v(0) + uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. dx + uv d x = f v d x. (9.2.6)
0 dx dx 0 0
Then,
{ 1 { 1 { 1
d 2u
. − ϕ dx + uϕ d x = f ϕ d x.
0 dx2 0 0
Thus,
{ 1 ( 2 )
d u
. − 2 + u − f ϕ d x = 0.
0 dx
So,
/ \
d 2u
. − + u − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx2
It follows that
d 2u
. − +u− f =0
dx2
d 2u
. − +u = f
dx2
@seismicisolation
@seismicisolation
9.2 Corrected 663
d 2u
. − +u = f
dx2
almost everywhere in .]0, 1[. Moreover, .u ∈ V , so
u(0) = u(1).
.
It remains to show that .u , (0) = u , (1). In fact, let .v ∈ V , using Green’s formula to
the variational problem, we find
{ 1 2 { 1 { 1
d u , 1
.− v d x + [u v]0 + uv d x = f v d x.
2
0 dx 0 0
Moreover,
d 2u
. − + u = f,
dx2
hence
u , (1)v(1) − u , (0)v(0) = 0
.
then
u , (1) = u , (0).
.
Thus, the equivalence between the strong problem and the variational formulation.
We consider the following symmetrical bilinear form
.a : V × V −→ R
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + uv d x
0 ∂x ∂x 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x.
0
@seismicisolation
@seismicisolation
664 9 Exercises with Solutions
ϕ : H 1 (]0, 1[) −→ R
.
ϕ is linear.
.
Continuity of ϕ(·): Let .v ∈ H 1 (]0, 1[). Then,
.
≤ 2||v||∞ .
||v||∞ ≤ c||v||1,]0,1[ .
.
Thus,
|ϕ(v)| ≤ 2c||v||1,]0,1[ .
.
≤ ||u||1,]0,1[ ||v||1,]0,1[ .
@seismicisolation
@seismicisolation
9.2 Corrected 665
{ 1
.|L(v)| ≤ | f | |v| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
d 2u
. − ∈ H 1 (]0, 1[).
dx2
We pose
@seismicisolation
@seismicisolation
666 9 Exercises with Solutions
where .ϕ j are the hats functions and .ψ0 ∈ P1 (xi , xi+1 ) is the function defined by
⎧
⎨ 1 in x0
.ψ0 := ϕ0 + ϕ I := 0 in x1 , . . . , x I −1
⎩
1 in x I .
Thus,
⎧
⎪
⎪
1
⎨ − h x + 1 if x ∈ [x0 , x1 ]
⎪
.ψ0 (x) := 0 if x ∈ [x1 , x I −1 ]
⎪
⎪
⎪ 1
⎩ x + 1 − I if x ∈ [x I −1 , x I ].
h
a(u h , ϕ j ) = L(ϕ j )
.
a(u h , ψ0 ) = L(ψ0 ).
.
Thus,
I −1
E
u a(ψ0 , ϕ j ) +
. 0 u i a(ϕi , ϕ j ) = L(ϕ j )
i=1
{ 1 ( )2 { 1
dϕi
a(ϕi , ϕi ) =
. dx + ϕi2 d x.
0 dx 0
@seismicisolation
@seismicisolation
9.2 Corrected 667
Hence,
{ xi+1 ( )2 { xi+1
dϕi
a(ϕi , ϕi ) =
. dx + ϕi2 d x.
xi−1 dx xi−1
Further,
⎧
⎪
⎪ 0 if x ∈ [x0 , xi−1 ]
⎪
⎪
⎪ 1
⎨ x +1−i if x ∈ [xi−1 , xi ]
.ϕi (x) := h
⎪
⎪
1
− x +1+i if x ∈ [xi , xi+1 ]
⎪
⎪
⎪
⎩ h
0 if x ∈ [xi+1 , x I ].
We have
{ xi+1 ( )2 { xi ( )2 { xi+1 ( )2
dϕi dϕi dϕi
. dx = dx + dx
xi−1 dx xi−1 dx xi dx
2
= .
h
On the other hand,
{ xi+1 { xi { xi+1
. ϕi d x =
2
ϕi2 dx + ϕi2 d x
xi−1 xi−1 xi
{ xi ( )2 { xi+1 ( )2
1 1
= x +1−i dx + − x +1+i dx
xi−1 h xi h
[ ( )3 ]xi [ ( )3 ]xi+1
h 1 h 1
= x +1−i − − x +1+i
3 h 3 h
xi−1 xi
2h
= .
3
Thus, for all .i = 1, . . . , I − 1,
2 2h
a(ϕi , ϕi ) =
. + .
h 3
{ 1 { 1
dϕi dϕi+1
.a(ϕi , ϕi+1 ) = dx + ϕi ϕi+1 d x.
0 dx dx 0
@seismicisolation
@seismicisolation
668 9 Exercises with Solutions
Then,
{ xi+1 { xi+1
dϕi dϕi+1
a(ϕi , ϕi+1 ) =
. dx + ϕi ϕi+1 d x
xi dx dx xi
{ xi+1 { xi+1 ( )( )
11 1 1
=− dx + − x +1+i x − i dx
xi hh xi h h
=
{ xi+1 ( )2 { xi+1 ( )
1 1 1
=− + − x −i dx + x − i dx
h xi h xi h
[( )3 ]xi+1 [( )2 ]xi+1
1 h 1 h 1
=− − x −i + x −i
h 3 h 2 h
xi xi
1 h h
=− − +
h 3 2
1 h
=− + .
h 6
a(ϕ1 , ψ0 ) = a(ϕ1 , ϕ0 )
.
1 h
=− + ,
h 6
with { 1
− x + 1 if x ∈ [x0 , x1 ]
ϕ (x) :=
. 0 h
0 if x ∈ [x1 , x I ].
Likewise,
a(ϕ I −1 , ψ0 ) = a(ϕ I −1 , ϕ I )
.
1 h
=− +
h 6
with {
0 if x ∈ [x0 , x I −1 ]
ϕ I (x) :=
. 1
h
x + 1 − I if x ∈ [x I −1 , x I ].
Calculation of a(ψ0 , ψ0 ):
.
@seismicisolation
@seismicisolation
9.2 Corrected 669
Thus,
⎛ { 1 ⎞
⎛ ⎞⎛ ⎞ ⎜ 0 f ψ 0 d x ⎟
2 + 2h − 1 + h 0 ··· 0 − h1 + h6 u0 ⎜ { 1 ⎟
⎜ h 1 3h 2 h 2h6 1 ⎟⎜ ⎜ ⎟
⎜−h + 6 h + 3 −h + 6 0 h ··· 0 ⎟ ⎜ u1 ⎟ ⎜ f ϕ d x ⎟
⎜ ⎟⎜ . ⎟ ⎟
⎜
⎜
1 ⎟
⎟
⎜ .. .. .. .. .. ⎟⎜ . ⎟ ⎜ 0
⎟
⎜ 0 . . . . . ⎟⎜ . ⎟ ⎜ .. ⎟
⎜ ⎟⎜ ⎟ ⎜ . ⎟.
.⎜ . . . . . ⎟⎜ . ⎟ = ⎜ ⎟
⎜ .. .. .. .. .. ⎟ ⎜ .. ⎟ ⎜ . ⎟
⎜ 0 ⎟⎜ ⎟ ⎜ .
. ⎟
⎜ .. .. .. ⎟⎜ . ⎟ ⎜ ⎟
⎜ ⎟⎝ . ⎠ ⎜ .. ⎟
⎝ 0 . . . − h1 + h6 ⎠ . ⎜ ⎟
1 h ⎜{ . ⎟
−h + 6 0 ··· 0 − h + 6 h2 + 2h
1 h
3
u I −1 ⎝ 1 ⎠
f ϕ I −1 d x
0
So,
{ 1 { 1 { 1
du dv
. d x − u , (1)v(1) + u , (0)v(0) + a uv d x = f v d x.
0 dx dx 0 0
Hence, the variational problem is: Find .u ∈ V such that for all .v ∈ V , we have
{ 1 { 1 { 1
du dv
. dx + a uv d x = f v d x. (9.2.7)
0 dx dx 0 0
Hence,
{ 1 { 1 { 1
d 2u
. − ϕ dx + a uϕ d x = f ϕ d x.
0 dx2 0 0
@seismicisolation
@seismicisolation
670 9 Exercises with Solutions
Thus,
{ 1 ( )
d 2u
. − + au − f ϕ d x = 0.
0 dx2
So,
/ \
d 2u
. − 2 + au − f, ϕ = 0 for all ϕ ∈ D(]0, 1[).
dx
It follows that
d 2u
. − + au − f = 0
dx2
d 2u
. − + au = f
dx2
d 2u
. − + au = f
dx2
almost everywhere in .]0, 1[. Moreover, .u ∈ V , so
. u(1) = 0.
Since
d 2u
. − + au = f,
dx2
@seismicisolation
@seismicisolation
9.2 Corrected 671
.a : V × V −→ R
{ {
1
∂u ∂v 1
(u, v) −→ a(u, v) = dx + a uv d x
0 ∂x ∂x 0
. L : V −→ R
{ 1
v −→ L(v) = f ϕ d x.
0
ϕ : H 1 (]0, 1[) −→ R
.
v −→ ϕ(v) = v(1).
ϕ is linear.
.
|ϕ(v)| = |v(1)|
.
≤ ||v||∞ .
Since . H 1 (]0, 1[) continuously injects into .C 0 ([0, 1], R), then
. ||v||∞ ≤ c||v||1,]0,1[ .
Thus,
|ϕ(v)| ≤ c||v||1,]0,1[ .
.
Hence, .ϕ is continuous. Gold, .V = ϕ −1 ({0}). .{0} is closed of .R, the reciprocal range
of closed by a continuous map is closed. Thus, .V is a closed subspace of . H 1 (]0, 1[).
So, .V is a Hilbert space.
Continuity of a(·, ·): Let .u, .v ∈ V . Then,
.
| || |
{ { 1
| du | | dv |
1
.|a(u, v)| ≤ | | | |
|dx | |dx | dx + a |u||v| d x
0 0
≤ (1 + a)||u||1,]0,1[ ||v||1,]0,1[ .
@seismicisolation
@seismicisolation
672 9 Exercises with Solutions
{ 1 ( )2 { 1
du
.a(u, u) = dx + a u2 d x
0 dx 0
≥ min(1, a)||u||21,]0,1[ .
{ 1
.|L(v)| ≤ | f | |ϕ| d x
0
≤ || f ||0,]0,1[ ||v||0,]0,1[
≤ || f ||0,]0,1[ ||v||1,]0,1[ .
We pose
. Vh = {vh ∈ Wh such that vh (1) = 0}.
ϕ j (x) ∈ Vh
.
equal to .1 at .x j and to zero in all .xi .i /= j. We obtain the hats functions. Thus,
Vh = {ϕ j , 0 ≤ j ≤ I − 1}. We consider the approximate problem: Find .u h ∈ Vh
.
a(u h , ϕ j ) = L(ϕ j )
.
@seismicisolation
@seismicisolation
9.2 Corrected 673
Thus,
I −1
E
. u i a(ϕi , ϕ j ) = L(ϕ j )
i=0
Hence,
{ x1 ( )2 { x1
dϕ0
a(ϕ0 , ϕ0 ) =
. dx + a ϕ02 d x
x0 dx x0
1 h
= +a .
h 3
Let .i ∈ {1, . . . , I − 1}, we have
{ ) ({ 1
dϕi 2 1
.a(ϕi , ϕi ) = dx + a ϕi2 d x
0 dx 0
2 2h
= +a .
h 3
{ 1 { 1
dϕi dϕi+1
.a(ϕi , ϕi+1 ) = dx + a ϕi ϕi+1 d x
0 dx dx 0
1 h
= − +a .
h 6
Thus,
⎛ { 1 ⎞
⎛ ⎞⎛ ⎞
1
h+ a h3 − h1 + a h6 0 0 ··· 0 u0 ⎜ f ϕ0 d x ⎟
⎜ − 1 + a h 2 + a 2h − 1 + a h ··· ⎟ ⎜ u ⎟ ⎜ {0 1 ⎟
⎜ h 6 h 3 h 6 0 0 ⎟⎜ 1 ⎟ ⎜ ⎟
⎜ .. .. .. .. .. ⎟⎜ . ⎟ ⎜ f ϕ1 d x ⎟
⎜ ⎟⎜ . ⎟ ⎜ ⎟
⎜ 0 . . . . . ⎟⎜ . ⎟ ⎜ 0 ⎟
⎜ ⎟⎜ ⎜ . ⎟
.⎜ .. . . .. .. ⎟⎜ . ⎟ ⎟ =⎜ .. ⎟.
⎜ . . . . . . . .
⎟⎜ . ⎟ ⎜ ⎟
⎜ 0 ⎟⎜ ⎟ ⎜ ⎟
⎜ .. ⎟⎜ . ⎟ ⎜ .. ⎟
⎜ .. .. .. ⎟⎝ . ⎠ ⎜ . ⎟
⎝ . . . . − h1 + a h6 ⎠ . ⎜{ ⎟
⎝ 1 ⎠
0 ··· ··· 0 − h + a 6 h + a 2h
1 h 2
3
u I −1 f ϕ I −1 d x
0
@seismicisolation
@seismicisolation
674 9 Exercises with Solutions
Hence,
Gold,
. inf ||Ah vh || ≥ βh .
||vh ||=1
Hence,
Since
@seismicisolation
@seismicisolation
9.2 Corrected 675
then
Hence,
Thus,
a(vh − u h , wh ) = a(vh − u, wh ).
.
It follows that
Hence,
So,
M
||vh − u h || ≤
. ||u − vh ||.
βh
@seismicisolation
@seismicisolation
676 9 Exercises with Solutions
with
∂u E ∂u n
. = νi .
∂ν i=1
∂ xi |L
Thus,
{ { { {
∂u ∂u
. ∇u · ∇v d x − v dσ − v dσ = f v d x.
Ω ∂Ω\[A9 A10 ] ∂ν [A9 A10 ] ∂ν Ω
We pose
{
a(u, v) =
. ∇u · ∇v d x
Ω
and
{
. L(v) = f v d x.
Ω
We pose
{ }
. Vh = vh ∈ C 0 (Ω, R) such that vh |T ∈ P1 , vh = 0 in 1, . . . , 8 .
We have
. dim Vh = 4.
A basis of.Vh is composed of functions.ϕ9 ,.ϕ10 ,.ϕ11 , and.ϕ12 . Consider the problem:
Find .u h ∈ Vh such that
.a(u h , v) = L(v)
. a(u h , ϕi ) = L(ϕi )
@seismicisolation
@seismicisolation
9.2 Corrected 677
12 11
T2
T3 T1
8 9 10
{
a(u h , ϕ9 ) =
. ∇u h ∇ϕ9 d xd y
suppϕ9
{ ( )
∂u h ∂ϕ9 ∂u h ∂ϕ9
= + d xd y.
suppϕ9 ∂ x ∂ x ∂y ∂y
For T1 :
.
∂u h u 10 − u 9
. =
∂x h
∂u h u 11 − u 10
. = .
∂y h
For T2 :
.
∂u h u 11 − u 12
. =
∂x h
∂ϕ9
. =0
∂x
∂ϕ9 1
. =−
∂y h
@seismicisolation
@seismicisolation
678 9 Exercises with Solutions
∂u h u 12 − u 9
. = .
∂y h
For T3 :
.
∂u h u9 − u8
. =
∂x h
∂ϕ9 1
. =
∂x h
∂ϕ9 1
. =−
∂y h
∂u h u 12 − u 9
. = .
∂y h
Thus,
[ ]
h2 u 9 − u 10 u 9 − u 12 u9 − u8 u 9 − u 12
.a(u h , ϕ9 ) = + + + .
2 h2 h2 h2 h2
It follows that
1
a(u h , ϕ9 ) =
. (4u 9 − u 8 − u 10 − 2u 12 ).
2
Further, .u 8 = 0 because .u h |∂Ω\[A9 A10 ] = 0. Thus,
{
1
.a(u h , ϕ9 ) = 2u 9 − u 10 − u 12 = f ϕ9 d xd y.
2 Ω
{
a(u h , ϕ11 ) = 4u 11 − u 12 − u 10 =
. f ϕ11 d xd y
Ω
{
. a(u h , ϕ12 ) = 4u 12 − u 11 − u 9 = f ϕ12 d xd y.
Ω
@seismicisolation
@seismicisolation
9.2 Corrected 679
Again,
⎛{ ⎞
f ϕ9 d xd y ⎟
⎛ ⎞⎛ ⎞ ⎜ ⎜{Ω ⎟
2 − 21 0 −1 u9 ⎜ ⎟
⎜−1 −1 0 ⎟ ⎜ ⎟ ⎜ f ϕ10 d xd y ⎟
.⎜ 2
2 ⎟ ⎜ u 10 ⎟ = ⎜
⎜ {Ω
⎟
⎟.
⎝ 0 −1 −1 ⎠ ⎝ u 11 ⎠ ⎜
4
⎜ f ϕ11 d xd y ⎟
⎟
−1 0 −1 4 u 12 ⎜ {Ω ⎟
⎝ ⎠
f ϕ12 d xd y
Ω
To solve the last system we can see the book of BenHamadou and Jeribi [2].
Solution: Exercise 9.35
1. To answer this question we will look for the basic elements. The first function of
basis is .ϕ1 (ξ, η) and such that .ϕ1 (-
A1 ) = 1 and .ϕ1 = 0 at other points. Let
We have .ϕ1 (-
A2 ) = 0. Hence, .a + c = 0. .ϕ1 (-
A3 ) = 0 so .a = c = 0. .ϕ1 (-
A1 ) = 1
thus
.b = 1.
ϕ (-
. 1A4 ) = 0 so ( )
1 d 1 1
. + 1− − = 0.
3 9 3 3
Thus,
By symmetry
@seismicisolation
@seismicisolation
680 9 Exercises with Solutions
ϕ (ξ, η) = (1 − ξ − η) − 9ξ η(1 − ξ − η)
. 3
and
2 {
E | || |
| ∂u | | ∂v |
|a(u, v)| ≤ |ai j | || || | d x1 d x2
∂ xi | | ∂ x j |
.
i, j=1 Ω
E 2 { | || |
| ∂u | | ∂v |
≤ ||ai j ||∞ | || |
| ∂ x | | ∂ x | d x1 d x2
i, j=1 Ω i j
2 ||
E || || ||
|| ∂u || || ∂v ||
≤ ||ai j ||∞ || || || ||
|| ∂ x || || ∂ x ||
i, j=1 i 0,Ω j 0,Ω
@seismicisolation
@seismicisolation
9.2 Corrected 681
2 {
E | |
| ∂u |2
a(u, u) =
. ai j || | d x1 d x2
|
i, j=1 Ω ∂ x i
({ | | { | | )
| ∂u |2 | ∂u |2
≥α | | | |
| | d x1 d x2 + | | d x1 d x2
Ω ∂ x1 Ω ∂ x2
= α|u|21,Ω .
{
|L(v)| ≤
. | f | |v| d x1 d x2
Ω
≤ || f ||0,Ω ||v||0,Ω .
v (Ai ) = vh (A j ) = 0.
. h
However, a polynomial of degree 1 vanishes at two points, it then vanishes over the
entire line containing these two points. Therefore, .vh |[Ai A j ] = 0. Thus, .Vh ⊂ H01 (Ω).
.(iii) .dim Vh is equal to the number of vertices triangles that do not belong to the
border .∂Ω. Hence, .Vh is a subspace of . H01 (Ω) of finite dimension. Hence, .Vh is
closed. Thus, .Vh is a Hilbert space. We have .a(·, ·) is a continuous bilinear form and
coercive on . H01 (Ω), so .a(·, ·) is a continuous bilinear form and coercive on .Vh and
. L(·) is a continuous linear form on . H0 (Ω), so . L(·) is a continuous linear form on
1
to find .u h ∈ Vh such that .a(u h , vh ) = L(vh ) for all .vh ∈ Vh admits one solution and
only one .u h ∈ Vh .
3. See Sect. 4.6.9.
@seismicisolation
@seismicisolation
682 9 Exercises with Solutions
1
ϕ (x, y) = −
. 2 x(x − h)(y + h),
4h 3
1
. 3ϕ (x, y) = x(x − h)(y − h),
4h 3
1
ϕ (x, y) = −
. 4 x(x + h)(y − h),
4h 3
1
. 5 ϕ (x, y) = (h 2 − x 2 )(y + h),
2h 3
1
ϕ (x, y) = −
. 6 (h 2 − x 2 )(y − h).
2h 3
Hence,
. p(x, y) = p(A1 )ϕ1 (x, y) + p(A2 )ϕ2 (x, y) + p(A3 )ϕ3 (x, y)
. + p(A4 )ϕ4 (x, y) + p(A5 )ϕ5 (x, y) + p(A6 )ϕ6 (x, y).
2. .(i) We have
{
4h 2
||u
. − rh u||20,R = (-
u −-
r-
u )2 dξ dη
-
R:=[−1,1]×[−1,1] 4
{
=h 2
(-
u −-
r-
u )2 dξ dη.
-
R
.||-
u −-
r-
u ||0, R- ≤ c|-
u |2, R- ≤ ch|u|2,R .
Thus,
||u − rh u||0,R ≤ ch 2 |u|2,R .
.
@seismicisolation
@seismicisolation
9.2 Corrected 683
(ii) We have
.
|| ||2 { ( )2
|| d || 1 d
|| ||
.
|| d x (u − rh u)|| =
- h2 dξ
(-
u −- r-
u ) h 2 dξ dη
0,R R
{ ( )2
d
= (-
u −- r-
u ) dξ dη
- dξ
R
≤ |-
u −-
r-
u |21, R-
≤ ||-
u −-
r-
u ||21, R-.
.||-
u −-
r-
u ||1, R- ≤ c|-
u |2, R-.
Hence,
|| ||2
|| d ||
|| ||
.
|| d x (u − rh u)|| ≤ c|-
u |22, R-
0,R
≤ ch 2 |u|22,R .
Thus, || ||
|| d ||
|| ||
.
|| d x (u − rh u)|| ≤ ch|u|2,R .
0,R
|| ||
|| d ||
. || (u − r u) || ≤ ch 2 |u|3,R .
|| d x h ||
0,R
In fact,
|| || || ||
|| d || ||
−1 || d
||
|| || u )||
.
|| d x (u − rh u)|| = hh || dξ (-
u −-
r- || - .
0,R 0, R
d
. L :-
u −→ (-
u −-
r-
u)
dξ
@seismicisolation
@seismicisolation
684 9 Exercises with Solutions
{
. |L(- - u |2 -.
u )|2 dξ dη ≤ c mes( R)|- 3, R
-
R
Thus,
|| ||
|| d ||
|| (- u − -
r -
u ) || ≤ c|-u |3, R-
.
|| dξ || -
0, R
≤ ch 2 |u|3,R .
It follows that || ||
|| d ||
|| (u − rh u)|| ≤ ch 2 |u|3,R .
.
|| d x ||
0,R
(iv) We have
.
|| ||2 { ( )2
|| d || 1 d
|| (u − r u) || = (-
u − -
r -
u ) h 2 dξ dη.
.
|| dy h || - h 2 dη
0,R R
(v) We have
.
({ [ ]2 ) 21 ({ [ ]2 ) 21
h 1
d 1 d 2h
. (u − rh u)(x, h) dx = 2 dξ
(-
u −-r-
u )(ξ, 1) dξ
−h dx −1 h 2
({ [ ]2 ) 21
1
d
= h− 2
1
(-
u −-r-
u )(ξ, 1) dξ .
−1 dξ
@seismicisolation
@seismicisolation
9.2 Corrected 685
Furthermore,
({ [ ]2 ) 21
1
d3
|-
.u (·, 1)|3,(−1,1) = 3
-
u (·, 1) dξ
−1 dξ
|| 3 ||
|| d ||
≤ || u ||
|| dξ 3 - || -
0, R
≤ ||-
u ||3, R-
≤ h −1 h 3 ||u||3,R .
Thus,
({ [ ]2 ) 21
h
d 3
. (u − rh u)(x, h) dx ≤ ch 2 |u|3,R .
−h dx
The mapping
({ ( )2 ) 21
1
d-wh
-
wh −→
. (ξ, 1) dξ
−1 dξ
. dim(P/P0 ) < ∞,
then since in a finite-dimensional space all the norms are equivalent, there is .c > 0
such that
@seismicisolation
@seismicisolation
686 9 Exercises with Solutions
({ ( )2 ) 21
1
d-wh
. (ξ, 1) dξ ≤ c|-
wh |1, R-.
−1 dξ
Thus,
({ ( )2 ) 1 ({ ( )2 )1
h 2 h 2
d dwh 1 3
. (u − rh u (x, h) d x (x, h) d x ≤ ch − 2 |-
wh |1, R-h 2 |u|3,R .
−h dx −h dx
Further,
hence
{ h ( )
d dwh
. (u − rh u) (x, h) d x ≤ ch|u|3,R |wh |1,R .
−h dx dx
{ h ( ) { 1 ( )
d dwh d d-wh
. (u − rh u) (x, h) d x = hh −2 (-
u −-
r-
u) (ξ, 1) dξ.
−h dx dx −1 dξ dξ
We pose
{ 1 ( )
d d-wh
. u, -
G(- wh ) = (-
u −-
r-
u) (ξ, 1) dξ.
−1 dξ dξ
. |G(-
u, -
wh )| ≤ c|-
wh |1, R-|-
u |3, R-.
Thus,
{ h ( )
d dwh
. (u − rh u) (x, h) d x ≤ ch|u|3,R |wh |1,R .
−h dx dx
@seismicisolation
@seismicisolation
9.2 Corrected 687
We have
( ) ( )( )( )
01 1 1 1 1 0 1 1
. B(0) = = .
10 2 1 −1 0 −1 1 −1
Hence, ( )
−1 1
(B − M)(0) =
.
1 −1
@seismicisolation
@seismicisolation
688 9 Exercises with Solutions
( )
00
(B + M)(0) =
. ,
2β
( ) ( )
0 −1 0 1
. B(1) = , M(1) = , γ ≥ 0,
−1 0 −1 γ
( )
0 −2
. (B − M)(1) = ,
0 −γ
( )
0 0
. (B + M)(1) = .
−2 γ
We have
( )
0 2
(B + M)(0) =
.
t
0 −β
and
( )
0 −2
. (B + M)(1) =
t
.
0 −γ
Let
. W = {(ϕ̊1 , ϕ2 ) ∈ C 1 ([0, 1], R)|R × C 1 ([0, 1], R) such that ϕ2 (0) = ϕ2 (1) = 0}
and
. V = {v = A∗ ϕ, ϕ ∈ W }.
Let us show that for all .v ∈ V , there exists unique .ϕ ∈ W such that . A∗ ϕ = v. Just
check that . A∗ ϕ = 0, .ϕ ∈ W , leads to .ϕ = 0. Let .ϕ1 and .ϕ2 be such that
dϕ2 dϕ1
. = 0, + ϕ2 = 0.
dx dx
We have .ϕ2 = a, .ϕ1 = −ax + b. Gold, .ϕ2 (0) = ϕ2 (1) = 0, hence .ϕ2 = a =
0 and .ϕ1 = b. So, .ϕ̊1 = 0. Space .V is included in space
{ { 1 }
2 ∗
.(L ) = (v1 , v2 ) ∈ (L ) v1 d x = 0 ,
2 2
such that
0
@seismicisolation
@seismicisolation
9.2 Corrected 689
The subspace .(L 2 )∗ endowed with the norm induced by .(L 2 )2 is a Hilbert space.
Let .v ∈ V be any element, we associate .ϕ ∈ W to it, unique solution of . A∗ ϕ = v and
we set
{ 1
.v −→ L(v) = f ϕ1 d x,
0
where .ϕ1 is a representative of class .ϕ̊1 . This linear form is well defined because
{ 1
. f dx = 0
0
and .ϕ̊1 ∈ C 1 ([0, 1], R)|R . Let us show that this form is continuous for the norm of
2 ∗
.(L ) . In fact,
Gold, || ||
|| dϕ1 ||
|| || ≤ ||v2 ||0,(0,1) + ||ϕ2 ||0,(0,1) .
.
|| d x ||
0,(0,1)
= v1 dt.
0
@seismicisolation
@seismicisolation
690 9 Exercises with Solutions
Hence,
||ϕ2 ||0,(0,1) ≤ ||v1 ||0,(0,1) .
.
We can deduce
. Au = f on D , × D , .
So, .u 2 ∈ H 1 (0, 1) and .u 1 ∈ H 2 (0, 1)|R . Applying Green’s formula, it then comes
.u 2 (0) = u 2 (1) = 0.
2. Consider
( ) ( ) ( )( ) ( )
0 −1 ∂ u 00 u f
. + = .
−1 0 ∂x v 01 v 0
@seismicisolation
@seismicisolation
9.2 Corrected 691
We have
( )
−a 0
(B +t M)(0) = (B − M)(0) =
.
2 0
and
( )
−a1 0
.(B +t M)(1) = (B − M)(1) = .
−2 0
Let
and
. V = {v = A∗ ϕ, ϕ ∈ W }.
{ 1
. L(v) = f ϕ1 d x.
0
{ 1 { 1 ( )
dϕ1
. v2 d x = + ϕ2 dx
0 0 dx
{ 1
= ϕ2 d x
0
= ϕ2 (ξ )
and
@seismicisolation
@seismicisolation
692 9 Exercises with Solutions
{ x
ϕ (x) = ϕ2 (ξ ) +
. 2 v1 dt
ξ
{ 1 { x
= v2 d x + v1 dt.
0 ξ
We can deduce
. ||ϕ2 ||0,(0,1) ≤ ||v2 ||0,(0,1) + ||v1 ||0,(0,1) .
Hence
||L|| = ||L||.
.
for all .ϕ ∈ W . If we interpolate this relation in the sense of .D , (]0, 1[), we have
du 2 du 1
. − = f, − + u 2 = 0.
dx dx
N
Hence .u 2 ∈ H 1 (0, 1) and .u 1 ∈ H 2 (0, 1) H01 (0, 1). Green’s formula allows us
to conclude .u 1 (0) = u 1 (1) = 0.
Solution: Exercise 9.41 We have
⎛ ⎞
0 −νx −ν y
. B = ⎝ −ν x 0 0 ⎠,
−ν y 0 0
@seismicisolation
@seismicisolation
9.2 Corrected 693
where .νx and .ν y are the components of the exterior normal .ν to .∂Ω. We choose
⎛ ⎞
0 νx ν y
. M = ⎝ −ν x 0 0 ⎠ .
−ν y 0 0
Hence,
⎛ ⎞
0 −2νx −2ν y
.(B − M) = ⎝ 0 0 0 ⎠.
0 0 0
So,
. K er (B − M) + K er (B + M) = R3 .
{ 1 { 1
. (v2 + w2 )(x, t) d x − (v2 + w2 )(x, 0) d x − 2(v, w)(1, t) + 2vw(0, t) = 0
0 0
Hence,
{ 1 { t
. (v2 + w2 )(x, t) d x + 2β(w(1, t))2 − 2α(w(0, t))2 = (v2 + w2 )(x, 0) d x.
0 0
@seismicisolation
@seismicisolation
694 9 Exercises with Solutions
We have
( ) ( )
−a1 0 ab
. B(0, t) = and M(0, t) = .
0 a2 cd
@seismicisolation
@seismicisolation
9.2 Corrected 695
Hence,
a2
. − a1 a2 + a 2 + (a1 + a)λc = 0.
a1
So,
a2 (a1 − a)
.c= .
λa1
λ2 + a2
a1
.a 2 + 2a1 a + a12 = ϕ(a) ≤ 0.
λ2 − a2
a1
We have
4λ2 a1 a2
Δ, = (
. )2 ≥ 0.
λ2 − aa21
If .λ2 − aa21 > 0, the equation .ϕ(ξ ) = 0 has two strictly negative real roots, so for
all .a ≥ 0 , we have .ϕ(a) > 0.
If .λ2 − aa21 < 0, the equation .ϕ(ξ ) = 0 has two positive real roots .ξ1 and .ξ2 , so
for all .a such that .0 < ξ1 ≤ a ≤ ξ2 , we have .ϕ(a) ≤ 0. We can therefore admissibly
examine the condition .u(0, t) = λv(0, t) if, and only if,
/
a2
.|λ| ≤ .
a1
@seismicisolation
@seismicisolation
696 9 Exercises with Solutions
( ) ( ) ( ) ( ) ( )( ) ( )
b0 ∂ u ba1 0 ∂ u b0 u b f1
. + + = .
0c ∂t v 0 −ca2 ∂ x v 0c v c f2
The system is positive in the sense of Friedrichs if, and only if, the matrix
⎛ ⎞
∂b
⎜ −a 1 + 2b 0 ⎟
.⎝ ∂x ⎠
∂c
0 a2 + 2c
∂x
is positive definite. We choose .b and .c such that .b(x) and .c(x) are strictly positive
for all .x ∈ [0, 1], and
/
a2 c(0)
.|λ| ≤
a1 b(0)
and
/
a1 b(1)
|μ| ≤
.
a2 c(1)
or
b(0) a2 1
. ≤ ,
c(0) a 1 λ2
and
b(1) a2
. ≥ μ2 .
c(1) a1
@seismicisolation
@seismicisolation
9.2 Corrected 697
b(0) 1
. =
c(0) c(0)
a2
=
a 1 λ2
and
b(1) 1
. =
c(1) c(1)
a2 μ2
= .
a1
∂c a1
a
. 2 (0) + 2c = −αλ2 a1 x α−1 + β 2 x β−1 + 2c.
∂x μ
Hence,
∂c
a
. 2 (0) + 2c(0) = 2c(0) > 0
∂x
and
( )
∂c β
.a2 (1) + 2c(1) = 2c(1) + β 2 − αλ a1
2
∂x μ
Solution: Exercise 9.44 Let .{ψi } be a basis of . X h∗ , then the .wi ∈ Vh such that
∗
.(wi , p)(L 2 (Ω,R)) p = (A ψi , p)(L 2 (Ω,R)) p constitute a basis of . W because otherwise,
E
let . i λi wi = 0, the .λi not all being zero, then for all . p ∈ Vh , we have
( ( ) )
E
∗
. A λi ψi , p = 0.
i (L 2 (Ω,R)) p
In particular,
( ( ) )
E E
∗
. A λi ψi , λi ψi = 0.
i i (L 2 (Ω,R)) p
@seismicisolation
@seismicisolation
698 9 Exercises with Solutions
Solution: Exercise 9.45 Let .W = {w ∈ Vh , (w, p)(L 2 (Ω,R)) p = (A∗ vh , p)(L 2 (Ω,R)) p
for all p ∈ Vh , with vh ∈ X h∗ }. .W is strictly included in .Vh if, and only if, . K er (B +t
M) does not reduce to the zero element. On .W , we define the linear form
1
≤ ||F||(L 2 (Ω,R)) p ||w||(L 2 (Ω,R)) p .
α
1
.||L|| ≤ ||F||(L 2 (Ω,R)) p .
α
This linear form is expressed using the scalar product induced by the scalar product
in .(L 2 (Ω, R)) p
and, we have
.
So, there exists .u h ∈ Vh such that
@seismicisolation
@seismicisolation
9.2 Corrected 699
. B − M = B +t M.
{ 1( ( ) ( )) { 1
dψh dϕh
. uh + ϕh + vh + ψh dx = f ϕh d x, for all (ϕh , ψh ) ∈ (Vh )2 ,
0 dx dx 0
{ 1
1 1 1
.− (vi+1 − vi−1 ) + (u i+1 + 4u i + u i−1 ) = f ϕi d x, 1 ≤ i ≤ I − 1,
2h 6 h 0
1 1
. − (u i+1 − u i−1 ) + (vi+1 + 4vi + vi−1 ) = 0, 1 ≤ i ≤ I − 1,
2h 6
1 1
. − (u 1 + u 0 ) + (2v0 + v1 ) = 0,
2h 6
1 1
. (u I + u I −1 ) + (2v I + v I −1 ) = 0.
2h 6
If we fix .u 0 and .u I , then we have a unique solution.
2. Add the two equations .u 0 = 0 and .u I = 0.
{ 1 ( ) { 1
dϕh
. uh − + σ ϕh d x = f ϕh d x, for all ϕh ∈ Z h∗ ,
0 dx 0
@seismicisolation
@seismicisolation
700 9 Exercises with Solutions
i.e.,
{
u i+1 − u i−1 σ 1 1
. + (u i+1 + 4u i + u i−1 ) = f ϕi d x, 1 ≤ i ≤ I − 1,
2h 6 h 0
{ 1
1 1
. − (u 1 + u 0 ) + σ (2u 0 + u 1 ) = f ϕ0 d x,
h h 0
u = 0,
. 0
where the .ϕi are the usual hat functions, and where .ϕ0 is the half hat function.
Solution: Exercise 9.48 The problem
. − u ,, + u = f, 0 < x < 1,
u(0) = u(1) = 0,
.
{ 1 (( ) ( ) )
dvh du h a
. − + uh − f ph + − + vh qh d x + u h (0) ph (0)
0 dx dx 2
b
− u h (0)qh (0) + u h (1) + u h (1)qh (1) = 0,
2
1 1
. − (u i+1 − u i−1 ) + (vi+1 + 4vi + vi−1 ) = 0,
2h 6
@seismicisolation
@seismicisolation
9.2 Corrected 701
{ h
1 1 b 1
. − (v I − v I −1 ) + (u I −1 + 2u I ) + uI = f ϕ I d x,
h 3 2h h 0
1 1 u0
. − (u 1 − u 0 ) + (v1 − 2v0 ) − = 0,
h 3 h
1 1 uI
. − (u I − u I −1 ) + (v I −1 − 2v I ) + = 0.
h 3 h
Solution: Exercise 9.49 1. We have
1
. h(σ u i+ 21 − f i+ 21 ) + (u i+ 23 − u i− 21 ) = 0, 1 ≤ i ≤ I − 2,
2
1( )
. h(σ u 21 − f 21 ) + u 23 + u 21 − μ = 0,
2
1
. h(σ u I − 21 − f I − 21 ) + (u I − 21 − u I − 23 ) = 0.
2
@seismicisolation
@seismicisolation
702 9 Exercises with Solutions
[ ( ) 1 ]
1
. h σ u(h) − f 21 + (u(h) + u(h)) − μ = O(h),
h 2
[ ( ( ) ) ( ( ) ( ))]
1 h 1 h h
. hσ u x I − 1 + − fI− 1 + u xI− 1 + − u xI− 3 − = O(h).
h 2 2 2 2 2 2 2 2
2. For .1 ≤ i ≤ I − 2, we have
2(u i+ 23 − u i− 21 )u i+ 21 = u i+
.
2
3 − u
2
i− 1
− (u i+ 23 − u i− 21 )2 + (u i+ 21 − u i− 21 )2 .
2 2
We sum
u 2I − 1 − u 2I − 5 − (u I − 21 − u I − 23 )2 + (u I − 23 − u I − 5 )2
.
2 2 2
u 2I − 3 − u 2I − 7 − (u I − 23 − u I − 5 )2 + (u I − 5 − u I − 27 )2
.
2 2 2 2
u 2I − 5 − etc.
.
2
. u 23 − u 23 − (u 23 − u 5 )2 + (u 5 − u 23 )2
2 2 2 2
u 25 − u 21 − (u 5 − u 23 )2 + (u 23 − u 21 )2 .
.
2 2 2
He stays
1( 2 )
. u I − 1 + u 2I − 7 − (u I − 21 − u I − 23 )2 − u 23 − u 21 + (u 23 − u 21 )2 +
4 2 2 2 2
( )
1 1
. (u 3 + u 21 ) − μ u 21 + (u I − 21 − u I − 23 )u I − 21 .
2 2 2
@seismicisolation
@seismicisolation
9.2 Corrected 703
He comes
E I −1
1 2 1 1
. u I − 1 + u 21 − μu 12 + 2
u i+ 1 − f i+ 1 u i+ 1 = 0.
2 2 2 2 2 i=0
2 2 2
E I −1 E I −1
1 2 1
. w I − 1 + w21 + h 2
wi+ 1 = h
2
wi+ 21 .
2 2 2 2 i=0
2
i=0
Hence,
( I −1
) 21
E
. h (u i+ 21 − vi+ 21 )2 = O(h).
i=0
So,
v
. i+ 1
2
− u(xi+ 21 ) = O(h)
and
I −1
E
. h(vi+ 21 − u(xi+ 21 ))2 = O(h 2 ).
i=0
The exterior normal to triangle .1, along side . S16 (separating triangles .1 and .6) has
components
@seismicisolation
@seismicisolation
704 9 Exercises with Solutions
Δy Δx
n =
. x , ny = .
l l
Call .ϕ j the value of .ϕh on the triangle . j. For the triangle .6, we have the equation
σ Aϕ6 + νΔx(ϕ6 − ϕ5 ) = 0.
. (9.2.13)
For the other triangles, one or the other of these two relations is obtained.
1
2 6
3 5
4 7
(μ, ν)
@seismicisolation
@seismicisolation
9.2 Corrected 705
μ ν σ 2 Δy
. (ϕ7 − ϕ4 ) + (ϕ6 − ϕ7 ) + σ ϕ6 + ϕ6 = 0.
Δx Δy 4ν
In the sense of finite differences, this scheme is of order .1. If we eliminate the
unknowns .ϕ2 and .ϕ6 , we obtain the same
μ ν σ 2 Δy
. (ϕ5 − ϕ3 ) + (ϕ1 − ϕ5 ) + σ ϕ1 + ϕ1 = 0.
Δx Δy 4ν
It is of course advisable to modify the equations according to the slope of the char-
acteristic direction .(μ, ν). In the case of the particular mesh above, we therefore have
1
a method in . O(h) (to be compared with the value .h 2 provided by the general theo-
rem).
u(0) = λ.
.
I −1 {
E xi+1 ( )( ( ))
du h dvh
. + σ uh − f vh + h + σ vh d x + (u h (0+ ) − λ)vh =0,
i=0 xi dx dx
for all .vh . Using the trapezium formula to calculate the integrals, we get
u i+1 − ai−1
. + σ u i − f (xi )(1 + σ h)
2h
( )
u i+1 − 2u i + u i−1 u i+1 − u i−1 f (xi+1 ) − f (xi−1 )
. +h − − σ + =1
h2 2h 2h
.1 > i > J − 1.
( )
u1 − u0
. + σ u 0 − f (x0 ) (1 + 0h)
h
( )
−u 1 + u 0 u1 + u0 f (x1 ) − f (x0 )
.+h −σ + + (u 0 − λ) = 0.
h h h
@seismicisolation
@seismicisolation
706 9 Exercises with Solutions
| |
2. Given the problem: Find .u h ∈ Wh = T ⊂Ω Pk (T ) such that
E{ { ((
BT − M T
) ) }
. (Au h − f, vh + h Avh )(L 2 (T,R)) p − (u int
h − u h ), vh
ext int
ds = 0,
∂T 2 2
T ⊂Ω
E{ { ((
BT − M T
) ) }
. E(v, w) = (Av, w + h Aw)(L 2 (T,R)) p − (vint − v ext ), wint ds .
∂T 2 2
T ⊂Ω
We have
E{
. (BT vhext , vhint )2 ds = 0
T ⊂Ω ∂T
and
E{
. (MT (vhint − vhext ), vhint )2 ds ≥ 0,
T ⊂Ω ∂T
T ⊂Ω
which proves the existence and uniqueness of the approximate solution .u h . For the
error markup, we set .e = u h − vh . Using Green’s sum, we write, using the notations
of Theorem 7.9.1,
E {
1 E
. E(e, e) ≥ α||e||20,T + h||Ae||20,T + (M S (eint − eext ), eint − eext )2 ds.
T ⊂Ω
2 S
S⊂S
@seismicisolation
@seismicisolation
References 707
and consequently
1
||u − u h ||0,Ω = O(h k+ 2 ).
.
References
@seismicisolation
@seismicisolation
Chapter 10
Revision Issues
Exercise 10.1 Let the problem be .−u ,, + u = f , .0 < x < 1, .u(0) = u(1) = 0.
After having written this problem in the form of a Friedrichs system, explain the
equations for the problem (7.7.2), when .Vh = Z h × Z h , or . Z h is the space of contin-
uous functions, polynomials of degree.≤ 1 on each interval.[xi , xi+1 ],.0 ≤ i ≤ I − 1,
or . I h = 1 and .xi = i h, .0 ≤ i ≤ I . Conclude. ♦
Exercise 10.2 Repeat Exercise 10.1 by looking for the solution .u h in the space . X h
defined in (7.7.1). ♦
Exercise 10.3 1. We consider the scheme (7.9.8), (7.9.9), (7.9.10) with .m i = 0,
1 ≤ i ≤ I − 1. Show that we can assign the values .u i+ 21 to points . yi+ 21 ∈ [xi , xi+1 ]
.
so that the truncation error is in . O(h) for all equations (we will assume that .h i = h
for all .i).
2. Perform directly by finite difference techniques the increase of the error for the
diagram of 1. ♦
Exercise 10.4 We consider the problem of the elastic cord attached at its two extrem-
ities .0 and .1. We act on this string with a force of density . f . It is assumed that the
internal energy of the string is proportional to the variation in length of the string.
1. Write the total energy of the string for a displacement .v.
2. Simplify the expression for energy by assuming small motions.
3. Write this problem in the form .a(u, v) = L(v) and apply the Lax-Milgram theo-
rem.
4. Interpret the problem (differential equation). ♦
Exercise 10.5 Determine the eigenfunctions and eigenvalues of the operator
d2
. −
dx2
© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024 709
A. Jeribi, Problems in Finite Element Methods, Infosys Science Foundation Series,
https://doi.org/10.1007/978-981-97-5710-7_10
@seismicisolation
@seismicisolation
710 10 Revision Issues
d 2ϕ
. − = λϕ, x ∈]0, 1[
dx2
ϕ(0) = ϕ(1) = 0.
.
♦
Exercise 10.6 Let .Vh be the space generated by the functions
(( ) )
1
w j (x) = cos
. j+ π x + 1 − x, 0 ≤ j ≤ N .
2
Conclude. ♦
Exercise 10.7 Consider a regular open set .Ω. Using Green’s formula, show that
||Δv||0,Ω = |v|2,Ω for all .v ∈ H02 (Ω).
. ♦
Exercise 10.8 1. Show the following inequality
{ 1 { 1 ( )2
dv
. v dx ≤ c
2
dx
0 0 dx
x v2
. i+1 i+1 − xi vi2 = xi (vi+1 − vi )(vi+1 + vi ) + hvi+1
2
,
I −1
E I −1 (
E )
vi+1 − vi 2
. h vi2 ≤ 4h
i=1 i=0
h
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 711
(ii) Calculate
.
{ xi+1
. vh2 d x
xi
depending on the values .vi and .vi+1 . Show that there exists a constant .c independent
of .vh and .h such that { xi+1
. vh2 d x ≥ ch(vi2 + vi+1
2
).
xi
.(iii) Let .Vh = {vh ∈ Wh such that vh (0) = vh (1) = 0}. Using 1. (Poincaré inequal-
ity) and the previous questions, find the inequality demonstrated at 2.
.(iv) Show that there exists a constant .c > 0 and independent of .h such that
({ ( )2 ) 21 ({ ) 21
1 1
dvh −1
. dx ≤ ch vh2 dx ,
0 dx 0
for all .vh ∈ Vh (this inequality as under the name of inverse inequality generalizes to
higher dimensions in space and to polynomials of higher degree).
4. We consider the problem (4.3.1), (4.3.2) discretized as in Example 4.3.4.
.(i) Using the discrete Poincaré inequality, show the inequality
⎛ ⎞ 21
I −1
E
.||u h ||h ≤ c ⎝h ( f (x j ))2 ⎠ ,
j=1
.|| · ||h is defined in Remark 4.3.4 (we will use an integration formula by discrete part).
.(ii) Using the truncation error definition (Remark 4.3.3) write the numerical scheme
linking the .e j = u h (x j ) − u(x j ), .0 ≤ j ≤ I to . E j , .1 ≤ j ≤ I − 1. Deduce that if
.u ∈ C ([0, 1], R), then .||e||h = O(h ), where .e = (e0 , . . . , e I ). ♦
4 2
u(0) = u(1) = 0.
.
Give sufficient conditions on the functions .a, .b, and .c so that the problem admits a
solution .u ∈ H01 (0, 1). Same question with Neumann boundary conditions. ♦
@seismicisolation
@seismicisolation
712 10 Revision Issues
Exercise 10.11 Let . f α be the function defined on .]1, +∞[ by . f α (x) := x α .(α ∈
R). For which values of .α is . f α a function of . H 1 (]1, +∞[). Same question but
considering this time . f α defined on .]0, 1[. ♦
Exercise 10.12 Let .x0 ∈]0, 1[. Show that the problem: Find .u ∈ H01 (]0, 1[) such
that .−u ,, = δx0 admits a unique solution, where .δx0 is the mass of Dirac at point .x0 .
Calculate, then, this solution. ♦
Exercise 10.13 Let. X be a real Hilbert space of norm.|| · || and let. K be a non-empty,
closed, convex set, of . X .
1. Show that for all . f ∈ X , there is .u ∈ X unique such that .|| f − u|| ≤ || f − v|| for
all .v ∈ K .
2. Show that .u is characterized by the relation .( f − u, v − u) ≤ 0 for all .v ∈ K .
3. Let .a(·, ·) be a bilinear form on . X × X , symmetrical continuous and coercive and
. L(·) be a continuous linear form on . X . Show that there is one and only one .u ∈ K
checking
. J (u) ≤ J (v)
a(u h , vh ) = L(vh )
.
Exercise 10.15 Let . H and .V be two real Hilbert spaces. We note .(·, ·) H and .(·, ·)V
their, respective, inner products and, .|| · || H and .|| · ||V , the norms associated with
these scalar products. We assume that .V is a dense subspace of . H and that there
exists .C > 0 such that
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 713
2. Show that if we choose.n 0 large enough, then for all.n ≥ n 0 , there is.u n ∈ V unique
such that
1
.a(u n , v) + b(u n , v) = ( f, v) H for all v ∈ V.
n
3. Show that the sequence .(u n )n≥n 0 is bounded in . H and deduce that the sequence
( )
1
. √ un
n n≥n 0
is bounded in .V . ♦
is given by [
|E
| n 2
.||A|| = | ai j
i, j=1
and
||A + B|| = ||A|| + ||B||
.
if, and only if, . A = λB .(we do not ask to demonstrate these relations again.).
1. For .s vector of .Rn , we denote by .s t the transpose of .s. Show that
@seismicisolation
@seismicisolation
714 10 Revision Issues
(y − Bs)s t
. B̄ = B + .
(s, s)
{ 1
||g||1 :=
. |g(x)|d x.
−1
1. Let. f ∈ L 1 (] − 1, 1[, R). Show that there exists. p ∈ Pn (the set of polynomials of
degree ≤ n) such that
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 715
4. When . f ∈ H 1 (0, 1), show that the solution of the problem variational belongs to
.C ([0, 1], R). Deduce that the boundary problem (10.1.2) admits a classical solution
2
where . f ∈ L 2 (0, 1), μ ∈ L ∞ (0, 1) with .μ(x) ≥ β > 0, for all .x ∈]0, 1[ and .τ > 0
is a real number.
1. Write the variational formulation of the boundary problem (10.1.3) (define the
space .V ).
2. Show that the variational problem associated with (10.1.3) admits a unique solution
in an appropriate Hilbert space .V .
3. Show that the variational problem is equivalent to the problem (10.1.3).
4. When the function .μ is fairly regular (for example, in .C 1 ([0, 1], R)) and . f ∈
H 1 (0, 1) show that the solution of the variational problem belongs to .C 2 ([0, 1], R).
Deduce that the boundary problem (10.1.3) admits a classical solution and a alone.
5. Given an integer . N greater than or equal to 1, we set .h = δ N 1+1 and we define a
regular subdivision .(xi )0≤i≤N +1 of the interval .[0, 1] of constant step .h. Let’s ask
{ }
. Wh = vh ∈ C 0 ([0, 1], R) such that vh|(xi ,xi+1 ) ∈ P1 (xi , xi+1 ) 0 ≤ i ≤ N .
@seismicisolation
@seismicisolation
716 10 Revision Issues
with { {
1 1
.a(u, v) = u , v, d x + u , v d x,
0 0
{ 1
. L(v) = f v d x,
0
{
−u ,, + u , = f on (0, 1)
. (10.1.5)
u(0) = u(1) = 0.
.(c) Write the corresponding linear system to the approximate problem when looking
for .u h ∈ Vh . ♦
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 717
{
−(χ u , ), + μu , = f on (0, 1)
. (10.1.7)
u(0) = u(1) = 0.
Exercise 10.23 I. Let.Ω be a bounded open of.Rn with a fairly regular.∂Ω boundary.
We decompose .Ω in the form
| | | |
Ω = Ω1
. Ω2 E
H1 E H2
Ωk being an open of .Rn of border .Γk , .k = 1.2. We assume that the interface .E is
.
fairly regular .(C 1 per piece) so that for .v = (v1 , v2 ) ∈ H 1 (Ω1 ) × H 1 (Ω2 ), we can
define the traces .v1|E and .v2|E .
1. Let .v ∈ C 0 (Ω, R). Say why, we have
{ {
. vn 1 ds = − vn 2 ds,
E E
@seismicisolation
@seismicisolation
718 10 Revision Issues
∂ ( )
v
. i |Ωk = v|Ωk , k = 1, 2.
∂ xi
2 {
E E 2 {
∂v
. (vi , ϕ) = ϕ dx − vϕn i ds.
k=1 Ωk ∂ xi k=1 Γk
in .D , (Ω).
.(iii) Deduce that .v ∈ H (Ω).
1
| |
p
Ω=
. Ωk ,
k=1
where
.• Ωk is an open of .R contained in .Ω, whose border .γk is .C per piece .1 ≤ k ≤ p.
n 1
n
.• Ωk Ωs = ∅ for .k /= s.
Finally, let .v ∈ C 0 (Ω, R) be a function such that for all .k = 1, . . . , p the restriction
of .v to .Ωk , .v|Ωk , belongs to . H 1 (Ωk ).
Drawing on the above reasoning, show that .v ∈ H 1 (Ω). ♦
1. Show that we can choose .k so that the function .U belongs to . H 1 (Ω), with
{ / }
1
Ω = (x, y) ∈ R2 such that x 2 + y 2 <
. .
2
. H 1 (Ω) ⊂ C 0 (Ω, R)
Exercise 10.25 Throughout the problem .Ω denotes a regular bounded open edge
Γ = ∂Ω.
.
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 719
∂u
on .Γ0 : .u = 0 ≥0.
∂n
∂u
on .Γ1 : .u ≥ 0 . = 0.
∂n
II. Approximation of an optimization problem:
Let .V be a Hilbert space, . J be a differentiable .α-convex functional defined on .V and
K be a closed convex of .V . We give ourselves .Vh and consider the problems
.
and
. (Ph ) min J (v).
vh ∈K h
1. Show that the problems .(P) and .(Ph ) have a unique solution (respectively, .u and
u ) and write the Euler inequalities verified by .u and .u h .
. h
We assume that the approximation of.V and. K by.Vh and. K h satisfies both hypotheses
(i) For all .v ∈ K , there is .vh ∈ K h such that .vh → v strongly when .h tends to .0.
.
(ii) .vh ∈ K h and .vh converge weakly to .v implies .v ∈ K .
.
2. Show that the sequence . J (u h ) is bounded, then that the sequence .vh is bounded.
Deduce that .u h converges weakly, then strongly towards .u when .h tends towards .0.
III. We return to the problem of I.: We assume here that .Ω is a polygon of .R2 and
we consider a triangulation of .Ω by triangles .T of diameters less than or equal at .h.
We pose
and
@seismicisolation
@seismicisolation
720 10 Revision Issues
1. Show . K h ⊂ K .
2. Quickly express why the hypothesis .(i) is verified here. Show that .(ii) is verified.
Show that .u h solution of the problem .(Ph ) strongly converges to .u solution of .(P).
♦
.χ (a) ≤ 0
and
χ (b) ≤ 0.
.
n
1. .(a) Show that there is .u ∈ H 2 (]a, b[) H01 (]a, b[) such that
. − u ,, = −χ ,, on ]a, b[.
and { b
. L(v) = f v d x.
a
(b) Assuming that for all .ϕ ∈ D(I ), .u + tϕ ∈ K for all .|t| > 0 small enough, show
.
that
,,
.(−u − f )(u − χ ) = 0 almost everywhere on ]a, b[.
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 721
(c) Knowing that the set of positive functions of .D(]a, b[) is dense in the set of
.
♦
Exercise 10.27 We consider the problem at the limits: Find .u such that
⎧ ( )
⎪ d du
⎨− χ + μu = f on ]0, 1[
.
dx dx (10.1.9)
⎪
⎩ u(0) = 0, du (1) + τ u(1) = 0,
dx
χ (x) ≥ α > 0,
.
μ(x) ≥ β > 0,
@seismicisolation
@seismicisolation
722 10 Revision Issues
.χ (x) ≥ a > 0,
. μ(x) ≥ b > 0,
Exercise 10.29 I. Let .a(·, ·) be a continuous and coercive bilinear form on the
Hilbert space, of infinite dimension .V , and let . L(·) be a continuous linear form over
. V . We consider the following two problems:
where
1
. J (v) := a(v, v) − L(v).
2
Find .u ∈ V such that
a(u, v) = L(v) for all v ∈ V.
. (10.1.12)
. J (u) ≤ J (u + εw).
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 723
1
. J (v) = J (u) + a(u, v − u) − L(v − u) + a(v − u, v − u).
2
.(b) Deduce that .u is solution of the problem (10.1.11).
.3. Show that the problem (10.1.11) admits a unique solution.
.4. To solve the problem numerically (10.1.11), we are led to look for an approximate
solution .u h belonging to a subspace .Vh ⊂ V , of finite dimension, i.e., find .u h ∈ Vh
such that
. J (u h ) = inf J (vh ). (10.1.13)
vh ∈Vh
/
M
.||u − u h || ≤ inf ||u − vh ||,
α vh ∈Vh
where . M is the continuity constant of .a(·, ·) and .α is the coercivity constant of .a(·, ·).
II. We consider the boundary problem: Find .u such that
⎧ ( )
⎪ d du
⎨− χ + μu = f in]0.1[
.
dx dx (10.1.14)
⎪
⎩ u(0) = 0, du (1) = 1,
dx
χ (x) ≥ α > 0
.
and
μ(x) ≥ β > 0,
.
for all .x ∈]0.1[. This problem corresponds to a metal bar heated by means of a
quantity of heat. f , the function.u representing the temperature. We fix the temperature
.u = 0 in . x = 0 and we suppose that the heat flow
du
. (1) = 1
dx
in .x = 1.
.1. Write the variational formulation of the boundary problem (10.1.14) (define the
space .V ).
.2. Show that the variational problem associated with (10.1.14) admits a unique solu-
@seismicisolation
@seismicisolation
724 10 Revision Issues
.3. Show that the variational problem is equivalent to the problem (10.1.14).
.4. When the functions .χ and .μ are fairly regular (.for example in C 1 ([0, 1], R)) and
. f ∈ H (0, 1) show that the solution of the variational problem belongs to space
1
.C ([0, 1], R). Deduce that the boundary problem (10.1.14) admits a classical solution
2
(0, 1)
1
2 3 2
4 ( 31 , 13 )
1
1 ξ
2
(0, 0) (1, 0)
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 725
1. Is there a unique polynomial . p ∈ P taking values given at points .1, .2, .3, and .4.
Indication: we, can, find the basis functions
Hence,
. -1 ) + ϕ2 (ξ, η) p( A
p(ξ, η) = ϕ1 (ξ, η) p( A -2 ) + ϕ3 (ξ, η) p( A
-3 ) + ϕ4 (ξ, η) p( A
-4 ).
Φ : P −→ R4
.
p −→ ( p(-
A1 ), p(-
A2 ), p(-
A3 ), p(-
A4 ))
. -1 ) + p( A
p(ξ, η)|ξ =0 = p(0, η) = (1 − 2η) p( A -3 ) + (2η − 1) p( A
-2 ).
So, there is no continuity between two neighboring triangles. So, this is a non-
conforming method. Study the non-conforming method associated with this element,
the existence of an approximate solution and the convergence of the approximate
solution towards the exact solution.
3. Same questions for . P = P1 + {ξ 2 + η2 + (1 − ξ − η)2 }. ♦
Exercise 10.31 Consider the following triangulation of a domain .Ω, where the
vertices are numbered as in the figure opposite.
11 10 9 8 7 6 5
27 26 25 24 23
12 4
13 3
28 35 34 33 22
14 2
29 30 31 32 21
15 16 17 18 19 20 1
@seismicisolation
@seismicisolation
726 10 Revision Issues
(0, 1)
5 4
7 ( 13 , 13 )
3 6 1
(0, 0) (1, 0)
1. Is there a unique polynomial . p ∈ P taking values given at points .1, .2, .3, .4, .5, .6,
and .7.
2. Can we then, with this finite element, construct a space
. Vh ⊂ H01 (Ω),
u
where .Ω := (triangles) and then give an estimates of the error for the problem
. − Δu = f
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 727
. − Δu = f
4. Study the non-conforming method associated with this element; existence of the
approximate solution and convergence of the approximate solution to the exact solu-
tion.
5. Same question with
. P = P1 + {ξ 2 + η2 + (1 − ξ − η)2 }.
@seismicisolation
@seismicisolation
728 10 Revision Issues
Find the abscissa .a and the weights to obtain an exact formula for . P3 , from a
triangle with 10 nodes. ♦
. PK = P1 .
a2 a1
a3
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 729
5 4
6 7 3
axis of symmetry
1 2
Is there a unique polynomial . p ∈ P taking values given at points .1, .2, .3, .4, .5, .6,
and .7. Conclude. Indication: It must be shown that this polynomial is not unique. So,
.(T riangle, P) is not a finite element. ♦
Exercise 10.36 Let . P = P3 .
6 5
7 10 4
axis of symmetry
3 8 9 1
1. Is there a unique polynomial . p ∈ P taking values given at points .1, .2, .3, .4, .5, .6,
7, .8, .9, and .10.
.
2. Can we then, with this finite element, construct a space
n
. Vh ⊂ C 0 (Ω, R) H01 (Ω),
u
where .Ω := (triangles) and then give an estimate of the error for the problem
@seismicisolation
@seismicisolation
730 10 Revision Issues
. − Δu = f
5 2
3
T1
6 9 8
T2
4 7 1 x
and {
.a(vh , wh ) = ∇vh ∇wh d xd y.
Ω
@seismicisolation
@seismicisolation
10.1 Exercises and Problems 731
2 x
E{
where
a (vh , wh ) =
. h ∇vh ∇wh d xd y
T ⊂Ω T
and {
. L(vh ) = f vh d xd y.
Ω
Write the linear system satisfied by the components of .u h (we will first number the
points).
3. Same question when .Vh = {vh ∈ Wh ; vh = 0 for the points such that y = 1}.
4. Same question when the space .Vh = Wh . What can we say then. ♦
- = [−1, 1] × [−1, 1], we consider
Exercise 10.39 1. On the square of reference . R
-
the space . P = {1, ξ, η, ξ − η }. Show that there exists a unique polynomial
2 2
. − Δu = f on Ω =]0, 1[×]0, 1[
u = 0 on ∂Ω.
@seismicisolation
@seismicisolation
732 10 Revision Issues
-2
A 1 -1
A
-
R
−1 1 ξ
-3
A −1 -4
A
-i , .i = 1, .2, .3,
1. Is there a unique polynomial . p ∈ P taking values given at points . A
and .4. Indication: We can show that
@seismicisolation
@seismicisolation
10.2 Problems and Exams 733
.Φ : P −→ R4
p −→ ( p(-
A1 ), p(-
A2 ), p(-
A3 ), p(-
A4 ))
7 2
12 11
8 9 10 1
n
uwith this finite element construct a space .Vh ⊂ C (Ω, R) H01 (Ω),
0
2. Can we then
where .Ω := (r ectangles) and then give an error increase for the
. − Δu = f
@seismicisolation
@seismicisolation
734 10 Revision Issues
as a function of .h, .v, and .||wh ||1,(−h,h) , where .wh ∈ P2 and where .rh v denotes the
polynomial of . P2 taking the same values as .v in .−h, .α, and .h.
II. Let the segment .[−1, 1]. Let . P3 := {1, ξ, ξ 2 , ξ 3 }.
1. To any function .- v ∈ C 0 ([−1, 1], R), we associate its interpolated .-r-v ∈ P3 , such
as .-
r-
v =-v at points .−1, .+1, .+β, and .−β. What can be said about .- r-v −- v if .-
v ∈ P3 .
Give the expression of .- v −- r-
v if .-
v = ξ 4 . Deduce an increase of
{ 1
d d-
w
. (-
v −-
r-
v) dξ,
−1 dξ dξ
Exercise 10.42 I. Consider the problem: Find .u ∈ V such that .a(u, v) = L(v) for
all .v ∈ V , where .V := {v ∈ H 1 (−1, 1) such that v(0) = 0, v(1) + v(−1) = 0},
{ 1
a(u, v) =
. u , v, d x,
−1
and { 1
. L(v) = f v d x,
−1
piecewise affine, with .Vh ⊂ V . Make sure that the problem: Find .u h ∈ Vh such that
.a(u h , vh ) = L(vh ) for all .vh ∈ Vh admits a unique solution. Write the associated
linear system.
4. Let .W = {v ∈ H 1 (−1, 1) such that v(0) = 0}. We set
@seismicisolation
@seismicisolation
10.2 Problems and Exams 735
. J (-
u ) = inf{J (v), v ∈ K },
where
1
. J (v) = a(v, v) − L(v).
2
Compare .- u and .u.
5. For .ε > 0, we set
Φ(v) = (v(1) + v(−1))2
.
and
1
J (v) = J (v) + Φ(v).
. ε
ε
Study the problem: Find .u ε ∈ W such that
J (u ε ) = inf{Jε (v) v ∈ W }.
. ε
Convergence of .u ε to .u.
6. Try to introduce a Lagrange multiplier . p ∈ R2 , corresponding to the constraint
v(1) + v(−1) = 0.
.
Define if possible a Lagrange for the above problem and an Uzawa algorithm to deal
with this problem. What would become of this algorithm in the discrete case?
II. Let .V := {v ∈ H 1 (−1, 1) such that v(0) = 0}. We pose
1
. J (v) = a(v, v) − L(v),
2
with { 1
a(u, v) =
. u , v, d x,
−1
{ 1
. L(v) = f v d x,
−1
and || ( )||
|| 1 ||
. j (v) = || ||
||v 2 || .
@seismicisolation
@seismicisolation
736 10 Revision Issues
Convergence of .u ε to .u.
3. Try to define for this problem a Lagrange multiplier, then an Uzawa-type algorithm.
4. Let . I be an integer and .h be such that .2I h = 1. We set .xi = i h, .−I ≤ i ≤ I . Write
the preceding problems in the discrete case, giving as many arguments as possible.
♦
|{ |
| 1 |
. j (v) = || v d x || ,
0
@seismicisolation
@seismicisolation
10.2 Problems and Exams 737
of {
. f ϕj
is performed by the trapezoidal method on each interval). We will use results similar
to those of question 3. Can we say something for . I > 2.
5. In the case of the previous question, define an Uzawa algorithm to approach the
.u j , .1 ≤ j ≤ I − 1, and . p. What can we say when . I = 2, . I = 3 and in general.
II. Let
{ ( ) }
1
.K = v ∈ H 2 (−1, 1) such that v(0) = v, (0) = 0, v = b, v(1) = β, v, (1) = γ .
2
@seismicisolation
@seismicisolation
738 10 Revision Issues
admits a unique solution. Give the results of convergence .u ε towards .u. Write the
relations satisfied by .u ε . By choosing a suitable . pε , show the existence of . p ∈ R
such that ( )
1
.a(u, v − u) + p(v − u) ≥ 0,
2
. E(U ) = inf{E(W ), W ∈ K },
where { ( ) }
1 ∗
.K = W = (w, α) ∈ K × R such as w =b+α
2
and { 1
. E(W ) = (w,, )2 d x + να 2 .
0
Check that this problem has a unique solution .U ∈ K . By penalizing the condition
( )
1
.w = b + α,
2
and { 1
. u ,, )2 d x,
(-
0
@seismicisolation
@seismicisolation
10.2 Problems and Exams 739
-2 -12
1A
A -1
A
≫
R
-23
A -14
A
≫
−1 1 ξ
-3
A -34
−1 A -4
A
∂3
. 3 . Indication: we can show that
∂y
ξ η(1 + ξ )(1 + η) - ξ η(1 − ξ )(1 + η) - ξ η(1 − ξ )(1 − η) -
. p(ξ, η) = p( A1 ) − p( A2 ) + p( A3 ) −
4 4 4
ξ η(1 + ξ )(1 − η) - (ξ + 1)(η − 1)(1 + η) - (ξ + 1)(η + 1)(ξ − 1) -
p( A4 ) − p( A14 ) − p( A12 ) +
4 2 2
(ξ − 1)(η − 1)(1 + η) - (ξ + 1)(η − 1)(ξ − 1) - (ξ − ξ )
3 (η − η)
3
p( A23 )− p( A34 )+ vξ + vη .
2 2 6 6
2. Show that, we have a non-conforming finite element.
3. Let .Ω be a rectangle cut into rectangles. We consider the following problem: Find
.u ∈ H0 (Ω) such that
1
a(u, v) = L(v)
and {
. L(v) = f v d x.
Ω
@seismicisolation
@seismicisolation
740 10 Revision Issues
1 1 1 1
.x = (1 + ξ )(1 + η)x1 + (1 − ξ )(1 + η)x2 + (1 − ξ )(1 − η)x3 + (1 + ξ )(1 − η)x4
4 4 4 4
1 1 1 1
.y = (1 + ξ )(1 + η)y1 + (1 − ξ )(1 + η)y2 + (1 − ξ )(1 − η)y3 + (1 + ξ )(1 − η)y4 .
4 4 4 4
-i ) = Ai .1 ≤ i ≤ 4, . FR ( A
Show that . FR ( A -i j ) = Ai j .1 ≤ i < j ≤ 4 and . FR ( R)
- = R.
4. We set .-
v(ξ, η) = v(x(ξ, η), y(ξ, η)) and . PR = { p = - −1
p ◦ FR , - -
p ∈ P}. Consider
E{
a (u h , vh ) =
. h ∇u h ∇vh d xd y
R⊂Ω R
and {
. L(vh ) = f vh d xd y,
Ω
. values at the vertices and midpoints of the sides and by the means of third derivat-
∂3
ives 3
∂x
∂3 }
. and 3 on each element R ., vh = 0 at vertices and midpoints of sides ⊂ ∂Ω .
∂y
Show that the mapping
1
v −→ ||vh ||h := (ah (vh , vh )) 2
. h
a (u h , vh ) = L(vh )
. h
d 2uε
. −ε + u ,ε + αu ε = f on ]0.1[,
dx2
@seismicisolation
@seismicisolation
10.2 Problems and Exams 741
u (0) = 0, u ε (1) = 1,
. ε
where .ε > 0 is intended to tend towards zero and where .α is a strictly positive
constant or zero.
1. We set .a(ε)u ,ε = vε , where the function
.ε −→ a(ε)
u(0) = 0.
. (10.2.2)
Study .u ε − u. How to best define the matrices . Mε (0) and . Mε (1) as a function of
.a(ε) so that when .ε → 0 the condition at the limit of the problem (10.2.1)–(10.2.2)
is respected. √
4. We assume that . f = 0, .α = 0, and .a(ε) = ε. Without premultiplying the
obtained Friedrichs system, give a discretization using continuous finite elements
. P1 for .u ε and .vε . Study the corresponding linear system.
Then, give a discretization using discontinuous finite elements . P1 or . P0 (your
choice) for .u ε and .vε . Study the linear system.
d 4u
. − αu ,, + βu = f on ]0.1[,
dx4
1. Write this problem in the form of a Friedrichs system; is it positive. Without pre-
multiplying to make it positive, can we express admissible the boundary conditions?
Can we get an existence theorem.
2. Try to premultiply to make the system positive.
@seismicisolation
@seismicisolation
742 10 Revision Issues
du
. = f on ]0.1[,
dx
u(0) = γ ,
.
where .γ ∈ R is given.
1. Is this problem symmetrical positive within the meaning of Friedrichs. Can the
boundary conditions be taken into account admissiblely.
2. We premultiply the equation by .a(x). Give conditions on .a(x) so that the problem
becomes positive. Can we always express the condition in .x = 0.
3. We choose .a(x) = α(1 − x) + βx. Study as a function of .α and .β the positivity
of the system and the possibility of taking into account the boundary conditions.
4. We assume that .α = 1 and .β = 0. Write explicitly the numerical method when
using polynomials of degree .≤ 1 continuous.
5. With .α = L, .β = 0, study a discontinuous method.
and
. Wh = {z h ∈ Z h such that z h (1) = 0}.
@seismicisolation
@seismicisolation
10.2 Problems and Exams 743
{ 1
∗
(u h , A z h ) =
. f z h d x + γ z h (0)
0
for all .z h ∈ Wh . Write the corresponding matrices for these problems; invertible or
not (discuss).
3. Write for the problem (10.2.3) a discontinuous method using polynomials of . P0
at intervals. What can we say then.
1. Put this problem in the form of a symmetrical system of the first order. Is this
system positive. If not, can we make it positive by premultiplying it with a suitable
matrix?
2. Without premultiplying, can we take into account the boundary conditions
@seismicisolation
@seismicisolation
Index
. I m(U ), 32
. J K , 180
B
. JS , 180
Banach space, 19
. JT , 285
Banach-Steinhaus theorem, 19
. K er (A), 79
Barycentric coordinates, 226
. K er (U ), 32
Basic functions of the finite element, 176
. L (g, R), 27
p
Basis, 18
. L (]a, b[, R), 22
2
Bilinear form, 20
. L (g, R), 27
2
⊥
Boundary conditions are admissible, 393
. M , 31 Bounded, 19
. P1 , 26 Bounded linear functionals, 20
. P2 , 26
. P3 , 27
. Pk , 109 C
. PK f , 43 Canonical injection, 86
k
. PK , 542 Cauchy-Schwarz inequality, 24
. PM ⊥ , 47 Cauchy sequence, 18
. P-interpolated function, 179 Class .C 0 , 182, 183
. P-unisolvent, 175 Classical solution, 380
. Q 1 , 266 Coercive, 59, 380
. Q k , 109, 184, 508 Coercivity constant, 59
. T f , 84 Compact, 19
. Ti , 224, 272 Complete, 18
. TH , 88 Cone, 582
,
. T , 83 Conforme, 3
. Vh , 195, 201, 227, 275 Conforming finite element, 468, 472
. Vh -interpolated function, 182, 201 Continuous, 59
0
. V , 79 Continuous linear functionals, 20
,
. Vh , 303 Continuous methods, 10
@seismicisolation
@seismicisolation
Index 747
N
G Neumann boundary condition, 135
Galerkin method, 186 Neumann conditions, 162
Galerkin orthogonality, 188 Neumann problem, 130, 137
Gram-Schmidt orthonormalization method, Nodes, 175
36 Nodes of triangulation, 182, 230, 233
@seismicisolation
@seismicisolation
748 Index
O
Orthogonal, 30 S
Orthogonal family, 30 Schwarz distribution space, 83
Orthogonal group, 40 Second dual space, 20
Orthogonal matrix, 40, 77 Semi-admissible, 384
Orthogonal of . M, 31 Semi-frontier, 532
Orthogonal of .u, 31 Separable, 19
Orthogonal projection, 35, 43 Simpliciel type, 178
Orthonormal basis, 33 Sobolev space of order .1, 92
Orthonormal family, 33 Sobolev space of order .m, 104
Sobolev spaces, 2
Span, 30
P Stampacchia theorem, 60
Parallelogram, 176 Strictly convex, 23
Parallelogram identity, 25 Strip matrix, 231
Parallelotope, 176 Strong formulation, 91
Patch test, 3, 309 Strong problem, 117
PDEs, 158 Strong solution, 380
Penalization, 473 Subspace, 18
Petrov Galerkin-type methods, 519 Symbol of Kronecker, 36
Poincaré inequality, 95 Symmetric, 21
Poincaré-Wirtinger inequality, 96 Symmetry, 21
Poisson equation, 122 System stiffness matrix, 233
Polar, 79
Polarization identity, 26
Polygonal domain, 224, 271, 288 T
Polyhedral open set, 181 Theorem of Stampacchia, 60
Positive in the sense of Friedrichs, 383 Third boundary condition, 164
Positive semi-definite, 39 Topological dual, 20
Positivity, 21 Trace mapping, 101
Prehilbertian space, 21 Trace of .v on .l, 101
Projection, 34, 40 Trace theorem, 98, 101
Projection theorem on a closed convex, 41 Transpose of the matrix, 77
Pseudo-topological, 82, 83 Triangles, 224, 272
Pythagorean relation, 26, 30 Triangular inequality, 25
Triangulation, 181, 224, 235, 272
Truncation error, 199
Q
Quadrilateral, 176
Quadrilateral of type .k, 184 U
Uniformly elliptic, 157
Uzawa algorithm, 475
R
Range, 79
@seismicisolation
@seismicisolation
Index 749
V Vertices, 230
Variational equation, 68
Variational formulation, 118
Variational inequality, 68 W
Vector normed, 33 Weak approach, 6
Vectors, 17 Weak formulation, 6, 91, 118
Vector space, 17 Weakly convergent, 29
Vector unitary, 33 Weak solution, 91, 118, 385
Vertex numbering, 233 Wilson Brick, 300
@seismicisolation
@seismicisolation