You are on page 1of 275

Fundamentals of Computational Fluid

Dynamics
Harvard Lomax and Thomas H. Pulliam
NASA Ames Research Center
David W. Zingg
University of Toronto Institute for Aerospace Studies
August 26, 1999
Contents
1 INTRODUCTION 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2.1 Problem Speci cation and Geometry Preparation . . . . . . . 2
1.2.2 Selection of Governing Equations and Boundary Conditions . 3
1.2.3 Selection of Gridding Strategy and Numerical Method . . . . 3
1.2.4 Assessment and Interpretation of Results . . . . . . . . . . . . 4
1.3 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2 CONSERVATION LAWS AND THE MODEL EQUATIONS 7
2.1 Conservation Laws . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 The Navier-Stokes and Euler Equations . . . . . . . . . . . . . . . . . 8
2.3 The Linear Convection Equation . . . . . . . . . . . . . . . . . . . . 12
2.3.1 Di erential Form . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.3.2 Solution in Wave Space . . . . . . . . . . . . . . . . . . . . . . 13
2.4 The Di usion Equation . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.4.1 Di erential Form . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.4.2 Solution in Wave Space . . . . . . . . . . . . . . . . . . . . . . 15
2.5 Linear Hyperbolic Systems . . . . . . . . . . . . . . . . . . . . . . . . 16
2.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3 FINITE-DIFFERENCE APPROXIMATIONS 21
3.1 Meshes and Finite-Di erence Notation . . . . . . . . . . . . . . . . . 21
3.2 Space Derivative Approximations . . . . . . . . . . . . . . . . . . . . 24
3.3 Finite-Di erence Operators . . . . . . . . . . . . . . . . . . . . . . . 25
3.3.1 Point Di erence Operators . . . . . . . . . . . . . . . . . . . . 25
3.3.2 Matrix Di erence Operators . . . . . . . . . . . . . . . . . . . 25
3.3.3 Periodic Matrices . . . . . . . . . . . . . . . . . . . . . . . . . 29
3.3.4 Circulant Matrices . . . . . . . . . . . . . . . . . . . . . . . . 30
iii
3.4 Constructing Di erencing Schemes of Any Order . . . . . . . . . . . . 31
3.4.1 Taylor Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.4.2 Generalization of Di erence Formulas . . . . . . . . . . . . . . 34
3.4.3 Lagrange and Hermite Interpolation Polynomials . . . . . . . 35
3.4.4 Practical Application of Pade Formulas . . . . . . . . . . . . . 37
3.4.5 Other Higher-Order Schemes . . . . . . . . . . . . . . . . . . . 38
3.5 Fourier Error Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.5.1 Application to a Spatial Operator . . . . . . . . . . . . . . . . 39
3.6 Di erence Operators at Boundaries . . . . . . . . . . . . . . . . . . . 43
3.6.1 The Linear Convection Equation . . . . . . . . . . . . . . . . 44
3.6.2 The Di usion Equation . . . . . . . . . . . . . . . . . . . . . . 46
3.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
4 THE SEMI-DISCRETE APPROACH 51
4.1 Reduction of PDE's to ODE's . . . . . . . . . . . . . . . . . . . . . . 52
4.1.1 The Model ODE's . . . . . . . . . . . . . . . . . . . . . . . . 52
4.1.2 The Generic Matrix Form . . . . . . . . . . . . . . . . . . . . 53
4.2 Exact Solutions of Linear ODE's . . . . . . . . . . . . . . . . . . . . 54
4.2.1 Eigensystems of Semi-Discrete Linear Forms . . . . . . . . . . 54
4.2.2 Single ODE's of First- and Second-Order . . . . . . . . . . . . 55
4.2.3 Coupled First-Order ODE's . . . . . . . . . . . . . . . . . . . 57
4.2.4 General Solution of Coupled ODE's with Complete Eigensystems 59
4.3 Real Space and Eigenspace . . . . . . . . . . . . . . . . . . . . . . . . 61
4.3.1 De nition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
4.3.2 Eigenvalue Spectrums for Model ODE's . . . . . . . . . . . . . 62
4.3.3 Eigenvectors of the Model Equations . . . . . . . . . . . . . . 63
4.3.4 Solutions of the Model ODE's . . . . . . . . . . . . . . . . . . 65
4.4 The Representative Equation . . . . . . . . . . . . . . . . . . . . . . 67
4.5 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
5 FINITE-VOLUME METHODS 71
5.1 Basic Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
5.2 Model Equations in Integral Form . . . . . . . . . . . . . . . . . . . . 73
5.2.1 The Linear Convection Equation . . . . . . . . . . . . . . . . 73
5.2.2 The Di usion Equation . . . . . . . . . . . . . . . . . . . . . . 74
5.3 One-Dimensional Examples . . . . . . . . . . . . . . . . . . . . . . . 74
5.3.1 A Second-Order Approximation to the Convection Equation . 75
5.3.2 A Fourth-Order Approximation to the Convection Equation . 77
5.3.3 A Second-Order Approximation to the Di usion Equation . . 78
5.4 A Two-Dimensional Example . . . . . . . . . . . . . . . . . . . . . . 80
5.5 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
6 TIME-MARCHING METHODS FOR ODE'S 85
6.1 Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
6.2 Converting Time-Marching Methods to OE's . . . . . . . . . . . . . 87
6.3 Solution of Linear OE's With Constant Coecients . . . . . . . . . 88
6.3.1 First- and Second-Order Di erence Equations . . . . . . . . . 89
6.3.2 Special Cases of Coupled First-Order Equations . . . . . . . . 90
6.4 Solution of the Representative OE's . . . . . . . . . . . . . . . . . 91
6.4.1 The Operational Form and its Solution . . . . . . . . . . . . . 91
6.4.2 Examples of Solutions to Time-Marching OE's . . . . . . . . 92
6.5 The  ;  Relation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
6.5.1 Establishing the Relation . . . . . . . . . . . . . . . . . . . . . 93
6.5.2 The Principal -Root . . . . . . . . . . . . . . . . . . . . . . . 95
6.5.3 Spurious -Roots . . . . . . . . . . . . . . . . . . . . . . . . . 95
6.5.4 One-Root Time-Marching Methods . . . . . . . . . . . . . . . 96
6.6 Accuracy Measures of Time-Marching Methods . . . . . . . . . . . . 97
6.6.1 Local and Global Error Measures . . . . . . . . . . . . . . . . 97
6.6.2 Local Accuracy of the Transient Solution (er ; jj ; er! ) . . . . 98
6.6.3 Local Accuracy of the Particular Solution (er ) . . . . . . . . 99
6.6.4 Time Accuracy For Nonlinear Applications . . . . . . . . . . . 100
6.6.5 Global Accuracy . . . . . . . . . . . . . . . . . . . . . . . . . 101
6.7 Linear Multistep Methods . . . . . . . . . . . . . . . . . . . . . . . . 102
6.7.1 The General Formulation . . . . . . . . . . . . . . . . . . . . . 102
6.7.2 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
6.7.3 Two-Step Linear Multistep Methods . . . . . . . . . . . . . . 105
6.8 Predictor-Corrector Methods . . . . . . . . . . . . . . . . . . . . . . . 106
6.9 Runge-Kutta Methods . . . . . . . . . . . . . . . . . . . . . . . . . . 107
6.10 Implementation of Implicit Methods . . . . . . . . . . . . . . . . . . . 110
6.10.1 Application to Systems of Equations . . . . . . . . . . . . . . 110
6.10.2 Application to Nonlinear Equations . . . . . . . . . . . . . . . 111
6.10.3 Local Linearization for Scalar Equations . . . . . . . . . . . . 112
6.10.4 Local Linearization for Coupled Sets of Nonlinear Equations . 115
6.11 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
7 STABILITY OF LINEAR SYSTEMS 121
7.1 Dependence on the Eigensystem . . . . . . . . . . . . . . . . . . . . . 122
7.2 Inherent Stability of ODE's . . . . . . . . . . . . . . . . . . . . . . . 123
7.2.1 The Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
7.2.2 Complete Eigensystems . . . . . . . . . . . . . . . . . . . . . . 123
7.2.3 Defective Eigensystems . . . . . . . . . . . . . . . . . . . . . . 123
7.3 Numerical Stability of OE 's . . . . . . . . . . . . . . . . . . . . . . 124
7.3.1 The Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . 124
7.3.2 Complete Eigensystems . . . . . . . . . . . . . . . . . . . . . . 125
7.3.3 Defective Eigensystems . . . . . . . . . . . . . . . . . . . . . . 125
7.4 Time-Space Stability and Convergence of OE's . . . . . . . . . . . . 125
7.5 Numerical Stability Concepts in the Complex -Plane . . . . . . . . . 128
7.5.1 -Root Traces Relative to the Unit Circle . . . . . . . . . . . 128
7.5.2 Stability for Small t . . . . . . . . . . . . . . . . . . . . . . . 132
7.6 Numerical Stability Concepts in the Complex h Plane . . . . . . . . 135
7.6.1 Stability for Large h. . . . . . . . . . . . . . . . . . . . . . . . 135
7.6.2 Unconditional Stability, A-Stable Methods . . . . . . . . . . . 136
7.6.3 Stability Contours in the Complex h Plane. . . . . . . . . . . 137
7.7 Fourier Stability Analysis . . . . . . . . . . . . . . . . . . . . . . . . 141
7.7.1 The Basic Procedure . . . . . . . . . . . . . . . . . . . . . . . 141
7.7.2 Some Examples . . . . . . . . . . . . . . . . . . . . . . . . . . 142
7.7.3 Relation to Circulant Matrices . . . . . . . . . . . . . . . . . . 143
7.8 Consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
7.9 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
8 CHOICE OF TIME-MARCHING METHODS 149
8.1 Sti ness De nition for ODE's . . . . . . . . . . . . . . . . . . . . . . 149
8.1.1 Relation to -Eigenvalues . . . . . . . . . . . . . . . . . . . . 149
8.1.2 Driving and Parasitic Eigenvalues . . . . . . . . . . . . . . . . 151
8.1.3 Sti ness Classi cations . . . . . . . . . . . . . . . . . . . . . . 151
8.2 Relation of Sti ness to Space Mesh Size . . . . . . . . . . . . . . . . 152
8.3 Practical Considerations for Comparing Methods . . . . . . . . . . . 153
8.4 Comparing the Eciency of Explicit Methods . . . . . . . . . . . . . 154
8.4.1 Imposed Constraints . . . . . . . . . . . . . . . . . . . . . . . 154
8.4.2 An Example Involving Di usion . . . . . . . . . . . . . . . . . 154
8.4.3 An Example Involving Periodic Convection . . . . . . . . . . . 155
8.5 Coping With Sti ness . . . . . . . . . . . . . . . . . . . . . . . . . . 158
8.5.1 Explicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . 158
8.5.2 Implicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . 159
8.5.3 A Perspective . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
8.6 Steady Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
8.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
9 RELAXATION METHODS 163
9.1 Formulation of the Model Problem . . . . . . . . . . . . . . . . . . . 164
9.1.1 Preconditioning the Basic Matrix . . . . . . . . . . . . . . . . 164
9.1.2 The Model Equations . . . . . . . . . . . . . . . . . . . . . . . 166
9.2 Classical Relaxation . . . . . . . . . . . . . . . . . . . . . . . . . . . 168
9.2.1 The Delta Form of an Iterative Scheme . . . . . . . . . . . . . 168
9.2.2 The Converged Solution, the Residual, and the Error . . . . . 168
9.2.3 The Classical Methods . . . . . . . . . . . . . . . . . . . . . . 169
9.3 The ODE Approach to Classical Relaxation . . . . . . . . . . . . . . 170
9.3.1 The Ordinary Di erential Equation Formulation . . . . . . . . 170
9.3.2 ODE Form of the Classical Methods . . . . . . . . . . . . . . 172
9.4 Eigensystems of the Classical Methods . . . . . . . . . . . . . . . . . 173
9.4.1 The Point-Jacobi System . . . . . . . . . . . . . . . . . . . . . 174
9.4.2 The Gauss-Seidel System . . . . . . . . . . . . . . . . . . . . . 176
9.4.3 The SOR System . . . . . . . . . . . . . . . . . . . . . . . . . 180
9.5 Nonstationary Processes . . . . . . . . . . . . . . . . . . . . . . . . . 182
9.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
10 MULTIGRID 191
10.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
10.1.1 Eigenvector and Eigenvalue Identi cation with Space Frequencies191
10.1.2 Properties of the Iterative Method . . . . . . . . . . . . . . . 192
10.2 The Basic Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
10.3 A Two-Grid Process . . . . . . . . . . . . . . . . . . . . . . . . . . . 200
10.4 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
11 NUMERICAL DISSIPATION 203
11.1 One-Sided First-Derivative Space Di erencing . . . . . . . . . . . . . 204
11.2 The Modi ed Partial Di erential Equation . . . . . . . . . . . . . . . 205
11.3 The Lax-Wendro Method . . . . . . . . . . . . . . . . . . . . . . . . 207
11.4 Upwind Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209
11.4.1 Flux-Vector Splitting . . . . . . . . . . . . . . . . . . . . . . . 210
11.4.2 Flux-Di erence Splitting . . . . . . . . . . . . . . . . . . . . . 212
11.5 Arti cial Dissipation . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
11.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214
12 SPLIT AND FACTORED FORMS 217
12.1 The Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
12.2 Factoring Physical Representations | Time Splitting . . . . . . . . . 218
12.3 Factoring Space Matrix Operators in 2{D . . . . . . . . . . . . . . . . 220
12.3.1 Mesh Indexing Convention . . . . . . . . . . . . . . . . . . . . 220
12.3.2 Data Bases and Space Vectors . . . . . . . . . . . . . . . . . . 221
12.3.3 Data Base Permutations . . . . . . . . . . . . . . . . . . . . . 221
12.3.4 Space Splitting and Factoring . . . . . . . . . . . . . . . . . . 223
12.4 Second-Order Factored Implicit Methods . . . . . . . . . . . . . . . . 226
12.5 Importance of Factored Forms in 2 and 3 Dimensions . . . . . . . . . 226
12.6 The Delta Form . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228
12.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 229
13 LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS 233
13.1 The Representative Equation for Circulant Operators . . . . . . . . . 233
13.2 Example Analysis of Circulant Systems . . . . . . . . . . . . . . . . . 234
13.2.1 Stability Comparisons of Time-Split Methods . . . . . . . . . 234
13.2.2 Analysis of a Second-Order Time-Split Method . . . . . . . . 237
13.3 The Representative Equation for Space-Split Operators . . . . . . . . 238
13.4 Example Analysis of 2-D Model Equations . . . . . . . . . . . . . . . 242
13.4.1 The Unfactored Implicit Euler Method . . . . . . . . . . . . . 242
13.4.2 The Factored Nondelta Form of the Implicit Euler Method . . 243
13.4.3 The Factored Delta Form of the Implicit Euler Method . . . . 243
13.4.4 The Factored Delta Form of the Trapezoidal Method . . . . . 244
13.5 Example Analysis of the 3-D Model Equation . . . . . . . . . . . . . 245
13.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
A USEFUL RELATIONS AND DEFINITIONS FROM LINEAR AL-
GEBRA 249
A.1 Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249
A.2 De nitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250
A.3 Algebra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
A.4 Eigensystems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
A.5 Vector and Matrix Norms . . . . . . . . . . . . . . . . . . . . . . . . 254
B SOME PROPERTIES OF TRIDIAGONAL MATRICES 257
B.1 Standard Eigensystem for Simple Tridiagonals . . . . . . . . . . . . . 257
B.2 Generalized Eigensystem for Simple Tridiagonals . . . . . . . . . . . . 258
B.3 The Inverse of a Simple Tridiagonal . . . . . . . . . . . . . . . . . . . 259
B.4 Eigensystems of Circulant Matrices . . . . . . . . . . . . . . . . . . . 260
B.4.1 Standard Tridiagonals . . . . . . . . . . . . . . . . . . . . . . 260
B.4.2 General Circulant Systems . . . . . . . . . . . . . . . . . . . . 261
B.5 Special Cases Found From Symmetries . . . . . . . . . . . . . . . . . 262
B.6 Special Cases Involving Boundary Conditions . . . . . . . . . . . . . 263
C THE HOMOGENEOUS PROPERTY OF THE EULER EQUATIONS265
Chapter 1
INTRODUCTION

1.1 Motivation

The material in this book originated from attempts to understand and systemize nu-
merical solution techniques for the partial di erential equations governing the physics
of uid ow. As time went on and these attempts began to crystallize, underlying
constraints on the nature of the material began to form. The principal such constraint
was the demand for uni cation. Was there one mathematical structure which could
be used to describe the behavior and results of most numerical methods in common
use in the eld of uid dynamics? Perhaps the answer is arguable, but the authors
believe the answer is armative and present this book as justi cation for that be-
lief. The mathematical structure is the theory of linear algebra and the attendant
eigenanalysis of linear systems.
The ultimate goal of the eld of computational uid dynamics (CFD) is to under-
stand the physical events that occur in the ow of uids around and within designated
objects. These events are related to the action and interaction of phenomena such
as dissipation, di usion, convection, shock waves, slip surfaces, boundary layers, and
turbulence. In the eld of aerodynamics, all of these phenomena are governed by
the compressible Navier-Stokes equations. Many of the most important aspects of
these relations are nonlinear and, as a consequence, often have no analytic solution.
This, of course, motivates the numerical solution of the associated partial di erential
equations. At the same time it would seem to invalidate the use of linear algebra for
the classi cation of the numerical methods. Experience has shown that such is not
the case.
As we shall see in a later chapter, the use of numerical methods to solve partial
di erential equations introduces an approximation that, in e ect, can change the
form of the basic partial di erential equations themselves. The new equations, which
1
2 CHAPTER 1. INTRODUCTION
are the ones actually being solved by the numerical process, are often referred to as
the modi ed partial di erential equations. Since they are not precisely the same as
the original equations, they can, and probably will, simulate the physical phenomena
listed above in ways that are not exactly the same as an exact solution to the basic
partial di erential equation. Mathematically, these di erences are usually referred to
as truncation errors. However, the theory associated with the numerical analysis of
uid mechanics was developed predominantly by scientists deeply interested in the
physics of uid ow and, as a consequence, these errors are often identi ed with a
particular physical phenomenon on which they have a strong e ect. Thus methods are
said to have a lot of \arti cial viscosity" or said to be highly dispersive. This means
that the errors caused by the numerical approximation result in a modi ed partial
di erential equation having additional terms that can be identi ed with the physics
of dissipation in the rst case and dispersion in the second. There is nothing wrong,
of course, with identifying an error with a physical process, nor with deliberately
directing an error to a speci c physical process, as long as the error remains in some
engineering sense \small". It is safe to say, for example, that most numerical methods
in practical use for solving the nondissipative Euler equations create a modi ed partial
di erential equation that produces some form of dissipation. However, if used and
interpreted properly, these methods give very useful information.
Regardless of what the numerical errors are called, if their e ects are not thor-
oughly understood and controlled, they can lead to serious diculties, producing
answers that represent little, if any, physical reality. This motivates studying the
concepts of stability, convergence, and consistency. On the other hand, even if the
errors are kept small enough that they can be neglected (for engineering purposes),
the resulting simulation can still be of little practical use if inecient or inappropriate
algorithms are used. This motivates studying the concepts of sti ness, factorization,
and algorithm development in general. All of these concepts we hope to clarify in
this book.

1.2 Background

The eld of computational uid dynamics has a broad range of applicability. Indepen-
dent of the speci c application under study, the following sequence of steps generally
must be followed in order to obtain a satisfactory solution.

1.2.1 Problem Speci cation and Geometry Preparation


The rst step involves the speci cation of the problem, including the geometry, ow
conditions, and the requirements of the simulation. The geometry may result from
1.2. BACKGROUND 3
measurements of an existing con guration or may be associated with a design study.
Alternatively, in a design context, no geometry need be supplied. Instead, a set
of objectives and constraints must be speci ed. Flow conditions might include, for
example, the Reynolds number and Mach number for the ow over an airfoil. The
requirements of the simulation include issues such as the level of accuracy needed, the
turnaround time required, and the solution parameters of interest. The rst two of
these requirements are often in con ict and compromise is necessary. As an example
of solution parameters of interest in computing the ow eld about an airfoil, one may
be interested in i) the lift and pitching moment only, ii) the drag as well as the lift
and pitching moment, or iii) the details of the ow at some speci c location.

1.2.2 Selection of Governing Equations and Boundary Con-


ditions
Once the problem has been speci ed, an appropriate set of governing equations and
boundary conditions must be selected. It is generally accepted that the phenomena of
importance to the eld of continuum uid dynamics are governed by the conservation
of mass, momentum, and energy. The partial di erential equations resulting from
these conservation laws are referred to as the Navier-Stokes equations. However, in
the interest of eciency, it is always prudent to consider solving simpli ed forms
of the Navier-Stokes equations when the simpli cations retain the physics which are
essential to the goals of the simulation. Possible simpli ed governing equations include
the potential- ow equations, the Euler equations, and the thin-layer Navier-Stokes
equations. These may be steady or unsteady and compressible or incompressible.
Boundary types which may be encountered include solid walls, in ow and out ow
boundaries, periodic boundaries, symmetry boundaries, etc. The boundary conditions
which must be speci ed depend upon the governing equations. For example, at a solid
wall, the Euler equations require ow tangency to be enforced, while the Navier-Stokes
equations require the no-slip condition. If necessary, physical models must be chosen
for processes which cannot be simulated within the speci ed constraints. Turbulence
is an example of a physical process which is rarely simulated in a practical context (at
the time of writing) and thus is often modelled. The success of a simulation depends
greatly on the engineering insight involved in selecting the governing equations and
physical models based on the problem speci cation.

1.2.3 Selection of Gridding Strategy and Numerical Method


Next a numerical method and a strategy for dividing the ow domain into cells, or
elements, must be selected. We concern ourselves here only with numerical meth-
ods requiring such a tessellation of the domain, which is known as a grid, or mesh.
4 CHAPTER 1. INTRODUCTION
Many di erent gridding strategies exist, including structured, unstructured, hybrid,
composite, and overlapping grids. Furthermore, the grid can be altered based on
the solution in an approach known as solution-adaptive gridding. The numerical
methods generally used in CFD can be classi ed as nite-di erence, nite-volume,
nite-element, or spectral methods. The choices of a numerical method and a grid-
ding strategy are strongly interdependent. For example, the use of nite-di erence
methods is typically restricted to structured grids. Here again, the success of a sim-
ulation can depend on appropriate choices for the problem or class of problems of
interest.

1.2.4 Assessment and Interpretation of Results


Finally, the results of the simulation must be assessed and interpreted. This step can
require post-processing of the data, for example calculation of forces and moments,
and can be aided by sophisticated ow visualization tools and error estimation tech-
niques. It is critical that the magnitude of both numerical and physical-model errors
be well understood.

1.3 Overview

It should be clear that successful simulation of uid ows can involve a wide range of
issues from grid generation to turbulence modelling to the applicability of various sim-
pli ed forms of the Navier-Stokes equations. Many of these issues are not addressed
in this book. Some of them are presented in the books by Anderson, Tannehill, and
Pletcher [1] and Hirsch [2]. Instead we focus on numerical methods, with emphasis
on nite-di erence and nite-volume methods for the Euler and Navier-Stokes equa-
tions. Rather than presenting the details of the most advanced methods, which are
still evolving, we present a foundation for developing, analyzing, and understanding
such methods.
Fortunately, to develop, analyze, and understand most numerical methods used to
nd solutions for the complete compressible Navier-Stokes equations, we can make use
of much simpler expressions, the so-called \model" equations. These model equations
isolate certain aspects of the physics contained in the complete set of equations. Hence
their numerical solution can illustrate the properties of a given numerical method
when applied to a more complicated system of equations which governs similar phys-
ical phenomena. Although the model equations are extremely simple and easy to
solve, they have been carefully selected to be representative, when used intelligently,
of diculties and complexities that arise in realistic two- and three-dimensional uid
ow simulations. We believe that a thorough understanding of what happens when
1.4. NOTATION 5
numerical approximations are applied to the model equations is a major rst step in
making con dent and competent use of numerical approximations to the Euler and
Navier-Stokes equations. As a word of caution, however, it should be noted that,
although we can learn a great deal by studying numerical methods as applied to the
model equations and can use that information in the design and application of nu-
merical methods to practical problems, there are many aspects of practical problems
which can only be understood in the context of the complete physical systems.

1.4 Notation

The notation is generally explained as it is introduced. Bold type is reserved for real
physical vectors, such as velocity. The vector symbol ~ is used for the vectors (or
column matrices) which contain the values of the dependent variable at the nodes
of a grid. Otherwise, the use of a vector consisting of a collection of scalars should
be apparent from the context and is not identi ed by any special notation. For
example, the variable u can denote a scalar Cartesian velocity component in the Euler
and Navier-Stokes equations, a scalar quantity in the linear convection and di usion
equations, and a vector consisting of a collection of scalars in our presentation of
hyperbolic systems. Some of the abbreviations used throughout the text are listed
and de ned below.

PDE Partial di erential equation


ODE Ordinary di erential equation
OE Ordinary di erence equation
RHS Right-hand side
P.S. Particular solution of an ODE or system of ODE's
S.S. Fixed (time-invariant) steady-state solution
k-D
  k-dimensional space
~
bc Boundary conditions, usually a vector
O( ) A term of order (i.e., proportional to)
6 CHAPTER 1. INTRODUCTION
Chapter 2
CONSERVATION LAWS AND
THE MODEL EQUATIONS
We start out by casting our equations in the most general form, the integral conserva-
tion-law form, which is useful in understanding the concepts involved in nite-volume
schemes. The equations are then recast into divergence form, which is natural for
nite-di erence schemes. The Euler and Navier-Stokes equations are brie y discussed
in this Chapter. The main focus, though, will be on representative model equations,
in particular, the convection and di usion equations. These equations contain many
of the salient mathematical and physical features of the full Navier-Stokes equations.
The concepts of convection and di usion are prevalent in our development of nu-
merical methods for computational uid dynamics, and the recurring use of these
model equations allows us to develop a consistent framework of analysis for consis-
tency, accuracy, stability, and convergence. The model equations we study have two
properties in common. They are linear partial di erential equations (PDE's) with
coecients that are constant in both space and time, and they represent phenomena
of importance to the analysis of certain aspects of uid dynamic problems.

2.1 Conservation Laws


Conservation laws, such as the Euler and Navier-Stokes equations and our model
equations, can be written in the following integral form:
Z Z Z t2 I Z t2 Z
QdV ; QdV + n:FdSdt = PdV dt (2.1)
V (t2 ) V (t1 ) t1 S (t) t1 V (t)
In this equation, Q is a vector containing the set of variables which are conserved,
e.g., mass, momentum, and energy, per unit volume. The equation is a statement of
7
8 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
the conservation of these quantities in a nite region of space with volume V (t) and
surface area S (t) over a nite interval of time t2 ; t1 . In two dimensions, the region
of space, or cell, is an area A(t) bounded by a closed contour C (t). The vector n is
a unit vector normal to the surface pointing outward, F is a set of vectors, or tensor,
containing the ux of Q per unit area per unit time, and P is the rate of production
of Q per unit volume per unit time. If all variables are continuous in time, then Eq.
2.1 can be rewritten as
d Z QdV + I n:FdS = Z PdV (2.2)
dt V (t) S (t) V (t)
Those methods which make various numerical approximations of the integrals in Eqs.
2.1 and 2.2 and nd a solution for Q on that basis are referred to as nite-volume
methods. Many of the advanced codes written for CFD applications are based on the
nite-volume concept.
On the other hand, a partial derivative form of a conservation law can also be
derived. The divergence form of Eq. 2.2 is obtained by applying Gauss's theorem to
the ux integral, leading to
@Q + r:F = P (2.3)
@t
where r: is the well-known divergence operator given, in Cartesian coordinates, by
!
@ @ @
r:  i @x + j @y + k @z : (2.4)
and i; j, and k are unit vectors in the x; y, and z coordinate directions, respectively.
Those methods which make various approximations of the derivatives in Eq. 2.3 and
nd a solution for Q on that basis are referred to as nite-di erence methods.

2.2 The Navier-Stokes and Euler Equations


The Navier-Stokes equations form a coupled system of nonlinear PDE's describing
the conservation of mass, momentum and energy for a uid. For a Newtonian uid
in one dimension, they can be written as
@Q + @E = 0 (2.5)
@t @x
with 2 3 2
 u 3 2 0 3
6
6 7
7 6
6 7
7 6
6 7
7
Q = 66 u 777 ;
6 E = 666 u + p 77 ; 666
2 7 4  @u
3 @x
7
7
7 (2.6)
4 5 4 5 4 5
e u(e + p) 4 @u +  @T
3 u @x @x
2.2. THE NAVIER-STOKES AND EULER EQUATIONS 9
where  is the uid density, u is the velocity, e is the total energy per unit volume, p is
the pressure, T is the temperature,  is the coecient of viscosity, and  is the thermal
conductivity. The total energy e includes internal energy per unit volume  (where
 is the internal energy per unit mass) and kinetic energy per unit volume u2=2.
These equations must be supplemented by relations between  and  and the uid
state as well as an equation of state, such as the ideal gas law. Details can be found
in Anderson, Tannehill, and Pletcher [1] and Hirsch [2]. Note that the convective
uxes lead to rst derivatives in space, while the viscous and heat conduction terms
involve second derivatives. This form of the equations is called conservation-law or
conservative form. Non-conservative forms can be obtained by expanding derivatives
of products using the product rule or by introducing di erent dependent variables,
such as u and p. Although non-conservative forms of the equations are analytically
the same as the above form, they can lead to quite di erent numerical solutions in
terms of shock strength and shock speed, for example. Thus the conservative form is
appropriate for solving ows with features such as shock waves.
Many ows of engineering interest are steady (time-invariant), or at least may be
treated as such. For such ows, we are often interested in the steady-state solution of
the Navier-Stokes equations, with no interest in the transient portion of the solution.
The steady solution to the one-dimensional Navier-Stokes equations must satisfy
@E = 0 (2.7)
@x
If we neglect viscosity and heat conduction, the Euler equations are obtained. In
two-dimensional Cartesian coordinates, these can be written as
@Q + @E + @F = 0 (2.8)
@t @x @y
with 2 3 2 3 2
q1  u 3 2
v 3
Q = 664 qq2 775 = 664 u
6 7 6 7 7 6 u2 + p 7 6 uv 7
7; E = 66 7
7; F = 6 6 2 7
7 (2.9)
3 v 5 4 uv 5 4 v + p 5
q4 e u(e + p) v ( e + p)
where u and v are the Cartesian velocity components. Later on we will make use of
the following form of the Euler equations as well:
@Q + A @Q + B @Q = 0 (2.10)
@t @x @y
@E and B = @F are known as the ux Jacobians. The ux vectors
The matrices A = @Q @Q
given above are written in terms of the primitive variables, , u, v, and p. In order
10 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
to derive the ux Jacobian matrices, we must rst write the ux vectors E and F in
terms of the conservative variables, q1 , q2, q3 , and q4 , as follows:
2 3
2
E1
3
6 q2 7
6 7 6
6 7
7
6
6 7
7 6 q2 ;1 q3 7
6 3 ;
( ; 1)q4 + 2 q1 ; 2 q1 77
2 2
6
6 E2 7
7 6
6 7
E = 666 7
7=6
7 6 q3 q2
7
7 (2.11)
6 E3 7 6
6
7
7
6 7 q1
6 7 6 7
4 5 6
6 7
7
E4 4
q q ;1
 q3 q2 q  5
4q12 ; 2 q212 + 3q12 2

2 3 2 q3
3
6
F1 7 66 7
7
6
6 7
7 6
6 7
7
q3 q2
6
6 F2 7 66
7 q1 7
7
F = 666 7
7
7 = 666 7
7
7 (2.12)
F3 77 66 ( ; 1)q4 + 3;2 qq31 ; ;2 1 qq21 77
2 2
6
6
6 7 6 7
4 5 6 4
7
5
 q2 q 
F4 q ;
4q13 ; 2 2q12 + q132
q 1 3 q 3

We have assumed that the pressure satis es p = ( ; 1)[e ; (u2 + v2)=2] from the
ideal gas law, where is the ratio of speci c heats, cp=cv . From this it follows that
the ux Jacobian of E can be written in terms of the conservative variables as
2 3
6
0 1 0
7
0
6
6 q  q  7
7
6
6 a21 (3 ; ) q21 (1 ; ) q31 ; 1 777
A= @Ei = 666 7
7 (2.13)
@qj 66  q  q  q  q  7
6 ; q1 q1
2 3 3
q1 2
q1 0 77
6
6 7
4 q  7 5
a41 a42 a43 q21
where
!2 !2
a21 = ;2 1 qq3 ; 3 ;2 qq2
1 1
2.2. THE NAVIER-STOKES AND EULER EQUATIONS 11

2 !3 !2 !3 ! !
a41 = ( ; 1)4 q2 + qq3 q2 5; q4 q2
q1 1 q1 q1 q1
! 2 !2 !2 3
a42 = qq4 ; ;2 1 43 qq2 + qq3 5
1 1 1
! !
a43 = ;( ; 1) qq2 qq3 (2.14)
1 1
and in terms of the primitive variables as
2 3
6
0 1 0 0 7
6
6 7
7
6
6 a21 (3 ; )u (1 ; )v ( ; 1) 7
7
A = 666 7
7
7 (2.15)
6
6 ;uv v u 0 7
7
6 7
4 5
a41 a42 a43 u
where
a21 = ;2 1 v2 ; 3 ;2 u2

a41 = ( ; 1)u(u2 + v2) ; ue



a42 = e ; ;2 1 (3u2 + v2 )

a43 = (1 ; )uv (2.16)


Derivation of the two forms of B = @F=@Q is similar. The eigenvalues of the ux
Jacobian matrices are purely real. This is the de ning feature of hyperbolic systems
of PDE's, which are further discussed in Section 2.5. The homogeneous property of
the Euler equations is discussed in Appendix C.
The Navier-Stokes equations include both convective and di usive uxes. This
motivates the choice of our two scalar model equations associated with the physics
of convection and di usion. Furthermore, aspects of convective phenomena associ-
ated with coupled systems of equations such as the Euler equations are important in
developing numerical methods and boundary conditions. Thus we also study linear
hyperbolic systems of PDE's.
12 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
2.3 The Linear Convection Equation
2.3.1 Di erential Form
The simplest linear model for convection and wave propagation is the linear convection
equation given by the following PDE:
@u + a @u = 0 (2.17)
@t @x
Here u(x; t) is a scalar quantity propagating with speed a, a real constant which may
be positive or negative. The manner in which the boundary conditions are speci ed
separates the following two phenomena for which this equation is a model:
(1) In one type, the scalar quantity u is given on one boundary, corresponding
to a wave entering the domain through this \in ow" boundary. No bound-
ary condition is speci ed at the opposite side, the \out ow" boundary. This
is consistent in terms of the well-posedness of a 1st-order PDE. Hence the
wave leaves the domain through the out ow boundary without distortion or
re ection. This type of phenomenon is referred to, simply, as the convection
problem. It represents most of the \usual" situations encountered in convect-
ing systems. Note that the left-hand boundary is the in ow boundary when
a is positive, while the right-hand boundary is the in ow boundary when a is
negative.
(2) In the other type, the ow being simulated is periodic. At any given time,
what enters on one side of the domain must be the same as that which is
leaving on the other. This is referred to as the biconvection problem. It is
the simplest to study and serves to illustrate many of the basic properties of
numerical methods applied to problems involving convection, without special
consideration of boundaries. Hence, we pay a great deal of attention to it in
the initial chapters.
Now let us consider a situation in which the initial condition is given by u(x; 0) =
u0(x), and the domain is in nite. It is easy to show by substitution that the exact
solution to the linear convection equation is then
u(x; t) = u0(x ; at) (2.18)
The initial waveform propagates unaltered with speed jaj to the right if a is positive
and to the left if a is negative. With periodic boundary conditions, the waveform
travels through one boundary and reappears at the other boundary, eventually re-
turning to its initial position. In this case, the process continues forever without any
2.3. THE LINEAR CONVECTION EQUATION 13
change in the shape of the solution. Preserving the shape of the initial condition
u0(x) can be a dicult challenge for a numerical method.

2.3.2 Solution in Wave Space


We now examine the biconvection problem in more detail. Let the domain be given
by 0  x  2. We restrict our attention to initial conditions in the form
u(x; 0) = f (0)eix (2.19)
where f (0) is a complex constant, and  is the wavenumber. In order to satisfy the
periodic boundary conditions,  must be an integer. It is a measure of the number of
wavelengths within the domain. With such an initial condition, the solution can be
written as
u(x; t) = f (t)eix (2.20)
where the time dependence is contained in the complex function f (t). Substituting
this solution into the linear convection equation, Eq. 2.17, we nd that f (t) satis es
the following ordinary di erential equation (ODE)
df = ;iaf (2.21)
dt
which has the solution
f (t) = f (0)e;iat (2.22)
Substituting f (t) into Eq. 2.20 gives the following solution
u(x; t) = f (0)ei(x;at) = f (0)ei(x;!t) (2.23)
where the frequency, !, the wavenumber, , and the phase speed, a, are related by
! = a (2.24)
The relation between the frequency and the wavenumber is known as the dispersion
relation. The linear relation given by Eq. 2.24 is characteristic of wave propagation
in a nondispersive medium. This means that the phase speed is the same for all
wavenumbers. As we shall see later, most numerical methods introduce some disper-
sion; that is, in a simulation, waves with di erent wavenumbers travel at di erent
speeds.
An arbitrary initial waveform can be produced by summing initial conditions of
the form of Eq. 2.19. For M modes, one obtains
M
X
u(x; 0) = fm (0)eimx (2.25)
m=1
14 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
where the wavenumbers are often ordered such that 1  2      M . Since the
wave equation is linear, the solution is obtained by summing solutions of the form of
Eq. 2.23, giving
M
X
u(x; t) = fm (0)eim(x;at) (2.26)
m=1
Dispersion and dissipation resulting from a numerical approximation will cause the
shape of the solution to change from that of the original waveform.

2.4 The Di usion Equation


2.4.1 Di erential Form
Di usive uxes are associated with molecular motion in a continuum uid. A simple
linear model equation for a di usive process is
@u =  @ 2 u (2.27)
@t @x2
where  is a positive real constant. For example, with u representing the tempera-
ture, this parabolic PDE governs the di usion of heat in one dimension. Boundary
conditions can be periodic, Dirichlet (speci ed u), Neumann (speci ed @u=@x), or
mixed Dirichlet/Neumann.
In contrast to the linear convection equation, the di usion equation has a nontrivial
steady-state solution, which is one that satis es the governing PDE with the partial
derivative in time equal to zero. In the case of Eq. 2.27, the steady-state solution
must satisfy
@2u = 0 (2.28)
@x2
Therefore, u must vary linearly with x at steady state such that the boundary con-
ditions are satis ed. Other steady-state solutions are obtained if a source term g(x)
is added to Eq. 2.27, as follows:
" #
@u =  @ 2 u ; g(x) (2.29)
@t @x2
giving a steady state-solution which satis es
@ 2 u ; g(x) = 0 (2.30)
@x2
2.4. THE DIFFUSION EQUATION 15
In two dimensions, the di usion equation becomes
" #
@u =  @ 2 u + @ 2 u ; g(x; y) (2.31)
@t @x2 @y2
where g(x; y) is again a source term. The corresponding steady equation is
@ 2 u + @ 2 u ; g(x; y) = 0 (2.32)
@x2 @y2
While Eq. 2.31 is parabolic, Eq. 2.32 is elliptic. The latter is known as the Poisson
equation for nonzero g, and as Laplace's equation for zero g.

2.4.2 Solution in Wave Space


We now consider a series solution to Eq. 2.27. Let the domain be given by 0  x  
with boundary conditions u(0) = ua, u() = ub. It is clear that the steady-state
solution is given by a linear function which satis es the boundary conditions, i.e.,
h(x) = ua + (ub ; ua)x=. Let the initial condition be
M
X
u(x; 0) = fm(0) sin m x + h(x) (2.33)
m=1
where  must be an integer in order to satisfy the boundary conditions. A solution
of the form M
X
u(x; t) = fm(t) sin mx + h(x) (2.34)
m=1
satis es the initial and boundary conditions. Substituting this form into Eq. 2.27
gives the following ODE for fm :
dfm = ;2 f (2.35)
dt m m
and we nd
fm(t) = fm(0)e;2m t (2.36)
Substituting fm(t) into equation 2.34, we obtain
M
X
u(x; t) = fm (0)e;2mt sin m x + h(x) (2.37)
m=1
The steady-state solution (t ! 1) is simply h(x). Eq. 2.37 shows that high wavenum-
ber components (large m) of the solution decay more rapidly than low wavenumber
components, consistent with the physics of di usion.
16 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
2.5 Linear Hyperbolic Systems
The Euler equations, Eq. 2.8, form a hyperbolic system of partial di erential equa-
tions. Other systems of equations governing convection and wave propagation phe-
nomena, such as the Maxwell equations describing the propagation of electromagnetic
waves, are also of hyperbolic type. Many aspects of numerical methods for such sys-
tems can be understood by studying a one-dimensional constant-coecient linear
system of the form
@u + A @u = 0 (2.38)
@t @x
where u = u(x; t) is a vector of length m and A is a real m  m matrix. For
conservation laws, this equation can also be written in the form
@u + @f = 0 (2.39)
@t @x
where f is the ux vector and A = @u@f is the ux Jacobian matrix. The entries in the
ux Jacobian are
@fi
aij = @u (2.40)
j
The ux Jacobian for the Euler equations is derived in Section 2.2.
Such a system is hyperbolic if A is diagonalizable with real eigenvalues.1 Thus
 = X ;1AX (2.41)
where  is a diagonal matrix containing the eigenvalues of A, and X is the matrix
of right eigenvectors. Premultiplying Eq. 2.38 by X ;1 , postmultiplying A by the
product XX ;1, and noting that X and X ;1 are constants, we obtain

z }| {
@X ;1u ;
@ X AX X ;1u
1
@t + @x =0 (2.42)
With w = X ;1u, this can be rewritten as
@w +  @w = 0 (2.43)
@t @x
When written in this manner, the equations have been decoupled into m scalar equa-
tions of the form
@wi +  @wi = 0 (2.44)
i
@t @x
1 See Appendix A for a brief review of some basic relations and de nitions from linear algebra.
2.6. PROBLEMS 17
The elements of w are known as characteristic variables. Each characteristic variable
satis es the linear convection equation with the speed given by the corresponding
eigenvalue of A.
Based on the above, we see that a hyperbolic system in the form of Eq. 2.38 has a
solution given by the superposition of waves which can travel in either the positive or
negative directions and at varying speeds. While the scalar linear convection equation
is clearly an excellent model equation for hyperbolic systems, we must ensure that
our numerical methods are appropriate for wave speeds of arbitrary sign and possibly
widely varying magnitudes.
The one-dimensional Euler equations can also be diagonalized, leading to three
equations in the form of the linear convection equation, although they remain non-
linear, of course. The eigenvalues of the ux Jacobian matrix, orqwave speeds, are
u; u + c, and u ; c, where u is the local uid velocity, and c = p= is the local
speed of sound. The speed u is associated with convection of the uid, while u + c
and u ; c are associated with sound waves. Therefore, in a supersonic ow, where
juj > c, all of the wave speeds have the same sign. In a subsonic ow, where juj < c,
wave speeds of both positive and negative sign are present, corresponding to the fact
that sound waves can travel upstream in a subsonic ow.
The signs of the eigenvalues of the matrix A are also important in determining
suitable boundary conditions. The characteristic variables each satisfy the linear con-
vection equation with the wave speed given by the corresponding eigenvalue. There-
fore, the boundary conditions can be speci ed accordingly. That is, characteristic
variables associated with positive eigenvalues can be speci ed at the left boundary,
which corresponds to in ow for these variables. Characteristic variables associated
with negative eigenvalues can be speci ed at the right boundary, which is the in-
ow boundary for these variables. While other boundary condition treatments are
possible, they must be consistent with this approach.

2.6 Problems
1. Show that the 1-D Euler equations can be written in terms of the primitive
variables R = [; u; p]T as follows:
@R + M @R = 0
@t @x
where
2 3
u  0
M = 64 0 u ;1 75
0 p u
18 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
Assume an ideal gas, p = ( ; 1)(e ; u2=2).
2. Find the eigenvalues and eigenvectors of the matrix M derived in question 1.
3. Derive the ux Jacobian matrix A = @E=@Q for the 1-D Euler equations result-
ing from the conservative variable formulation (Eq. 2.5). Find its eigenvalues
and compare with those obtained in question 2.
4. Show that the two matrices M and A derived in questions 1 and 3, respectively,
are related by a similarity transform. (Hint: make use of the matrix S =
@Q=@R.)
5. Write the 2-D di usion equation, Eq. 2.31, in the form of Eq. 2.2.
6. Given the initial condition u(x; 0) = sin x de ned on 0  x  2, write it in the
form of Eq. 2.25, that is, nd the necessary values of fm (0). (Hint: use M = 2
with 1 = 1 and 2 = ;1.) Next consider the same initial condition de ned
only at x = 2j=4, j = 0; 1; 2; 3. Find the values of fm(0) required to reproduce
the initial condition at these discrete points using M = 4 with m = m ; 1.
7. Plot the rst three basis functions used in constructing the exact solution to
the di usion equation in Section 2.4.2. Next consider a solution with boundary
conditions ua = ub = 0, and initial conditions from Eq. 2.33 with fm(0) = 1
for 1  m  3, fm (0) = 0 for m > 3. Plot the initial condition on the domain
0  x  . Plot the solution at t = 1 with  = 1.
8. Write the classical wave equation @ 2 u=@t2 = c2 @ 2 u=@x2 as a rst-order system,
i.e., in the form
@U + A @U = 0
@t @x
where U = [@u=@x; @u=@t]T . Find the eigenvalues and eigenvectors of A.
9. The Cauchy-Riemann equations are formed from the coupling of the steady
compressible continuity (conservation of mass) equation
@u + @v = 0
@x @y
and the vorticity de nition
@v + @u = 0
! = ; @x @y
2.6. PROBLEMS 19
where ! = 0 for irrotational ow. For isentropic and homenthalpic ow, the
system is closed by the relation
  ;1 1
;
= 1; 2 u +v ;11 
2 2

Note that the variables have been nondimensionalized. Combining the two
PDE's, we have
@f (q) + @g(q) = 0
@x @y
where
     
u
q = v ; f = v ; g = ;u; u ; v

One approach to solving these equations is to add a time-dependent term and


nd the steady solution of the following equation:
@q + @f + @g = 0
@t @x @y
(a) Find the ux Jacobians of f and g with respect to q.
(b) Determine the eigenvalues of the ux Jacobians.
(c) Determine the conditions (in terms of  and u) under which the system is
hyperbolic, i.e., has real eigenvalues.
(d) Are the above uxes homogeneous? (See Appendix C.)
20 CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS

   

            

           

!"$#&%%'#&)(+*-,/.
,/.1003254768,9*:#&1;=<&#?>&0$@91*-1<A411;B,/0C68DFE
G141*:DHG1#I(KJL#&41@M%'#ND103OP03254768,9*:#&F;
"3#5,/6*:MQ76@R,9*S6OND10$@9*->868,9*->03;L(+*T,/.U@R03;9QV03"W,X,/#ZYV#,/.[;RQ76"$0+61DU,/*-%08\^]Z10_"C6`6QFQ1@9#Cab*:%68,/0
,/.F03;90c;9*:%M41O-,/6103#41;9OTE'61Dd,9.103e;R#&O->0c,/.10f@90$;941OT,/*:F<MD1*Tgh0$@903F"30Z0$2N4168,/*-#&1;3\jifO-,903@9168,/*T>&03OTE&J
#&10M"C6k6QFQ1@9#Cab*:%68,/0K,/.F0U;9Q76l,/*S68OmD10$@9*T>6l,/*->03;cn1@9;R,3Jh,/.F03@90$YoEQ1@R#bD14F"3*:F<e6d;REN;B,/03%p#qX#&@Br
D1*-76@RE`DF*-gs03@90$o,/*S68OV0$254768,/*-#&1;$\jtu.10f,9*:%'0fD10$@9*T>6l,/*->03;v6@90c6Q1Q1@R#CaF*-%d6l,/03D10WaN,3JFO:036D1*-1<w,9#
6kxzy|{d}W~!{'€/ƒ‚Ny|„N…†{d}Wx|‚7‡3ˆ'(+.1*-"ƒ.HQ1@R#bD14F"303;M6‰;R0$,M#qŠD1*Tgh0$@90$1"30'03254768,9*:#&F;w(+.1*-"ƒ."C68HYV0
;9#O->&0$D‹\Štu.1*-;+*:;u,/.10=6Q1QF@9#o6"ƒ.†03%'Q1.76;R*:Œ$03D.F03@908\Š!,/.1*-;f"ƒ.768QF,/0$@3J7,/.10w"3#1"30$QF,Z#qmn71*T,/0Wr
D1*Tgh0$@903F"30Ž68Q1Q1@9#Cab*:%68,9*:#&1;Z,9#Q768@R,/*:6OjD10$@9*->868,9*->03;M*-;KQ1@90$;903o,903D‹\†tu.103;R0Ž"C6HYs06Q1Q1O-*:0$D
03*T,/.10$@f,9#d;9Q168,/*:6OmDF03@9*T>868,/*T>&03;f#&@+,/*:%'0wD103@R*->868,/*T>&0$;3\c]4F@c03%'Q1.768;9*:;f*:‰,/.1*-;_.76Qb,/03@c*:;‘#&
;9Q168,/*:6OhD10$@9*T>6l,/*->03;$’F,/*-%0fD103@R*->868,/*T>&0$;u6@90Z,9@90368,/0$De*:‰_.76Qb,/03@+“b\P”N,/@968,/0$<&*:0$;_q•#&@u6QFQ1O-EN*:F<
,/.F03;90Kn71*T,/0–r!D1*Tgh0$@903F"30K6Q1QF@9#Cab*:%68,/*-#&1;_(+*-O:OhYV0KD1*:;R"341;R;90$D*:‰_.768QF,/0$@f—1\
icO-OL#qj,9.10[%d6l,/03@R*S6O˜YV03O-#I( *-;ZQ1@90$;90$5,903D)*:A6Š68@R,/0$;9*:6A;REN;R,903%‰\w™
0U0$%Q1.16;9*-Œ30U,/.F0
qš6"W,‘,9.768,+2541*T,/0K<&03F03@/68O›"3OS68;9;90$;f#8qL%'03;R.103;‘0WabQ1@R03;9;R03DA*-‰<0310$@/6O›"$41@R>N*:O-*:1036@Š"$#b#&@RD1*:168,/0$;
*:Aœ7‚N?žWyŸ9 Lž!œFNƒ}"C68HYV0',9@/61;Bq•#&@9%'03D),/#†6†41F*-q•#&@R%¡Š6@R,903;R*S6
%0$;9.
(+*T,/.
032541*:;RQ76"$03D
*:o,903@R>86O-;‹*:K6u;R#8r!"36O:O-03Dƒ‡l{cœV¢Nx£xšyŸ‡l„V 8ž!œFNƒ}WJI6;›;R.1#?(+M*-K¤L*:<&4F@90^¥b\-¦&\§tu.10Zƒ‡l{cœV¢Nx£xšyŸ‡l„V 
ž!œFNƒ}h*:;˜411*Tq•#&@9%‰’68O:O,9.10v<03#&%'0$,9@9*:"^>86@R*S68,9*:#&*-;§6Y1;9#@9YV03DM*-o,/#+>68@9*S68Y1O:0^"$#b0W¨'"3*:0$o,/;L#8qF,/.F0
,/@961;Bq•#&@9%'03D)03254768,9*:#&F;3\e¤7#&@,/.F*:;w@90C68;9#&‹J§*:)%U41"ƒ.
#qŠ,9.10'q•#O:O:#?(+*-1<6"3"$41@/68"$E
676OTEN;9*:;
(v041;R06©032541*:;RQ76"$03DªŠ6@B,/0$;9*S68«;REN;B,/03% (+*-,9.1#&4F,'YV03*-1<H41FD141O-E¬@R03;B,/@9*-"$,9*->&0‰#&@'O:#&;R*:1<
Q1@96"$,9*:"C68O›6Q1Q1O-*:"368,/*-#&‹\

­®?¯ ° ±²^³±²µ´M¶A· ¸º¹C¶A¹$»L±f¼h½¾¹$¿±Àj±¶AÁ‘± ÂÄÃ`»L´=»^¹3Ã'¶

tu.10;R*:%'Q1O:0$;R,Š%'03;R.*:o>&#&OT>N*:1<UYV#,9.Ž,/*:%'0Z681De;9Q768"30K*:;v;9.1#?(+‰*:¤L*-<&41@90c¥F\ \jice*-1;9QV03"–r
,/*-#&Å#q‘,/.1*-;Un7<&41@R0Qs0$@9%'*-,/;M41;[,/#kD10$n110‰,9.10e,/0$@9%';`61D¬1#,/68,/*-#&Å1030$D103DÆ,/#kD10$;9"3@R*:YV0

¦
& Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

¤L*:<41@90K¥F\T¦&Û Üj.oEN;9*:"36O˜61D‰"3#%Q14b,ƒ68,9*:#&768Oh;9Q16"30$;3\

n71*T,/0ZDF*-gs03@90$1"30K68Q1Q1@9#Cab*:%68,9*:#&1;$\^!<&03F03@/68OŸJb,9.10D10$Qs0$1D103o,+>86@9*:6Y1O-03;3JbݘJbq•#&@Š0–aF6%QFO:0J
6@R0‘q•41F"$,/*-#&1;v#q‹,/.F0c*:FD103QV031DF03o,Š>86@9*:6Y1O-03;jޖJF681Ddߘà/áVàƒâF\j¤7#&@j,9.10fn7@R;R,_;90$>03@96Oh"ƒ.768QF,/0$@9;
(v0["3#&1;R*:D10$@Q1@9*-%d68@9*:OTEd,9.10e¦$rÔãÏ"36;90[ÝAäåÝmæ•ß˜à9ÞRç–\K™ª.F03k#&1OTE#&F0M>86@9*:6Y1O:0w*:;cD1031#8,/03DhJ
D10$Qs0$1D103F"30U#&,/.F0w#8,/.10$@f*-;+6;9;R41%0$D‹\_tu.F0=%'03;R.*:FD10Waeq•#@+ß*:;w éèP?žXê7Jë61D‰,/.768,uq•#@
ފ*-;w éèPIž_ìL\jtu.F03#60$2N4F*:;9Q16"30$D<&@R*:D
ß ä ßNíuä«ê5îUß æš¥F\-¦?ç
Þ¡ä Þ!ï=äðì‹îUÞPäªì›ñ 暥F\ ç
(+.10$@90[îUßk*:;u,9.10M;RQ76"3*-1<d*-†ß)6FDîUÞu,/.10=;9Q768"3*:F<d*:Þ–Js6;c;R.1#?(+A*:†¤L*:<&4F@90w¥F\ \‘òf#,90
,/.168,cñeäóî[Þ_,/.1@R#&41<&.1#4F,C\vô˜68,/0$@Zõ61D†öj6@90K41;R03Dq•#@‘áŽ61D†â*:†6`;9*:%'*:O:6@v(_6CE&\_™ª.F03
ìLà£ê&à–õsàƒö6@R0†4F;903D©q•#&@#8,/.10$@Q14F@9QV#&;90$;Aæ•(+.F*:"ƒ.º*-;;R#&%0W,/*-%0$;'F03"30$;9;96@REFçWJ+O-#b"36Ou"3#&o,90WaN,
;9.F#&41O:D%6÷0,9.10K%0361*:F<[#&Yo>b*-#&41;$\
tu.10w"3#&o>&0$o,/*:#†q•#&@u;R41Y1;9"$@9*-QF,f61D‰;941QV03@R;9"3@R*:QF,‘*-1D10Wab*-1<`*:;+6;uq•#&O-O:#?(+;3Û
Ýmæ•Þ‹ø«õFñVç¡ä ÝmæRùúì'ø©õNû|ñëçXäðÝ7ïCü1ý
ÝLæ|ß[ø¬þîUßsç¾ä ÝmæRù êcøÆþŽû:î[ßsçXäÿÝNíRü 暥F\ ¥&ç
ï?ü1ý
Ýmæ|ß[ø¬þî[ߘàRޘø«õFñVç¡ä ÝíR ü
ò #8,/*:"$0Z,/.76l,u(+.103‰41;90$D6O-#&108JFYV#,/.e,/.F0K,9*:%'061D;RQ76"30w*:FD1*:"$03;u6QFQs036@‘6;+6[;941Y1;R"3@R*:QF,3J
f
Y14F,[(+.F03Æ41;90$D¬,9#&<&0W,/.10$@3Jj,/*-%0Ž*-;[6OT(Š6CEN;`6;941QV03@R;9"$@9*:Qb,'61D¬*:;U4F;9476O-O-E
031"$O:#&;R03DÅ(+*-,9.
Q76@R03o,/.F03;90$;f,9#'DF*:;R,9*:1<41*:;R.‰*T,Šq•@9#% 6‰0WabQV#&103o,3\
ÎNÐ&кنÌvÚbÈcÌPډÉcÓcÖ ÑLÒÔÓfÒ3ËmÌX՟ÖZÒÔÑLÑ^ÌXÍfÌXÓUÇ^Ì ÓM×=Ë1Éc˧ÒW×uÓ ¥

t
Grid or
Node
Points
n+1
∆x
n
∆t
n-1

x
j-2 j-1 j j+1 j+2

¤L*-<&41@R0¥F\ Û ”bQ76"$0WrŸ,/*:%'0<&@R*:D6@R@/61<03%'03o,C\

ãZ03@R*->868,/*T>&0$;68@900WabQ1@R03;9;R03D 68"3"3#@9D1*-1<),9#A,/.1041;R476O+"3#&o>03o,/*-#&1;3\©tu.541;q•#&@[Q16@R,9*S6O
D10$@9*->868,9*->03;+*:e;RQ76"30w#&@Š,9*:%'0c(_0w41;R0=*-5,903@R"ƒ.761<&036Y1OTE


Ý
Ý
 Ý

Ýeä à
Ýeä à
 Ýeä à 0$,9"\ 暥F\ —oç

ß
Þ
ß 
¤7#&@Š,/.F0w#@9D1*-76@RE,/*-%0ZDF03@9*T>868,/*T>&0*:e,9.10K;R,/4FDFE#q^]Kã ;u(_0K41;R0

Ý
Ýbä 暥F\ç
Þ

!,/.F*:;+,/0WaN,;R41Y1;R"3@9*-QF,/;#D103QV03FD103o,>86@9*:6Y1O-03;f6@90=10$>03@41;R03D,/#d0WabQ1@90$;9;KD10$@9*->868,9*->03;3\
tu.541;‘Ý (+*-O:OhF#,‘Ys041;R03D‰,/#`@90$Q1@90$;903o,f,/.10n7@R;R,‘D103@R*->868,9*->&0#8qL݉(+*-,/.‰@90$;9QV03"W,‘,9#'ߘ\
tu.10cF#,ƒ68,9*:#&[q•#&@XD1*Tgh0$@90$1"30c6Q1Q1@R#?ab*-%d68,9*:#&F;^q•#&O:O-#I(+;^,9.10‘;/6%'0fQF.1*:O-#&;9#&QF.5EUY14F,Zæ•(+*-,9.
#&10P0Wab"$03QF,9*:#&ëç›*-,§*-;§F#,L4F1*:254108\ vE,9.1*:;›(v0_%'0C6K,/.76l,m,9.10v;BEN%UYs# O u*-;§4F;903D=,/#‘@903QF@903;R03o,
6[D1*-gs03@R031"$0M68Q1Q1@9#Cab*:%68,9*:#&d,9#'6`DF03@9*T>868,/*T>&0K;941"ƒ.‰,/.76l,CJFq•#&@u0–aF6%QFO:0J

 
! à   
 暥F\ “&ç

Y14F,u,9.10KQ1@90$"3*-;90K768,941@90'æš61D‰#&@9D10$@ƒç_#q§,/.F0K6Q1Q1@R#?ab*-%d68,9*:#&d*:;u1#,+"36@9@R*:0$D‰*-Ž,/.10K;BEb%MYs#&O
5\U]c,/.F03@Z(_6?EN;w6@R0[41;90$Dk,9#D10$,903@9%'*:F0U*-,9;ZQ1@90$"3*-;90[%'0C61*-1<1\Ktu.10[#&F0[0Wab"30$QF,/*-#&k*:;Z,/.F0
;REN%UYV#&O˜îeJ1(+.1*-"ƒ.†*-;uD10$n7F03D;R41"ƒ.†,9.768,

îUÞ!ï=ä Þ!ï?ü#"%$HÞ!ï1à îUßNí+äªßNíRü#"$HßNíIà î[Ýëï=äªÝ7ï?ü#"&$ÅÝ7ïbà 0$,9"\ 暥F\'ç

™ª.10$‰,9.103@R0=*-;u1#`;941Y1;R"3@R*:QF,f#&‰îUފ#&@+îUߘJ7,/.10K;RQ76"3*-1<`*:;u41F*-q•#&@R%†\
— Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

­®)( *,+´MÁ‘± ½ ±ÀX¹.-w´w»j¹.-'± /0+1+AÀjÃ32†¹54 ´=»j¹$öA²

iÆD1*-gs03@R031"$0Š6Q1QF@9#Cab*:%68,/*-#&K"C6UYV0P<&0310$@/68,903DU#@m0W>68O:4768,903D=Y5Ew%'0C6F;L#që6‘;9*-%Q1O-0jtL6CENO:#@
;90$@9*-03;Ž0–aFQ161;9*-#&‹\ ¤ë#@0–a168%Q1O-0Ju"$#&1;9*-D103@Ýmæ•ß˜à9ÞRç[(+*-,/.©Þ[nFab03D‹\ótu.F03‹Juq•#&O-O:#?(+*:1<k,/.F0
1#,/68,/*-#&A"3#5>03o,/*-#&)<&*->03k*:6j25;3\˜¥F\T¦U,/#‰¥F\ ¥FJ‹ß
ä ê5îUß6FD)Ýmæ|ßøðõbî[ßsçcä ÝmæTêNîUßø
õFîUßsçXäÿÝNí9ü1ýI7 \ LaFQ161D1*-1<',9.10KOS68,R,/0$@_,/0$@9%µ6YV#&4F,uß<&*->03;
ï

Ý ¦
 Ý ¦ ï
Ý
ÝNí9ü1ý+äðÝbíLø æzõFîUßs ç 8 ø æzõFîUßsç 8  ø ;=;=;?ø
< æŸõFîUßsç 8 ø ;=;=;m暥F@\ ?&ç
<

:
ß 9 í
ß  9 í ì >
%
ß ï 9 í
ô›#b"36OoD1*Tgh0$@903F"30P6Q1Q1@R#CaF*-%d6l,/*:#1;‹,/#‘6+<&*->03wQ76@R,9*S6OD103@R*->868,/*T>&0X"C68=YV0jq•#&@9%'03DKq•@9#&% O:*:F0C6@
"3#%UY1*:168,/*-#&1;Š#qmÝNíZ61DÝNí9ü1ýfq•#&@‘õäBA`¦&àA à5;=;=;T\
¤7#&@u0WaF6%'Q1O:08J1"3#1;9*-D103@u,/.F0wtm6CENO:#&@u;R03@9*-03;‘0WabQ76F;9*:#‰q•#&@uÝNíRü#"ƒÛ
ï

Ý ¦
Ý ¦ ï
Ý
ÝNíR#
ü "jäªÝNí^ø æšîUßs ç 8 ø æšî[ßsç  8 ø ;=;=;Iø
C æšîUßsç 8 ø ;=;=;
< 暥F\@D&ç

ß9 í
ß  9 í ì&>
ß ï 9 í
òf#?( ;941YF,9@/6"W,‘Ýbíc61D‰D1*->N*:DF0Y5Eeî[߆,/#'#&YF,/6*:

ÝbíRü#"&$ÝNí
Ý ¦

äE8 ø æšîUßsç8 ø<;=;=; æz¥F\T¦  ç
î[ß
ßF9 í
ß  9 í

tu.541;L,9.10Š0WabQ1@R03;R;9*:#‰æšÝNí9ü#"G$=ÝNí3çIHîUß*-;L6f@90C68;9#&768Y1O:0v6Q1Q1@R#CaF*-%d6l,/*:#wq•#&@JLKN 
M O 6;LO-#&1<Z68;
K í
îUßA*:;u;R%d68O:OŸ\Xò‘0WaN,f"3#&1;R*:D10$@‘,9.10K;9Q768"30wD1*-gs03@R031"$0M6QFQ1@9#Cab*:%68,/*-#&)æšÝNíR# ü "%$ÅÝNí P"BçQHFæ îUßsçW\
LabQ761Dð,/.10A,/0$@9%';*: ,/.10k541%'03@968,/#&@‰6YV#&4F,'ê«61Dð@903<@9#&41Qª,/.F0)@R03;R41O-,e,9#Æq•#&@R% ,/.F0
q•#&O-O:#?(+*:1<M03254768,9*:#&
ÝNí9ü#"R$ÝNíP"
Ý ¦
T Ý ¦


$S8 ä î[ß  8 ø îUßU8 æz¥F\T¦&¦Iç
îUß
ß 9 í “
ß T 9 í ¦ 8
ß V 9 í&WNWNW
™ª.10$0WabQ1@R03;R;903DA*-e,/.1*-;‘%61F03@3J7*T,+*:;+"3O-0C6@Š,9.768,+,/.F0=D1*-;9"$@90$,90,/03@R%;+#&,/.F0=O-0$q|,+;9*-D10K#q
,/.F0f0$2N4168,/*-#&@R03Q1@R03;R03o,u6n7@9;B,PD103@R*->868,/*T>&0u(+*-,9.d6K"30$@R,/6*:6%'#&41o,X#q‹0$@9@R#&@j(+.1*:"ƒ.d6Q1QV0C6@R;
#&¬,/.10@R*:<&.o,[;R*:D10#q‘,/.100$2N416O+;9*:<‹\Å£,'*:;`6O-;9#k"3O-0C6@U,9.768,[,/.F0‰0$@9@R#&@`D103QV031DF;#&¬,/.F0
<&@R*:DH;RQ76"$*:1<,9#6"$03@B,ƒ6*-H#&@RD103@$\tu.10Ž0$@9@R#&@w,903@R%¾"$#&o,ƒ6*-1*:1<,/.F0d<&@R*:DH;RQ76"$*:1<,9#,/.F0
O:#?(v03;B,jQs#?(v03@j<&*T>&0$;L,/.10u#@9D10$@L#që,/.F0Š%0W,/.1#ND‹\L¤ë@R#&X % j2V\&¥F\-¦  J8(v0u;90$0Š,/.768,m,/.10u0–abQ1@90$;9;9*-#&
æšÝNíR#ü "!$'Ýbí$Qç H8î[ß*:;X6cn1@9;R,Br!#&@RD103@X68Q1Q1@9#Cab*:%68,9*:#&M,9Y# JZKN M í O \^”b*:%'*:O:6@9OTE&[J j2ë\5¥F\-¦¦u;9.1#?(+;j,/.76l,
K
æšÝNíR#ü "$kÝN)í P"ÔQç H1æ îUßsçv*:;_6M;90$"3#&1DNr!#&@RD103@+6QFQ1@9#Cab*:%68,/*-#&,9#[6Mn7@R;R,uD10$@9*T>6l,/*->0\^tu.F0OS68,R,/03@
*:;X@R0$q•03@R@90$D,/#=6;X,/.10+,/.F@9030–r!QV#&*:o,X"$03o,/0$@903DeDF*-gs03@90$1"30f6Q1QF@9#Cab*:%68,/*-#&‹Jo6FD#&F0f#q|,903';90$03;
,/.F0w;R41%'%d6@BEŽ@R03;94FO-,+Q1@R03;90$o,/03D*:e,/.10q•#&@R%

Ý ÝbíRü#"R$ÅÝNí)P"
8 ä ø]\dæzîUß  ç æz¥F\T¦ ç

ß 9 í îUß
ÎNÐ ÎNЫÑmÒÔÓfÒ3ËmÌX՟ÖZÒÔÑ^ÑLÌP͑ÌXÓUÇ^Ì ×uÊXÌX͑ÉcË_×uÍfÚ 

­®ƒ­ ¸º¹C¶A¹W»^±f¼h½ ¹$¿Å±Àj±¶AÁ+± ^_+H±ZÀX´w»^Ã'ÀX²

`ab`aIc dfehgIikjml gonqpsrpRiutvpxwzy{psr|%jehr}


Ü 0$@9.768Q1;c,/.F0=%'#&;R,‘"$#&%%'#&‰0WaF6%'Q1O:0$;f#8q^n71*T,/0Wr£D1*-gs03@R031"$0q•#&@9%U4FOS6;‘6@R0w,9.10=,9.1@90$0Wr!QV#&*-5,
m
"30$o,/03@R03Dbr£D1*-gs03@R031"$0U6QFQ1@9#Cab*:%68,/*-#&1;_q•#@Š,/.10n7@R;R,f61D;90$"3#&FDD10$@9*->868,9*->03;3Û
"


Ý ¦
8 ä æšÝNíRü#"%$HÝbíP"Bç›ø~\ŽæzîUß  ç æz¥F\T¦?¥oç

ß 9 í î ß
U

 Ý ¦
8 ä æ•ÝbíRü#"&$ ÝNí^ø¬ÝbíP"Bç›ø~\ŽæzîUß  ç æz¥F\T¦C—5ç

ß  9 í î ß 
U

tu.10$;906@R0f,9.10cY768;9*:;Xq•#&@jœ7‡ly|„7xXˆy Z}W€/}W„hƒ}‡ƒœ7}W€Rxԇl€/žX;R*:1"$0f,/.F0$E'<&*->0Z6d6Q1Q1@R#CaF*-%d6l,/*:#`,9#
6=DF03@9*T>868,/*T>&0f68,_#10cD1*-;9"$@90$,90cQV#&*:o,v*:6=%'03;R.Ž*:',/03@R%;P#q›;R41@9@R#&411DF*:1<=Qs#&*-o,/;3 \ €‘#?(_0W>&03@$J
10$*-,/.F03@w#q_,9.103;R0d0WabQ1@R03;R;9*:#1;=,903O:Oj4F;=.1#?( #8,/.10$@=QV#&*:o,9;w*-),9.10'%0$;9.68@90'D1*-gs03@R031"$03DH#@
.1#?( YV#&411D768@RE"3#1D1*-,9*:#&F;c6@R0=0$Fq•#&@R"303Dh\c”N41"ƒ.A6D1DF*-,/*-#&76O›*-Fq•#&@R%d68,9*:#&e@R032541*-@903;c6%'#&@90
;9#Q1.1*:;B,/*-"C68,903Deq•#&@9%M41OS68,9*:#&h\

`ab`ao‚ ƒ |%jrgo„…lBg†n{pRrpRiutvpxwmy‡pRr|%je7r}
_#&1;R*:D10$@u,/.10K@90$OS68,9*:#&
¦
æˆ  ÝsçzíŠä æšÝNí9ü#"&$ ÝbíLøÆÝNí)P"Bç æz¥F\T¦G&ç
î ß 
U
(+.1*-"ƒ.e*:;u6MQV#&*-5,_D1*-gs03@R031"$06Q1QF@9#Cab*:%68,/*-#&,9#[6U;90$"3#&1DD10$@9*T>6l,/*->0\jò‘#?(ÿO-0$,_41;uD103@R*->06
{'xš€WŠy ‰w#&QV03@/6l,/#&@+@90$Q1@90$;90$5,/68,/*-#&†q•#@+,9.10K;/6%'0=6Q1Q1@R#?ab*-%d68,9*:#&h\P_#&1;9*-D103@+,/.F0wq•#&4F@‘QV#&*-5,
%'03;9.(+*T,/.YV#&41FD76@RE†QV#&*:o,/;Z68 , ‹‰61D6ŒK;9.1#?(+kYV03O:#?(K\ò‘#,/*-"30M,9.768,f(+.103A(v0[;9QV0C6÷‰#q
 ,9.10=541%MYs0$@‘#8q^QV#&*:o,/;+*-6`%0$;9 . ŽFJë(v0w%036‰,9.10wN4F%UYs0$@f#8qŠy|„7x!}W€WyŸ‡l€_Qs#&*-o,/;+0Wab"3O-41D1*-1<
,/.F0wYV#&41FD76@9*-03;$\

‹ ¦ ¥ — Œ
ßeä  $ $ $ $ 
ê[ä ¦ ; ; ‘

¤ë#41@uQs#*:o,u%'03;9.h\vîU߉䒐RH1擑 øª¦Iç

ò #?( *-%QV#&;R0ŽãZ*:@R*:"ƒ.1O-0$,=Ys#411D76@BEÅ"3#1D1*-,9*:#&F;3JjÝmæ  ç[ä ݕ”Ià[Ým斐˜ç'ä ݕ—K681D¬41;90e,/.F0


f
"30$o,/03@R03DAD1*Tgh0$@90$1"30=6Q1Q1@R#CaF*-%d6l,/*:#e<&*->03YoE˜j2ë\s¥b\-¦G`68,‘0$>03@BEQV#&*:o,‘*:,/.F0=%'03;R.‹\_™
0

™oš‡›œvž@Ÿ@Ÿ¡ =›£¢¤ž@¥¦›%§“¨G›©“›Iª£«¦¬[  =›I¢“ž@¥­§“ž@¥¦›«.®Z›I¢¤­)§“«¦¢©“¨G«¦¢“§“Ÿ@¯¦°
“ Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

6@R@9*->0K68,+,/.10q•#&4F@u03254768,9*:#&1;$Û
¦
æ“  Ýsç " ä æšÝ”k$ Ýv"‹ø¬Ý
î ß
U  ç
¦
æ“  Ýsç ä æšÝ"&$ Ý
 î ß
U   øÆÝ T ç
¦
æ“  Ýsç
T
ä
î ß
U 
æšÝ
 $ Ý
T øÆÝ U ç
¦
æ“  Ýsç
U
ä
î ß
U 
æšÝ
T $ Ý
U
øÆÝ—!ç æz¥F\T¦?“oç

™
@9*-,9*:1<U,9.103;R0K03254768,9*:#&1;+*-,9.10K%#@90;94F<&<&03;B,/*T>&0Kq•#&@9%
æ“  Ýhç " ä æµÝ” $ Ý" øZÝ çIHîUß 

æ“  Ýhç ä æ Ý"±$ Ý øÝ T çIHîUß 
  æz¥F\T¦G'&ç
æ“  Ýhç ä æ Ý $ Ý T øZÝ çIHîUß 
T  U
æ“  Ýhç ä æ Ý T $ Ý øZÝ— çIHîUß 
U U
*-,w*-;w"$O:036@,/.768,K(v0d"36H0–aFQF@903;R;M,/.F03% *:
6‰>03"W,/#&@Ôr!%68,/@R*TaAq•#&@R%†J§6FD)q•41@B,/.10$@3J§,/.768,w,/.F0
@90$;941OT,/*-1<`%d68,9@9* aŽ.768;f6U>03@RE;RQs0$"3*:6O‹q•#&@9%‰\^!o,/@R#bDF41"3*-1<
Ý" ¶¸· Ý” ¸¶ ·
·· ·
Ý ¦  ·
² ä
ݎ ³´´  à J Œ¦² º O ä ´³ æz¥F\T¦=?oç
µ´ Ý T ¹ îUß  ´´µ 
¹
Ý Ý—
U
61D
$ ¦ ¶ ··
¦ ¦ $ ¦ ·
» ä ´³ æz¥F\T¦=Doç
î ß  ´µ´
U ¦ $ ¦
¹
¦ $
(v0="36@90$(+@R*-,90‡j2ë\V¥F\T¦G'U6;

  Ýe ² ø¼J Œ)² º O
² ä »,Ý[ æz¥F\  ç

t .1*:;0–aF6%QFO:0U*-O:O:4F;R,/@968,/0$;c6Ž%68,9@9*Ta†D1*Tgh0$@90$1"30[#&QV03@968,/#@3\½X6"ƒ.
O-*:10=#qv6Ž%d6l,/@9* a‰D1*-qSr
u
q•03@R031"$0Z#&QV03@968,/#&@X*-;vY768;903Dd#&e6=QV#&*-5,PD1*Tgh0$@90$1"30f#&Qs0$@/68,9#&@3JNY14F,P,/.F0cQV#&*:o,v#&Qs0$@/68,9#&@9;P41;R03D
q•@9#% O:*-10Š,/#KO-*:10+6@R0u1#,P10$"303;R;/6@R*:OTEU,/.10+;96%08\j¤7#&@j0WaF6%'Q1O-0JoYV#&411D768@RE["$#&1D1*T,/*:#1;j%d6CE
D1*-"$,ƒ6l,/0Z,/.168,Š,/.F0wO-*:10$;u68,u#@u10C6@Š,9.10KYs#8,9,/#% #&@Š,9#&Q#q˜,/.10K%68,/@R*TaYV0%#ND1*-n103D‹\^!,/.F0
0WaN,9@903%'0M"36;90=#qL,9.10M%68,9@9*TaŽD1*-gs03@R031"$0M#&QV03@968,/#@‘@R03Q1@R03;R03o,/*-1<e6;RQs0$"$,9@/6O§%0W,/.1#ND‹J71#10
#qX,/.F0[O:*:F03;Z*-;c,/.10[;96%'0\wtu.10`%d68,9@9* a#Qs0$@/68,9#&@9;Z@R03Q1@R03;R03o,/*-1<‰,9.10U,/.F@9030–r!QV#&*:o,"$03o,/@96OTr
D1*Tgh0$@903F"306Q1Q1@R#?ab*-%d68,9*:#&F;Zq•#&@w6‰n7@R;R,M61DH;R03"$#&1DD10$@9*T>6l,/*->0[(+*-,/.
ãZ*:@R*:"ƒ.1O-0$,KYV#&411D16@RE
"3#1D1*-,9*:#&F;u#&‰6[q•#41@Br£Qs#&*-o,u%0$;9.†6@90
ÎNÐ ÎNЫÑmÒÔÓfÒ3ËmÌX՟ÖZÒÔÑ^ÑLÌP͑ÌXÓUÇ^Ì ×uÊXÌX͑ÉcË_×uÍfÚ '

 ¦ ¶ ·· $ ¦ ¶ ··
¦ $ ¦
w  ¦ · ¦ ¦ $ ¦ ·
 ä ³´´ à  ä ´³ æz¥F\ ¦Iç
î ß
U ´µ $ ¦
w  ¦ î ß  ´µ´
U ¦ $ ¦
¹ ¹
$ ¦
w  ¦ $
ic;†6Åq•41@R,9.103@‰0WaF6%'Q1O:08Jc@R03Q1O:6"30k,/.10kq•#&41@B,/.ðO:*-10A*:<j2ë\f¥b\-¦?“¬YoE ,/.10kq•#&O-O:#?(+*:1<ÅQV#&*-5,
#&QV03@968,/#&@Šq•#@+6'ò‘0341%61‰YV#&411D768@REe"$#&1D1*T,/*:#)柔b0$0M”N03"$,9*:#&†¥F\ “F\ çWÛ

¦
Ý ¦
æˆ  Ýsç ä 8 $ •æ Ý $HÝ ç æz¥F\ & ç
U î ß
ß 9 —
¥ U î ß  U
¥ [ T

(+.10$@90K,/.10KYV#&411D768@REe"$#&1D1*T,/*:#e*:;


Ý
Ý
8 ä 8 æz¥F\ ¥oç

ßh9 ¦¾¿
߁9 —
tu.10$º,/.10†%d68,9@9* aÆ#&Qs0$@/68,9#&@`q•#&@d6),/.1@R030Wr£Qs#*:o,d"$03o,/@96OTr£D1*-gs03@R031"$*:1<
;9"ƒ.10$%068,d*-o,/03@R*:#&@
QV#&*:o,/;'6FDókž?}ƒƒ‡l„Vˆ~9‡l€RˆN}W€WœoœV€/.‡ ‰&y|{'xšyŸ‡l„Aq•#&@'6)ò‘0341%61Æ"3#1D1*-,9*:#&¬#&¬,/.F0‰@R*:<&.o,`*-;
<&*T>&03‰YoE

$ ¦ ¶¸··
¦ ¦ $ ¦ ·
  ä ´³ æz¥F\ —5ç
î ß  ´µ´
[ ¦ $ ¦
¹
H¥ $ H¥
X6"ƒ.H#qP,/.F03;90'%68,/@R*TaADF*-gs03@90$1"30`#&QV03@968,/#@9;K*:;K6e;9254768@90'%d68,9@9* a(+*-,9.k03O:0$%0$o,/;,/.76l,
6@R06O-O‘Œ$03@R#&;Ž0Wab"$03QF,Žq•#@,/.F#&;90A68O:#&1<)Y76FD1;d(+.1*-"ƒ.ª6@90†"3O:4F;R,/0$@90$Dª6@9#&4F1D«,/.F0"30$o,/@/68O
D1*:6<&#&768OŸ\m™
0K"C6O-O‹;94F"ƒ.6[%d6l,/@9* ae6˜Àƒ„VˆN}9ˆ'{'xš€–yŠ‰M6FD‰*-o,/@9#ND141"$0,/.10K1#,/68,/*-#&

Œ º ¶¸·· ¦
··
³´´ ‹ ŒÄº
··
Áe椑 Û‹ëàÌIàú3çjä ´´ ‹ Œ · æz¥F\ &ç
´´ \\ \\
\ º \
´µ
‹ Œ ¹ ‘

( .10$@9041;R0Z#q&‘ *:,/.10c6@9<&4F%0$5,_*:;v#&QF,/*-#&76OV6FDŽ,/.10f*:O:O-41;R,9@/68,9*:#&`*-;_<&*T>&03Žq•#@_6M;R*:%'Q1O:0
+
xš€Wyšˆyš?…N‡l„V W%68,/@R*TaK68O-,/.F#&41<&.=6oEK541%UYV03@§#q1Y7681D1;§*:;§6fQV#&;9;R*:Y1*-O:*T,!E&\›iÅ,/@R*:D1*:6<&#&768O%68,/@R*Ta
(+*-,9.1#&4F,Š"3#&1;B,ƒ6o,9;f68O:#&1<=,/.10ZY161D1;+"C68eYs00–aFQF@903;R;90$D6 ; ÁŽæ ‹ë² à Œ?² à º3² ç–\jtu.10K6@R<&41%'03o,/;_q•#@
6dY7681D103DA%68,9@9*Ta6@90[68O-(_6?EN;f#bD1D*:541%UYV03@c61D,9.10U"$03o,/@96OL#&F0e éèP?ž‘@90$q•0$@9;c,9#d,/.F0
"30$o,/@/68O›D1*S6<#&76Oz\
? Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

™H0K"36†F#I( ² 68; 
<&03F03@/68O:*:Œ$0#&41@+Q1@R0$>N*:#&4F;‘0–aF6%QFO:03;$\XãZ0$n7F*:1< Ý

Ý" ¶ ··
Ý · ··
³´´ 
² ä
ݍ ´´ Ý T ·· æz¥F\ “oç
´´ \\\
´µ ¹
Ý Å
•

² YoE
(v0="36‰6Q1Q1@R#?ab*-%d68,90Z,/.10K;R03"3#1DD10$@9*T>6l,/*->0#q Ý

² ä ¦ ² ø¼J )Œ ² º O
  Ýe ÁeæÔ¦&àN$ àC¦Iç ÝM æz¥F\ '&ç
î ß 
U

(+.10$@90~J Œ)² º O ;B,ƒ6FD1;Mq•#&@w,/.10d>03"W,/#&@[.1#O:D1*-1<‰,9.10eãZ*-@9*:"ƒ.FO:0$,=YV#&411D768@RE


"3#&1DF*-,/*-#&1;w#&,/.F0
O:0Wq|,‘61D@9*-<&.o,+;9*-D103;$Û

¦
J )Œ ² º O ä ùúÝ”Ià  à5;=;=;$à  à/Ý—ŸûÆ æz¥F\ ?oç
î ß 
U
£q^(v0MQ1@R03;R"3@9*-Ys0Mòf0$41%d681YV#&411D16@RE‰"3#1D1*-,9*:#&F;‘#†,/.F0=@R*:<&.o,f;9*:DF0JV6;c*-fj25;3\s¥F\ —Ž681D
¥F\ & JF(v0Kn71D

¦
  Ý ² ä Áeæ ‹7² à Œl² 3à ¦Iç ÝM ø J Œ)² º O
² Ç æz¥F\ Doç
î ß 
U
(+.10$@90

‹² ä ù ¦&à3¦&àN;=;=;Wà H¥8û Æ
Œ² ä ùŠ$ àN$ àN$ àN;=;=;$àN$ H¥8û Æ
¦ îUß
Ý Æ
J ¦Œ ² º O ä ݕ”Ià  à  àN;=;=;–à 8
î ß ÉÈ
[ ¥
ß 9 —ˆÊ

ò #,9*:"$0‘,9.768,P,/.10f%d68,9@9* a[#&QV03@968,/#&@R;v<*->&0$ŽYoEËX25;$\F¥F\ 'w61DŽ¥b\ Dw"C6@R@RE`%'#&@90‘*:bq•#&@9%6lr


f
,/*-#&e,/.768‰,9.10KQs#&*-o,+#&Qs0$@/68,9#&@u<&*T>&03‰YoE,j2ë\s¥b\-¦GN\P!˜j25;3\V¥F\ '[61D†¥F\ DFJF,/.F0=YV#&411D16@RE
"3#1D1*-,9*:#&F;f.76C>0UYs0$03A41F*:254103OTE‰;9QV03"3*Tn703Dk681D*-,f*:;f"3O-0C6@+,/.76l,c,/.F0U;/6%'0wQs#&*-o,Z#&QV03@968,/#&@
.76;‘YV03036Q1Q1O-*:0$D†6l,f0W>&0$@RE‰Qs#*:o,+*:,/.10n70$O:D‰0Wab"30$QF,6l,‘,9.10wYs#&4F1D76@R*:03;$\vtu.F0M6YF*:O:*T,!E,9#
;9QV03"$*-q|EM*:M,9.10u%d6l,/@9* a=D103@R*->868,/*T>&0Š#Qs0$@/68,9#&@L,/.F0u0WaF6"$,X168,/41@R0u#q7,/.F0+6Q1Q1@R#?ab*-%d68,9*:#&M68,j,/.F0
>86@9*-#&41;fQs#&*-o,/;c*-,/.F0Mn703O-D*:F"3O:4FD1*:1<',/.10MYs#&4F1D76@R*:03;cQs0$@9%'*-,/;+,/.F0U41;90[#8qX2N4F*-,/0M<&0310$@/6O
"3#1;R,9@941"W,/*:#1;u(+.1*:"ƒ.(+*:O-O‹Ys04F;90$q•4FO§O:68,/0$@u*:e"$#&1;9*-D103@968,/*-#&1;+#qm;R,/6Y1*:O-*-,!E\
ÌIÍ «¦§“›F§¤¨[­§ÏÐ Î ž©k­uъÒG¬[ª†§“ž@«¦¬Ó«¦Ñv§“ž@Ôk›«¦¬[ŸÕ¯q©ˆž@¬[ª£›:›I­.ªb¨Ï›£Ÿ@›£Ôɛ£¬5§Éª†«¦¢¤¢¤›I©“®Z«.¬[ G©§¤«3«¦¬G›©ˆ®L›Iª£ž¸ÖLª:©“®[­§¤ž@­¦Ÿ
Ÿ@«NªI­§¤žÕ«.¬Â°
ÎNÐ ÎNЫÑmÒÔÓfÒ3ËmÌX՟ÖZÒÔÑ^ÑLÌP͑ÌXÓUÇ^Ì ×uÊXÌX͑ÉcË_×uÍfÚ D

” *:F"30v(v0_%6÷80v"$#&1;9*-D103@96Y1O-0v41;R0Š#qFYs#,9.M%68,/@R*Taw681DUQV#&*:o,§#&QV03@/6l,/#&@R;3J*T,§*:;§*:%'Qs#&@B,ƒ6o,
b
,/#'03;B,ƒ6YFO:*:;R.‰6'@R03OS6l,/*:#eYs0W,!(_0$03,9.103%‰\vi QV#&*:o,‘#&QV03@968,/#&@u*-;+<&0310$@/6O-O-E(+@9*-,R,/0$‰q•#&@u;R#&%'0
D10$@9*->868,9*->0c68,v,/.10f@90Wq•03@90$1"30QV#&*-5,LêU*:,/03@R%;P#q˜10$*:<&.5YV#&@9*-1<K>68O:410$;_#q‹,9.10cq•41F"$,/*-#&‹\j¤7#&@
0WaF6%'Q1O-0
æ“ Ýhçšíuä׋ ÝNí)P
  ø~‹"BÝbíP"hø]ŒƒÝNíjø]ºN"BÝNí9ü#" æz¥F\ ¥  ç
%'*:<&.o,XYV0+,9.10‘Qs#&*-o,v#Qs0$@/68,9#&@^q•#&@P6Kn1@9;R,vD10$@9*->868,9*->0\Ltu.F0c"3#@9@90$;9QV#&1D1*-1<w%d68,9@9* a[#&QV03@968,/#&@
.76;Šq•#@u*-,/;Š6@9<&4F%0$5,9;u,/.10"$#b0W¨"$*:0$5,9;+<&*->N*:F<U,/.10Z(v03*-<&.o,/;u,/#[,/.F0Z>68O:410$;u#qm,9.10Zq•411"W,/*-#&
68,w,/.10'>86@9*-#&41;wO:#N"C68,9*:#&1;$\ei êr£;9.1*Tq|,M*-),9.10dQV#&*:o,=#&QV03@/6l,/#&@w"3#&@R@90$;9QV#&1D1;M,9#6‰D1*S6<#&76O
;9.F*-q|,+*:e,9.10K%d68,9@9* aŽ#&QV03@968,/#@3\jtu.541;+,/.10K%68,/@R*Tad032541*->86O-03o,+#%
q j2V\V¥F\ ¥  *:;
 #ݎ
² äBÁe戋  à ‹"WàŒ?àº="ƒà  ç Ý ² æz¥F\ ¥F¦Iç
ò #8,/0d,9.10e6D1DF*-,/*-#&H#8qc6†Œ303@R#A*:H,9.10Žn1q|,9.Å03O:0$%0$o,M(+.1*-"ƒ.Æ%6÷803;U*T,U"3O-0C6@w,/.76l,ӌ'*-;M,/.F0
f
"3#N0$¨'"$*:03o,‘#qmÝNíI\

`ab`ab` dfpsrg†e:Ø3g†tك |%jrg†tvpR}


tu.10f6YV#I>0f*-O:O-41;R,9@/68,903D["C68;903;P*:[(+.1*-"ƒ.',9.10‘Ys#&4F1D76@BE["3#&FD1*-,9*:#&1;X68@90unFab03D‹\j£qs,/.10+YV#&411DNr
6@BEA"3#&FD1*-,9*:#&1;w6@R0Uœ7}W€WyŸ‡3ˆyŸWJ›,9.10'q•#@9% #qv,/.10`%68,/@R*Ta#&Qs0$@/68,9#&@K"ƒ.761<03;3\e_#&1;9*-D103@K,/.F0
03*-<&.o,Rr£Qs#&*-o,LQV03@R*:#ND1*:"P%0$;9.`;9.F#I(+`YV03O-#I(K\mtu.1*:;L"C6[0$*-,/.F03@^YV0ŠQ1@R03;90$o,/03D'#&`6cO-*:1036@L%'03;R.
(+*-,9.`@903QV0C6l,/03D'03o,9@9*:0$;3J5#&@j%'#&@90_;941<&<03;R,9*->03O-EU#&'6K"$*:@R"341O:6@^%'03;9.6;j*-¤m*:<&41@R0u¥F\ ¥F\m™ª.F03
,/.F0[%0$;9.A*:;cOS6*-D#&4F,Z#&,/.10[QV03@R*:%'0$,903@c#8q_6Ž"$*:@R"3O:08J‹*-,cD1#N03;9Ú ,K@R0C6O-O-E‰%d6l,9,/0$@f(+.10$@90[,/.F0
541%UYV03@R*:1<K;R,/6@R,9;_68;PO-#&1<w6;X*-,  031D1I; ŽM6l,P,9.10+Qs#*:o,ÚÛR41;R,vQ1@R03"30$D1*:F<=*T,/;j;R,/6@R,9*:1<KO-#b"368,/*-#&‹\

;=;=; ' ? ¦ ¥ —  “ ' ? ¦ ;=;=;


ßeä $ $  $ $ $ $ $ $ $  $
ê[ä  ¦ ; ; ; ; ; ; ‘
j*:<&.o,+QV#&*:o,9;u#&6[O-*:1036@ŠQV03@9*-#bDF*:"Z%'03;R.‹\Pî[ßeä sHN‘

tu.10‘%d68,9@9* aU,/.168,X@90$Q1@90$;903o,9;ŠD1*-gs03@R031"$*:1<K;R"ƒ.103%'03;Pq•#&@j;9"36OS6@X0$2N4168,/*-#&1;X#&6wQV03@R*:#ND1*:"
% 03;9.w*:;˜@R0$q•03@R@90$D=,/#f6;§6Šœ7}W€WyŸ‡3ˆyŸh%68,/@R*Tas\˜i¬,!ENQ1*-"C6O5QV03@R*:#ND1*:"L,9@9*-D1*S6<#&76O8%d68,9@9* a#&QV03@968,/#&@
'
(+*-,9.1#&5411*Tq•#&@9% 03o,/@R*:03;‘*:;u<*->&0$eq•#&@+6“Ir!QV#&*:o,u%'03;R.†YoE
5Œ " º  ‹!Ý ¸¶ ··
‹"ތ  ºT ··
´³´ ··
‹  ŒT º
ÁkÜoæz“`Û ‹V² à ŒI² à º3² çjä ´´ U ·· æz¥F\ ¥ ç
´´ ‹ T Œ ºV
U
´µ´ ‹ ŒV º)Ý
U ¹
ºN" ‹ V ŒÝ
¥  Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

8 2

7 3

6 4
5
¤m*:<&41@R0K¥F\ ¥FÛ j*:<&.o,+QV#&*:o,/;u#6["3*-@9"$41OS6@_%0$;9.‹\

`ab`aˆß àág†rtsâã†|iÉjmƒ |%jrg£tvps}


!A<&0$103@96OŸJ›68;Z;9.1#?(+)*:,9.10U0–a168%Q1O-0Jh,9.10U0$O:03%'03o,9;K6O:#&F<,/.F0[D1*S6<#&76O-;f#qv6ŽQV03@R*:#ND1*:"
%68,/@R*TaK68@90X1#,§"3#1;R,/6o,C \ €‘#?(_0W>&03@$J56‘;RQs0$"3*:6Oo;941YF;90$,L#qF6‘QV03@R*:#ND1*:"j%68,/@R*Tac*:;›,/.F0v"$*:@9"$41OS685,
%68,/@R*TasJ‹q•#&@9%'03DA(+.10$
,9.10`03O:0$%0$o,/;w6O:#1<e,/.10[>86@9*-#&41;Y7681D1;=6@90["$#&1;R,/6o,C\Ž_*:@9"$41OS685,
%68,/@R*:"30$;XQ1OS6CE'6w>N*T,ƒ6O7@R#&O:0+*:'#&41@v6768O-EN;9*-;3\L™
0‘(+*-O:O7.76C>0c%U41"ƒ.d%#&@R0u,/#M;96CEd68Ys#&4b,P,9.103%
OS6l,/03@$\jtu.10K%#;R,+<&0$103@96O›"3*-@9"34FOS6o,+%68,/@R*Tad#qL#@9D10$@‘—`*-;
ŒäČ5"åŒ  Œ T ¶¸··
Œ Œ䱌5"åŒ  ·
´³´ T æz¥F\ ¥&¥oç
µ´  Œ T Œ䱌N"
Œ
¹
Œ5"æŒ  Œ T Œ)ä
òf#8,/*:"$0w,9.768,f0C6"ƒ.@9#?( #qX6'"3*-@9"34FOS6o,‘%d6l,/@9* ae*-;f;R.1*-q|,903DÅæ•;90$0U¤L*-<&41@90w¥F\ ¥oçu#&10w03O-03%'03o,f,9#
,/.F0Ž@9*-<&.o,M#qu,9.10d#10e6YV#?>&0Ž*T,C\‰tu.10e;9QV03"$*S6OP"C6;R0Ž#q‘6†,9@9*-D1*S6<#&76O^"$*:@R"341O:6o,U%68,/@R*Tak*-;
<&*T>&03‰YoE

Œ º ‹ ¸¶ ·· ¦
··
³´´ ‹ Œ º
··
ÁkÜN擑 Û‹7àŒ?àº$çXä ´´ \\ æz¥F\ ¥—5ç
\ ·
´´ \\
‹ Œ º \
´µ
º ‹ Œ ¹ ‘

™ª.103,/.10f;R,ƒ681D76@RD,/.F@9030–r!QV#&*:o,P"30$o,/@/68OTr!DF*-gs03@90$1"3*-1<=6Q1Q1@R#?ab*-%d68,9*:#&F;^q•#&@_6n7@R;R,u681D
ÎNÐçNÐóÇu×uÓcژËmÍÏè_Ǒ˧ÒÔÓ{é ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé ڋÇ^ÈfÌvنÌvÚ
×uѬÉcÓëê ×uÍf֏ÌXÍ ¥F¦

9; 0$"3#&FDD10$@9*T>6l,/*->0J&;R030:j2ë\o¥F\ ¦&Jo6@R0u41;90$D[(+*-,/.[QV03@R*:#ND1*:"vYs#411D76@BEU"$#&1D1*T,/*:#1;3J,9.10$E=,ƒ6÷80
,/.F0Kq•#@9%

 ¦ $=¦ ¸¶ ··
¦ $ ¦
w  ¦ · ¦
æ“ ç Ü ä ³´´ ä ÁkÜNæ£$w¦&à  à3¦Iç
î ß
U ´µ $ ¦
w  ¦ î ß
U
¹
¦ $w¦ 

61D

$ ¦ ¦ ¶¸·
··
¦ ¦ $ ¦ ¦
æ“  ç Ü ä ³´ ä ÁkÜNæB¦&à5$ à3¦Iç æz¥F\ ¥!&ç
î ß  ´µ´
U ¦ $ ¦ î ß 
U
¹
¦ ¦ $

 O:036@9OTE&Jh,9.103;R0`;9QV03"3*:6OL"36;90$;K#qPQs0$@9*:#ND1*-"M#&QV03@968,/#&@R;K6@90U6O:;R#e"3*:@R"341O:6o,#&QV03@968,/#&@R;3\=ô˜68,/0$@
_
#&(v0e,ƒ6÷806DF>86o,ƒ6<0Ž#q+,/.1*-;U;9QV03"$*S6OvQ1@9#Qs0$@R,!E&\
òf#8,/*:"$0d,/.168,U,/.F03@9068@90Ž1#kYV#&411D16@RE
"3#1D1*-,9*:#&Ž>03"W,/#&@R;f;R*:1"$0K,9.1*:;u*-Fq•#&@R%d68,9*:#&d*:;+6O-Oh*:o,903@9*-#&@Š,/#[,9.10K%d68,9@9*-"303;Š,9.103%';90$O->03;3\

­®£ì í Ã'¶A²m»jÀîAÁu»j¹C¶ð¾¹$¿Å±Àj±¶AÁ‘¹C¶ðï *Á_³±4 ±Z²ðÃÓñò/¾¶ôó ^ ÀL¼


·±ZÀ

`aˆßõaIc öË|v÷õã£e7rCöË|øã†ps}

tu.10etm6CEbO-#&@U;R03@9*-03;[0–aFQ161;9*-#&¬#q+q•411"W,/*:#1;`6YV#&4F,`6nFab0$DÆQV#&*-5,UQ1@9#?>N*:D10$;`6%0361;Mq•#@
"3#1;R,9@941"W,/*:F<¬n11*-,90Wr!DF*-gs03@90$1"30Qs#&*-o,Rr!#Qs0$@/68,9#&@9;#q=6oE #&@9DF03@3\ i ;9*-%QFO:0681Dª;R,/@96*:<.5,
q•#&@B(Š6@RD(_6CE',9#="36@9@BE[,/.1*-;v#4F,P*:;X,/#w"3#&1;B,/@R41"$,Š6  tm6CENO:#&@X,ƒ6YFO:0¸J ŽK(+.1*:"ƒ.Ž%6÷803;P0WaN,/0$1;9*T>&0
41;R0#qZ,9.100–aFQ161;9*-#&º<&*T>&0$ºYoz E j2ë\Š¥b@\ ?F\ªif;Ž6º0–aF6%QFO:0J_"3#&1;R*:D10$@dtm6Y1O-0¥F\T¦†(+.F*:"ƒ.
@90$Q1@90$;90$5,9;6Htm6?ENO-#&@,/6Y1O:0q•#&@6 6QFQ1@9#Cab*:%68,/*-#&Æ#qK6H;R03"3#1D D103@R*->868,9*->&0†41;9*-1<
,9.1@90$0
>86O:4F03;‰#qM,9.10)q•4F1"$,9*:#&ÿ"303o,903@90$D 6YV#&4F,,/.10)QV#&*:o,†68,‰(+.1*:"ƒ.ð,/.10)D103@R*->868,9*->&0)*:;e,9#«YV0
0$>86O-4768,903D‹\
¥ Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ


 Ý ¦
8 ø 戋5ÝNíP"hø]ŒƒÝNíjø]º–ÝNí9ü#"BçXä×ù

ß  9 í î ß 
U
îU߁; îUß  ; îUß T ; îUß U ;
ÝNí JLKN M O í JLK¦ ú¤M O í JLK) û¤M O í JZK)üb M O í
K K ú K û K ü
î[ß  ; J K¦ ú¤M O í ¦
K ú
" " " "
‹{;3ÝbíP" ‹ ‹{;5æ|r/¦Içh; " ‹‡;NæSrƒ¦Iç  ; ‹½;Næ|r9¦Iç T ; Ý ‹‡;Næ|r9¦Iç U ;
Œk;?ÝNí Œ  U
" " " "
ºk?; ÝNíRü#" º ºh;NæB¦Içh; " ºkN; æB¦Iç  ; ºk;oæB¦Iç T ; Ý ºÉ;5æB¦Iç U ;
 U
tm6Y1O-0¥F\T¦&\¬tL6CENO:#&@U,/6Y1O-0Žq•#&@["30$5,903@R03Dº¥Ir!QV#&*:o,`ô˜6<&@961<&*:6¬6Q1QF@9#Cab*:%68,/*-#&H,/#
6A;90$"3#&1D
DF03@9*T>868,/*T>&0\

t .10,ƒ6Y1O-0e*:;["$#&1;R,9@941"W,/0$Dº;9#k,/.76l,;R#&%'0e#qf,9.10†6O:<&0$Y1@/6*-;`;9*:%'Q1O-*-n70$D‹\iŠ,`,/.10e,9#&Q
u
#qP,/.10[,/6Y1O:0=(_0';90$068
0–aFQF@903;R;9*-#&)(+*T,/.)6e254103;B,/*:#
%6@9÷ë\[tu.1*-;@90$Q1@90$;903o,9;M#&10`#qP,/.F0
254103;B,/*-#&1;j,/.76l,P6Z;R,/4FDFE`#që,/.1*-;^,ƒ6YFO:0Š"36'61;R(v03@$’F768%0$O-E&J8(+.768,X*:;^,9.10uO:#N"C68OF03@R@9#&@j"3641;R03D
YoE`,/.10‘41;90f#qh,9.1*:;P6QFQ1@9#Cab*:%68,/*-#&ùeòf#8,/*:"$0‘,9.768,v6O-O7#qh,9.10f,903@9%';X*:`,/.10f03254768,9*:#&6Q1QV0C68@
*:6"$#&O:41%'†68,f,9.10MO-0$q|,‘#q^,9.10=,/6Y1O-0Žæš6O-,9.1#&41<&.hJ7*:†,9.1*:;‘"C68;90JhîUß  .76;fYs0$03%U4FO-,/*-Q1O:*-03D
*:o,9#
036"ƒ.«,/0$@9% (+.1*-"ƒ.«;R*:%'Q1O:*Tq•03;U,/.F0‰,903@9%';`,/#)Ys0‰Q14F,*:o,/#k,/.F0‰,/6Y1O:08\ ç–\«tu.10$º1#,9*:"$0
,/.168,+68,u,9.10.10C68D‰#8qm036"ƒ.‰"3#&O-41%Ž,9.103@R0K6Q1QV0C6@R;Š,/.10"$#&%'%#&qš6"$,9#&@Š,/.76l,u#b"$"341@R;+*:Ž,/.F0
0WabQ7681;9*-#&†#8qL036"ƒ.†,903@9% 6Ys#4F,u,/.10KQV#&*:o,Pê7JF,9.768,+*:;$J

ý
ý Ý
îUß ;‡8 õä  àC¦&à àN;=;=;

ß ý 9 í
t .10+"3#O:41%'1;^,/#,9.10+@9*:<.5,^#qs,9.10+O:0Wq|,/%'#&;R,j#10J5411DF03@j,/.10+.1036D1*-1<&;3Jo%6÷80‘4FQ',9.10utL6CENO:#@
u
,ƒ68Y1O:08\X6"ƒ.`03o,/@BE[*:;m,/.10u"$#b0W¨"$*:0$5,X#8qV,9.10Š,/0$@9% 68,^,/.F0Š,/#&Q[#që,9.10u"3#&@R@90$;9QV#&1D1*-1<"3#&O-41%'
*:†,/.10Utm6CENO:#&@Z;R03@R*:03;c0WabQ761;R*:#&A#8qP,9.10M,903@9% ,/#Ž,9.10UO-0$q|,Z#8qj,/.10U"$#&@9@R03;RQs#&FD1*:1<e@R#?(K\=¤7#&@
0WaF6%'Q1O-0J&,/.F0uOS6;B,j@9#?(©*:U,/.F0Š,ƒ6Y1O-0Š"3#@9@90$;9QV#&1D1;X,/#Z,9.10utm6?ENO-#&@j;90$@9*:0$;j0WabQ76F;9*:#'#8
q º–ÝNí9#
ü "ƒÛ


Ý ¦ ¦

º–ÝbíRü#" ä ºWÝNíLø]ºk;NæÔ¦Içh; ø~ºk;NæB¦?ç  ; îUß  ;R8
îUߘ;R8
¦
ßF9 í
ß  9 í
¦

 ¦

øºk;NæB¦Iç T ; U î ß T ; 8 ; æB¦Iç U ;
ø]ºÉo îUß U ; 8 ø ;=;=;«æz¥F\ ¥&“oç
<
“
ß T 9 í —
ß U 9 í

i tm6?ENO-#&@c,ƒ68Y1O:0U*-;Z;9*-%QFO-E†6Ž"3#&o>031*-03o,K(Š6CEA#qXq•#&@R%*-1<dO-*:1036@c"$#&%UY1*-768,9*:#&1;f#qPtL6CENO:#@
;90$@9*-03;+#&†6[,903@R% YoEe,/03@R% Y76;R*:;$\
ÎNÐçNÐóÇu×uÓcژËmÍÏè_Ǒ˧ÒÔÓ{é ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé ڋÇ^ÈfÌvنÌvÚ
×uѬÉcÓëê ×uÍf֏ÌXÍ ¥&¥

 #&1;R*:D10$@w,9.10`;941% #8qŠ0C68"ƒ.
#qv,/.10$;90'"3#&O-41%'1;3\[t§#†%6lab*:%'*:Œ$0=,9.10#@9D10$@#qu6"$"341@96"$E
_
#qm,/.10w%0W,/.1#ND‹J7(v0MQ1@R#b"$0303D‰q•@9#&%µO-0$q|,+,/#'@9*-<&.o,f61D†q•#@9"308JëY5E,9.10=QF@9#&QV03@‘"ƒ.1#&*-"30w#qj6FJëY‹J
61D)"J›,9.103;R0;R41%;K,/#YV0`Œ303@R#1\]Z10"36)0C6;R*:O-E;9.1#?(Ï,9.768,,9.10`;941%';K#q_,9.10[n7@9;B,w,9.1@90$0
"3#O:41%'1;+6@R0Œ303@R#*Tqm(v0K;/68,9*:;Bq|EŽ,/.10K0$2N4168,/*-#&

‹ ¶· ¦ ¦ ¦ ¶·  ¶·
³´µ $w¦  ¦ ¹ ´µ³ Œ ¹ ä ³´µ 
¹
¦  ¦ º $
tu.10w;9#&O-4F,/*-#&e*:;u<*->&0$Y5E
ùý‹7àŒ?຃ûsäX$Mù ¦&à5$ à3¦3ûŸ\
tu.10w"3#&O-41%F;Š,/.768,+DF#1#8,+;941%,9#Œ$03@R#"$#&1;R,9*-,94F,/0Z,9.10K03@9@R#&@3\
™
0=D10$;9*-<&768,90K,9.10Kn7@9;B,c1#5>86F*:;9.F*:1<';941% ,9#dYV0½þNÿ JV61D‰@90$q•0$@‘,9#
*-,‘68;Š,/.10Ktm6?ENO-#&@+;903@R*:0$;‘0$@9@R#&@3\
!©,9.1*:;'"C68;90ðþNÿ #N"3"34F@9;Ž6l,',9.10†nFq|,/.«"$#&O:4F%Æ*:¬,/.10,ƒ68Y1O:0
æ•q•#@',9.1*:;`0WaF6%'Q1O-0†68O:Ou0$>03
"3#O:41%'1;Š(+*:O-Os>861*-;9.YoE;REN%'%0W,/@REFçu61D#&F0Kn11D1;
¦ ‹ º
UÝ î[ß 
U Ý
þNÿ ä ø îUß U#8 ä 8 æz¥F\ ¥!'&ç
î ß  —
U —
ß U 9 í ¦
ß U 9 í
òf#8,/0K,/.768,+,9.10UîUß  .16;cYV030$D1*T>b*-D103D,/.F@9#&41<.†,/#%d68÷0,/.10=03@R@9#&@u,/0$@9%µ"$#&1;9*-;R,903o,C\u™
0
.76C>&0ÛR41;R,uDF03@9*T>&0$DŽ,/.10‘qš6%*-O:*:6@j¥lr£Qs#&*-o,_"$03o,/@96OhD1*Tgh0$@90$1"3*-1<MQV#&*:o,_#&Qs0$@/68,9#&@Xq•#&@Š6M;R03"$#&1D
D10$@9*->868,9*->0

 Ý ¦
8 $ æ•Ýbí P"R$ ÝNí^ø¬ÝbíR# ä \dæzîUß  ç
ü "BçX× æz¥F\
¥ ?oç

ß  9 í îUß 
t .10tm6?ENO-#&@_,ƒ68Y1O:0‘q•#&@u6U¥lr£Qs#*:o,ŠY768"ƒ÷5(_6@RDbr!D1*Tgh0$@90$1"3*-1<[#&QV03@/6l,/#&@Š@R03Q1@R03;R03o,/*-1<'6=n7@9;B,
u
D10$@9*->868,9*->0*:;u;9.F#I(+†*:tm6Y1O:0K¥b\ \


Ý ¦
8 ø –æ ‹  ÝNí)P  ø]‹"BÝNí)P"hø~ŒƒÝbí$çXäBù

ß 9 í î ß
U
î[߁; îUß  ; îUß T ; îUß U ;
ÝNí J NK M O í J ¦K ú¤ M O í J )K ûb M O í J )K üb M O í
K K ú K û K ü
îUßf; J KN M O í ¦
K
" " " "
‹  ;?ÝNíP  ‹  ‹  ;5æSr ç7; " ‹  ;Næ|r ç  ; ‹  ;NæSr ç T ; Ý ‹  ;Næ|r ç U ;
" " " "
‹"%;?ÝNíP" ‹ "
 ‹";5æSrƒ¦Iç7; " ‹ "&;Næ|rƒ¦?ç  ;  ‹ ";NæSr/¦Iç T ; Ý ‹ "%;Næ|r9¦Iç U ;  U
 U
Œk?; ÝNí Œ

tm6Y1O-0k¥F\ \ tL6CENO:#&@Ž,/6Y1O-0q•#&@eY76"ƒ÷o(_6@9D ¥lr!QV#&*:o,ô˜6<@/61<*S6ª6QFQ1@9#Cab*:%68,/*-#&«,9#©6Ån7@R;R,


DF03@9*T>868,/*T>&0\
¥— Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

tu.1*-;+,9*:%'0c,/.F0Kn1@9;R,+,9.1@90$0w"$#&O:4F%1;u;R41% ,/#`Œ$03@9#'*-q

¦ ¦ ¦ ¶· ‹  ¶·  ¶·
³´µ ¦  ‹" ä ´µ³ ¦ ¹
— ¦
¹ ´µ³ Œ ¹
 
"
(+.1*-"ƒ.«<&*T>&03;ù¸‹ àˏ"Wà̃ûKä $ ù ¦&à5$f—1à/¥8ûŸ\«!©,/.F*:;'"C6;R0‰,9.10†q•#&4F@R,/.Æ"3#O:41%'©QF@9#?>N*:D10$;,/.F0
 
O:036D1*-1<U,/@R411"C6l,/*:#‰0$@9@R#&@Š,/0$@9%‰Û

¦ ? ‹  ‹"
T Ý îUß 
T Ý
þNÿ ä $ $ î[ß T 8 ä 8 æz¥F\ ¥ Doç
î ß
U “ “ 
ß T 9 í ¥
ß T 9 í

tu.541;`(_0.76C>&0‰D10$@9*->03D©6);R03"$#&1Dbr£#&@9D10$@`Y76"ƒ÷o(Š68@9D«DF*-gs03@90$1"30‰6QFQ1@9#Cab*:%68,/*-#&#qc6n7@9;B,
D10$@9*->868,9*->0Û

Ý ¦
8 $ æšÝNí)P $ŗ&ÝNíP"hø©¥ÝNíWçjäB\ŽæšîUß  ç æz¥F\ —  ç

ß 9 í î ß
U 

`aˆßõao‚ ×p&iupsr|ã£gv|%jg†ekiæe,lBg†n{pRrpRiutvp
ue7r Çâã†|}
!)<&0310$@/6OzJ˜6eD1*-gs03@R031"$0d6QFQ1@9#Cab*:%68,/*-#&,9#,9.10`þŽ,/.)D103@R*->868,9*->&0`6l,K<&@9*-D)QV#&*-5,uê"C6)YV0
"C68;R,‘*:e,/0$@9%';u#
q +ø Uøð¦K10$*:<&.5YV#&@9*-1<[Qs#*:o,/;+6;


Ý
8 ø  ‹  ÝNíRü  äBþNÿ æz¥F\ —1¦Iç

ß 9 í
 ¾ P[Ü
(+.10$@90d,9.10 ‹  6@R0d"$#b0W¨"$*:0$5,9;M,/#Ys0D10$,903@9%'*:F03DH,9.1@9#&4F<&.H,/.F0Ž41;90d#qutm6?ENO-#&@Mtm6Y1O-03;=,9#
Q1@R#bD14F"30e6QFQ1@9#Cab*:%68,/*-#&1;K#q‘6<*->&0$Å#&@9DF03@3\_O:036@9OTE),9.1*:;=Q1@9#N"30$;9;U"36ÅYV0d41;R03DÅ,/#‰n71D
q•#&@B(Š6@RD‹J5Y76"ƒ÷o(_6@9D‹JN;9÷80$(v03D‹JF#&@j"30$5,9@/6OëQV#&*:o,j#Qs0$@/68,9#&@9;X#qh6oE[#&@RD103@jq•#&@X6oE[DF03@9*T>868,/*T>&0\
£,m"3#&41O-DMYV0_"$#&%QF4F,/0$@L64b,/#&%68,/0$DM681DM0–ab,9031DF03D[,/#f.1*:<&.F03@˜D1*:%'03F;9*:#1;3 \ †#&@R0_*:%'QV#&@R,/6o,CJ
.1#?(v0$>&0$@3Jv*:;U,/.F0Žqš6"$,U,9.768,`*T,U"C68ÆYV0Žq•41@B,/.10$@[<&0310$@/6O-*:Œ$03D‹\)!¬#&@9D10$@U,/#AD1#A,9.1*:;$JjO:0$,U41;
6Q1QF@9#o6"ƒ.¬,/.F0†;R41¡ Y ÛR03"W,d*-Æ6);RO:*:<.5,9O-E
D1*-gs03@R03o,`(Š6CEJ_,/.76l,`*:;[q•@9#&%¾,/.10QV#&*:o,`#q‘>N*:0$(#q
*:o,903@9QV#&O:68,/*-#&Åq•#&@9%U4FOS6;$\ÿtu.10$;90q•#&@R%U41O:6;'6@90†D1*:;R"341;R;903Dª*-«%6oEÆ,90WaN,/;d#&º541%'03@9*-"C6O
6768O-EN;9*-;3\

`aˆßõab` Ó|hr|i7p¼|iuØÙpsr gojp


ÂiÉjpsry{ehã£|%jg£ehiædfehã†÷õiue g†|ã£}
tu.10=ô˜6<&@/681<&*S68Ž*:o,/0$@9QV#&OS6l,/*:#ŽQs#O-EN1#&%'*S6OV*:;u<*->&0$†YoE

Ýmæ•ßsçjä  ‹5ý&æ•ßsçÔÝVý æz¥F\ — ç


ý ¾ ä
ÎNÐçNÐóÇu×uÓcژËmÍÏè_Ǒ˧ÒÔÓ{é ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé ڋÇ^ÈfÌvنÌvÚ
×uѬÉcÓëê ×uÍf֏ÌXÍ ¥!

(+.10$@90‡‹5ý&æ•ßsçu6@R0wQV#&OTEbF#&%*:6O:;P*:eßA#8qLD10$<&@90$0\vtu.10K"$#&1;R,9@941"W,/*-#&†#8qL,/.F0‡‹oý&æ•ßsçŠ"C6‰YV0
,ƒ68÷03‰q•@9#&% ,/.10w;9*-%Q1O-0Kô˜6<&@/681<&*S68q•#@9%U41O:6Mq•#&@+25476D1@968,/*-"w*-o,/03@RQs#OS68,9*:#&)æ•#&@u0WaN,/@96QV#&OS6lr
,/*-#&ëçP(+*T,/.‰1#&br£032541*-;9Q76"$03D‰Qs#*:o,/;

æ•ß"%$Hßsç3æ|ß $Hßsç •æ ßä7$ßsç3æ|ß $ßsç


Ýmæ|ßsçPäªÝä  ø¬Ý" 
æ•ß"%$ ß äWç3æ|ß H $ ßäWç æ•ß7 ä ß"Rç3æ|ß $ß"9ç
$
 
æ• ß ä7$ßsç3æ|ß"$ßsç
øZÝ æz¥F\ —o¥oç
 æ• ß ä7$ß ç3æ| ß "$ß ç
 
òf#8,/*:"$0d,/.168,U,/.F0e"3#N0$¨'"3*-03o,`#q‘0C6"ƒ.ÆÝëýd*-;U#&10Ž(+.10$Æß ä ßëýJP6FDŌ303@R#A(+.103¬ß©,/6÷0$;
6oE†#,/.10$@ZD1*-;9"3@R0$,90M>86O:410=*:‰,/.10U;R0$,3\£qj(_0U,/6÷0M,9.10Mn7@R;R,c#&@Z;90$"3#&FDAD103@R*->868,/*T>&0=#qXÝmæ•ßsçWJ
*:%'QV#&;90d6Å032541*-;9Q76"$03D¬%'03;9.hJv681DÅ0$>86O-4768,/0,/.10$;90eD10$@9*->868,9*->03;[68,M,/.106QFQ1@9#&QF@9*S6l,/0dDF*:;Br
"3@R0$,90eQs#&*-o,CJL(v0@903DF03@9*T>&0Ž,9.10dn71*T,/0ŽDF*-gs03@90$1"3068Q1Q1@9#Cab*:%68,9*:#&1;ÉÛR41;B,[Q1@90$;90$5,903D‹\¤L*:1*T,/0
D1*Tgh0$@903F"30';9"ƒ.10$%0$;=,/.168,w"C6)Ys0'D10$@9*->03D)q•@9#&å % j2ë\§¥F\ — 6@90`@90Wq•03@R@903D
,/#‰6;=ô§68<&@/6F<&*S6
6Q1QF@9#Cab*:%68,/*-#&1;3\
iª<&0310$@/6O-*:Œ368,/*-#&[#qh,9.10‘ô˜6<&@/681<&*S6868Q1Q1@9#&6"ƒ.*-;XY1@9#&4F<&.o,_68Ys#&4b,XY5E`4F;9*:F<{€‘03@9%'*-,9*S6
*:o,903@9QV#&O:68,/*-#&‹\˜tm#="3#&F;R,/@R41"$,_6KQs#&OTEN1#&%'*S6O5q•#&@XÝmæ•ßsçW¡ J €‘03@9%'*-,90Šq•#&@9%M41OS6;j4F;90+>68O:410$;P#8qh,/.F0
q•411"W,/*-#&A„VˆUy|x|žwˆN}W€–y lxzy "} !z$ž #u68,v<&*->03dQV#&*-5,9;_*-;RQ76"308\v]4F@v*-O:O:4F;R,/@968,/*-#&[*:;Xq•#&@X,/.10f"C6;R0
*:k(+.1*-"ƒ.D1*:;R"3@R0$,/0`>86O:4F03;w#qŠ,/.F0'q•41F"$,/*-#&681DH*T,/;Kn7@9;B,MD10$@9*T>6l,/*->0d68@90'41;90$D‹J^Q1@R#bD14F"3*:F<
,/.F0w0–abQ1@90$;9;9*-#&


Ý
ÝLæ|ßsçjä  ‹oýoæ•ßsçÔÝëýPø  Œƒýoæ•ßsç 8 æz¥F\ —&—5ç

ß 9 ý

] Yo>b*-#&41;RO-EU.F*:<&.10$@Br£#&@9D10$@^D10$@9*->868,9*->03;^"$#&41O:D`YV0u*:1"$O:41DF03D`6;^,9.10uQ1@9#Y1O:0$%;^DF*:"$,/68,/08\Li "$#&%`r
Z
Q1O-0$,/0MD1*:;R"341;R;9*:#A#qj,/.10$;90[QV#&O-EN1#%*:6O:;+"C68AYs0Mq•#411DA*:%d6oE†@90Wq•03@90$1"30$;K#&541%'03@9*-"C6O
%'0$,/.F#bD1;$J7Y14F,+.10$@90K(_0K10$03D†#&1O-E,/.10K"$#&1"30$QF,C\
tu.10MQF@90$>N*-#&41;c0–aF6%QFO:03;‘#q^6tm6?ENO-#&@u,ƒ6Y1O-0="$#&1;B,/@94F"$,/0$D©I} ‰$œV éyŸWy|x˜Qs#*:o,‘D1*-gs03@R031"$0M#&Qbr
03@968,/#@9;q•@9#&%pô˜6<&@/681<&*S68*:o,/0$@9QV#&OS6l,/*:#q•#&@9%M41OS6;$\`_#&1;R*:D10$@K10WaN,K,/.10`tm6CEbO-#&@Z,ƒ68Y1O:0Mq•#@
6Æy|{cœV éyŸWy|x^;9Q16"30'D1*-gs03@R031"$*:1<;R"ƒ.103%'0'q•#@K6n7@R;R,wD10$@9*->868,9*->0`6@9*-;9*:F<Žq•@9#&%p,9.10`41;90'#q_6
€f0$@9%'*-,90[*:o,/0$@9QV#&OS68,9*:#&‰q•#&@9%M41OS6Fq \ Š6;90$D
# j2ë\§¥F\ —&—1J˜6e<&03F03@/68O:*:Œ368,/*-#&#k q j2ë\m¥b\ —1¦`"36
*:F"3O:4FD10D103@R*->868,9*->&0$;‘68,+103*-<&.5Ys#@9*:F<[Qs#&*-o,/;3JF*Ÿ\ 0\TJ

% Π8

Ý
ø  ‹  ÝNí9ü  ä<þNÿ æz¥F\ —Â&ç
 ¾ P'&
ß 9 íRü
  ¾ P[Ü
6 768O:#&<&#41;m,9#3X2ë\o¥b\ —&—F\mif'0–aF6%QFO:0vq•#@9%U41O:6c*:;m*:O-O:41;B,/@/6l,/03DM68,^,9.10Š,/#&Q[#8qëtL6YFO:0u¥F\ ¥F\%€f03@R0
1#,‘#&FO-EŽ*-;Š,/.10KD10$@9*T>6l,/*->0K68,‘Qs#*:o,Pê@R03Q1@R03;90$o,/03DhJhY14F,f6O-;9#[*-1"3O-41D103D†6@R0wDF03@9*T>868,/*T>&03;+6l,
QV#&*:o,/;^u ê $ƦK681D`ê+ø«¦&Jb(+.F*:"ƒ.‰6O:;R#U%U41;B,uYV00WabQ761DF03D41;9*-1<[tm6?ENO-#&@+”b0$@9*:0$;u6YV#&4F,uQV#&*-5,
¥&“ Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

ê7\=tu.F*:;@90$2541*:@R03;Z,/.F0Uq•#&O:O-#I(+*-1<d<0310$@/6O-*:ŒC6l,/*:##qX,/.10[tm6CENO:#&@Z;R03@R*:03;0–abQ761;R*:#&k<&*T>&03k*-
j2ë\ë¥F@\ ?bÛ


ï
Ý ¦ ï

Ý
8 ä ( 
) æŸõbî[ßsç ï 8 æz¥F\ —o“oç

ß 9 íRü1ý +È ï * ¾ ä ì%>
ß Ê
ß 9-, í

tu.10‰D103@R*->868,9*->&0Ž,903@R%;[1#?(.76C>&0‰"3#N0$¨'"3*-03o,/;æ•,9.10"3#N0$¨'"3*-03o,'#&Æ,9.10'ê
QV#&*:o,`*-;U,ƒ6÷803
6;`#&10,/#);9*-%QFO:*-q|Ek,9.1068O:<&0$Y1@/6oç=(+.F*:"ƒ.Æ%U41;R,YV0‰DF0$,/0$@9%'*:10$D©4F;9*:F<),9.10tL6CENO:#&@`tm6Y1O-0
6Q1QF@9#o6"ƒ.†6;+#&4F,9O:*-103DeYV03O-#I(K\


Ý
Ý
Ý ¦
8 ø 8 ø]þ 8 ø 戋5ÝNíP"›ø~ŒƒÝbíLøzº–ÝbíRü#"Bçjä ù

ß9 í)P"
ß9 í
ß9 9í ü#" î ß
U
îU߁; îUß  ; îUß T ; îUß U ; îUß V ;
ÝNí J NK 
M O J ¦K ú¤M O í J )K û¤ M O í J )K üb M O í J /K .¤M O í
K í K ú K û K ü K .
;Næ|r9¦Içh; "" ;Næ|r9¦Iç  ; "
"
î[ߘ; J KNM ;Næ|rƒ¦?ç T ; Ý ;NæSr/¦?ç U ; "
 K O í)P"       U
î[ߘ; JZNK  M O ¦
K í " " " "
îUߘ;GþJLKN  M O þ þ ;NæB¦?çh; "
F þ ;NæÔ¦Iç  ;
: þ ;NæB¦Iç T ; Ý
F þ ;5æB¦Iç U ;
:
K íRü#" " " " "  U"
‹‡?; ÝNí)P" ‹ ‹{;5æ|r/¦Içh; " ‹‡;NæSrƒ¦Iç  ; ‹½;Næ|r9¦Iç T ; Ý ‹‡;Næ|r9¦Iç U ; ‹{;5æ|r/¦Iç V ; " ä
Œh;?ÝNí Œ  U 
ºh;NæB¦Içh; ""
" ºk;NæÔ¦Iç T ; Ý " " ºh;NæB¦Iç V ; " ä "
ºk?; ÝNí9ü#" º ºkN; æB¦Iç  ; ºÉ5; æB¦Iç U ;
 U 
tm6Y1O-0K¥F\ ¥F\XtL6CENO:#&@Š,/6Y1O-0Zq•#&@u"30$5,9@/6O˜¥Ir!QV#&*:o,F€‘03@9%'*-,9*S6Ž6Q1Q1@R#?ab*-%d68,9*:#&Ž,9#'6[n1@9;R,‘D10$@9*T>6l,/*->0\

t§#%6lab*:%'*:Œ$0f,/.F0w#@9D10$@‘#8q^6"$"341@96"$EJ1(_0w%U41;B,‘;/68,9*:;Rq|E,/.10K@R03OS6l,/*:#

¦ ¦ ¦   ¶· ‹ ¶·  ¶ ··
· ·
$ ¦
w  ¦ ¦ ¦ ·· Œ ·· $ ¦
w ··
³´´ ¦ ¦ $ · ´³´ º · ä ³´´ ·
´´  ´ ´´ 
´µ $ ¦
w  ¦ ¥ ¥ ¹ ´µ´ ¹ ´µ  ¹
¦ ¦ $ —
‘ —

 
"
. 6C>N*:1<‰,/.10;9#&O-4F,/*-#&«ù¸‹7àŒ?àºIà àþ3û_ä
7 ù ¥Fà  àN$f¥FàC¦&àC¦$ûŸ\10‘1D10$@M,/.10$;90"3#&1DF*-,/*-#&1;K,/.10;9* ab,9.
"3#O:41%'e;941%';u,/#
 U

îUß U
V Ý
þNÿ ä 8 æz¥F\ —Â'&ç
¦ 8
ß V 9 í
ÎNÐçNÐóÇu×uÓcژËmÍÏè_Ǒ˧ÒÔÓ{é ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé ڋÇ^ÈfÌvنÌvÚ
×uѬÉcÓëê ×uÍf֏ÌXÍ ¥!'

61D,/.F0w%'0$,9.1#ND‰"36Ys0K0–aFQF@903;R;90$Dk6;

Ý
Ý
Ý ¥
8 ø¬—8 ø 8 $ æ†$fÝNíP"›ø¬ÝNí9ü#"BçXäB\dæzîUßUWç æz¥F\ —!?oç

ß 9 í)P"
ß 9 í
ß 9 íRü#" î ß
[

tu.1*-;‘*-;+6O:;R#[@90Wq•03@9@R03D‰,/#'6;‘632uoˆ5}P
4 q•#&@R%U41OS6b\

`aˆßõaˆß d r|tÚjg†tv|ã36<yyãIg†tv|%jg†ehiEe,df|Ø8p

7 ue7r Çâã†|}
£,f*:;+#&10K,/.1*-1<`,/#d"$#&1;B,/@94F"$,f%0W,/.1#ND1;‘41;9*-1<,9.10{€‘03@R%*T,/*S68e"3#&1"$03QF,Z61D†2N4F*-,/0=61#8,/.10$@
,/#w*:%'Q1O-03%'03o,L,9.103% *-6K"3#%Q14b,/03@X"$#bD108\^!`,/.10uq•#&@R%Ï#qh6wQV#&*:o,X#&QV03@968,/#@j*-,X*:;jQF@9#&Y768Y1O-E
1#,+0W>N*:D10$5,‘6l,Šn7@9;B
, ÛR41;R,+.1#?(Bj2V\1¥F\ — ?U"C6YV0K6Q1Q1O-*:03Dh\€f#?(v0$>&0$@3Jë,/.10;R*-,94768,/*-#&Ž*-;Š2541*-,90
0C68;REd,9#U"3#%Q1@R03.10$1De*-qh(_00–aFQF@903;R;u,/.10Z;96%'0c%'0$,/.F#bDŽ*-d,/.F0cq•#&@9% #q§6U%68,9@9*Ta'#Qs0$@/68,9#&@3\
i Y761DF03D‰%d68,9@9* aŽ1#8,ƒ68,9*:#&Žq•#&F@ j2ë\V¥F\ !— ?[*:;
¦ ¦
ݲ ä
ÁeæÔ¦&à/—1àC¦?çI e ² ø
ÁŽæ£$w¦&à  àC¦?ç ÝM J Œ)² º O æz¥F\ —!Doç
“ î ß
[
 68,9.103%68,9*:"C68O:O-Ed,/.1*-;f*-;
*:‰(+.1*:"ƒ.kãZ*-@9*-"ƒ.1O:0W,fYV#&41FD76@RE‰"$#&1D1*T,/*:#1;f.16?>0UYV0303A*-%QV#&;R03D‹\ T 
032541*T>86O:0$5,u,9#
P" ¦
² ð
 ݍ ä “7ù¸ÁŽæB¦&à/—FàC¦IçÔû Áeæ£$w¦&à  à3¦Iç ÝM ø J Œ)² º O
² Ç æz¥F\@  ç
î ß
U 
(+.1*-"ƒ.†"36†YV0K@90$0WabQ1@90$;9;R03DYoEe,/.F0  Q1@90$D1*:"W,/#&@Ôr!"3#@9@90$"$,9#&@QŽ`;90$2541031"$0
¦
Ý ²9 ä ø J Œ)² º O
² Ç
ÁŽæ£$w¦&à  àC¦?ç ÝM
î ß
U
P"
 ݲ ä “fýù ÁeæÔ¦&à/—1àC¦?çÔû Ý ²9 æz¥F\@b¦Iç

™ *-,9.Å@903;RQs0$"$,`,/#Q1@/6"W,/*-"C6Ov*:%'Q1O:0$%0$5,/68,/*-#&‹J§,/.10Ž%'0C681*:1<#q+,/.10eQ1@R03D1*-"$,9#&@U*:
,/.1*-;
ª
;90$2541031"$0k;9.1#&4FO:DºYV0"3O-0C6@$\ £,d;9*:%'Q1OTE¬;/6CEN;;:¬,ƒ68÷0,/.F0†>&0$"$,9#&@6@9@96CE ݛ ² J+D1*Tgh0$@90$1"30*T,CJ
6D1D,9.10UYV#&411D16@RE‰"3#1D1*-,9*:#&F;3J‹681D;R,9#&@90=,/.10U@R03;R41O-,*-†,9.10U*:o,903@9%'03DF*S68,90U6@R@/6CE ݧ ²9 \ctu.10
%'0C61*-1<U#q§,/.F0;903"$#&1D‰@9#?(ÿ*:;Š%'#&@90c;941YF,9O:08J7;9*:F"30*-,Š*:;ŠD10$%d681D1*:F<U,/.100W>68O:4768,9*:#&d#qm6
*:o>03@9;R0M#&QV03@968,/#@3J7Y14F,f*-,+;B,/*-O:O‹"36YV0K<&*->036`;9*-%QFO:0*:o,903@9QF@90$,/68,/*-#&‹\Pic†*:o>&0$@9;90w%68,/@R*Ta
#&QV03@968,/#&@w*:%'Q1O-*:03;Z,9.10d;R#&O:4b,/*:#
#qu6"3#&4FQ1O:0$DH;90W,[#quO-*:1036@K03254768,9*:#&F;3\‰tu.103;R0Ž#&QV03@/6l,/#&@R;
6@R0+>03@BE"$#&%'%#&`*-`n11*-,90‘DF*-gs03@90$1"30f6Q1QFO:*:"368,/*-#&1;$\mtu.10WE6Q1QV0C6@X*:`,/.F0+q•#@9%Ï#qhY761DF03D
%68,/@R*:"30$;.16?>N*-1<6H;R%d68O:OuY76FDF(+*:DF,9.‹Ju*:Æ,/.1*-;"36;906),/@R*:D1*:6<&#&16OŸ\ºtu.F00$>86O-4768,/*-#&¬#q
P"
ýù ÁeæB¦&à9—1àC¦Iç!û *-;Mq•#&411DÅYoEH%0361;[#qf6,/@R*:D1*:6<&#&16O  ;9#&OT>&0$Q@ Ž1Jj(+.1*-"ƒ.Æ*-;U;9*-%QFO:0`,/#k"3#ND10J
0$¨'"$*:03o,‘,/#'@941hJs681D†(+*-D103OTEe41;90$D‹\Š!†<&0310$@/6Oz J €f0$@9%'*-,/*:6#&@‘ÜL6 < 6QFQ1@9#Cab*:%68,/*-#&1;u"36
D 0M
YV0wQF@/6"W,/*:"36Oh(+.10$†,9.10$Ee"36‰Ys0K*:%'Q1O-03%'03o,/0$DeY5Ed,/.10K41;R0=#qm0$¨'"$*:03o,‘Y76FD103D†;9#&OT>&03@R;3\
=> ¬§“¨[ž@©&ª£­¦©“›§¤¨G›¥¦›Qªo§¤«¦¢Rª£«¦¬5§¤­¦žÕ¬Gž@¬@?ɧ¤¨G›BAL«¦ÒG¬Z G­)¢¤¯ª£«¦¬[ Gž¸§¤žÕ«.¬[©vœÚ«¦ÒGŸ užÕ¬Zª†Ÿ@Ò[ =›7¥­¦ŸÕÒG›Q©s«¦ÑCAL«)§¤¨ Ð ­¦¬[ 
D ÐFE DHG ­)§IZA «¦§“¨ZA «.ÒG¬[ G­¦¢“ž@›I©I°
¥ ? Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

`aˆßõa$J w jLKupsrM gNKupsrPOÂw]rØpsrRQ:tSKup+ xpR}


€f0$@9%'*-,9*S6)q•#&@9%';M#qu,9.10Ž;R03"3#1D¬D103@R*->868,/*T>&0Ž"36¬6O-;9#YV0Ž0C68;9*:OTE)D103@R*->&0$DÅYoE%'0C61;M#q‘6
tm6?ENO-#&@Š,ƒ6YFO:0\X¤7#&@u0–aF6%QFO:0
² å P" ¦ ² ø J Œ)² º O
  ݎ ä ¦ ù ÁeæB¦àC¦  àC¦?çÔû ÁeæÔ¦&àN$ àC¦Iç ÝU æz¥F\@ ç
î ß 
U 
*:;h\ŽæšîUß U çP681Dd%6÷0$;_41;R0c#qh#&1OTE[,/@9*-D1*S68<&#&76OF#&Qs0$@/68,9*:#&F;3\L£,v;9.F#&41O:DYs0‘%'03o,/*-#&103D',/.76l,
,/.F0f;RQ1O:*-10c68Q1Q1@9#Cab*:%68,9*:#&`*:;X#&F0‘q•#&@R% #q˜6wÜL6 < %68,/@R*Ta`D1*Tgh0$@90$1"30f#&Qs0$@/68,9#&@3\m£,_*-;v<*->&0$
D 0c
YoE
² äÿ“‘ýù ÁeæB¦à/—1àC¦Iç!û P" ¦ ÁeæB¦Nà $ àC¦Iç ÝM
  Ýe ² ø J Œ¦² º O æz¥F@\ ¥oç
îUß  
Y14F,M*-,9;=#&@RD103@=#q+6"$"341@96"$E
*:;w#&1OTE \ŽæzîUß  ç–f \ €‘#?( %U41"ƒ.H,9.1*:;=@903DF41"$,9*:#&*-6"$"341@96"$E)*-;
#gs;90W,+Y5E,/.10*-1"3@R0C6;R03D<&O-#&Y76OV"3#&o,9*:541*-,!EdY141*-O-,v*:o,/#`6U;RQ1O:*-10cn1,u*-;Š1#,Š÷NF#I(+h\P™
01#,90
,/.168,=,9.10';9Q1O-*:10[n1,=#qu6n7@9;B,MDF03@9*T>868,/*T>&0`*:;K*:DF03o,/*-"C6Oj,/#†6oEk#qŠ,9.10'0WabQ1@90$;9;R*:#&1;M*: X25;$\
¥F\ !— ?U,/#'¥F@\ b¦&\
i n176O‹(v#&@9D†#&f€‘03@R%*T,/*S686Q1Q1@R#?ab*-%d68,9*:#&F;3\v_O:036@9OTEŽ,/.10WE.76C>&0=668DF>86o,ƒ6<&0K#?>&0$@
¥lr£Qs#&*-o,[ô˜6<&@961<&*:6H;R"ƒ.103%'03;`YV03"C6841;90#q+,/.F03*:@=*:1"$@9036;90$D©68"3"34F@/6"WE&\ €‘#?(_0W>&03@$JŠ6%'#&@90
;94FYF,/O-0UQs#*:o,c*-;f,9.768,c,9.10$E†<&0W,c,/.F*:;c*-1"3@R0C6;R0U*:6"3"$41@/6"WE4F;9*:F<Ž*:Fq•#@9%68,/*-#&e,/.768,c*:;f;R,/*-O:O
O:#N"C68Oh,/#[,/.F0wQV#&*-5,u(+.F03@90K,/.F0wDF03@9*T>868,/*T>&03;‘6@R0KYs0$*:1<`0$>86O-4768,903D‹\X!†6Q1Q1O-*:"C6l,/*:#‹JN,9.1*:;+"36
YV0c6Db>685,/6<&0$#&41;v68,PYs#&4F1D76@R*:03;P6FDd*:`,/.F0‘>N*:"$*:1*T,!EU#qh;R,90303Qd<&@/6DF*:03o,9;3\^£,v*:;X#&Yo>N*:#&4F;3J5#q
"3#41@9;R0JF,9.768,Pn1>&0ZQV#&*-5,v;9"ƒ.F03%'03;u41;R*:1<Mô§68<&@/6F<&*S66Q1QF@9#Cab*:%68,/*-#&1;X"C6dYs0fD103@R*->&0$DŽ,/.76l,
.76C>&0‘,/.10+;96%0‘#&@RD103@X#q‹6"3"$41@/6"WE'6;X,/.10‘%0W,/.1#ND1;X<&*T>&03'*:Ëj25;3\b¥F\ — ?w681DŽ¥F@\  JoYF4F,v,9.10$E
(+*:O-O1.76C>&0c6K(+*-D103@X;RQ1@9036Dd#qh;9Q768"30c*-1D1*-"303;$\L!Q76@R,9*:"$41OS6@$J&,!(_#Mô˜6<&@/681<&*S68[;9"ƒ.10$%0$;v(+*-,9.
,/.F0Z;/6%'0c#@9D10$@Š#q§6"$"341@96"$EŽ6@90Uæš.10$@90c(v0*:<&F#&@90‘,/.10ZQF@9#&Y1O-03% "3@R0C68,903DeYoEd,9.10ZYV#&411D16@RE
"3#1D1*-,9*:#&F;3J76OT,/.1#41<&.Ž,/.F*:;u*:;u#10K#qm,9.10KQ1@9*-1"3*-Q76O‹*-;9;R4103;+*:‰6QFQ1O-EN*:F<`,9.103;R0K;9"ƒ.10$%0$;ƒçWÛ

ݲ ¦ ² ×
$ ÁkÜNæB¦&à5$?Fà  à?FàN$w¦Iç Ýd ä \ðJ9îUßU O æz¥F\@8—5ç

ß ¦ îUß


 Ý ² ¦ ² <
$ ÁkÜNæ£$w¦&àC¦?“bàN$c¥  àC¦?“Fà5$=¦Iç ݎ ä \ðJ9îUßU O æz¥F\@ &ç

ß  î ß 
¦ [

­®UT ¸eÃëîAÀP¹$±ÀWVóÀXÀXÃ'ÀE/ ¶´YX¦ó‰²^¹C²

! #@9D10$@f,/#';90$O:0$"$,6`n71*T,/0Wr£D1*-gs03@R031"$0=;R"ƒ.103%'0=q•#@c6'<&*->0368Q1Q1O:*-"C68,9*:#&#&F0=%U4F;R,fYs0M6Y1O:0
,/#=6;R;903;R;v,9.10‘6"3"$41@/6"WE'#qs,9.10‘"C61DF*:D768,90+;9"ƒ.10$%0$;3\Xtu.10f6"3"$41@/6"WE`#q›68#&QV03@968,/#@j*:;X#q|,/0$
0WabQ1@R03;R;903DH*:,/0$@9%';#qP,/.10[#&@RD103@#8qv,9.10[O:036D1*:F<e03@9@R#&@c,903@9%pD10$,903@9%'*:F03DAq•@9#&%p6ŽtL6CENO:#@
,ƒ68Y1O:08\L™ª.1*:O-0‘,9.1*:;P*:;_6M41;R0$q•41Os%036;941@R0JN*-,vQ1@9#?>N*:DF03;u6=qš68*:@9OTE[O:*-%*T,/0$D'DF03;9"$@9*-QF,/*-#&‹\j¤741@B,/.10$@
*:bq•#&@9%68,/*-#&
6Ys#4F,U,/.F0e03@9@R#&@UYV03.76C>N*:#@U#qf6n71*T,/0Wr£D1*-gs03@R031"$0Ž;9"ƒ.F03%'0e"C6¬YV0Ž#&YF,/6*:10$D
41;R*:1<'¤7#&41@R*:03@u0$@9@R#&@+676OTEN;9*:;$\
ÎNÐ[Z5ЫÑP×ÓèmÍ+ÒÔÌXÍóÌXÍfÍZ×+ÍóÉcÓfÉ]\RêXÚNÒBÚ ¥ D

`a$JÉaIc 6×yyã£g†tv|%jg†eki…je ^
| Qõyu|%jg†|ã,wzy{psr|%je7r
ic`68@9Y1*T,/@/68@RE=Qs0$@9*:#ND1*-"Pq•41F"$,/*-#&["C68[Ys0uD10$"3#&%'QV#&;90$D[*:o,/#*T,/;^¤7#&4F@9*:0$@L"$#&%QV#&10$o,/;3J&(+.F*:"ƒ.

6@R0‘*-',9.10uq•#&@9% þ [_ Jo(+.103@R 0 `d*-;^,/.10+(Š6C>03541%UYV03@$\P£,v*:;^,9.103@R0$q•#&@R0f#8q‹*:o,903@90$;R,P,/#K0WaF6%'*:F0

.1#?( (_0$O:OL6Ž<&*->03n71*T,/0–r!D1*Tgh0$@903F"30U#&QV03@968,/#@Z6Q1QF@9#Cab*:%68,/0$;cD10$@9*->868,9*->03;Z#7 q þ a_ \Z™H0M(+*-O:O
"3#1"30$5,9@/68,90Jb.103@R0JF#n7@R;R,ŠDF03@9*T>868,/*T>&0f6Q1Q1@R#?ab*-%d68,9*:#&F;3J56OT,/.1#&4F<&.',9.10Z6876O-EN;R*:;P*:;P0325476O-O-E
6Q1QFO:*:"36Y1O-0c,/#`.1*-<&.103@uDF03@9*T>868,/*T>&03;$\
tu.10w0WaF6"$,+n7@R;R,‘D10$@9*->868,9*->0#

q þ [_ *:;

þ [_ [_
äcb$`þ æz¥F\@“oç

ß
£ qŠ(v0d68Q1Q1O-EJ§q•#@w0–aF6%QFO:0Jm6;903"$#&1Dbr£#&@9DF03@M"$03o,/0$@90$DD1*-gs03@R031"$0d#&QV03@968,/#@K,9#†ÝNí[äþ [_ d J
(+.10$@90KßNíuä«ê5îUߘJ1(_0w<&0$,
ÝNí9ü#"R$ÅÝNí)P"
æˆ ÝVçší ä
îUß
þ [_Ue í9#ü "“ $ þ [_Ue í P"“

ä
î[ß
æ“þ a_/e $ þ P [_Ue çIþ a_
ä
î[ß
ä
¦
ùTæš"3#;S`ëîUß'ø8bo;9*-f`ëîUßsç$ªæ•"3#&;S`7îUß $gbo;R*:f`7îUßsçÔû þ [_
î ß
U
;R*:f`7îUß
ä b þ [_
îUß
ä b$`Lhþ [_ æz¥F\@ '&ç

(+.10$@905` h *-;§,9.10_%'#ND1*-n70$Dw(_6C>&0$N4F%UYs0$@3\jtu.10v%#ND1*Tn703DK(Š6C>03541%UYV03@j*-;m;R#Z76%'03D=Ys0$"C641;R0
*-,m6QFQs036@9;˜(+.103@R0v,9.10P(_6C>&0$N4F%UYs0$@3Ji`‹J86Q1QV0C6@R;m*-w,9.10v0–aF6"$,L0WabQ1@90$;9;R*:#&‹\Ltu.N4F;m,/.F0vD10$<&@90$0
,/#f(+.1*:"ƒ.[,/.F0Š%#ND1*Tn703Dw(Š6C>&0$541%UYV03@P6Q1Q1@R#CaF*-%d6l,/03;§,/.10Š6"$,9476Ob(_6C>&0$N4F%UYs0$@X*:;^6Z%'0C68;941@R0
#q§,/.10w6"$"341@96"$E#8qm,9.10w6Q1Q1@R#?ab*-%d68,9*:#&h\
¤7#&@Ž,/.10A;R03"$#&1Dbr£#&@9D10$@†"$03o,/0$@90$D D1*Tgh0$@903F"30k#&QV03@/6l,/#&@d,9.10k%#ND1*Tn703Dº(_6C>&03541%MYs0$@†*-;
<&*T>&03‰YoE
;9*-f`ëîUß
`Lhvä æz¥F\@L?oç
î[ß
òf#8,/0,/.76l,j` h 6Q1QF@9#Cab*:%68,/0$;f`‰,/#`;90$"3#&FDbr!#&@RD103@f6"$"341@96"$EJë6;+*:;Š,/#'YV00WabQs0$"$,903D‹JV;9*-1"30
;R*:f`7îUß ` T î[ß 
äk`Ó$ ø
îUß “ W5WNW
j254768,/*-#&ÿ¥F\ Z?¬*-;Q1O:#,R,/0$Dð*- ¤m*:<&41@R0k¥F\ —1JZ6O-#&1<Å(+*-,9.ÿ;R*:%'*:O:6@@R03O:68,/*-#&1;Žq•#&@e,/.F0);B,ƒ6Nr
D76@RDdq•#&41@B,/.br£#&@9DF03@P"303o,903@90$DD1*-gs03@R031"$0Z;9"ƒ.10$%0Z61Dd,9.10fq•#&4F@R,/.Nr!#&@RD103@vÜL6D0Z
< ;9"ƒ.10$%08\Xtu.10
—  Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

2.5

2
κ*∆ x
th
1.5 4 Pade

th
4 Central
1

nd
2 Central
0.5

0
0 0.5 1 1.5 2 2.5 3
κ∆ x

¤L*-<&41@90K¥b\ —1Û ‰#bD1*Tn703De(_6C>&03541%MYs0$@fq•#&@Š>86@R*:#&41;u;R"ƒ.103%'03;$\

0WabQ1@R03;R;9*:#¬q•#@M,/.10d%#ND1*-n103DH(_6C>&03541%MYs0$@'QF@9#?>N*:D10$;U,/.10e68"3"34F@/6"WEH(+*-,9.(+.1*:"ƒ.¬6<*->&0$
(_6?>03541%UYV03@K"$#&%QV#&10$o,#qj,/.F0U;9#&O-4F,/*-#&*-;c@90$;9#&OT>&0$Dkq•#@f,/.F0U03o,/*-@90M(_6C>&0$N4F%UYs0$@K@/61<0
6C>86*:O:6Y1O:0f*:‰6[%0$;9.‰#qL6`<*->&0$†;R*:Œ$0J m  l `ëîUß l j\
!†<0310$@/6OzJFn71*T,/0Wr£D1*-gs03@R031"$0K#&Qs0$@/68,9#&@9;u"36‰Ys0(+@9*T,9,903*:e,/.F0Kq•#@9%
”
æˆ çší+ä æ“ çzí^øÿæ“ % çzí
”
(+.10$@90†æ“ çší=*-;6)6o,/*-;REN%%'0$,9@9*-"M#&QV03@968,/#&@Z61D©æ“ % çzíw*:;K6Ž;REN%'%0W,/@R*:"U#&QV03@968,/#@3\ U £qv(v0
@90$;R,9@9*:"W,‘#&41@u*:o,903@90$;R,+,/#`;R"ƒ.103%'03;f0WaN,/0$1D1*:F<'q•@R#&%Ïê½$¬¥[,9#wêZø©¥bJ1,/.10$
” ¦
æ“ Ýsçšíuä ù¸‹"3æ•ÝbíRü#"R$ÅÝNí)P"Bç›ø~‹ æšÝNí9ü $ÝNíP ç›ø]‹ æ•ÝbíRü $ÝNí)P ç!û
T T T
î ß
U   
61D
¦
æˆ % ÝsçzíŠä ù ä/ÝNíjø "WæšÝNí9ü#"hø¬ÝbíP"Bç›ø æšÝNí9ü øÆÝNíP ç›ø æ•ÝNí9ü T øÆÝNíP T çÔû
î ß 
U       T
tu.10w"3#&@R@90$;9QV#&1D1*-1<`%#ND1*-n103DŽ(_6?>03541%UYV03@f*:;
¦
b$`Lh ä
î ß 
[
ù äLø æ "N"$#&;n`ëîUß[ø
  
"3#&; `7îUßUø
 T
"3#&;ë¥F`7îUßsç
ø bƒˆæ ‹"b;R*:j`7î[ß[ø]‹ ;9*- `7î[ß[ø]‹ T ;9-* f¥o`ëîUßsç
 æz¥F\@LDoç
p > ¬:§¤›£¢¤Ô©#«¦Ñ­kª†ž@¢¤ª£ÒGŸ@­¦¬5§#Ô­§¤¢“rž qF«¦®L›£¢b­§¤«¦¢nsBtN§“¨G›­¦¬.§¤ž@©“¯NÔÉÔk›£§“¢¤ž@ªR®[­)¢“§ž@©Ú«/AG§¤­)ž@¬G›Q ъ¢¤«¦Ôcuvsxw-s+yCz E/{
­)¬Z F§¤¨G›©ˆ¯NÔÉÔɛ†§¤¢“žª®[­)¢“§ъ¢“«.Ô|uvs3}~s y z EU{ °
ÎNÐ[Z5ЫÑP×ÓèmÍ+ÒÔÌXÍóÌXÍfÍZ×+ÍóÉcÓfÉ]\RêXÚNÒBÚ —1¦

™ª.10$w,9.10^n71*T,/0Wr£D1*-gs03@R031"$0j#&QV03@/6l,/#&@‹*-;›6o,/*-;REN%'%0W,/@9*-"uæ•"303o,903@90$DëçWJl,/.10j%'#ND1*-n70$Dc(_6?>03541%[r
YV03@_*-;vQF41@90$O-E'@9036OŸ\§™ª.103Ž,9.10c#&QV03@968,/#@v*-1"3O-41D103;_6=;BEb%'%'0$,/@R*:"‘"3#&%'QV#&103o,3JN,9.10c%'#bDF*-n70$D
(_6?>03541%UYV03@*:;`"3#%Q1O-0WasJj(+*-,9.Æ,9.10*:%6<&*:16@RE)"3#%QV#&10$5,'YV03*-1<k03o,/*-@903OTEÅ03@R@9#&@$\¬tu.10
q•#&41@B,/.br£#&@9DF03@+ÜL68
D 0=< ;R"ƒ.103%'0K*:;+<&*T>&03YoE
¥
æˆ ÝVçší)P"‹øƗ7æ“ ÝVçzíjøÿæ“ Ýhçší9ü#"^ä æšÝNíRü#"R$ÅÝbíP"Bç
î ß
U

tu.10w%#ND1*Tn703DŽ(_6C>&03541%MYs0$@fq•#&@Š,9.1*:;u;R"ƒ.103%'0=;968,/*-;Rn70$; V
¥
b`hþ P a _/e ø¬—ob$`Lhmø€b`hQþ [_Ue ä æˆþ [_Ue $áþ
P [_Ue ç
î ß
U
(+.1*-"ƒ.†<&*T>&0$;
b`h_ä H¥ bo;9*-f`7î[ß
æ ø¬"3#&;S`7îUßsçRîUß
tu.10[%'#bD1*Tn703D‰(Š6C>03541%UYV03@KQ1@R#I>N*-D103;K6d4F;90$q•4FOL,/#N#&O˜q•#&@Z6;R;90$;9;9*-1<eD1*Tgh0$@903F"30`6Q1QF@9#Ca5r
*:%68,9*:#&1;$\!),/.10'"3#5,90WaN,U#8qŠ,/.10'O:*-10C68@"3#&o>&0$"$,9*:#&0$254768,/*-#&‹J˜,/.1003@R@9#&@R;="36HYV0<*->&0$
6dQ1.oEN;9*-"C6O§*:o,903@9QF@90$,/68,/*-#&‹\c_#&1;R*:D10$@c#&1"$0[6<o68*:,/.10=O:*:F0C6@‘"3#&o>03"$,9*:#&A0$254768,/*-#&*-,/.F0
q•#&@R%

Ý
Ý
ø ‹
] ä 

Þ
ß
#&¬6DF#&%d68*:H0–aN,/03FD1*:1<Aq•@R#&% $ ,/‚ #  \ ƒ+03"36O:OXq•@9#%ĔN03"$,9*:#& \ ¥F\ ,9.768,`6;R#&O:4b,/*:#
*:F*-,/*:68,/0$DŽYoE‰6[.76@9%'#&1*-"cq•411"W,/*-#&e(+*-,/.e(_6C>&03541%MYs0$„ @ `†*-;

ÝLæ|ߘà9ÞRçj䆅^æ|ÞRçIþ [_ æz¥F\ “  ç

(+.10$@90‡…^æ•ÞRç_;968,/*-;Rn70$;+,9.10=]ã
… ä¼$fbb‹i`…

Þ

”b#&OT>N*:1<Uq•#&@f…Læ•ÞRçu61D;94FY1;R,9*-,/4b,/*:F<'*-o,/#ëj2V\ë¥b\ “  <&*T>&0$;+,9.10K0WaF6"W,c;R#&O:4F,9*:#&68;

a_ P¡” 
ÝLæ|ߘà9ÞRçj䆅^æ  çIþ 

£qj;90$"3#&FDbr!#&@RD103@‘"30$o,/03@R03DAD1*Tgh0$@90$1"30$;c6@R0M68Q1Q1O:*-03De,/#',/.10w;9Q168,/*:6Oh,/0$@9%‰J7,/.10Kq•#&O:O-#?(+*:1<
]ã©*-;u#&YF,ƒ68*:10$Dq•#f @ …^æ•ÞRç–Û

… ;9*-f`ëîUß

Þ
äX$fbb‹
 …‰äX$fbb‹i` h …
î[ß

ˆIÍ «¦§“›§¤¨[­§§¤›£¢¤Ô©7©“Ò[ªb¨Ï­¦©5uŠ‰‹ Ð zŒNŽ ™ ­)¢¤›¨[­¦¬[ =Ÿ@›I YAN¯½Ÿ@›†§“§“ž@¬@?‰‹ Ð38 ‘"’$“•”—– Œ™˜L‹ ­¦¬[ q›£¥­¦ŸÕÒ[­)§“ž@¬@?u§“¨[›
©“¨Gž¸Ñ §sž@¬5Zš °
— Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

” #&OT>N*:1<,/.F*:;v]ã
0WaF6"W,/OTE†æš;9*-1"30u(v0Z6@R0+"3#&1;R*:D10$@9*-1<,/.10‘03@R@9#&@jq•@9#%
b ,/.10+;RQ768,/*:6Oë6Q1QF@9#Ca5r
*:%68,9*:#&Ž#1O-EFçŠ61D;R41Y1;R,9*-,94F,/*-1<`*:o,/#ëj2ë\s¥b\ “  JF(_0K#&Yb,ƒ6*-

[_ P¡”œ› 
Ý N4F%0$@9*:"36O æ•ß˜àRÞRçPäk…^æ  ç£þ  æz¥F\ “F¦Iç

(+.10$@90‹ h *:;P,/.10f541%0$@9*-"C6OLæš#&@P%'#bD1*Tn703D7çXQ1.16;90Z;RQs0$03D‹Jb(+.1*:"ƒ.e*-;v@R03OS6l,/03D,/#M,9.10c%'#bDF*-n70$D
(_6?>03541%UYV03@fYoE
‹ h ä
` h
‹ `
¤7#&@Š,/.F0=68Ys#?>&0K0–a168%Q1O-0J
‹ h ;9*-]`7îUß
ä
‹ `7îUß
tu.10PN4F%0$@9*:"36OQF.76;90P;9QV030$D=*-;‹,/.10X;RQs0$03D=68,›(+.1*:"ƒ.=6u.76@R%#&F*:"Lq•41F"$,/*-#&*:;›QF@9#&Q768<o68,/0$D
541%'03@9*-"C6O-O-E\ ”b*-1"30f‹ h HZ‹ l ¦q•#&@',/.1*-;d0WaF6%'Q1O-0JŠ,/.F0AN4F%0$@9*:"36O‘;9#&O-4F,/*-#&«Q1@R#&Q76<&68,/0$;
,/#N#e;9O-#?(+O-E&\[”b*:1"$0ë‹ h *:;K6Žq•41F"$,/*-#&A#qP,/.10[(_6C>&03541%MYs0$@3Jm,9.10[541%'03@9*-"C6O^6Q1Q1@R#?ab*-%d68,9*:#&
*:o,9@9#ND141"30$;dD1*-;9QV03@R;9*:#‹Ju6OT,/.1#&4F<&.Æ,9.10#@9*:<*:76O+ÜX ã Ï*-;1#1D1*:;RQs0$@9;R*->&08\ÿif;Ž6H@R03;R41O-,3Ju6
(_6?>0$q•#&@R%¡"3#&1;R*:;B,/*:F<†#qŠ%d6oEADF*-gs03@90$o,=(_6C>&03541%MYs0$@U"3#&%'QV#&103o,9;=0W>&03o,9476O:OTE)O:#&;R03;K*-,9;
#&@R*:<&*-76Oëq•#&@9%‰\
¤L*:<41@90u¥b\ c;R.1#?(+;X,9.10u541%'03@9*-"C6ObQ1.76;R0+;9QV0303D[q•#&@m,/.10u;R"ƒ.103%'03;P"3#&F;9*:DF03@90$D`Q1@90W>b*-#&41;RO-E&\
tu.10Ž541%MYs0$@M#q_œ7‡ly|„7x|žKœ7}W€èPH  }W :}W„N…x|‚
žæ ŸŸ  çYoEk(+.1*-"ƒ.¬6†<&*T>&03
(Š6C>&0e*-;=@R03;R#&O->03D*-;
<&*T>&03ÅYoE RHo`7îUߘ\
tu.10e@R03;R#&O->N*:F<A0$¨'"3*-031"WEÅ#q‘6;9"ƒ.F03%'0‰"36¬Ys0d0WabQ1@90$;9;R03D«*-,/0$@9%';
#q‘,/.1¡ 0 ‡  @90$2541*:@R03DÅ,/#)Q1@9#ND141"$003@9@R#&@9;[YV03O-#?(µ6A;9QV03"$*-n70$D©O-0$>&0$OŸ\Ť7#&@[0–aF6%QFO:0JX,/.F0
;90$"3#&FDbr!#&@RD103@d"303o,903@90$DªD1*-gs03@R031"$0;9"ƒ.10$%0A@R032541*-@903ô ; ?  ‡  ,9#HQ1@R#bD14F"30A6 0$@9@R#&@d*-
Q1.768;90U;RQs0$03DA#qXO-03;9;‘,/.768  \T¦UQs0$@9"$03o,C\Ztu.FÓ 0 Ir!QV#&*-5,+q•#&4F@R,/.Nr!#&@RD103@f"303o,903@90$Dk;9"ƒ.10$%0[681D
,/.F0Žq•#&41@R,9.br!#@9D10$@`ÜL6 < ;R"ƒ.103%'0@9032541*-@90AG¦ 681Dª¦  ŸŸ  @903;RQs0$"$,9*->&0$O-E,9#k6"ƒ.1*-0$>&0,/.F0
D 0
;/68%00$@9@9#@‘O-0$>03OŸ\
¤7@9#&% ,/.10Zq•#&@R%#& q j2ë\ë¥F\ “F¦&Jb(v0K;90$0K,9.768,u,9.10@9036O‹Q76@B,+#q§,/.10%'#bDF*-n70$DŽ(Š6C>&0$541%UYV03@
O:036D1;',/#Å6 0$@9@R#&@d*-«,/.10Q1@9#&Q16<o68,9*:#&©;9QV0303DhJ‘(+.1*-O:0,/.10*:%6<&*:16@REÅQ16@R,eO-0C6DF;,/#6
03@R@9#&@v*:d,9.106%'Q1O-*-,/4FD10+#q›,/.10c;9#&O-4F,/*-#&‹\Ltu.541;Š,9.10Z685,9*:;BEb%'%'0$,/@R*:"‘Qs#@R,/*-#&d#8q›,/.10Z;RQ768,9*S6O
D1*Tgh0$@903F"30+#&QV03@/6l,/#&@jD10W,/0$@9%'*:10$;^,/.10+03@R@9#&@j*-`;9QV0303Dd61D[,/.F0‘;BEN%%'0$,9@9*:"_Qs#&@B,/*-#&U,/.10+0$@9@9#@
*:‰6%'Q1O-*-,/4FD10\mtu.1*:;+*:;Šq•4F@R,/.F03@+D1*:;R"341;R;90$D*:†”b0$"$,9*:#&)¦&¦&\ \

­®£¢ ½ ¹$¿Å±Àj±¶AÁ+± ^…+


±Àj´=»^Ã'ÀX² ´w»W¤ ÃëîA¶A·´MÀP¹$±²

ic;D1*-;9"$41;9;R03D *-ÿ”b03"W,/*:#ÿ¥b\ ¥F\ Jc6¬%68,9@9*Ta«D1*Tgh0$@903F"30k#&QV03@/6l,/#&@Ž*-1"3#@9QV#&@/68,903;eYV#,/.ª,/.F0


D1*Tgh0$@903F"30Ž68Q1Q1@9#Cab*:%68,9*:#&k*:),/.10*:o,/0$@9*-#&@K#qŠ,/.F0dD1#&%6*-
681DH,/.168,U6l,=,9.10dYV#&411D16@9*-03;3\
!,9.1*:;f;903"W,/*-#&‹Js(v0U"$#&1;9*-D103@f,/.10=Ys#&4F1D76@BE#&QV03@968,/#@9;cF0303DF03DAq•#&@‘#&41@c%'#ND103O§03254768,9*:#&F;
q•#&@+"3#5>03"W,/*:#A61D†D1*-gs41;9*-#&‹\P!†,9.10="36;90=#q^QV03@R*:#ND1*:"YV#&41FD76@RE"$#&1D1*T,/*-#&1;3J7F#d;9QV03"$*S6O
YV#&411D768@REe#&QV03@968,/#@9;+6@R0w@R032541*-@903Dh\
ÎNЦ¥oЫÖZÒÔÑLÑ^ÌXÍfÌXÓUÇ^Ìó×+ÊXÌXÍ+ÉcË_×+ÍfÚeÉcË8§×ÓèmÓf֑Éc͑ÒÔÌPÚ —o¥

1.2

0.8 nd
2 Central
a*
_
a
0.6 th
4 Central

th
0.4 4 Pade

0.2

0
0 0.5 1 1.5 2 2.5 3
κ ∆x

¤L*-<&41@R0K¥F\NÛ òf41%'03@R*:"C68OhQ1.768;90w;9QV0303D‰q•#&@Š>86@9*-#&41;u;R"ƒ.103%'03;$\

`a¨aIc ögKupRëgIiups|r à ekiª©hpRtÚjg†eki«­¬:âu|%jg£ehi


ƒ+0$q•03@R@9*-1<,9#e”b0$"$,/*-#& \ ¥FJë,/.F0MYV#&411D768@RE"3#1D1*-,9*:#&F;‘q•#&@+,/.F0MO:*-10C68@‘"$#&o>&0$"$,/*-#&0$2N4168,/*-#&
"C68dYV0f0$*-,/.F03@XQs0$@9*-#bD1*-"u#&@X#q›*-FG7#?(Šr!#&4b,9G7#?(«,!ENQV0\j!',/.10‘OS68,R,/0$@P"36;908JF6=ãZ*:@R*:"ƒ.1O-0$,jYV#&411DNr
6@BE"3#1D1*-,9*:#&†*:;Z<*->&0$)68,Z,/.F0[*:FG7#?( YV#&411D768@RE&J‹(+.F*:O:0=1#e"3#1D1*-,9*:#&*:;Z;RQs0$"3*-n103D)68,,/.F0
#&4F,RG7#?( YV#&41FD76@RE\q€‘03@90U(v0'6;9;R41%'0U,/.768,c,/.10U(_6C>&0';9QV0303D ‹*:;QV#&;9*T,/*->0’‹,9.N4F;Z,/.10[O-0$q|,Rr
.76FD)YV#&41FD76@RE*:;c,9.10`*:FG7#?(åYs#411D76@BE&J˜6FDk,9.10`@9*-<&.o,Rr!.161DAYV#&411D768@RE*-;Z,/.10[#4F,9G7#?(
YV#&411D768@RE&\Xtu.541;+,/.10>03"$,9#&@‘#qL4F1÷51#?(+1;f*-;

Ý ² äÏù Ý"–à+Ý
e
 à W5WNW à+ݕÅ=û Æ æz¥F\ “ ç

61D‰Ýä+*:;u;9QV03"$*-n70$D‹\
_#&1;R*:D10$@^n7@9;B,^,/.10_*:FG7#?(ÆYV#&411D768@RE&\m£,j*:;m"3O-0C6@L,9.768,^6;^O:#1<6;L,9.10Š*-5,903@R*:#&@§D1*-gs03@R031"$0
6Q1QF@9#Cab*:%68,/*-#&
DF#b0$;M1#,M0WaN,/0$1DÅYV0$E&#1D¬Ýbí P"ƒJL,9.103H1#;9QV03"$*S6OX,/@R0C68,9%0$o,U*:;w@90$2541*:@R03D
q•#&@Š,9.1*:;uYV#&411D16@RE\v¤7#&@u0–aF6%QFO:0Jb(+*-,/.;R03"3#1Dbr!#@9D10$@f"$03o,/0$@903D†D1*-gs03@R031"$03;+(_0w#&YF,/6*:

 ݍ
² ä »,Ý[
² ø J ¦Œ ² º O æz¥F\ “&¥oç

(+*-,9.
 ¦ ¶ ·· $‘Ýä ¶ ··
$w¦ $w¦  ¦ ·· $w¦ ´³  ··
» ä ³´´ à J Œ)² º O ä æz¥F\ “—5ç
îUß ´´µ $ ¦
w  ¦ îUß ´´ 
\\ ¹ ´µ \\ ¹
\ \
—&— Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

€f#?(v0$>03@3Jc*-q(v0)4F;90,/.F0q•#&41@R,9.br!#@9D10$@Ž*:o,/0$@9*-#&@d#&QV03@968,/#@Ž<&*->03 *-CX2ë\u¥b\8—FJ+,9.103ª,/.F0
6Q1QF@9#Cab*:%68,/*-#&e68,PêMäå¦K@9032541*-@90$;f6U>86O-410Z#qmÝNí)P J1(+.F*:"ƒ.*:;u#&4b,/;9*-D10Z,/.F0wDF#&%d68*:‹\€‘031"$0

6D1*-gs03@R03o,w#&Qs0$@/68,9#&@K*:;K@90$2541*:@R03D6l,cêä ¦`(+.1*:"ƒ.
0WaN,/0$1D1;=#&1O-E,/#êëÿ $ ¦&J§(+.F*:O:0[.16?>N*-1<
,/.F0Z6Q1QF@9#&Q1@R*S68,90f#@9D10$@_#q˜68"3"34F@/6"WE&\v”b41"ƒ.6#&QV03@/6l,/#&@$Jb÷51#?(+6;_6d„7¢b{d}W€–yŸ9 #WÀ ‡l¢N„Vˆo€W
ž?ƒ‚7}W{d}WJP"C6©.76C>&068«#&@RD103@`#qZ6"3"$41@/6"WE¬(+.1*:"ƒ.©*:;‡l„h}A‡l€RˆN}W€e :‡lè_}W€M,/.768©,/.168,'#qZ,/.F0
*:o,903@9*-#&@c;R"ƒ.103%'0J˜681DA,/.10U<O:#&Y768OL6"$"341@96"$E(+*:O:O§03254768OL,/.76l,#qj,/.F0[*:o,/0$@9*:#@c;9"ƒ.F03%'0\U¤7#&@
0WaF6%'Q1O-0JF(+*T,/.Žq•#&41@B,/.br£#&@9DF03@Š"$03o,/0$@903D†D1*-gs03@R031"$03;$J1(_0K"C68‰4F;90,/.10Zq•#O:O:#?(+*-1<=,9.1*:@RDbr!#&@RD103@
#&QV03@968,/#&@+6l,Pê[ä ¦&Û

¦
æˆ Ýsç " ä æ†$ ݕä$¬¥Ý"høƓÝ
“&îUß  $ÅÝ T ç æz¥F\ “!&ç

(+.1*-"ƒ.d*:;X036;9*-O-EUDF03@9*T>&0$Dd41;R*:1<=6wtm6CENO:#&@j,ƒ68Y1O:08\^tu.10‘@903;R41O-,9*:1<KD1*Tgh0$@90$1"30‘#&QV03@/6l,/#&@X.76;X,/.F0
q•#&@R%#%
q j2V\V¥F\ “&¥U(+*-,9.

$f“ ¦ $ ¶¸·· $‘—&Ýä ¶¸··


$w¦ $ ?
õ  ? $=¦ ·· $w¦ Ý•ä ··
» ä ³´´
¦ $õ?  ? ¦ à J Œ¦² º O ä ³´´
 æz¥F\ “&“oç
¦ îUß ´´µ ¦ îUß ´´µ
\\
\
¹ \\ ¹
\

tu.1*-;f68Q1Q1@9#Cab*:%68,9*:#&Ž*-;u<&O:#Y76O:OTE`q•#&41@R,9.br!#@9D10$@+6"3"$41@/68,90\
iŠ,=,9.10'#&4F,9G1#I( Ys#411D76@BE&Jm1#†YV#&41FD76@RE"3#&1DF*-,/*-#&k*:;K;9QV03"$*-n70$D‹\d™
0`%U41;R,M6Q1QF@9#Ca5r
*:%68,90
# Ý H
ß 68,U1#bDF, 0 ‘ (+*-,/.H1#A*:Fq•#@9%68,/*-#&H68Ys#&4b,U• Ý Å#
ü "–\ktu.541;U,/.10e;R03"$#&1Dbr£#&@9D10$@
"30$o,/03@R03Dbr£D1*-gs03@R031"$0=#Qs0$@/68,9#&@3JN(+.1*:"ƒ.@90$2541*:@R03;uÝNí9#
ü "/J1"C6F1#,uYV041;90$D6l,XêUä ‘ \Pi Y76"ƒ÷&r
(_6@9DÆD1*-gs03@R031"$0eq•#&@9%U4FOS6%U4F;R,`YV0‰4F;903Dh\™ª*-,/.Æ6A;90$"3#&FDbr!#&@RD103@`*-5,903@R*:#&@U#Qs0$@/68,9#&@3Jj,/.F0
q•#&O-O:#?(+*:1<=n7@9;B,Rr!#@9D10$@‘Y16"ƒ÷o(Š6@RD†q•#&@R%U41O:6U"C6YV0w4F;903DhÛ

¦
æ“ s
Ý çÅ ä æšÝ•ÅÙ$ݕŇP"Rç æz¥F\ “!'&ç
î ß
U
tu.1*-;‘QF@9#ND141"30$;‘6'D1*Tgh0$@90$1"30K#&QV03@968,/#&@Š(+*T,/.

 ¦ ¶ ··
·· $‘Ý•ä ¶ ··
´³´ $w¦  ¦
·· ³´´  ··
$w¦ ´ $ ¦
=  ¦
·· à $=¦ ··
» ä ´ \\ J ¦Œ ² º O ä ´´  · æz¥F\ “ ?oç
îUß ´´ \ · îUß ´´ \\
´´ $w¦  ¦ ´µ
\
µ´ ¹  ¹
$

!d,9.10Z"C68;90Z#q›6=q•#&41@B,/.br£#&@9D10$@_"$03o,/0$@903D*-5,903@R*:#&@X#&QV03@968,/#&@P,/.10fOS6;B,v,!(v#[@9#?(+;Š#8q » @90$2541*:@R0
%'#bD1*Tn7"C6l,/*:#‹\
ÎNЦ¥oЫÖZÒÔÑLÑ^ÌXÍfÌXÓUÇ^Ìó×+ÊXÌXÍ+ÉcË_×+ÍfÚeÉcË8§×ÓèmÓf֑Éc͑ÒÔÌPÚ —Â

i 1#8,/.10$@=68Q1Q1@9#&6"ƒ.A,/#e,/.10[DF0$>&0$O:#&QF%0$5,w#qvYV#&411D768@RE;R"ƒ.103%'03;w*:;c*:,/0$@9%';#qv;9Q76"$0
c
0WaN,9@/6QV#&OS6l,/*:#‹\˜tu.10vq•#&O-O:#?(+*:F<Šq•#&@9%U4FOS6+6O:O-#?(+;§Ý•Åü#"h,/#‘Ys0v0WaN,/@96Qs#OS68,903DKq•@9#&%ó,9.10v*-o,/03@R*:#&@
D768,/6U,/#'6@9YF*-,/@96@REd#&@9DF03@+#&‰6‰032541*:;RQ76"$03D<@9*:DhÛ
P" Ü
æB¦F$8® ç ݕŏü#"^ä  æz¥F\ “ Doç

(+.10$@90„® *-;P,9.10Z;R.1*-q|,_#&Qs0$@/68,9#&@PD10$n7F03DYoE¯®wÝbíŠäðÝNí9ü#"P681Dd,/.F0Z#&@9DF03@_#8q›,/.1068Q1Q1@9#Cab*:%6lr
,/*-#&*:°
; ë$º¦&\P¤7#&@Š0–aF6%QFO:0Jb(+*-,/.~dä (_0w#&YF,/6*:
P" P 
æB¦F$ ® ø€® çÔÝ#ŏü#"^äÿݕŏü#"&$ ݕÅðøÆݕŇP"^ä  æz¥F\@'  ç

(+.1*-"ƒ.†<&*T>&0$;+,9.10q•#&O:O-#?(+*:1<Mn1@9;R,Br!#&@RD103@‘6QFQ1@9#Cab*:%68,/*-#&d,9#'ݕŏü#"–Û

ݕŏü#"jä ݕŠ$ÅݕŇP" æz¥F\@'b¦Iç

”b41YF;R,/*T,/4F,9*:1<,/.1*-;Z*:o,/#,/.10[;R03"3#1Dbr!#@9D10$@"303o,903@90$D
DF*-gs03@90$1"30[#Qs0$@/68,9#&@Z6QFQ1O:*-03DA68,Z1#bDF0
‘ <&*->03;
¦ ¦
æ“ s
Ý çÅ ä æ•Ý#ŏü#"&$ݕŇP"Rç¡ä æ ݕÅÙ$ݕŇP"%$ÅݕŇP"Ôç
î ß
[ î ß
[
¦
ä æ•Ý#ÅÙ$ÅݕŇP"Bç æz¥F\@' ç
î ß
U
(+.1*-"ƒ.†*-;u*:D10$5,9*:"36Oh,/#ëj2ë\V¥F\ “ 'b\

`a¨ao‚ ögKupÙl gonÏâu}g£ehi«­¬:âu|%jg£ehi


!e;9#O->N*:1<U,9.10ZD1*Tgh4F;9*:#Ž03254768,9*:#&Ž(v0%U41;B,+"3#&F;9*:DF03@uãZ*-@9*:"ƒ.FO:0$,_61Dò‘0341%61YV#&411D16@RE
"3#1D1*-,9*:#&F;3\Ltu.F0+,9@90368,/%'03o,j#qh6KãZ*:@R*:"ƒ.1O-0$,mYs#&4F1D76@BE["3#&FD1*-,9*:#&UQF@9#N"3030$D1;P6O:#1<Z,/.10u;96%'0
O:*-103;c6;c,9.10U*:bG7#?(åYV#&41FD76@RE‰q•#&@‘,/.10U"$#&o>&0$"$,/*-#&k03254768,9*:#&ADF*:;9"$41;9;R03D)6YV#?>&0\™ª*T,/.,/.F0
;90$"3#&FDbr!#&@RD103@‘"30$o,/03@R03D†*:o,/0$@9*:#@Š#&QV03@/6l,/#&@

¦
æˆ  s
Ý çí ä æšÝNí9ü#"&$ ÝbíLøÆÝNí)P"Bç æz¥F\@'¥oç
î ß 
U
1#f%#ND1*-n1"C68,9*:#&1;‹6@90P@90$2N4F*:@90$DU1036@mYV#&41FD76@9*-03;$J8O-0C6D1*-1<u,/#‘,/.10PD1*-gs03@R031"$0_#&QV03@968,/#@§<*->&0$
*:Yj2ë\ë¥F\ 'b\
¤7#&@M6òf034F%d6FYs#411D76@BEH"$#&1D1*T,/*-#&‹J˜(_0e68;9;94F%0d,9.768,
Ú Ý H
ß©*:;w;9QV03"$*-n70$D¬68,ê)ä
‘ øð¦&JF,9.768,‘*:;


Ý
Ý
8 äE8 æz¥F\@'8—5ç

ß 9 ŏü#"
ß 9 —
—o“ Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

tu.541;+(_0wD103;R*:<&‰6‰#&QV03@968,/#&@+6l,+1#bDF0{‘ (+.1*-"ƒ.†*-;u*:e,/.10q•#&O-O:#?(+*:F<Mq•#&@9%‰Û
¦ º
Ý
æˆ  h
Ý çÅ ä 擋oݕÅÿø~ŒƒÝ#ŇP"Bç›ø 8 æz¥F\@' &ç
î ß 
U îUß
ß 9 ŏü#"
(+.10$@90‡‹ëJŒIJë681Dfºc6@90K"3#1;R,/6o,/;u(+.1*:"ƒ.‰"C68†036;9*-O-EYs0KD10W,/03@R%*-103D41;R*:1<'6`tL6CENO:#@Š,ƒ6Y1O-0J
6;+;9.F#I(+†*:etm6Y1O-0=¥b\ —1\


Ý ¦ º
Ý
8 ø 戋5ÝNíP"›ø~ŒƒÝbíWç›ø 8 ä×ù

ß  9 í î ß 
U î[ß
ß 9 íRü#"
îU߁; îUß  ; îUß T ; îUß U ;
ÝNí J KN M O í J K ú M O í J K û M O í J K ü M O í
K K ú K û K ü
î[ß  ; JZK ú M O í ¦
K ú
‹{;5æ|r/¦Içh; "" ‹‡;NæSrƒ¦Iç  ; "
"
‹{;3ÝbíP" ‹ ‹½;Næ|r9¦Iç T ; Ý ‹‡;Næ|r9¦Iç U ; "
Œk;?ÝNí Œ  U
" " "
î[ß ;=ºÉ; J KM O 9í ü#" º ºkN; æÔ¦Içh; " ºk;oæB¦Iç  ; ºkN; æÔ¦Iç T ; Ý
K 
tL68Y1O:0K¥F\ —1\jtm6CEbO-#&@Š,ƒ68Y1O:0Zq•#&@+ò‘0341%61‰YV#&411D768@REe"$#&1D1*T,/*:#‹\

”b#&OT>N*:1<Uq•#&@F‹7JŒ?Jë61D˜ºIJF(_0w#&YF,/6*:Ž,9.10q•#&O:O-#?(+*:1<U#Qs0$@/68,9#&@3Û
¦
Ý
æˆ  s
Ý çÅ ä æ ݕŇP"R$ ݕÅUç›ø 8 æz¥F\@'“oç
¥&îUß  ¥î[ß
ß 9 ŏü#"
(+.1*-"ƒ.)QF@9#ND141"30$;,/.10[D1*Tgh0$@90$1"30[#&QV03@968,/#@Z<&*->03k*:6j2ë\›¥F\ DF\=òf#8,/*:"$0M,/.168,Z,/.F*:;#&QV03@968,/#&@
*:;=;90$"3#&1DNr!#&@RD103@[68"3"34F@/68,90\!,9.10Ž"C68;90Ž#q‘6†N4F%0$@9*:"36Ov6Q1Q1@R#?ab*-%d68,9*:#&k,/#6òf0$41%d681
YV#&411D768@RE"3#1D1*-,9*:#&hJF,/.1*-;u*:;+10$"303;R;/6@BE†,9##YF,ƒ6*-‰6'<&O-#&Y76O-O-E';90$"3#&FDbr!#&@RD103@f6"$"341@968,/0Kq•#&@Br
%U41O:68,/*-#&‹\mtu.1*:;+"3#5,9@/6;B,/;+(+*-,9.,9.10K541%0$@9*-"C6O‹YV#&41FD76@REŽ;9"ƒ.10$%0$;fD10$;9"$@9*:YV03D†Q1@90W>N*:#&41;RO-E
(+.1*-"ƒ.†"36†YV0K#&10K#&@RD103@uO-#I(v03@u,9.76,/.10K*:o,903@9*-#&@Š;R"ƒ.103%'0\
™H0`"36H68O:;9#e#YF,ƒ6*-A,/.10`#&QV03@968,/#&@*-6j2V\§¥F@\ '“Ž41;R*:1<,/.F0[;9Q76"$00–aN,/@/68Qs#&O:68,/*-#&*-D10C6F\
_#&1;R*:D10$@‘6`;R03"$#&1Dbr£#&@9D10$@fY16"ƒ÷o(Š6@RDbr!DF*-gs03@90$1"30=6Q1QF@9#Cab*:%68,/*-#&6Q1Q1O-*:0$D68,+1#ND1‡
0 ‘ øª¦&Û

Ý ¦
8 ä æšÝ•Å‡P"&$ŗ&ݕŪø©¥ݕŏü#"Rç›ø~\ŽæzîUß  ç æz¥F\@' '&ç

ß 9 ŏü#" î ß
U

”b#&OT>N*:1<Uq•#&@uݕŏü#"v<&*T>&03;
¦
Ý
ݕŏü#"jä —&ݕÅÙ$ݕŇP"‹ø îUßð8 ø]\dæzîUß T ç æz¥F\@'L?oç
¥ È
ß 9 ŏü#"¤Ê
ÎNв±?ЫÊX͏׳§ª\˜ÌPÙÚ —Â'

” 41YF;R,/*T,/4F,9*:1<©,/.1*-;*:o,/#º,9.10;R03"3#1Dbr!#@9D10$@)"$03o,/0$@90$DåD1*Tgh0$@90$1"30Å#&QV03@968,/#@†q•#&@A6º;R03"$#&1D
b
D10$@9*->868,9*->0K6Q1Q1O-*:03D‰68,+F#bD10½‘ <&*->03;

¦
æ“  s
Ý çÅ ä šæ ݕŏü#"&$ ݕŪøÆݕŇP"Rç æz¥F\@'LDoç
î ß 
U
¦
Ý
ä ¥ݕŇP"&$œݕÅðøƗ&ݕŠ$ÅݕŇP"‹ø îUßð8
¥&îUß ,È
ß 9 ŏü#"¤Ê
¦
Ý
ä æ Ý#ŇP"&$ Ý#ÅUç›ø 8 æz¥F\Õ?  ç
¥&îUß  ¥&îUß
ß79 ŏü#"

(+.1*-"ƒ.†*-;u*:D10$5,9*:"36Oh,/#ëj2ë\V¥F\'8“F\

­®/´ µ ÀjÃ;¶·X3±4 ²

¦&\‘ãZ0$@9*->0[6d,/.F*:@9DNr!#&@RD103@‘n71*-,90Wr£D1*-gs03@R031"$0[6Q1Q1@R#CaF*-%d6l,/*:#†,/#Ž6dn7@9;B,KD103@R*->868,/*T>&0=*:,/.F0
q•#&@R%
¦
æ“ Ýhçšíuä 擋oÝNí)P ø~Œ–ÝNíP"høzºWÝNíLø ÝNí9ü#"Bç
î ß
U  
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@Š,903@R%†\

\‘ãZ0$@9*->0K6`n11*-,90Wr!DF*-gs03@90$1"30K68Q1Q1@9#Cab*:%68,9*:#&Ž,9#6Un7@R;R,‘D10$@9*->868,9*->0*:e,/.10q•#&@R%

¦
‹Væ“ Ýhçší)P"høÿæ“ Ýhçšíuä 擌ƒÝNí)P"‹ø~ºWÝNí^ø ÝbíRü#"Bç
î ß
U 
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@Š,903@R%†\

¥F\f0‘;9*:F<`6U—æš*-5,903@R*:#&@/çPQV#&*:o,Š%'03;R.‹JF(+@R*-,/0c#&4F,Š,9.10—I¸X—[%d68,9@9*-"303;_61DŽ,9.10Ys#411D76@BEor
"$#&1D1*T,/*:#†>&0$"$,9#&@Zq•#&@9%'03DY5E41;9*-1<d,9.10U;9"ƒ.F03%'0[D103@R*->&0$Dk*:25410$;R,/*-#& (+.10$kYs#,9.
Ý61D
# Ý H
ßk68@90<&*T>&03†68,Pê[ä  681DÝ*:;u<*->&0$6l,Pê[ä b\

—1\fƒ+03QV0C68,‘25410$;R,/*-#& (+*T,/. ä  \

b\‘ãZ0$@9*->0K6`n11*-,90Wr!DF*-gs03@90$1"30K68Q1Q1@9#Cab*:%68,9*:#&Ž,9#6U,9.1*:@RD‰DF03@9*T>868,/*T>&0*:e,9.10q•#&@9%
¦
æˆ   ÝVçšíuä 擋oÝNí)P ø~Œ–ÝNíP"›ø~ºWÝNíLø ÝNí9ü#"hø]þCÝNíRü ç
î ß T
U   
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@Š,903@R%†\
—!? Ç^ȑÉZÊcËmÌXÍÏÎ5ЫÑLÒÔӑÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌX͑ÌPÓMÇ^Ì«ÉZÊXÊX͏×jØZÒBنÉc˧ÒW×uÓZÚ

“F\‘ãZ0$@9*->0K6["3#&%'Q76"W,=æš#&@+Üm6D0?< çŠn71*T,/0–r!D1*Tgh0$@903F"30K6Q1QF@9#Cab*:%68,/*-#&d,/#'6[;90$"3#&FDD10$@9*->86lr
,9*->&0K*-Ž,/.10q•#&@R%
¦
æ“  ÝVçzí)P"‹øÿæ“  ÝVçzíjø~þ5æ“  ÝVçzí9ü#"jä 戋5ÝNíP"›ø~ŒƒÝbíLø]º–ÝNí9ü#"Rç
 î ß 
U
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@Š,903@R%†\

'b\‘¤L*-1D,9.10Z%'#bDF*-n70$Dd(Š6C>03541%UYV03@uq•#&@X,/.10c#&Qs0$@/68,9#&@_DF03@9*T>&0$D‰*-d25410$;R,/*-#&A¦&\XÜjO:#8,_,/.F0
@R0C6O›681De*:%6<&*-76@RE'Q768@R,/;_#q` h îU߆>b;$\`7îUßq•#&@ ml `7îUß l j  \P_#&%'Q76@R0Z,/.10@R0C6O
Q768@R,u(+*-,9.e,/.768,‘#&Yb,ƒ6*-103Deq•@9#% ,/.F0Kq•#41@R,9.br!#&@RD103@u"$03o,/0$@90$D#&QV03@/6l,/#&@wæˆX
 2ë\ë¥F\@8 —5ç–\

?F\+ifQ1Q1O:*-"C68,9*:#&d#qm,9.10K;90$"3#&1DNr!D10$@9*->868,9*->0w#Qs0$@/68,9#&@Š,/#[,/.F0Kq•4F1"$,9*:#&˜þ [_ <&*->03;

 þ [_
ä $ `  þ [_

ß 
ifQ1Q1O:*-"C68,9*:#&d#q^6`D1*Tgh0$@903F"30K#&QV03@/6l,/#&@Šq•#&@Š,9.10K;90$"3#&1D†D103@R*->868,9*->&0<*->&0$;
a_ í e [_
æˆ  þ çšíuäX$]` h  þ

,9.N4F;wDF0$n71*-1<e,/.10[%'#ND1*-n70$D(Š6C>03541%UYV03@‡` h q•#@K6Ž;903"$#&1D)D103@R*->868,9*->&0`68Q1Q1@9#Cab*:%6lr
,9*:#&‹\‰¤L*-1D
,9.10Ž%'#bDF*-n70$D)(_6C>&03541%MYs0$@`q•#@w,9.10d;R03"3#1Dbr!#@9D10$@U"30$5,903@R03D¬D1*-gs03@R031"$0
#&QV03@968,/#@`q•#@6k;90$"3#&FDºD103@R*->868,9*->&08Jv,9.10†F#&1"3#%Q768"$,'q•#&41@R,9.br!#@9D10$@'#Qs0$@/68,9#&@†“æ j2ë\
¥F@\  &ç–J16FDŽ,/.10"$#&%Q16"$,Šq•#41@R,9.br!#&@RD103@_#&Qs0$@/68,9#&@_DF03@9*T>&0$D‰*-e254103;B,/*:#“F\XÜjO:#f
, ` h îUß
>N;3S \ `7îUßq•#&@ m  l `7îUß l j\

DF\‘¤L*-1D©,9.10<&@R*:Dbr£Qs#*:o,/;Ôr!QV03@BrŸ(Š6C>03O:0$1<,9. 晝Ÿ  çU@R032541*:@R03%'03o,Ž,9#Å6"ƒ.1*-0$>&06HQ1.76;R0


R; Qs0$03D‰03@9@R#&@uO:0$;9;Š,9.76  \T¦KQs0$@9"30$o,‘q•#@Š;9* ab,9.br!#@9D10$@u1#&1"$#&%Q16"$,+681D"3#&%'Q76"W,+"303Nr
,903@90$D68Q1Q1@9#Cab*:%68,9*:#&1;v,/#'6Un7@9;B,cD10$@9*T>6l,/*->0\

¦  \f_#&F;9*:DF03@v,9.10fq•#O:O:#?(+*-1<K#&10Wr£;9*-D103DD1*-gs03@R031"$*:1<=;9"ƒ.10$%0$;3JF(+.1*-"ƒ.e6@R0fn7@R;R,Rr/Jb;R03"$#&1Dbr/J
6FD‰,9.1*:@RDbr!#&@RD103@$JF@R03;9QV03"W,/*T>&03OTEVÛ

æˆ ÝVçšíuäÏæšÝNí7$ÅÝbíP"BçHîUß

æ“ ÝVçzíuäÏ暥ÝNíh$—ÝbíP"høÆÝNí)P çH1æ î[ßsç




æ“ Ýhçšíuä æÔ¦&¦CÝNíh$«¦=?ÝNí)P"hø~DÝNí)P


 $ ÝNí)P T çH1æz“î[ßsç

¤ *-1D,/.F0e%#ND1*-n103D(_6?>03541%UYV03@`q•#&@U036"ƒ.Æ#q+,/.10$;90‰;9"ƒ.10$%0$;3\¬ÜjO:#,M,/.10e@R0C6Ou681D
L
*-%d6<*:76@BEQ768@R,/;M#qf` h îUßÆ>N;$\`7îUßÆq•#@ ¹l `7î[ß l j\ãZ0$@9*->0,9.10d,!(v#AO:0C68D1*:1<
,903@9%';u*:e,9.10,/@94F1"C68,9*:#&0$@9@9#@+q•#@u0C6"ƒ.‰;9"ƒ.10$%08\
Chapter 4
THE SEMI-DISCRETE
APPROACH
One strategy for obtaining nite-di erence approximations to a PDE is to start by
di erencing the space derivatives only, without approximating the time derivative.
In the following chapters, we proceed with an analysis making considerable use of
this concept, which we refer to as the semi-discrete approach. Di erencing the space
derivatives converts the basic PDE into a set of coupled ODE's. In the most general
notation, these ODE's would be expressed in the form
d~u = F~ (~u; t) (4.1)
dt
which includes all manner of nonlinear and time-dependent possibilities. On occasion,
we use this form, but the rest of this chapter is devoted to a more specialized matrix
notation described below.
Another strategy for constructing a nite-di erence approximation to a PDE is
to approximate all the partial derivatives at once. This generally leads to a point
di erence operator (see Section 3.3.1) which, in turn, can be used for the time advance
of the solution at any given point in the mesh. As an example let us consider the
model equation for di usion
@u =  @ u 2

@t @x 2

Using three-point central-di erencing schemes for both the time and space derivatives,
we nd 2 n n +un 3
ujn ; ujn;
( +1) ( 1)
u
4 j ;
( )
2 u j
( ) ( )
j; 5
2h =  +1

x 2
1

or
ujn = ujn; + 
( +1) ( 1) 2h hu n ; 2u n + u n i
( ) ( ) ( )
(4.2)
x j 2 +1 j j; 1

51
52 CHAPTER 4. THE SEMI-DISCRETE APPROACH
Clearly Eq. 4.2 is a di erence equation which can be used at the space point j to
advance the value of u from the previous time levels n and n ; 1 to the level n + 1.
It is a full discretization of the PDE. Note, however, that the spatial and temporal
discretizations are separable. Thus, this method has an intermediate semi-discrete
form and can be analyzed by the methods discussed in the next few chapters.
Another possibility is to replace the value of ujn in the right hand side of Eq. 4.2
( )

with the time average of u at that point, namely (ujn + ujn; )=2. This results in
( +1) ( 1)

the formula
2 0 1 3
un + ujn; A n 5
= ujn; + 2h 4ujn ; 2 @ j
( +1) ( 1)

ujn
( +1) ( 1) ( )
+ uj ; ( )
(4.3)
x 2 +1
2 1

which can be solved for u n and time advanced at the point j . In this case, the
( +1)

spatial and temporal discretizations are not separable, and no semi-discrete form
exists.
Equation 4.2 is sometimes called Richardson's method of overlapping steps and
Eq. 4.3 is referred to as the DuFort-Frankel method. As we shall see later on, there
are subtle points to be made about using these methods to nd a numerical solution
to the di usion equation. There are a number of issues concerning the accuracy,
stability, and convergence of Eqs. 4.2 and 4.3 which we cannot comment on until we
develop a framework for such investigations. We introduce these methods here only to
distinguish between methods in which the temporal and spatial terms are discretized
separately and those for which no such separation is possible. For the time being, we
shall separate the space di erence approximations from the time di erencing. In this
approach, we reduce the governing PDE's to ODE's by discretizing the spatial terms
and use the well-developed theory of ODE solutions to aid us in the development of
an analysis of accuracy and stability.

4.1 Reduction of PDE's to ODE's


4.1.1 The Model ODE's
First let us consider the model PDE's for di usion and biconvection described in
Chapter 2. In these simple cases, we can approximate the space derivatives with
di erence operators and express the resulting ODE's with a matrix formulation. This
is a simple and natural formulation when the ODE's are linear.
4.1. REDUCTION OF PDE'S TO ODE'S 53
Model ODE for Di usion
For example, using the 3-point central-di erencing scheme to represent the second
derivative in the scalar PDE governing di usion leads to the following ODE di usion
model
d~u =  B (1; ;2; 1)~u + (bc
~) (4.4)
dt x 2

~ ) vector.
with Dirichlet boundary conditions folded into the (bc

Model ODE for Biconvection


The term biconvection was introduced in Section 2.3. It is used for the scalar con-
vection model when the boundary conditions are periodic. In this case, the 3-point
central-di erencing approximation produces the ODE model given by
d~u = ; a B (;1; 0; 1)~u (4.5)
dt 2x p
where the boundary condition vector is absent because the ow is periodic.
Eqs. 4.4 and 4.5 are the model ODE's for di usion and biconvection of a scalar in
one dimension. They are linear with coecient matrices which are independent of x
and t.

4.1.2 The Generic Matrix Form


The generic matrix form of a semi-discrete approximation is expressed by the equation
d~u = A~u ; ~f (t) (4.6)
dt
Note that the elements in the matrix A depend upon both the PDE and the type of
di erencing scheme chosen for the space terms. The vector ~f (t) is usually determined
by the boundary conditions and possibly source terms. In general, even the Euler
and Navier-Stokes equations can be expressed in the form of Eq. 4.6. In such cases
the equations are nonlinear, that is, the elements of A depend on the solution ~u and
are usually derived by nding the Jacobian of a ux vector. Although the equations
are nonlinear, the linear analysis presented in this book leads to diagnostics that are
surprisingly accurate when used to evaluate many aspects of numerical methods as
they apply to the Euler and Navier-Stokes equations.
54 CHAPTER 4. THE SEMI-DISCRETE APPROACH
4.2 Exact Solutions of Linear ODE's
In order to advance Eq. 4.1 in time, the system of ODE's must be integrated using a
time-marching method. In order to analyze time-marching methods, we will make use
of exact solutions of coupled systems of ODE's, which exist under certain conditions.
The ODE's represented by Eq. 4.1 are said to be linear if F is linearly dependent on
u (i.e., if @F=@u = A where A is independent of u). As we have already pointed out,
when the ODE's are linear they can be expressed in a matrix notation as Eq. 4.6 in
which the coecient matrix, A, is independent of u. If A does depend explicitly on
t, the general solution cannot be written; whereas, if A does not depend explicitly on
t, the general solution to Eq. 4.6 can be written. This holds regardless of whether or
not the forcing function, f~, depends explicitly on t.
As we shall soon see, the exact solution of Eq. 4.6 can be written in terms of
the eigenvalues and eigenvectors of A. This will lead us to a representative scalar
equation for use in analyzing time-marching methods. These ideas are developed in
the following sections.

4.2.1 Eigensystems of Semi-Discrete Linear Forms


Complete Systems
An M  M matrix is represented by a complete eigensystem if it has a complete set
of linearly independent eigenvectors (see Appendix A) . An eigenvector, ~xm , and its
corresponding eigenvalue, m, have the property that
A~xm = m~xm or
[A ; mI]~xm = 0 (4.7)
The eigenvalues are the roots of the equation
det[A ; I] = 0
We form the right-hand eigenvector matrix of a complete system by lling its columns
with the eigenvectors ~xm: h i
X = ~x ; ~x : : : ; ~xM
1 2

The inverse is the left-hand eigenvector matrix, and together they have the property
that
X ; AX = 
1
(4.8)
where  is a diagonal matrix whose elements are the eigenvalues of A.
4.2. EXACT SOLUTIONS OF LINEAR ODE'S 55
Defective Systems
If an M  M matrix does not have a complete set of linearly independent eigenvectors,
it cannot be transformed to a diagonal matrix of scalars, and it is said to be defective.
It can, however, be transformed to a diagonal set of blocks, some of which may be
scalars (see Appendix A). In general, there exists some S which transforms any
matrix A such that
S ; AS = J
1

where 2J 3
66 J 77
1

66 2
. .. 77
J =6 77
64 Jm 5
...
and 2 1 3
m 1.
66 m . . . 7
7 ..
Jmn = 66
( ) 7
. . . 1 5 ...
7
4
m n
The matrix J is said to be in Jordan canonical form, and an eigenvalue with multi-
plicity n within a Jordan block is said to be a defective eigenvalue. Defective systems
play a role in numerical stability analysis.

4.2.2 Single ODE's of First- and Second-Order


First-Order Equations
The simplest nonhomogeneous ODE of interest is given by the single, rst-order
equation
du = u + aet (4.9)
dt
where , a, and  are scalars, all of which can be complex numbers. The equation
is linear because  does not depend on u, and has a general solution because  does
not depend on t. It has a steady-state solution if the right-hand side is independent
of t, i.e., if  = 0, and is homogeneous if the forcing function is zero, i.e., if a = 0.
Although it is quite simple, the numerical analysis of Eq. 4.9 displays many of the
fundamental properties and issues involved in the construction and study of most
popular time-marching methods. This theme will be developed as we proceed.
56 CHAPTER 4. THE SEMI-DISCRETE APPROACH
The exact solution of Eq. 4.9 is, for  6= ,
ae t
u(t) = c ; 1 et +
where c is a constant determined by the initial conditions. In terms of the initial
1
value of u, it can be written
t ; et
u(t) = u(0)et + a e  ; 
The interesting question can arise: What happens to the solution of Eq. 4.9 when
 = ? This is easily found by setting  =  + , solving, and then taking the limit
as  ! 0. Using this limiting device, we nd that the solution to
du = u + aet (4.10)
dt
is given by
u(t) = [u(0) + at]et
As we shall soon see, this solution is required for the analysis of defective systems.

Second-Order Equations
The homogeneous form of a second-order equation is given by
d u + a du + a u = 0
2
(4.11)
dt dt 2 1 0

where a and a are complex constants. Now we introduce the di erential operator
1 0
D such that
D  dtd
and factor u(t) out of Eq. 4.11, giving
(D + a D + a ) u(t) = 0
2
1 0

The polynomial in D is referred to as a characteristic polynomial and designated


P (D). Characteristic polynomials are fundamental to the analysis of both ODE's and
OE's, since the roots of these polynomials determine the solutions of the equations.
For ODE's, we often label these roots in order of increasing modulus as  ,  ,   , m ,
1 2
4.2. EXACT SOLUTIONS OF LINEAR ODE'S 57
  , M . They are found by solving the equation P () = 0. In our simple example,
there would be two roots,  and  , determined from
1 2

P () =  + a  + a = 0 2
1 (4.12)
0

and the solution to Eq. 4.11 is given by


u(t) = c e1 t + c e2 t 1 (4.13)
2

where c and c are constants determined from initial conditions. The proof of this
1 2
is simple and is found by substituting Eq. 4.13 into Eq. 4.11. One nds the result
c e1 t ( + a  + a ) + c e2 t ( + a  + a )
1
2
1 1 1 0 2
2
2 1 2 0

which is identically zero for all c , c , and t if and only if the 's satisfy Eq. 4.12.
1 2

4.2.3 Coupled First-Order ODE's


A Complete System
A set of coupled, rst-order, homogeneous equations is given by
u0 = a u + a u
1 11 1 12 2

u0 = a u + a u
2 21 1(4.14) 22 2

which can be written " #


0
~u = A~u ; ~u = [u ; u ]T ; A = (aij ) = a a 11 12
1 2
a a 21 22

Consider the possibility that a solution is represented by


u = c x e1 t + c x e2 t
1 1 11 2 12

u = c x e1 t + c x e2 t
2 1 21 (4.15) 2 22

By substitution, these are indeed solutions to Eq. 4.14 if and only if


" #" # " # " #" # " #
a a
11 12 x = x
11
; 11 a a x =  x (4.16) 11 12 12 12
a a
21 22 x 21 x 1
21 a a x x 21 22 22
2
22

Notice that a higher-order equation can be reduced to a coupled set of rst-order


equations by introducing a new set of dependent variables. Thus, by setting
u = u0 ; u = u ;
1 2

we nd Eq. 4.11 can be written


u0 = ;a u ; a u
1 1 1 0 2

u0 = 2u (4.17)
1

which is a subset of Eq. 4.14.


58 CHAPTER 4. THE SEMI-DISCRETE APPROACH
A Derogatory System
Eq. 4.15 is still a solution to Eq. 4.14 if  =  = , provided two linearly independent
1 2
vectors exist to satisfy Eq. 4.16 with A = . In this case
 01 1  0 0 0
0  0 = 0 and 0  1 = 1
provide such a solution. This is the case where A has a complete set of eigenvectors
and is not defective.

A Defective System
If A is defective, then it can be represented by the Jordan canonical form
" # " #" #
u0 =  0 u
1 1
(4.18)
u02 1  u 2

whose solution is not obvious. However, in this case, one can solve the top equation
rst, giving u (t) = u (0)et . Then, substituting this result into the second equation,
1 1
one nds
du = u + u (0)et
2

dt 2 1

which is identical in form to Eq. 4.10 and has the solution


u (t) = [u (0) + u (0)t]et
2 2 1

From this the reader should be able to verify that


 
u (t) = a + bt + ct et
3
2

is a solution to 2 03 2 32 3
64 u0 75 = 64 1  75 64 uu 75
u 1  1

2
2
u03 1  u 3

if
a = u (0) ; b = u (0) ; c = 21 u (0)
3 2 1 (4.19)
The general solution to such defective systems is left as an exercise.
4.2. EXACT SOLUTIONS OF LINEAR ODE'S 59
4.2.4 General Solution of Coupled ODE's with Complete Eigen-
systems
Let us consider a set of coupled, nonhomogeneous, linear, rst-order ODE's with
constant coecients which might have been derived by space di erencing a set of
PDE's. Represent them by the equation
d~u = A~u ; ~f (t) (4.20)
dt
Our assumption is that the M  M matrix A has a complete eigensystem and can 1

be transformed by the left and right eigenvector matrices, X ; and X , to a diagonal


1

matrix  having diagonal elements which are the eigenvalues of A, see Section 4.2.1.
Now let us multiply Eq. 4.20 from the left by X ; and insert the identity combination
1

XX ; = I between A and ~u. There results


1

~
X ; ddtu = X ; AX  X ; ~u ; X ; ~f (t)
1 1 1 1
(4.21)
Since A is independent of both ~u and t, the elements in X ; and X are also indepen-
1

dent of both ~u and t, and Eq. 4.21 can be modi ed to


d X ; ~u = X ; ~u ; X ; ~f (t)
1 1 1

dt
Finally, by introducing the new variables w~ and ~g such that
w~ = X ; ~u ; ~g(t) = X ; ~f (t)
1 1
(4.22)
we reduce Eq. 4.20 to a new algebraic form
dw~ = w~ ; ~g(t) (4.23)
dt
It is important at this point to review the results of the previous paragraph. Notice
that Eqs. 4.20 and 4.23 are expressing exactly the same equality. The only di erence
between them was brought about by algebraic manipulations which regrouped the
variables. However, this regrouping is crucial for the solution process because Eqs.
1In the following, we exclude defective systems, not because they cannot be analyzed (the example
at the conclusion of the previous section proves otherwise), but because they are only of limited
interest in the general development of our theory.
60 CHAPTER 4. THE SEMI-DISCRETE APPROACH
4.23 are no longer coupled. They can be written line by line as a set of independent,
single, rst-order equations, thus
w0 =  w ; g (t)
1 1 1 1
...
wm0 = mwm ; gm (t)
...
wM0 = M wM ; gM (t) (4.24)
For any given set of gm (t) each of these equations can be solved separately and then
recoupled, using the inverse of the relations given in Eqs. 4.22:
~u(t) = X w~ (t)
X
M
= wm(t)~xm (4.25)
m=1
where ~xm is the m'th column of X , i.e., the eigenvector corresponding to m .
We next focus on the very important subset of Eq. 4.20 when neither A nor ~f has
any explicit dependence on t. In such a case, the gm in Eqs. 4.23 and 4.24 are also
time invariant and the solution to any line in Eq. 4.24 is
wm (t) = cm em t + 1 gm
m
where the cm are constants that depend on the initial conditions. Transforming back
to the u-system gives
~u(t) = X w~ (t)
X
M
= wm(t)~xm
m=1
XM XM 1
= cm em t ~xm +
 gm~xm
m =1 m m =1

XM
= cm em t ~xm + X ; X ; ~f 1 1

m=1
XM
= cm em t ~xm + A; ~f 1

m=1
| {z } | {z } (4.26)
Transient Steady-state
4.3. REAL SPACE AND EIGENSPACE 61
Note that the steady-state solution is A; ~f , as might be expected.
1

The rst group of terms on the right side of this equation is referred to classically
as the complementary solution or the solution of the homogeneous equations. The
second group is referred to classically as the particular solution or the particular
integral. In our application to uid dynamics, it is more instructive to refer to these
groups as the transient and steady-state solutions, respectively. An alternative, but
entirely equivalent, form of the solution is
~u(t) = c e1 t ~x +    + cmem t ~xm +    + cM eM t ~xM + A; ~f
1 1
1
(4.27)

4.3 Real Space and Eigenspace


4.3.1 De nition
Following the semi-discrete approach discussed in Section 4.1, we reduce the partial
di erential equations to a set of ordinary di erential equations represented by the
generic form
d~u = A~u ; ~f (4.28)
dt
The dependent variable ~u represents some physical quantity or quantities which relate
to the problem of interest. For the model problems on which we are focusing most
of our attention, the elements of A are independent of both u and t. This permits
us to say a great deal about such problems and serves as the basis for this section.
In particular, we can develop some very important and fundamental concepts that
underly the global properties of the numerical solutions to the model problems. How
these relate to the numerical solutions of more practical problems depends upon the
problem and, to a much greater extent, on the cleverness of the relator.
We begin by developing the concept of \spaces". That is, we identify di erent
mathematical reference frames (spaces) and view our solutions from within each.
In this way, we get di erent perspectives of the same solution, and this can add
signi cantly to our understanding.
The most natural reference frame is the physical one. We say
If a solution is expressed in terms of ~u, it is said
to be in real space.
There is, however, another very useful frame. We saw in Sections 4.2.1 and 4.2 that
pre- and post-multiplication of A by the appropriate similarity matrices transforms A
into a diagonal matrix, composed, in the most general case, of Jordan blocks or, in the
62 CHAPTER 4. THE SEMI-DISCRETE APPROACH
simplest nondefective case, of scalars. Following Section 4.2 and, for simplicity, using
only complete systems for our examples, we found that Eq. 4.28 had the alternative
form
dw~ = w~ ; ~g
dt
which is an uncoupled set of rst-order ODE's that can be solved independently for
the dependent variable vector w~ . We say
If a solution is expressed in terms of w~ , it is said to
be in eigenspace (often referred to as wave space).
The relations that transfer from one space to the other are:

w~ = X ; ~u 1 ~u = X w~
~g = X ; ~f1 ~f = X~g

The elements of ~u relate directly to the local physics of the problem. However, the
elements of w~ are linear combinations of all of the elements of ~u, and individually
they have no direct local physical interpretation.
When the forcing function ~f is independent of t, the solutions in the two spaces
are represented by
~u(t) = X cm em t ~xm + X ; X ; ~f1 1

and
wm(t) = cm em t + 1 gm ; m = 1; 2;    ; M
m
for real space and eigenspace, respectively. At this point we make two observations:
1. the transient portion of the solution in real space consists of a linear combination
of contributions from each eigenvector, and
2. the transient portion of the solution in eigenspace provides the weighting of
each eigenvector component of the transient solution in real space.

4.3.2 Eigenvalue Spectrums for Model ODE's


It is instructive to consider the eigenvalue spectrums of the ODE's formulated by
central di erencing the model equations for di usion and biconvection. These model
ODE's are presented in Section 4.1. Equations for the eigenvalues of the simple
4.3. REAL SPACE AND EIGENSPACE 63
tridiagonals, B (M : a; b; c) and Bp(M : a; b; c), are given in Appendix B. From Section
B.1, we nd for the model di usion equation with Dirichlet boundary conditions
   m 
m =
x
;2 + 2 cos M + 1
!
2

= ; 4  sin
2 m ; m = 1; 2;    ; M (4.29)
x
2
2(M + 1)
and, from Section B.4, for the model biconvection equation
; ia  2m 
m = x sin M m = 0; 1;    ; M ; 1

= ;im a m = 0; 1;    ; M ; 1 (4.30)
where
m x
m = sin  m = 0; 1;    ; M ; 1 (4.31)
x
is the modi ed wavenumber from Section 3.5, m = m, and x = 2=M . Notice
that the di usion eigenvalues are real and negative while those representing periodic
convection are all pure imaginary. The interpretation of this result plays a very
important role later in our stability analysis.

4.3.3 Eigenvectors of the Model Equations


Next we consider the eigenvectors of the two model equations. These follow as special
cases from the results given in Appendix B.
The Di usion Model
Consider Eq. 4.4, the model ODE's for di usion. First, to help visualize the matrix
structure, we present results for a simple 4-point mesh and then we give the general
case. The right-hand eigenvector matrix X is given by
2 sin (x ) sin (2x ) sin (3x ) sin (4x ) 3
66 sin (x ) sin (2x ) sin (3x ) sin (4x ) 77
1 1 1 1

64 sin (x ) sin (2x ) sin (3x ) sin (4x ) 75


2 2 2 2

3 3 3 3
sin (x ) sin (2x ) sin (3x ) sin (4x )
4 4 4 4

The columns of the matrix are proportional to the eigenvectors. Recall that xj =
j x = j=(M + 1), so in general the relation ~u = X w~ can be written as
X
M
uj = wm sin mxj ; j = 1; 2;    ; M (4.32)
m=1
64 CHAPTER 4. THE SEMI-DISCRETE APPROACH
For the inverse, or left-hand eigenvector matrix X ; , we nd 1

2 sin (x ) sin (x ) sin (x ) sin (x ) 3


66 sin (2x )
1 2
sin (2x )
3
sin (2x ) sin (2x ) 777
4

64 sin (3x )1 2
sin (3x )
3
sin (3x )
4
sin (3x ) 5
1 2 3 4
sin (4x )1 sin (4x )
2 sin (4x )
3 sin (4x )
4

The rows of the matrix are proportional to the eigenvectors. In general w~ = X ; ~u 1

gives
X
M
wm = uj sin mxj ; m = 1; 2;    ; M (4.33)
j =1

In the eld of harmonic analysis, Eq. 4.33 represents a sine transform of the func-
tion u(x) for an M -point sample between the boundaries x = 0 and x =  with the
condition u(0) = u() = 0. Similarly, Eq. 4.32 represents the sine synthesis that
companions the sine transform given by Eq. 4.33. In summary,

For the model di usion equation:


w~ = X ; ~u is a sine transform from real space to (sine) wave
1

space.
~u = X w~ is a sine synthesis from wave space back to real
space.

The Biconvection Model


Next consider the model ODE's for periodic convection, Eq. 4.5. The coecient
matrices for these ODE's are always circulant. For our model ODE, the right-hand
eigenvectors are given by
~xm = ei j (2m=M ) ; j = 0; 1;    ; M ; 1
m = 0; 1;    ; M ; 1
With xj = j  x = j  2=M , we can write ~u = X w~ as
MX
;1
uj = wmeimxj ; j = 0; 1;    ; M ; 1 (4.34)
m=0
4.3. REAL SPACE AND EIGENSPACE 65
For a 4-point periodic mesh, we nd the following left-hand eigenvector matrix
from Appendix B.4:
2w 3 21 1 1 1 32u 3
66 w 1
77 1 66 1 e; i= e; i= e; i=
2 4 4 4 6 4 77 66 u 1
77
64 w 2
75 = 4 64 1 e; i= e; i= e; i=
4 4 8 4 12 4 75 64 u2
75 = X ; ~u
1

3 3
w 4 1 e; i= e; i= e; i=
6 4 12 4 18 4
u4

In general
1 MX ; 1

wm = M uj e;imxj ; m = 0; 1;    ; M ; 1
j =0

This equation is identical to a discrete Fourier transform of the periodic dependent


variable ~u using an M -point sample between and including x = 0 and x = 2 ; x.
For circulant matrices, it is straightforward to establish the fact that the relation
~u = X w~ represents the Fourier synthesis of the variable w~ back to ~u. In summary,

For any circulant system:


w~ = X ; ~u is a complex Fourier transform from real space to
1

wave space.
~u = X w~ is a complex Fourier synthesis from wave space
back to real space.

4.3.4 Solutions of the Model ODE's


We can now combine the results of the previous sections to write the solutions of our
model ODE's.
The Di usion Equation
For the di usion equation, Eq. 4.27 becomes
X
M
uj (t) = cmem t sin mxj + (A; f )j ; 1
j = 1; 2;    ; M (4.35)
m=1
where
!
m = ;
x
4 sin m
2(M + 1)
2
2
(4.36)
66 CHAPTER 4. THE SEMI-DISCRETE APPROACH
With the modi ed wavenumber de ned as
2  m x 

m = x sin 2 (4.37)
and using m = m, we can write the ODE solution as
X
M
uj (t) = cme;m 2t sin m xj + (A; f )j ;
1
j = 1; 2;    ; M (4.38)
m=1
This can be compared with the exact solution to the PDE, Eq. 2.37, evaluated at the
nodes of the grid:
X
M
uj (t) = cm e;m2 t sin m xj + h(xj ); j = 1; 2;    ; M (4.39)
m=1
We see that the solutions are identical except for the steady solution and the
modi ed wavenumber in the transient term. The modi ed wavenumber is an approx-
imation to the actual wavenumber. The di erence between the modi ed wavenumber
and the actual wavenumber depends on the di erencing scheme and the grid resolu-
tion. This di erence causes the various modes (or eigenvector components) to decay
at rates which di er from the exact solution. With conventional di erencing schemes,
low wavenumber modes are accurately represented, while high wavenumber modes (if
they have signi cant amplitudes) can have large errors.

The Convection Equation


For the biconvection equation, we obtain
MX
;1
uj (t) = cmem t eimxj ; j = 0; 1;    ; M ; 1 (4.40)
m=0
where
m = ;im a (4.41)
with the modi ed wavenumber de ned in Eq. 4.31. We can write this ODE solution
as
MX
;1
uj (t) = cme;im at eimxj ; j = 0; 1;    ; M ; 1 (4.42)
m=0
4.4. THE REPRESENTATIVE EQUATION 67
and compare it to the exact solution of the PDE, Eq. 2.26, evaluated at the nodes of
the grid:
MX; 1

uj (t) = fm (0)e;imat eim xj ; j = 0; 1;    ; M ; 1 (4.43)


m=0
Once again the di erence appears through the modi ed wavenumber contained in
m. As discussed in Section 3.5, this leads to an error in the speed with which various
modes are convected, since  is real. Since the error in the phase speed depends on
the wavenumber, while the actual phase speed is independent of the wavenumber,
the result is erroneous numerical dispersion. In the case of non-centered di erencing,
discussed in Chapter 11, the modi ed wavenumber is complex. The form of Eq. 4.42
shows that the imaginary portion of the modi ed wavenumber produces nonphysical
decay or growth in the numerical solution.

4.4 The Representative Equation


In Section 4.3, we pointed out that Eqs. 4.20 and 4.23 express identical results but in
terms of di erent groupings of the dependent variables, which are related by algebraic
manipulation. This leads to the following important concept:
The numerical solution to a set of linear ODE's (in which A is
not a function of t) is entirely equivalent to the solution obtained
if the equations are transformed to eigenspace, solved there in
their uncoupled form, and then returned as a coupled set to real
space.
The importance of this concept resides in its message that we can analyze time-
marching methods by applying them to a single, uncoupled equation and our con-
clusions will apply in general. This is helpful both in analyzing the accuracy of
time-marching methods and in studying their stability, topics which are covered in
Chapters 6 and 7.
Our next objective is to nd a \typical" single ODE to analyze. We found the
uncoupled solution to a set of ODE's in Section 4.2. A typical member of the family
is
dwm =  w ; g (t) (4.44)
m m m
dt
The goal in our analysis is to study typical behavior of general situations, not partic-
ular problems. For such a purpose Eq. 4.44 is not quite satisfactory. The role of m is
clear; it stands for some representative eigenvalue in the original A matrix. However,
68 CHAPTER 4. THE SEMI-DISCRETE APPROACH
the question is: What should we use for gm(t) when the time dependence cannot be
ignored? To answer this question, we note that, in principle, one can express any one
of the forcing terms gm(t) as a nite Fourier series. For example
X
;g(t) = ak eikt
k
for which Eq. 4.44 has the exact solution:
X ak eikt
w(t) = cet +
k ik ; 
From this we can extract the k'th term and replace ik with . This leads to
The Representative ODE
dw = w + aet (4.45)
dt
which can be used to evaluate all manner of time-marching methods. In such evalua-
tions the parameters  and  must be allowed to take the worst possible combination
of values that might occur in the ODE eigensystem. The exact solution of the repre-
sentative ODE is (for  6= ):
w(t) = cet + ae; 
t
(4.46)

4.5 Problems
1. Consider the nite-di erence operator derived in question 1 of Chapter 3. Using
this operator to approximate the spatial derivative in the linear convection equa-
tion, write the semi-discrete form obtained with periodic boundary conditions
on a 5-point grid (M = 5).
2. Consider the application of the operator given in Eq. 3.52 to the 1-D di usion
equation with Dirichlet boundary conditions. Write the resulting semi-discrete
ODE form. Find the entries in the boundary-condition vector.
3. Write the semi-discrete form resulting from the application of second-order cen-
tered di erences to the following equation on the domain 0  x  1 with
boundary conditions u(0) = 0, u(1) = 1:
@u = @ u ; 6x
2

@t @x 2
4.5. PROBLEMS 69
4. Consider a grid with 10 interior points spanning the domain 0  x  . For
initial conditions u(x; 0) = sin(mx) and boundary conditions u(0; t) = u(; t) =
0, plot the exact solution of the di usion equation with  = 1 at t = 1 with
m = 1 and m = 3. (Plot the solution at the grid nodes only.) Calculate the
corresponding modi ed wavenumbers for the second-order centered operator
from Eq. 4.37. Calculate and plot the corresponding ODE solutions.
5. Consider the matrix
A = ;Bp(10; ;1; 0; 1)=(2x)
corresponding to the ODE form of the biconvection equation resulting from the
application of second-order central di erencing on a 10-point grid. Note that
the domain is 0  x  2 and x = 2=10. The grid nodes are given by
xj = j x; j = 0; 1; : : : 9. The eigenvalues of the above matrix A, as well as the
matrices X and X ; , can be found from Appendix B.4. Using these, compute
1

and plot the ODE solution at t = 2 for the initial condition u(x; 0) = sin x.
Compare with the exact solution of the PDE. Calculate the numerical phase
speed from the modi ed wavenumber corresponding to this initial condition
and show that it is consistent with the ODE solution. Repeat for the initial
condition u(x; 0) = sin 2x.
70 CHAPTER 4. THE SEMI-DISCRETE APPROACH
Chapter 5

FINITE-VOLUME METHODS

In Chapter 3, we saw how to derive nite-di erence approximations to arbitrary


derivatives. In Chapter 4, we saw that the application of a nite-di erence approxi-
mation to the spatial derivatives in our model PDE's produces a coupled set of ODE's.
In this Chapter, we will show how similar semi-discrete forms can be derived using
nite-volume approximations in space. Finite-volume methods have become popu-
lar in CFD as a result, primarily, of two advantages. First, they ensure that the
discretization is conservative, i.e., mass, momentum, and energy are conserved in a
discrete sense. While this property can usually be obtained using a nite-di erence
formulation, it is obtained naturally from a nite-volume formulation. Second, nite-
volume methods do not require a coordinate transformation in order to be applied on
irregular meshes. As a result, they can be applied on unstructured meshes consisting
of arbitrary polyhedra in three dimensions or arbitrary polygons in two dimensions.
This increased exibility can be used to great advantage in generating grids about
arbitrary geometries.
Finite-volume methods are applied to the integral form of the governing equations,
either in the form of Eq. 2.1 or Eq. 2.2. Consistent with our emphasis on semi-discrete
methods, we will study the latter form, which is

d Z QdV + I n:FdS = Z PdV (5.1)


dt V (t) S (t) V (t)

We will begin by presenting the basic concepts which apply to nite-volume strategies.
Next we will give our model equations in the form of Eq. 5.1. This will be followed
by several examples which hopefully make these concepts clear.
71
72 CHAPTER 5. FINITE-VOLUME METHODS
5.1 Basic Concepts
The basic idea of a nite-volume method is to satisfy the integral form of the con-
servation law to some degree of approximation for each of many contiguous control
volumes which cover the domain of interest. Thus the volume V in Eq. 5.1 is that of a
control volume whose shape is dependent on the nature of the grid. In our examples,
we will consider only control volumes which do not vary with time. Examining Eq.
5.1, we see that several approximations must be made. The ux is required at the
boundary of the control volume, which is a closed surface in three dimensions and a
closed contour in two dimensions. This ux must then be integrated to nd the net
ux through the boundary. Similarly, the source term P must be integrated over the
control volume. Next a time-marching method1 can be applied to nd the value of
Z
V
QdV (5.2)
at the next time step.
Let us consider these approximations in more detail. First, we note that the
average value of Q in a cell with volume V is
1 Z

Q  V QdV (5.3)
V
and Eq. 5.1 can be written as
I Z
V dtd Q + S n:FdS = V PdV (5.4)
for a control volume which does not vary with time. Thus after applying a time-
marching method, we have updated values of the cell-averaged quantities Q . In order
to evaluate the uxes, which are a function of Q, at the control-volume boundary, Q
can be represented within the cell by some piecewise approximation which produces
the correct value of Q . This is a form of interpolation often referred to as recon-
struction. As we shall see in our examples, each cell will have a di erent piecewise
approximation to Q. When these are used to calculate F(Q), they will generally
produce di erent approximations to the ux at the boundary between two control
volumes, that is, the ux will be discontinuous. A nondissipative scheme analogous
to centered di erencing is obtained by taking the average of these two uxes. Another
approach known as ux-di erence splitting is described in Chapter 11.
The basic elements of a nite-volume method are thus the following:
1 Time-marching methods will be discussed in the next chapter.
5.2. MODEL EQUATIONS IN INTEGRAL FORM 73
1. Given the value of Q for each control volume, construct an approximation to
Q(x; y; z) in each control volume. Using this approximation, nd Q at the
control-volume boundary. Evaluate F(Q) at the boundary. Since there is a
distinct approximation to Q(x; y; z) in each control volume, two distinct values
of the ux will generally be obtained at any point on the boundary between two
control volumes.
2. Apply some strategy for resolving the discontinuity in the ux at the control-
volume boundary to produce a single value of F(Q) at any point on the bound-
ary. This issue is discussed in Section 11.4.2.
3. Integrate the ux to nd the net ux through the control-volume boundary
using some sort of quadrature.
4. Advance the solution in time to obtain new values of Q .
The order of accuracy of the method is dependent on each of the approximations.
These ideas should be clari ed by the examples in the remainder of this chapter.
In order to include di usive uxes, the following relation between rQ and Q is
sometimes used: Z I
V
rQdV = nQdSS
(5.5)
or, in two dimensions, Z I
A
rQdA = C nQdl (5.6)
where the unit vector n points outward from the surface or contour.

5.2 Model Equations in Integral Form


5.2.1 The Linear Convection Equation
A two-dimensional form of the linear convection equation can be written as
@u + a cos  @u + a sin  @u = 0 (5.7)
@t @x @y
This PDE governs a simple plane wave convecting the scalar quantity, u(x; y; t) with
speed a along a straight line making an angle  with respect to the x-axis. The
one-dimensional form is recovered with  = 0.
74 CHAPTER 5. FINITE-VOLUME METHODS
For unit speed a, the two-dimensional linear convection equation is obtained from
the general divergence form, Eq. 2.3, with
Q = u (5.8)
F = iu cos  + ju sin  (5.9)
P = 0 (5.10)
Since Q is a scalar, F is simply a vector. Substituting these expressions into a two-
dimensional form of Eq. 2.2 gives the following integral form
d Z udA + I n:(iu cos  + ju sin )ds = 0 (5.11)
dt A C
where A is the area of the cell which is bounded by the closed contour C .

5.2.2 The Di usion Equation


The integral form of the two-dimensional di usion equation with no source term and
unit di usion coecient  is obtained from the general divergence form, Eq. 2.3, with
Q = u (5.12)
F = ;ru !
(5.13)
@u @u
= ; i @x + j @y (5.14)
P = 0 (5.15)
Using these, we nd !
d Z udA = I n: i @u + j @u ds (5.16)
dt A C @x @y
to be the integral form of the two-dimensional di usion equation.

5.3 One-Dimensional Examples


We restrict our attention to a scalar dependent variable u and a scalar ux f , as in
the model equations. We consider an equispaced grid with spacing x. The nodes of
the grid are located at xj = j x as usual. Control volume j extends from xj ; x=2
to xj + x=2, as shown in Fig. 5.1. We will use the following notation:
xj;1=2 = xj ; x=2; xj+1=2 = xj + x=2 (5.17)
5.3. ONE-DIMENSIONAL EXAMPLES 75
j-1/2 j+1/2

∆ x

j-2 j-1 j j+1 j+2


L R L R

Figure 5.1: Control volume in one dimension.


uj1=2 = u(xj1=2); fj1=2 = f (uj1=2) (5.18)
With these de nitions, the cell-average value becomes
1 Z xj +1=2
uj (t)  x x u(x; t)dx (5.19)
j ;1=2

and the integral form becomes


d (xu ) + f Z xj +1=2
dt j j +1=2 ; fj ;1=2 =
xj;1=2
Pdx (5.20)
Now with  = x ; xj , we can expand u(x) in Eq. 5.19 in a Taylor series about xj
(with t xed) to get
2 ! 3
1 Z x=2 @u  2 @2u ! 3 @3u !
uj  x ;x=2 4uj +  @x + 2 @x2 + 6 @x3 + : : :5 d
j j j
2 2 ! 4 4 !
= uj + 24x @@xu2 + 1920 x @ u + O(x6 )
@x4 j (5.21)
j
or
uj = uj + O(x2) (5.22)
where uj is the value at the center of the cell. Hence the cell-average value and the
value at the center of the cell di er by a term of second order.

5.3.1 A Second-Order Approximation to the Convection Equa-


tion
In one dimension, the integral form of the linear convection equation, Eq. 5.11, be-
comes
x ddtuj + fj+1=2 ; fj;1=2 = 0 (5.23)
76 CHAPTER 5. FINITE-VOLUME METHODS
with f = u. We choose a piecewise constant approximation to u(x) in each cell such
that
u(x) = uj xj;1=2  x  xj+1=2 (5.24)
Evaluating this at j + 1=2 gives
fjL+1=2 = f (uLj+1=2) = uLj+1=2 = uj (5.25)
where the L indicates that this approximation to fj+1=2 is obtained from the approx-
imation to u(x) in the cell to the left of xj+1=2 , as shown in Fig. 5.1. The cell to the
right of xj +1=2, which is cell j + 1, gives
fjR+1=2 = uj+1 (5.26)
Similarly, cell j is the cell to the right of xj;1=2 , giving
fjR;1=2 = uj (5.27)
and cell j ; 1 is the cell to the left of xj;1=2, giving
fjL;1=2 = uj;1 (5.28)
We have now accomplished the rst step from the list in Section 5.1; we have de ned
the uxes at the cell boundaries in terms of the cell-average data. In this example,
the discontinuity in the ux at the cell boundary is resolved by taking the average of
the uxes on either side of the boundary. Thus
f^j+1=2 = 21 (fjL+1=2 + fjR+1=2) = 12 (uj + uj+1) (5.29)
and
f^j;1=2 = 21 (fjL;1=2 + fjR;1=2) = 12 (uj;1 + uj ) (5.30)
where f^ denotes a numerical ux which is an approximation to the exact ux.
Substituting Eqs. 5.29 and 5.30 into the integral form, Eq. 5.23, we obtain
x ddtuj + 21 (uj + uj+1) ; 12 (uj;1 + uj ) = x ddtuj + 12 (uj+1 ; uj;1) = 0 (5.31)
With periodic boundary conditions, this point operator produces the following semi-
discrete form:
d~u = ; 1 B (;1; 0; 1)~u (5.32)
dt 2x p
5.3. ONE-DIMENSIONAL EXAMPLES 77
This is identical to the expression obtained using second-order centered di erences,
except it is written in terms of the cell average ~u, rather than the nodal values, ~u.
Hence our analysis and understanding of the eigensystem of the matrix Bp(;1; 0; 1)
is relevant to nite-volume methods as well as nite-di erence methods. Since the
eigenvalues of Bp(;1; 0; 1) are pure imaginary, we can conclude that the use of the
average of the uxes on either side of the cell boundary, as in Eqs. 5.29 and 5.30, can
lead to a nondissipative nite-volume method.

5.3.2 A Fourth-Order Approximation to the Convection Equa-


tion
Let us replace the piecewise constant approximation in Section 5.3.1 with a piecewise
quadratic approximation as follows
u( ) = a 2 + b + c (5.33)
where  is again equal to x ; xj . The three parameters a, b, and c are chosen to
satisfy the following constraints:
1 Z ;x=2 u( )d = u
j ;1
x ;3x=2
1 Z x=2 u( )d = u (5.34)
j
x ;x=2
1 Z 3x=2 u( )d = u
j +1
x x=2
These constraints lead to
a = uj+1 ;2
2uj + uj;1
x2
; uj;1
b = uj+12 (5.35)
x
c = ;uj;1 + 26
24
uj ; uj+1
With these values of a, b, and c, the piecewise quadratic approximation produces
the following values at the cell boundaries:
uLj+1=2 = 16 (2uj+1 + 5uj ; uj;1) (5.36)
78 CHAPTER 5. FINITE-VOLUME METHODS
uRj;1=2 = 16 (;uj+1 + 5uj + 2uj;1) (5.37)

uRj+1=2 = 16 (;uj+2 + 5uj+1 + 2uj ) (5.38)

uLj;1=2 = 61 (2uj + 5uj;1 ; uj;2) (5.39)


using the notation de ned in Section 5.3.1. Recalling that f = u, we again use the
average of the uxes on either side of the boundary to obtain
f^j+1=2 = 12 [f (uLj+1=2) + f (uRj+1=2)]
= 12 1 (;u + 7u + 7u ; u ) (5.40)
j +2 j +1 j j ;1

and
f^j;1=2 = 21 [f (uLj;1=2) + f (uRj;1=2)]
= 1 (;uj+1 + 7uj + 7uj;1 ; uj;2) (5.41)
12
Substituting these expressions into the integral form, Eq. 5.23, gives
x ddtuj + 121 (;u + 8u ; 8u + u ) = 0
j +2 j +1 j ;1 j ;2 (5.42)
This is a fourth-order approximation to the integral form of the equation, as can be
veri ed using Taylor series expansions (see question 1 at the end of this chapter).
With periodic boundary conditions, the following semi-discrete form is obtained:
d~u = ; 1 B (1; ;8; 0; 8; ;1)~u (5.43)
dt 12x p
This is a system of ODE's governing the evolution of the cell-average data.

5.3.3 A Second-Order Approximation to the Di usion Equa-


tion
In this section, we describe two approaches to deriving a nite-volume approximation
to the di usion equation. The rst approach is simpler to extend to multidimensions,
while the second approach is more suited to extension to higher order accuracy.
5.3. ONE-DIMENSIONAL EXAMPLES 79
In one dimension, the integral form of the di usion equation, Eq. 5.16, becomes
x duj + f ;f =0
j +1=2 j ;1=2 (5.44)
dt
with f = ;ru = ;@u=@x. Also, Eq. 5.6 becomes
Zb @u dx = u(b) ; u(a)
@x (5.45)
a
We can thus write the following expression for the average value of the gradient of u
over the interval xj  x  xj+1:
1 Z xj+1 @u dx = 1 (u ; u ) (5.46)
x xj @x x j+1 j
From Eq. 5.22, we know that the value of a continuous function at the center of a given
interval is equal to the average value of the function over the interval to second-order
accuracy. Hence, to second-order, we can write
!
f^j+1=2 = ; @x@u = ; 1 (uj+1 ; uj ) (5.47)
j +1=2 x
Similarly,
f^j;1=2 = ; 1x (uj ; uj;1) (5.48)
Substituting these into the integral form, Eq. 5.44, we obtain
x duj = 1 (uj;1 ; 2uj + uj+1) (5.49)
dt x
or, with Dirichlet boundary conditions,
d~u = 1 B (1; ;2; 1)~u + b~c (5.50)
dt x2
This provides a semi-discrete nite-volume approximation to the di usion equation,
and we see that the properties of the matrix B (1; ;2; 1) are relevant to the study of
nite-volume methods as well as nite-di erence methods.
For our second approach, we use a piecewise quadratic approximation as in Section
5.3.2. From Eq. 5.33 we have
@u = @u = 2a + b (5.51)
@x @
80 CHAPTER 5. FINITE-VOLUME METHODS
with a and b given in Eq. 5.35. With f = ;@u=@x, this gives
fjR+1=2 = fjL+1=2 = ; 1x (uj+1 ; uj ) (5.52)

fjR;1=2 = fjL;1=2 = ; 1x (uj ; uj;1) (5.53)


Notice that there is no discontinuity in the ux at the cell boundary. This produces
duj = 1 (u ; 2u + u ) (5.54)
dt x2 j;1 j j +1
which is identical to Eq. 5.49. The resulting semi-discrete form with periodic bound-
ary conditions is
d~u = 1 B (1; ;2; 1)~u (5.55)
dt x2 p
which is written entirely in terms of cell-average data.

5.4 A Two-Dimensional Example


The above one-dimensional examples of nite-volume approximations obscure some
of the practical aspects of such methods. Thus our nal example is a nite-volume
approximation to the two-dimensional linear convection equation on a grid consisting
of regular triangles, as shown in Figure 5.2. As in Section 5.3.1, we use a piecewise
constant approximation in each control volume and the ux at the control volume
boundary is the average of the uxes obtained on either side of the boundary. The
nodal data are stored at the vertices of the triangles formed by the grid. The control
volumes are regular hexagons with area A,  is the length of the sides of the triangles,
and ` is the length of the sides of the hexagons. The following relations hold between
`, , and A.
` = p1 
p3
A = 3 2 3 `2
` = 2 (5.56)
A 3
The two-dimensional form of the conservation law is
d Z QdA + I n:Fdl = 0 (5.57)
dt A C
5.4. A TWO-DIMENSIONAL EXAMPLE 81
c b

p 1

d l a
4 ∆

0
5

e f

Figure 5.2: Triangular grid.

where we have ignored the source term. The contour in the line integral is composed
of the sides of the hexagon. Since these sides are all straight, the unit normals can
be taken outside the integral and the ux balance is given by
d Z Q dA + X 5 Z
dt A n  Fdl = 0
 =0 

where  indexes a side of the hexagon, as shown in Figure 5.2. A list of the normals
for the mesh orientation shown is given in Table 5.1.

Side;  Outward Normal; n


p
0 (i ; 3 j)=2
1 pi
2 (i + p3 j)=2
3 (;i + 3 j)=2
4 ;pi
5 (;i ; 3 j)=2

Table 5.1. Outward normals, see Fig. 5.2.


i and j are unit normals along x and y, respectively.
82 CHAPTER 5. FINITE-VOLUME METHODS
For Eq. 5.11, the two-dimensional linear convection equation, we have for side 
Z Z `=2
n  Fdl = n  (i cos  + j sin ) u ( )d (5.58)
 ;`=2
where  is a length measured from the middle of a side  . Making the change of
variable z = =`, one has the expression
Z `=2 Z 1=2
;`=2
u( )d = ` ;1=2 u(z)dz (5.59)
Then, in terms of u and the hexagon area A, we have
5 " Z #
d Z u dA + X n  (i cos  + j sin ) `
1=2
u(z)dz = 0 (5.60)
dt A  =0 ;1=2 
The values of n  (i cos  + j sin ) are given by the expressions in Table 5.2. There
are no numerical approximations in Eq. 5.60. That is, if the integrals in the equation
are evaluated exactly, the integrated time rate of change of the integral of u over the
area of the hexagon is known exactly.
Side;  n  (i cos  + j sin )
p
0 (cos  ; 3 sin )=2
1 p
cos
2 (cos  + p3 sin )=2
3 (; cos  + 3 sin )=2
4 ; cos
p
5 (; cos  ; 3 sin )=2

Table 5.2. Weights of ux integrals, see Eq. 5.60.


Introducing the cell average,
Z
A
u dA = Aup (5.61)
and the piecewise-constant approximation u = up over the entire hexagon, the ap-
proximation to the ux integral becomes trivial. Taking the average of the ux on
either side of each edge of the hexagon gives for edge 1:
Z u u Z 1=2
u(z)dz =  p +  a dz = up + ua (5.62)
1 2 ;1=2 2
5.5. PROBLEMS 83
Similarly, we have for the other ve edges:
Z
u (z)dz = up +2 ub (5.63)
2
Z
u(z)dz = up +2 uc (5.64)
3
Z
u (z)dz = up +2 ud (5.65)
4
Z
u(z)dz = up +2 ue (5.66)
5
Z
u(z)dz = up +2 uf (5.67)
0
Substituting these into Eq. 5.60, along with the expressions in Table 5.2, we obtain
p
A ddtup + 2` [(2 cos )(ua ; ud) + (cos  + 3 sin )(ub ; ue)
p
+(; cos  + 3 sin )(uc ; uf )] = 0 (5.68)
or
dup + 1 [(2 cos )(u ; u ) + (cos  + p3 sin )(u ; u )
dt 3 a d b e
p
+(; cos  + 3 sin )(uc ; uf )] = 0 (5.69)
The reader can verify, using Taylor series expansions, that this is a second-order
approximation to the integral form of the two-dimensional linear convection equation.

5.5 Problems
1. Use Taylor series to verify that Eq. 5.42 is a fourth-order approximation to Eq.
5.23.
2. Find the semi-discrete ODE form governing the cell-average data resulting from
the use of a linear approximation in developing a nite-volume method for the
linear convection equation. Use the following linear approximation:
u( ) = a + b
84 CHAPTER 5. FINITE-VOLUME METHODS
where b = uj and
; uj;1
a = uj+12 x
and use the average ux at the cell interface.
3. Using the rst approach given in Section 5.3.3, derive a nite-volume approx-
imation to the spatial terms in the two-dimensional di usion equation on a
square grid.
4. Repeat question 3 for a grid consisting of equilateral triangles.
Chapter 6
TIME-MARCHING METHODS
FOR ODE'S
After discretizing the spatial derivatives in the governing PDE's (such as the Navier-
Stokes equations), we obtain a coupled system of nonlinear ODE's in the form
d~u = F~ (~u; t) (6.1)
dt
These can be integrated in time using a time-marching method to obtain a time-
accurate solution to an unsteady ow problem. For a steady ow problem, spatial
discretization leads to a coupled system of nonlinear algebraic equations in the form
F~ (~u) = 0 (6.2)
As a result of the nonlinearity of these equations, some sort of iterative method is
required to obtain a solution. For example, one can consider the use of Newton's
method, which is widely used for nonlinear algebraic equations (See Section 6.10.3.).
This produces an iterative method in which a coupled system of linear algebraic
equations must be solved at each iteration. These can be solved iteratively using
relaxation methods, which will be discussed in Chapter 9, or directly using Gaussian
elimination or some variation thereof.
Alternatively, one can consider a time-dependent path to the steady state and use
a time-marching method to integrate the unsteady form of the equations until the
solution is suciently close to the steady solution. The subject of the present chapter,
time-marching methods for ODE's, is thus relevant to both steady and unsteady ow
problems. When using a time-marching method to compute steady ows, the goal is
simply to remove the transient portion of the solution as quickly as possible; time-
accuracy is not required. This motivates the study of stability and sti ness, topics
which are covered in the next two chapters.
85
86 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
Application of a spatial discretization to a PDE produces a coupled system of
ODE's. Application of a time-marching method to an ODE produces an ordinary
di erence equation (OE ). In earlier chapters, we developed exact solutions to our
model PDE's and ODE's. In this chapter we will present some basic theory of linear
OE's which closely parallels that for linear ODE's, and, using this theory, we will
develop exact solutions for the model OE's arising from the application of time-
marching methods to the model ODE's.

6.1 Notation
Using the semi-discrete approach, we reduce our PDE to a set of coupled ODE's
represented in general by Eq. 4.1. However, for the purpose of this chapter, we need
only consider the scalar case
du = u0 = F (u; t) (6.3)
dt
Although we use u to represent the dependent variable, rather than w, the reader
should recall the arguments made in Chapter 4 to justify the study of a scalar ODE.
Our rst task is to nd numerical approximations that can be used to carry out the
time integration of Eq. 6.3 to some given accuracy, where accuracy can be measured
either in a local or a global sense. We then face a further task concerning the numerical
stability of the resulting methods, but we postpone such considerations to the next
chapter.
In Chapter 2, we introduced the convention that the n subscript, or the (n) su-
perscript, always points to a discrete time value, and h represents the time interval
t. Combining this notation with Eq. 6.3 gives
u0n = Fn = F (un; tn) ; tn = nh
Often we need a more sophisticated notation for intermediate time steps involving
temporary calculations denoted by u~, u, etc. For these we use the notation
u~0n+ = F~n+ = F (~un+ ; tn + h)
The choice of u0 or F to express the derivative in a scheme is arbitrary. They are
both commonly used in the literature on ODE's.
The methods we study are to be applied to linear or nonlinear ODE's, but the
methods themselves are formed by linear combinations of the dependent variable and
its derivative at various time intervals. They are represented conceptually by
 
un+1 = f 1 u0n+1; 0u0n; ;1u0n;1;    ; 0un; ;1un;1;    (6.4)
6.2. CONVERTING TIME-MARCHING METHODS TO OE'S 87
With an appropriate choice of the 0s and 0s, these methods can be constructed
to give a local Taylor series accuracy of any order. The methods are said to be
explicit if 1 = 0 and implicit otherwise. An explicit method is one in which the new
predicted solution is only a function of known data, for example, u0n, u0n;1, un; and
un;1 for a method using two previous time levels, and therefore the time advance is
simple. For an implicit method, the new predicted solution is also a function of the
time derivative at the new time level, that is, u0n+1. As we shall see, for systems of
ODE's and nonlinear problems, implicit methods require more complicated strategies
to solve for un+1 than explicit methods.

6.2 Converting Time-Marching Methods to OE's


Examples of some very common forms of methods used for time-marching general
ODE's are:
un+1 = un + hu0n (6.5)

un+1 = un + hu0n+1 (6.6)


and
u~n+1 = un + hu0n
un+1 = 21 [un + u~n+1 + hu~0n+1] (6.7)
According to the conditions presented under Eq. 6.4, the rst and third of these are
examples of explicit methods. We refer to them as the explicit Euler method and the
MacCormack predictor-corrector method,1 respectively. The second is implicit and
referred to as the implicit (or backward) Euler method.
These methods are simple recipes for the time advance of a function in terms of its
value and the value of its derivative, at given time intervals. The material presented
in Chapter 4 develops a basis for evaluating such methods by introducing the concept
of the representative equation
du = u0 = u + aet (6.8)
dt
written here in terms of the dependent variable, u. The value of this equation arises
from the fact that, by applying a time-marching method, we can analytically convert
1 Here we give only MacCormack's time-marching method. The method commonly referred to as
MacCormack's method, which is a fully-discrete method, will be presented in Section 11.3
88 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
such a linear ODE into a linear OE . The latter are subject to a whole body of
analysis that is similar in many respects to, and just as powerful as, the theory of
ODE's. We next consider examples of this conversion process and then go into the
general theory on solving OE's.
Apply the simple explicit Euler scheme, Eq. 6.5, to Eq. 6.8. There results
un+1 = un + h(un + aehn)
or
un+1 ; (1 + h)un = haehn (6.9)
Eq. 6.9 is a linear OE , with constant coecients, expressed in terms of the depen-
dent variable un and the independent variable n. As another example, applying the
implicit Euler method, Eq. 6.6, to Eq. 6.8, we nd
 
un+1 = un + h un+1 + aeh(n+1)
or
(1 ; h)un+1 ; un = heh  aehn (6.10)
As a nal example, the predictor-corrector sequence, Eq. 6.7, gives
u~n+1 ; (1 + h)un = ahehn
; 21 (1 + h)~un+1 + un+1 ; 12 un = 12 aheh(n+1) (6.11)
which is a coupled set of linear OE's with constant coecients. Note that the rst
line in Eq. 6.11 is identical to Eq. 6.9, since the predictor step in Eq. 6.7 is simply
the explicit Euler method. The second line in Eq. 6.11 is obtained by noting that
u~0n+1 = F (~un+1; tn + h)
= u~n+1 + aeh(n+1) (6.12)
Now we need to develop techniques for analyzing these di erence equations so that
we can compare the merits of the time-marching methods that generated them.

6.3 Solution of Linear OE's With Constant Co-


ecients
The techniques for solving linear di erence equations with constant coecients is as
well developed as that for ODE's and the theory follows a remarkably parallel path.
This is demonstrated by repeating some of the developments in Section 4.2, but for
di erence rather than di erential equations.
6.3. SOLUTION OF LINEAR OE'S WITH CONSTANT COEFFICIENTS 89
6.3.1 First- and Second-Order Di erence Equations
First-Order Equations
The simplest nonhomogeneous OE of interest is given by the single rst-order equa-
tion
un+1 = un + abn (6.13)
where , a, and b are, in general, complex parameters. The independent variable is
now n rather than t, and since the equations are linear and have constant coecients,
 is not a function of either n or u. The exact solution of Eq. 6.13 is
n
un = c1n + bab; 
where c1 is a constant determined by the initial conditions. In terms of the initial
value of u it can be written
n ; n
un = u0n + a b b ; 
Just as in the development of Eq. 4.10, one can readily show that the solution of the
defective case, (b = ),
un+1 = un + an
is h i
un = u0 + an;1 n
This can all be easily veri ed by substitution.
Second-Order Equations
The homogeneous form of a second-order di erence equation is given by
un+2 + a1 un+1 + a0un = 0 (6.14)
Instead of the di erential operator D  dtd used for ODE's, we use for OE's the
di erence operator E (commonly referred to as the displacement or shift operator)
and de ned formally by the relations
un+1 = Eun ; un+k = E k un
Further notice that the displacement operator also applies to exponents, thus
b  bn = bn+ = E  bn
90 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
where can be any fraction or irrational number.
The roles of D and E are the same insofar as once they have been introduced to
the basic equations the value of u(t) or un can be factored out. Thus Eq. 6.14 can
now be re-expressed in an operational notion as
(E 2 + a1E + a0)un = 0 (6.15)
which must be zero for all un. Eq. 6.15 is known as the operational form of Eq. 6.14.
The operational form contains a characteristic polynomial P (E ) which plays the same
role for di erence equations that P (D) played for di erential equations; that is, its
roots determine the solution to the OE. In the analysis of OE's, we label these
roots 1 , 2 ,   , etc, and refer to them as the -roots. They are found by solving the
equation P () = 0. In the simple example given above, there are just two  roots
and in terms of them the solution can be written
un = c1(1 )n + c2(2 )n (6.16)
where c1 and c2 depend upon the initial conditions. The fact that Eq. 6.16 is a
solution to Eq. 6.14 for all c1 ; c2 and n should be veri ed by substitution.

6.3.2 Special Cases of Coupled First-Order Equations


A Complete System
Coupled, rst-order, linear homogeneous di erence equations have the form
u(1n+1) = c11u(1n) + c12 u(2n)
u(2n+1) = c21u(1n) + c22 u(2n) (6.17)
which can also be written
 
~un+1 = C~un ; ~un = hu(1n); u(2n)iT ; C = c11 c12
c21 c22
The operational form of Eq. 6.17 can be written
 (c ; E ) c12   u1 (n) = [ C ; E I ]~u = 0
11
c21 (c22 ; E ) u2 n

which must be zero for all u1 and u2. Again we are led to a characteristic polynomial,
this time having the form P (E ) = det [ C ; E I ]. The -roots are found from
 (c ; ) c 
P () = det 11 12
c21 (c22 ; ) = 0
6.4. SOLUTION OF THE REPRESENTATIVE OE'S 91
Obviously the k are the eigenvalues of C and, following the logic of Section 4.2,
~
if x are its eigenvectors, the solution of Eq. 6.17 is
~un = X ck (k )n~xk
2
k=1
where ck are constants determined by the initial conditions.
A Defective System
The solution of OE's with defective eigensystems follows closely the logic in Section
4.2.2 for defective ODE's. For example, one can show that the solution to
2 3 2 32 3
64 u^n+1 75 = 64 1  75 64 uu^nn 75
un+1 
un+1 1  un
is
un = uh0n i
u^n = u^0 + u0n;1 n
" #
;1 n( n
un = u0 + u^0n + u0 2  n; 1) ; 2 (6.18)

6.4 Solution of the Representative OE's


6.4.1 The Operational Form and its Solution
Examples of the nonhomogeneous, linear, rst-order ordinary di erence equations,
produced by applying a time-marching method to the representative equation, are
given by Eqs. 6.9 to 6.11. Using the displacement operator, E , these equations can
be written
[E ; (1 + h)]un = h  aehn (6.19)

[(1 ; h)E ; 1]un = h  E  aehn (6.20)

" E ;(1 + h) # " u~ # = h  " 1


#
; 21 (1 + h)E E ; 21 u n 1 E  aehn (6.21)
2
92 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
All three of these equations are subsets of the operational form of the representative
OE
P (E )un = Q(E )  aehn (6.22)
which is produced by applying time-marching methods to the representative ODE, Eq.
4.45. We can express in terms of Eq. 6.22 all manner of standard time-marching meth-
ods having multiple time steps and various types of intermediate predictor-corrector
families. The terms P (E ) and Q(E ) are polynomials in E referred to as the charac-
teristic polynomial and the particular polynomial, respectively.
The general solution of Eq. 6.22 can be expressed as
XK h
un = ck (k )n + aehn  Q(eh) (6.23)
k=1 P (e )
where k are the K roots of the characteristic polynomial, P () = 0. When determi-
nants are involved in the construction of P (E ) and Q(E ), as would be the case for
Eq. 6.21, the ratio Q(E )=P (E ) can be found by Kramer's rule. Keep in mind that
for methods such as in Eq. 6.21 there are multiple (two in this case) solutions, one
for un and u~n and we are usually only interested in the nal solution un. Notice also,
the important subset of this solution which occurs when  = 0, representing a time
invariant particular solution, or a steady state. In such a case
X
un = ck (k )n + a  PQ(1)
K (1)
k=1

6.4.2 Examples of Solutions to Time-Marching OE's


As examples of the use of Eqs. 6.22 and 6.23, we derive the solutions of Eqs. 6.19 to
6.21. For the explicit Euler method, Eq. 6.19, we have
P (E ) = E ; 1 ; h
Q(E ) = h (6.24)
and the solution of its representative OE follows immediately from Eq. 6.23:
un = c1(1 + h)n + aehn  h
eh ; 1 ; h
For the implicit Euler method, Eq. 6.20, we have
P (E ) = (1 ; h)E ; 1
Q(E ) = hE (6.25)
6.5. THE  ;  RELATION 93
so  1 n
un = c1 1 ; h + aehn  heh
(1 ; h)eh ; 1
In the case of the coupled predictor-corrector equations, Eq. 6.21, one solves for the
nal family un (one can also nd a solution for the intermediate family u~), and there
results
" #  
E ; (1 + h )
P (E ) = det ; 1 (1 + h)E E ; 1 = E E ; 1 ; h ; 12 2h2
2 2
 E h  1
Q(E ) = det ; 1 (1 + h)E 1 hE = 2 hE (E + 1 + h)
2 2
The -root is found from
 1 
2 2
P () =   ; 1 ; h ; 2  h = 0
which has only one nontrivial root ( = 0 is simply a shift in the reference index).
The complete solution can therefore be written
  n
1 heh + 1 + h
un = c1 1 + h + 21 2h2 + aehn  2 (6.26)
eh ; 1 ; h ; 12 2h2

6.5 The  ;  Relation


6.5.1 Establishing the Relation
We have now been introduced to two basic kinds of roots, the -roots and the -roots.
The former are the eigenvalues of the A matrix in the ODE's found by space di er-
encing the original PDE, and the latter are the roots of the characteristic polynomial
in a representative OE found by applying a time-marching method to the repre-
sentative ODE. There is a fundamental relation between the two which can be used
to identify many of the essential properties of a time-march method. This relation is
rst demonstrated by developing it for the explicit Euler method.
First we make use of the semi-discrete approach to nd a system of ODE's and
then express its solution in the form of Eq. 4.27. Remembering that t = nh, one can
write
 n  n  n
u(t) = c1 e1 h ~x1 +    + cm em h ~xm +    + cM eM h ~xM + P:S: (6.27)
94 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
where for the present we are not interested in the form of the particular solution
(P:S:). Now the explicit Euler method produces for each -root, one -root, which
is given by  = 1 + h. So if we use the Euler method for the time advance of the
ODE's, the solution2 of the resulting OE is

un = c1(1 )n ~x1 +    + cm (m )n ~xm +    + cM (M )n ~xM + P:S: (6.28)

where the cm and the ~xm in the two equations are identical and m = (1 + m h).
Comparing Eq. 6.27 and Eq. 6.28, we see a correspondence between m and em h.
Since the value of eh can be expressed in terms of the series

eh = 1 + h + 21 2h2 + 16 3h3 +    + n1! nhn +   

the truncated expansion  = 1 + h is a reasonable3 approximation for small enough


h.
Suppose, instead of the Euler method, we use the leapfrog method for the time
advance, which is de ned by
un+1 = un;1 + 2hu0n (6.29)

Applying Eq. 6.8 to Eq. 6.29, we have the characteristic polynomial P (E ) = E 2 ;


2hE ; 1, so that for every  the  must satisfy the relation

m2 ; 2m hm ; 1 = 0 (6.30)

Now we notice that each  produces two -roots. For one of these we nd
q
m = mh + 1 + 2mh2 (6.31)
= 1 + mh + 21 2m h2 ; 18 4mh4 +    (6.32)

3 3
q is 2an2 approximation to e m with an error O( h ). The other root, mh ;
This  h
1 + mh , will be discussed in Section 6.5.3.
2 Based on Section 4.4.
3 The error is O(2 h2 ).
6.5. THE  ;  RELATION 95
6.5.2 The Principal -Root
Based on the above we make the following observation:
Application of the same time-marching method to all of the equations in
a coupled system linear ODE's in the form of Eq. 4.6, always produces
one -root for every -root that satis es the relation
 k+1 (6.33)
1 2 2 1
 = 1 + h + 2  h +    + k!  h + O h
k k

where k is the order of the time-marching method.


We refer to the root that has the above property as the principal -root, and designate
it (m )1 . The above property can be stated regardless of  kthe  details of the time-
marching method, knowing only that its leading +1
error is O h . Thus the principal

root is an approximation to eh up to O hk .
Note that a second-order approximation to a derivative written in the form
(t u)n = 1 (un+1 ; un;1) (6.34)
2h
has a leading truncation error which is O(h2), while the second-order time-marching
method which results from this approximation, which is the leapfrog method:
un+1 = un;1 + 2hu0n (6.35)
has a leading truncation error O(h3). This arises simply because of our notation
for the time-marching method in which we have multiplied through by h to get an
approximation for the function un+1 rather than the derivative as in Eq. 6.34. The
following example makes this clear. Consider a solution obtained at a given time T
using a second-order time-marching method with a time step h. Now consider the
solution obtained using the same method with a time step h=2. Since the error per
time step is O(h3), this is reduced by a factor of eight (considering the leading term
only). However, twice as many time steps are required to reach the time T . Therefore
the error at the end of the simulation is reduced by a factor of four, consistent with
a second-order approximation.

6.5.3 Spurious -Roots


We saw from Eq. 6.30 that the  ;  relation for the leapfrog method produces two
-roots for each . One of these we identi ed as the principal root which always
96 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
has the property given in 6.33. The other is referred to as a spurious -root and
designated (m )2 . In general, the  ;  relation produced by a time-marching scheme
can result in multiple -roots all of which, except for the principal one, are spurious.
All spurious roots are designated (m )k where k = 2; 3;   . No matter whether a
-root is principal or spurious, it is always some algebraic function of the product h.
To express this fact we use the notation  = (h).
If a time-marching method produces spurious -roots, the solution for the OE in
the form shown in Eq. 6.28 must be modi ed. Following again the message of Section
4.4, we have
un = c11 (1 )n1 ~x1 +    + cm1(m )n1 ~xm +    + cM 1 (M )n1 ~xM + P:S:
+c12 (1)n2 ~x1 +    + cm2 (m )n2 ~xm +    + cM 2 (M )n2 ~xM
+c13 (1)n3 ~x1 +    + cm3 (m )n3 ~xm +    + cM 3 (M )n3 ~xM
+etc., if there are more spurious roots (6.36)
Spurious roots arise if a method uses data from time level n ; 1 or earlier to
advance the solution from time level n to n + 1. Such roots originate entirely from
the numerical approximation of the time-marching method and have nothing to do
with the ODE being solved. However, generation of spurious roots does not, in itself,
make a method inferior. In fact, many very accurate methods in practical use for
integrating some forms of ODE's have spurious roots.
It should be mentioned that methods with spurious roots are not self starting.
For example, if there is one spurious root to a method, all of the coecients (cm )2
in Eq. 6.36 must be initialized by some starting procedure. The initial vector ~u0
does not provide enough data to initialize all of the coecients. This results because
methods which produce spurious roots require data from time level n ; 1 or earlier.
For example, the leapfrog method requires ~un;1 and thus cannot be started using
only ~un.
Presumably (i.e., if one starts the method properly) the spurious coecients are
all initialized with very small magnitudes, and presumably the magnitudes of the
spurious roots themselves are all less than one (see Chapter 7). Then the presence of
spurious roots does not contaminate the answer. That is, after some nite time the
amplitude of the error associated with the spurious roots is even smaller then when
it was initialized. Thus while spurious roots must be considered in stability analysis,
they play virtually no role in accuracy analysis.

6.5.4 One-Root Time-Marching Methods


There are a number of time-marching methods that produce only one -root for each
-root. We refer to them as one-root methods. They are also called one-step methods.
6.6. ACCURACY MEASURES OF TIME-MARCHING METHODS 97
They have the signi cant advantage of being self-starting which carries with it the
very useful property that the time-step interval can be changed at will throughout
the marching process. Three one-root methods were analyzed in Section 6.4.2. A
popular method having this property, the so-called -method, is given by the formula
h i
un+1 = un + h (1 ; )u0n + u0n+1
The -method represents the explicit Euler ( = 0), the trapezoidal ( = 21 ), and the
implicit Euler methods ( = 1), respectively. Its  ;  relation is
 = 1 +1(1; ;h
)h

It is instructive to compare the exact solution to a set of ODE's (with a complete


eigensystem) having time-invariant forcing terms with the exact solution to the OE's
for one-root methods. These are
~u(t) = c1e1 hn ~x1 +    + cm em hn ~xm +    + cM eM hn ~xM + A;1~f
~un = c1(1 )n ~x1 +    + cm(m )n ~xm +    + cM (M )n ~xM + A;1~f (6.37)
respectively. Notice that when t and n = 0, these equations are identical, so that all
the constants, vectors, and matrices are identical except the ~u and the terms inside
the parentheses on the right hand sides. The only error made by introducing the time
marching is the error that  makes in approximating eh.

6.6 Accuracy Measures of Time-Marching Meth-


ods
6.6.1 Local and Global Error Measures
There are two broad categories of errors that can be used to derive and evaluate time-
marching methods. One is the error made in each time step. This is a local error such
as that found from a Taylor table analysis, see Section 3.4. It is usually used as the
basis for establishing the order of a method. The other is the error determined at the
end of a given event which has covered a speci c interval of time composed of many
time steps. This is a global error. It is useful for comparing methods, as we shall see
in Chapter 8.
It is quite common to judge a time-marching method on the basis of results found
from a Taylor table. However, a Taylor series analysis is a very limited tool for nding
the more subtle properties of a numerical time-marching method. For example, it is
of no use in:
98 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
 nding spurious roots.
 evaluating numerical stability and separating the errors in phase and amplitude.
 analyzing the particular solution of predictor-corrector combinations.
 nding the global error.
The latter three of these are of concern to us here, and to study them we make use of
the material developed in the previous sections of this chapter. Our error measures
are based on the di erence between the exact solution to the representative ODE,
given by

u(t) = cet + ae; 


t
(6.38)

and the solution to the representative OE's, including only the contribution from
the principal root, which can be written as
h
un = c1 (1)n + aehn  Q(eh ) (6.39)
P (e )

6.6.2 Local Accuracy of the Transient Solution (er;  j j ; er! )


Transient error
The particular choice of an error measure, either local or global, is to some extent
arbitrary. However, a necessary condition for the choice should be that the measure
can be used consistently for all methods. In the discussion of the - relation we
saw that all time-marching methods produce a principal -root for every -root that
exists in a set of linear ODE's. Therefore, a very natural local error measure for the
transient solution is the value of the di erence between solutions based on these two
roots. We designate this by er and make the following de nition
er  eh ; 1
The leading error term can be found by expanding in a Taylor series and choosing
the rst nonvanishing term. This is similar to the error found from a Taylor table.
The order of the method is the last power of h matched exactly.
6.6. ACCURACY MEASURES OF TIME-MARCHING METHODS 99
Amplitude and Phase Error
Suppose a  eigenvalue is imaginary. Such can indeed be the case when we study the
equations governing periodic convection which produces harmonic motion. For such
cases it is more meaningful to express the error in terms of amplitude and phase.
Let  = i! where ! is a real number representing a frequency. Then the numerical
method must produce a principal -root that is complex and expressible in the form
1 = r + ii  ei!h (6.40)
From this it follows that the local error in amplitude is measured by the deviation of
j1 j from unity, that is
q
era = 1 ; j1 j = 1 ; (1)2r + (1 )2i
and the local error in phase can be de ned as
er!  !h ; tan;1 [(1 )i=(1 )r )] (6.41)
Amplitude and phase errors are important measures of the suitability of time-marching
methods for convection and wave propagation phenomena.
The approach to error analysis described in Section 3.5 can be extended to the
combination of a spatial discretization and a time-marching method applied to the
linear convection equation. The principal root, 1(h), is found using  = ;ia ,
where  is the modi ed wavenumber of the spatial discretization. Introducing the
Courant number, Cn = ah=x, we have h = ;iCn x. Thus one can obtain
values of the principal root over the range 0  x   for a given value of the
Courant number. The above expression for er! can be normalized to give the error
in the phase speed, as follows
;1
erp = er
!h
!
= 1 + tan [(1)i =(1)r )]
Cnx (6.42)
where ! = ;a. A positive value of erp corresponds to phase lag (the numerical phase
speed is too small), while a negative value corresponds to phase lead (the numerical
phase speed is too large).

6.6.3 Local Accuracy of the Particular Solution (er)


The numerical error in the particular solution is found by comparing the particular
solution of the ODE with that for the OE. We have found these to be given by
P:S:(ODE) = aet  ( ;1 )
100 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
and h
P:S:(OE) = aet  Q(eh)
P (e )
respectively. For a measure of the local error in the particular solution we introduce
the de nition
( )
P:S:(OE) ; 1
er  h P:S: (6.43)
(ODE )
The multiplication by h converts the error from a global measure to a local one, so
that the order of er and er are consistent. In order to determine the leading error
term, Eq. 6.43 can be written in terms of the characteristic and particular polynomials
as
n    o
er =  c;o   ( ; )Q eh ; P eh (6.44)

where
co = hlim h( ; )
!0 P eh

The value of co is a method-dependent constant that is often equal to one. If the


forcing function is independent of time,  is equal to zero, and for this case, many
numerical methods generate an er that is also zero.
The algebra involved in nding the order of er can be quite tedious. However,
this order is quite important in determining the true order of a time-marching method
by the process that has been outlined. An illustration of this is given in the section
on Runge-Kutta methods.

6.6.4 Time Accuracy For Nonlinear Applications


In practice, time-marching methods are usually applied to nonlinear ODE's, and it
is necessary that the advertised order of accuracy be valid for the nonlinear cases as
well as for the linear ones. A necessary condition for this to occur is that the local
accuracies of both the transient and the particular solutions be of the same order.
More precisely, a time-marching method is said to be of order k if
er = c1  (h)k1+1 (6.45)
er = c2  (h)k2+1 (6.46)
where k = smallest of(k1; k2) (6.47)
6.6. ACCURACY MEASURES OF TIME-MARCHING METHODS 101
The reader should be aware that this is not sucient. For example, to derive all of
the necessary conditions for the fourth-order Runge-Kutta method presented later
in this chapter the derivation must be performed for a nonlinear ODE. However, the
analysis based on a linear nonhomogeneous ODE produces the appropriate conditions
for the majority of time-marching methods used in CFD.

6.6.5 Global Accuracy


In contrast to the local error measures which have just been discussed, we can also
de ne global error measures. These are useful when we come to the evaluation of
time-marching methods for speci c purposes. This subject is covered in Chapter 8
after our introduction to stability in Chapter 7.
Suppose we wish to compute some time-accurate phenomenon over a xed interval
of time using a constant time step. We refer to such a computation as an \event".
Let T be the xed time of the event and h be the chosen step size. Then the required
number of time steps, is N, given by the relation
T = Nh

Global error in the transient


A natural extension of er to cover the error in an entire event is given by
Er  eT ; (1 (h))N (6.48)

Global error in amplitude and phase


If the event is periodic, we are more concerned with the global error in amplitude and
phase. These are given by
q N
Era = 1 ; (1 )2r + (1)2i (6.49)

and
" !#
Er!  N !h ; tan;1 ((1))i
1r
; 1
= !T ; N tan [(1)i =(1)r ] (6.50)
102 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
Global error in the particular solution
Finally, the global error in the particular solution follows naturally by comparing the
solutions to the ODE and the OE. It can be measured by
 
Q eh
Er  ( ; )  h  ; 1
P e

6.7 Linear Multistep Methods


In the previous sections, we have developed the framework of error analysis for time
advance methods and have randomly introduced a few methods without addressing
motivational, developmental or design issues. In the subsequent sections, we introduce
classes of methods along with their associated error analysis. We shall not spend much
time on development or design of these methods, since most of them have historic
origins from a wide variety of disciplines and applications. The Linear Multistep
Methods (LMM's) are probably the most natural extension to time marching of the
space di erencing schemes introduced in Chapter 3 and can be analyzed for accuracy
or designed using the Taylor table approach of Section 3.4.

6.7.1 The General Formulation


When applied to the nonlinear ODE
du = u0 = F(u; t)
dt
all linear multistep methods can be expressed in the general form
X
1 X
1
k un+k = h k Fn+k (6.51)
k=1;K k=1;K
where the notation for F is de ned in Section 6.1. The methods are said to be linear
because the 's and 's are independent of u and n, and they are said to be K -step
because K time-levels of data are required to marching the solution one time-step, h.
They are explicit if 1 = 0 and implicit otherwise.
When Eq. 6.51 is applied to the representative equation, Eq. 6.8, and the result is
expressed in operational form, one nds
0 1 1 0 1 1
@ X X
k E k Aun = h@ k E k A(un + aehn ) (6.52)
k=1;K k=1;K
6.7. LINEAR MULTISTEP METHODS 103
We recall from Section 6.5.2 that a time-marching method when applied to the repre-
sentative equation must provide a -root, labeled 1, that approximates eh through
the order of the method. The condition referred to as consistency simply means that
 ! 1 as h ! 0, and it is certainly a necessary condition for the accuracy of any
time marching method. We can also agree that, to be of any value in time accuracy,
a method should at least be rst-order accurate, that is  ! (1 + h) as h ! 0. One
can show that these conditions are met by any method represented by Eq. 6.51 if
X X X
k = 0 and k = (K + k ; 1) k
k k k
Since both sides of Eq. 6.51 can be multiplied by an arbitrary constant, these methods
are often \normalized" by requiring
X
k = 1
k
Under this condition co = 1 in Eq. 6.44.

6.7.2 Examples
There are many special explicit and implicit forms of linear multistep methods. Two
well-known families of them, referred to as Adams-Bashforth (explicit) and Adams-
Moulton (implicit), can be designed using the Taylor table approach of Section 3.4.
The Adams-Moulton family is obtained from Eq. 6.51 with
1 = 1; 0 = ;1; k = 0; k = ;1; ;2;    (6.53)
The Adams-Bashforth family has the same 's with the additional constraint that
1 = 0. The three-step Adams-Moulton method can be written in the following form
un+1 = un + h( 1u0n+1 + 0 u0n + ;1 u0n;1 + ;2u0n;2) (6.54)
A Taylor table for Eq. 6.54 can be generated as
un h  u0n h2  u00n h3  u000n h4  u0000
n
un+1 1 1 1 1 1
2 6 24
;un ;1
;h 1 u0n+1 ; 1 ; 1 ; 1 21 ; 1 16
;h 0 u0n ; 0
;h ;1 un;1
0 ; ;1 ;1 ; ;1 21 ;1 61
;h ;2 u0n;2 ;(;2)0 ;2 ;(;2)1 ;2 ;(;2)2 ;2 21 ;(;2)3 ;2 16
Table 6.1. Taylor table for the Adams-Moulton three-step linear multistep method.
104 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
This leads to the linear system
2 1 1 1 1 32 3 2 1 3
66 2 0 ;2 ;4 77 66 10 77 66 1 77
64 3 0 3 12 75 64 75 = 64 1 75 (6.55)
;1
4 0 ;4 ;32 ;2 1
to solve for the 's, resulting in
1 = 9=24; 0 = 19=24; ;1 = ;5=24; ;2 = 1=24 (6.56)
which produces a method which is fourth-order accurate.4 With 1 = 0 one obtains
2 32 3 2 3
1 1 1
64 0 ;2 ;4 75 64 ;1 75 = 64 11 75
0
(6.57)
0 3 12 ;2 1
giving
0 = 23=12; ;1 = ;16=12; ;2 = 5=12 (6.58)
This is the third-order Adams-Bashforth method.
A list of simple methods, some of which are very common in CFD applications,
is given below together with identifying names that are sometimes associated with
them. In the following material AB(n) and AM(n) are used as abbreviations for the
(n)th order Adams-Bashforth and (n)th order Adams-Moulton methods. One can
verify that the Adams type schemes given below satisfy Eqs. 6.55 and 6.57 up to the
order of the method.
Explicit Methods
un+1 = un + hu0n Euler
un+1 0
= un;1 + 2hhun Leapfrog
1 i
un+1 = un + 2 h 3un ; un;1
0 0 AB2
h
h 23u0n ; 16u0n;1 + 5u0n;2 i
un+1 = un + 12 AB3
Implicit Methods
un+1 = un + hu0nh+1 i Implicit Euler
un+1 1
= unh + 2 h u0n + u0n+1 i Trapezoidal (AM2)
un+1 1
= 3 4un ; un;1 + 2hun+1 0
h h 0 i 2nd-order Backward
un+1 = un + 12 5un+1 + 8un ; un;1
0 0 AM3
4 Recall from Section 6.5.2 that a kth-order time-marching method has a leading truncation error
term which is O(hk+1 ).
6.7. LINEAR MULTISTEP METHODS 105
6.7.3 Two-Step Linear Multistep Methods
High resolution CFD problems usually require very large data sets to store the spatial
information from which the time derivative is calculated. This limits the interest
in multistep methods to about two time levels. The most general two-step linear
multistep method (i.e., K=2 in Eq. 6.51), that is at least rst-order accurate, can be
written as
h i
(1 +  )un+1 = [(1 + 2 )un ; un;1] + h u0n+1 + (1 ;  + ')u0n ; 'u0n;1 (6.59)
Clearly the methods are explicit if  = 0 and implicit otherwise. A list of methods
contained in Eq. 6.59 is given in Table 6.2. Notice that the Adams methods have
 = 0, which corresponds to ;1 = 0 in Eq. 6.51. Methods with  = ;1=2, which
corresponds to 0 = 0 in Eq. 6.51, are known as Milne methods.

  ' Method Order


0 0 0 Euler 1
1 0 0 Implicit Euler 1
1=2 0 0 Trapezoidal or AM2 2
1 1=2 0 2nd Order Backward 2
3=4 0 ;1=4 Adams type 2
1=3 ;1=2 ;1=3 Lees Type 2
1=2 ;1=2 ;1=2 Two{step trapezoidal 2
5=9 ;1=6 ;2=9 A{contractive 2
0 ;1=2 0 Leapfrog 2
0 0 1=2 AB2 2
0 ;5=6 ;1=3 Most accurate explicit 3
1=3 ;1=6 0 Third{order implicit 3
5=12 0 1=12 AM3 3
1=6 ;1=2 ;1=6 Milne 4

Table 6.2. Some linear one- and two-step methods, see Eq. 6.59.
One can show after a little algebra that both er and er are reduced to 0(h3)
(i.e., the methods are 2nd-order accurate) if
' =  ;  + 21
The class of all 3rd-order methods is determined by imposing the additional constraint
 = 2 ; 56
Finally a unique fourth-order method is found by setting  = ;' = ;=3 = 61 .
106 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
6.8 Predictor-Corrector Methods
There are a wide variety of predictor-corrector schemes created and used for a variety
of purposes. Their use in solving ODE's is relatively easy to illustrate and understand.
Their use in solving PDE's can be much more subtle and demands concepts5 which
have no counterpart in the analysis of ODE's.
Predictor-corrector methods constructed to time-march linear or nonlinear ODE's
are composed of sequences of linear multistep methods, each of which is referred to
as a family in the solution process. There may be many families in the sequence, and
usually the nal family has a higher Taylor-series order of accuracy than the inter-
mediate ones. Their use is motivated by ease of application and increased eciency,
where measures of eciency are discussed in the next two chapters.
A simple one-predictor, one-corrector example is given by
u~n+ = un + hu 0
h n0 i
un+1 = un + h u~n+ + u0n (6.60)
where the parameters ; and are arbitrary parameters to be determined. One
can analyze this sequence by applying it to the representative equation and using
the operational techniques outlined in Section 6.4. It is easy to show, following the
example leading to Eq. 6.26, that
h i
P (E ) = E  E ; 1 ; ( + )h ; 2h2 (6.61)
Q(E ) = E  h  [ E + + h] (6.62)
Considering only local accuracy, one is led, by following the discussion in Section 6.6,
to the following observations. For the method to be second-order accurate both er
and er must be O(h3). For this to hold for er, it is obvious from Eq. 6.61 that
+ = 1 ; = 21
which provides two equations for three unknowns. The situation for er requires some
algebra, but it is not dicult to show using Eq. 6.44 that the same conditions also
make it O(h3). One concludes, therefore, that the predictor-corrector sequence
u~n+ = un + hu0n   2 ; 1  
1 1
un+1 = un + 2 h u~n+ + u0n
0 (6.63)
is a second-order accurate method for any .
5 Such as alternating direction, fractional-step, and hybrid methods.
6.9. RUNGE-KUTTA METHODS 107
A classical predictor-corrector sequence is formed by following an Adams-Bashforth
predictor of any order with an Adams-Moulton corrector having an order one higher.
The order of the combination is then equal to the order of the corrector. If the order
of the corrector is (k), we refer to these as ABM(k) methods. The Adams-Bashforth-
Moulton sequence for k = 3 is
h i
u~n+1 = un + 21 h 3u0n ; u0n;1
un+1 = un + 12 h h5~u0 + 8u0 ; u0 i (6.64)
n+1 n n;1
Some simple, speci c, second-order accurate methods are given below. The Gazdag
method, which we discuss in Chapter 8, is
h i
u~n+1 = un + 21 h 3~u0n ; u~0n;1
h i
un+1 = un + 12 h u~0n + u~0n+1 (6.65)
The Burstein method, obtained from Eq. 6.63 with = 1=2 is
u~n+1=2 = un + 21 hu0n
un+1 = un + hu~0n+1=2 (6.66)
and, nally, MacCormack's method, presented earlier in this chapter, is
u~n+1 = un + hu0n
un+1 = 21 [un + u~n+1 + hu~0n+1] (6.67)
Note that MacCormack's method can also be written as
u~n+1 = un + hu0n
un+1 = un + 12 h[u0n + u~0n+1] (6.68)
from which it is clear that it is obtained from Eq. 6.63 with = 1.

6.9 Runge-Kutta Methods


There is a special subset of predictor-corrector methods, referred to as Runge-Kutta
methods,6 that produce just one -root for each -root such that (h) corresponds
6 Although implicit and multi-step Runge-Kutta methods exist, we will consider only single-step,
explicit Runge-Kutta methods here.
108 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
to the Taylor series expansion of eh out through the order of the method and then
truncates. Thus for a Runge-Kutta method of order k (up to 4th order), the principal
(and only) -root is given by
 = 1 + h + 21 2h2 +    + k1! k hk (6.69)
It is not particularly dicult to build this property into a method, but, as we pointed
out in Section 6.6.4, it is not sucient to guarantee k'th order accuracy for the solution
of u0 = F (u; t) or for the representative equation. To ensure k'th order accuracy, the
method must further satisfy the constraint that
er = O(hk+1) (6.70)
and this is much more dicult.
The most widely publicized Runge-Kutta process is the one that leads to the
fourth-order method. We present it below in some detail. It is usually introduced in
the form
k1 = hF (un; tn)
k2 = hF (un + k1; tn + h)
k3 = hF (un + 1k1 + 1k2; tn + 1 h)
k4 = hF (un + 2k1 + 2k2 + 2 k3; tn + 2h)
followed by
u(tn + h) ; u(tn) = 1 k1 + 2k2 + 3k3 + 4k4 (6.71)
However, we prefer to present it using predictor-corrector notation. Thus, a scheme
entirely equivalent to 6.71 is
ubn+ = un + hu0n
u~n+ 1 = un + 1 hu0n + 1hub0n+
un+ 2 = un + 2 hu0n + 2hub0n+ + 2hu~0n+ 1
un+1 = un + 1hu0n + 2hub0n+ + 3hu~0n+ 1 + 4hu0n+ 2 (6.72)
Appearing in Eqs. 6.71 and 6.72 are a total of 13 parameters which are to be
determined such that the method is fourth-order according to the requirements in
Eqs. 6.69 and 6.70. First of all, the choices for the time samplings, , 1, and 2 , are
not arbitrary. They must satisfy the relations
=
1 = 1 + 1
2 = 2 + 2 + 2 (6.73)
6.9. RUNGE-KUTTA METHODS 109
The algebra involved in nding algebraic equations for the remaining 10 parameters
is not trivial, but the equations follow directly from nding P (E ) and Q(E ) and then
satisfying the conditions in Eqs. 6.69 and 6.70. Using Eq. 6.73 to eliminate the 's
we nd from Eq. 6.69 the four conditions
1 + 2 + 3 + 4 = 1 (1)
2 + 3 1 + 4 2 = 1=2 (2) (6.74)
3 1 + 4( 2 + 12 ) = 1=6 (3)
4 12 = 1=24 (4)
These four relations guarantee that the ve terms in  exactly match the rst 5 terms
in the expansion of eh . To satisfy the condition that er = O(k5), we have to ful ll
four more conditions
2 2 + 3 12 + 4 22 = 1=3 (3)
2 3 + 3 13 + 4 23 = 1=4 (4) (6.75)
2 2 2
3 1 + 4( 2 + 1 2) = 1=12 (4)
3 1 1 + 4 2( 2 + 1 2 ) = 1=8 (4)
The number in parentheses at the end of each equation indicates the order that
is the basis for the equation. Thus if the rst 3 equations in 6.74 and the rst
equation in 6.75 are all satis ed, the resulting method would be third-order accurate.
As discussed in Section 6.6.4, the fourth condition in Eq. 6.75 cannot be derived
using the methodology presented here, which is based on a linear nonhomogenous
representative ODE. A more general derivation based on a nonlinear ODE can be
found in several books.7
There are eight equations in 6.74 and 6.75 which must be satis ed by the 10
unknowns. Since the equations are overdetermined, two parameters can be set arbi-
trarily. Several choices for the parameters have been proposed, but the most popular
one is due to Runge. It results in the \standard" fourth-order Runge-Kutta method
expressed in predictor-corrector form as
ubn+1=2 = un + 21 hu0n
u~n+1=2 = un + 12 hub0n+1=2
un+1 = un + hu~0n+1=2
h   i
un+1 = un + 16 h u0n + 2 ub0n+1=2 + u~0n+1=2 + u0n+1 (6.76)
7 The present approach based on a linear inhomogeneous equation provides all of the necessary
conditions for Runge-Kutta methods of up to third order.
110 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
Notice that this represents the simple sequence of conventional linear multistep meth-
ods referred to, respectively, as
9
Euler Predictor >
>
Euler Corrector =
Leapfrog Predictor >  RK 4
>
;
Milne Corrector
One can easily show that both the Burstein and the MacCormack methods given by
Eqs. 6.66 and 6.67 are second-order Runge-Kutta methods, and third-order methods
can be derived from Eqs. 6.72 by setting 4 = 0 and satisfying only Eqs. 6.74 and the
rst equation in 6.75. It is clear that for orders one through four, RK methods of order
k require k evaluations of the derivative function to advance the solution one time
step. We shall discuss the consequences of this in Chapter 8. Higher-order Runge-
Kutta methods can be developed, but they require more derivative evaluations than
their order. For example, a fth-order method requires six evaluations to advance
the solution one step. In any event, storage requirements reduce the usefulness of
Runge-Kutta methods of order higher than four for CFD applications.

6.10 Implementation of Implicit Methods


We have presented a wide variety of time-marching methods and shown how to derive
their  ;  relations. In the next chapter, we will see that these methods can have
widely di erent properties with respect to stability. This leads to various trade-
o s which must be considered in selecting a method for a speci c application. Our
presentation of the time-marching methods in the context of a linear scalar equation
obscures some of the issues involved in implementing an implicit method for systems
of equations and nonlinear equations. These are covered in this Section.

6.10.1 Application to Systems of Equations


Consider rst the numerical solution of our representative ODE
u0 = u + aet (6.77)
using the implicit Euler method. Following the steps outlined in Section 6.2, we
obtained
(1 ; h)un+1 ; un = heh  aehn (6.78)
6.10. IMPLEMENTATION OF IMPLICIT METHODS 111
Solving for un+1 gives
un+1 = 1 ;1h (un + heh  aehn ) (6.79)
This calculation does not seem particularly onerous in comparison with the applica-
tion of an explicit method to this ODE, requiring only an additional division.
Now let us apply the implicit Euler method to our generic system of equations
given by
~u0 = A~u ; f~(t) (6.80)
where ~u and f~ are vectors and we still assume that A is not a function of ~u or t. Now
the equivalent to Eq. 6.78 is
(I ; hA)~un+1 ; ~un = ;hf~(t + h) (6.81)
or
~un+1 = (I ; hA);1 [~un ; hf~(t + h)] (6.82)
The inverse is not actually performed, but rather we solve Eq. 6.81 as a linear system
of equations. For our one-dimensional examples, the system of equations which must
be solved is tridiagonal (e.g., for biconvection, A = ;aBp (;1; 0; 1)=2x), and hence
its solution is inexpensive, but in multidimensions the bandwidth can be very large. In
general, the cost per time step of an implicit method is larger than that of an explicit
method. The primary area of application of implicit methods is in the solution of
sti ODE's, as we shall see in Chapter 8.

6.10.2 Application to Nonlinear Equations


Now consider the general nonlinear scalar ODE given by
du = F (u; t) (6.83)
dt
Application of the implicit Euler method gives
un+1 = un + hF (un+1; tn+1) (6.84)
This is a nonlinear di erence equation. As an example, consider the nonlinear ODE
du + 1 u2 = 0 (6.85)
dt 2
112 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
solved using implicit Euler time marching, which gives
un+1 + h 21 u2n+1 = un (6.86)
which requires a nontrivial method to solve for un+1. There are several di erent
approaches one can take to solving this nonlinear di erence equation. An iterative
method, such as Newton's method (see below), can be used. In practice, the \initial
guess" for this nonlinear problem can be quite close to the solution, since the \initial
guess" is simply the solution at the previous time step, which implies that a lineariza-
tion approach may be quite successful. Such an approach is described in the next
Section.

6.10.3 Local Linearization for Scalar Equations


General Development
Let us start the process of local linearization by considering Eq. 6.83. In order to
implement the linearization, we expand F (u; t) about some reference point in time.
Designate the reference value by tn and the corresponding value of the dependent
variable by un. A Taylor series expansion about these reference quantities gives
! !
@F @F
F (u; t) = F (un; tn) + @u (u ; un) + @t (t ; tn)
2F ! 2F !
n n
1 @ @
+ 2 @u2 (u ; un)2 + @u@t (u ; un)(t ; tn)
2 !n n
+ 21 @@tF2 (t ; tn)2 +    (6.87)
n
On the other hand, the expansion of u(t) in terms of the independent variable t is
! 2u !
@u 1 2 @
u(t) = un + (t ; tn) @t + 2 (t ; tn) @t2 +    (6.88)
n n
If t is within h of tn , both (t ; tn)k and (u ; un)k are O(hk ), and Eq. 6.87 can be
written
! !
@F @F
F (u; t) = Fn + @u (u ; un) + @t (t ; tn) + O(h2) (6.89)
n n
6.10. IMPLEMENTATION OF IMPLICIT METHODS 113
Notice that this is an expansion of the derivative of the function. Thus, relative to the
order of expansion of the function, it represents a second-order-accurate, locally-linear
approximation to F (u; t) that is valid in the vicinity of the reference station tn and
the corresponding un = u(tn). With this we obtain the locally (in the neighborhood
of tn) time-linear representation of Eq. 6.83, namely
! ! ! !
du = @F u + F ; @F u + @F (t ; t ) + O(h2) (6.90)
n
dt @u n @u n n @t n n

Implementation of the Trapezoidal Method


As an example of how such an expansion can be used, consider the mechanics of
applying the trapezoidal method for the time integration of Eq. 6.83. The trapezoidal
method is given by

un+1 = un + 21 h[Fn+1 + Fn] + hO(h2) (6.91)


where we write hO(h2) to emphasize that the method is second order accurate. Using
Eq. 6.89 to evaluate Fn+1 = F (un+1; tn+1), one nds
" ! ! #
un+1 = un + 12 h Fn + @F @u n ( u n+1 ; un ) + h
@F + O(h2) + F
@t n n
+hO(h2) (6.92)
Note that the O(h2) term within the brackets (which is due to the local linearization)
is multiplied by h and therefore is the same order as the hO(h2) error from the
Trapezoidal Method. The use of local time linearization updated at the end of each
time step, and the trapezoidal time march, combine to make a second-order-accurate
numerical integration process. There are, of course, other second-order implicit time-
marching methods that can be used. The important point to be made here is that
local linearization updated at each time step has not reduced the order of accuracy of
a second-order time-marching process.
A very useful reordering of the terms in Eq. 6.92 results in the expression
" !# !
1 ; 21 h @F
@u n  un = hFn + h
1 2 @F
2 @t n (6.93)
which is now in the delta form which will be formally introduced in Section 12.6. In
many uid mechanic applications the nonlinear function F is not an explicit function
114 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
of t. In such cases the partial derivative of F (u) with respect to t is zero and Eq. 6.93
simpli es to the second-order accurate expression
" !#
1 ; 21 h @F
@u un = hFn (6.94)
n
Notice that the RHS is extremely simple. It is the product of h and the RHS of
the basic equation evaluated at the previous time step. In this example, the basic
equation was the simple scalar equation 6.83, but for our applications, it is generally
the space-di erenced form of the steady-state equation of some uid ow problem.
A numerical time-marching procedure using Eq. 6.94 is usually implemented as
follows:
1. Solve for the elements of hF~n, store them in an array say R~ , and save ~un.
2. Solve for the elements of the matrix multiplying ~un and store in some appro-
priate manner making use of sparseness or bandedness of the matrix if possible.
Let this storage area be referred to as B .
3. Solve the coupled set of linear equations
B ~un = R~
for ~un. (Very seldom does one nd B ;1 in carrying out this step).
4. Find ~un+1 by adding ~un to ~un, thus
~un+1 = ~un + ~un
The solution for ~un+1 is generally stored such that it overwrites the value of ~un
and the process is repeated.
Implementation of the Implicit Euler Method
We have seen that the rst-order implicit Euler method can be written
un+1 = un + hFn+1 (6.95)
if we introduce Eq. 6.90 into this method, rearrange terms, and remove the explicit
dependence on time, we arrive at the form
" !#
1 ; h @F
@u un = hFn (6.96)
n
6.10. IMPLEMENTATION OF IMPLICIT METHODS 115
We see that the only di erence between the implementation of the trapezoidal method
and the implicit Euler method is the factor of 21 in the brackets of the left side of
Eqs. 6.94 and 6.96. Omission of this factor degrades the method in time accuracy by
one order of h. We shall see later that this method is an excellent choice for steady
problems.
Newton's Method
Consider the limit h ! 1 of Eq. 6.96 obtained by dividing both sides by h and
setting 1=h = 0. There results
!
@F
; @u un = Fn (6.97)
n
or
" ! #;1
un+1 = un ; @F Fn (6.98)
@u n
This is the well-known Newton method for nding the roots of a nonlinear equation
F (u) = 0. The fact that it has quadratic convergence is veri ed by a glance at Eqs.
6.87 and 6.88 (remember the dependence on t has been eliminated for this case). By
quadratic convergence, we mean that the error after a given iteration is proportional
to the square of the error at the previous iteration, where the error is the di erence
between the current solution and the converged solution. Quadratic convergence is
thus a very powerful property. Use of a nite value of h in Eq. 6.96 leads to linear
convergence, i.e., the error at a given iteration is some multiple of the error at the
previous iteration. The reader should ponder the meaning of letting h ! 1 for the
trapezoidal method, given by Eq. 6.94.

6.10.4 Local Linearization for Coupled Sets of Nonlinear Equa-


tions
In order to present this concept, let us consider an example involving some sim-
ple boundary-layer equations. We choose the Falkner-Skan equations from classical
boundary-layer theory. Our task is to apply the implicit trapezoidal method to the
equations
0 !21
d3f + f d2f + @1 ; df A = 0 (6.99)
dt3 dt2 dt
Here f represents a dimensionless stream function, and is a scaling factor.
116 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
First of all we reduce Eq. 6.99 to a set of rst-order nonlinear equations by the
transformations
2
u1 = ddtf2 ; u2 = df
dt ; u3 = f (6.100)
This gives the coupled set of three nonlinear equations
 
u01 = F1 = ;u1 u3 ; 1 ; u22
u02 = F2 = u1
u03 = F3 = u2 (6.101)
and these can be represented in vector notation as

d~u = F~ (~u) (6.102)


dt
Now we seek to make the same local expansion that derived Eq. 6.90, except that
this time we are faced with a nonlinear vector function, rather than a simple nonlinear
scalar function. The required extension requires the evaluation of a matrix, called
the Jacobian matrix.8 Let us refer to this matrix as A. It is derived from Eq. 6.102
by the following process

A = (aij ) = @Fi =@uj (6.103)


For the general case involving a third order matrix this is
2 @F1 @F1 @F1 3
66 @u1 @u2 @u3 77
66 77
A = 666 @F2
@u1
@F2
@u2
@F2
@u3
77
77 (6.104)
66 75
4 @F3 @F3 @F3
@u1 @u2 @u3
The expansion of F~ (~u) about some reference state ~un can be expressed in a way
similar to the scalar expansion given by eq 6.87. Omitting the explicit dependency
on the independent variable t, and de ning F~ n as F~ (~un), one has 9
8 Recall that we derived the Jacobian matrices for the two-dimensional Euler equations in Section
2.2
9 The Taylor series expansion of a vector contains a vector for the rst term, a matrix times a
vector for the second term, and tensor products for the terms of higher order.
6.11. PROBLEMS 117

 
F~ (~u) = F~ n + An ~u ; ~un + O(h2) (6.105)
where t ; tn and the argument for O(h2) is the same as in the derivation of Eq. 6.88.
Using this we can write the local linearization of Eq. 6.102 as

d~u = A ~u + F~ ; A ~u  +O(h2) (6.106)


n n n n
dt | {z }
\constant"
which is a locally-linear, second-order-accurate approximation to a set of coupled
nonlinear ordinary di erential equations that is valid for t  tn + h. Any rst- or
second-order time-marching method, explicit or implicit, could be used to integrate
the equations without loss in accuracy with respect to order. The number of times,
and the manner in which, the terms in the Jacobian matrix are updated as the solution
proceeds depends, of course, on the nature of the problem.
Returning to our simple boundary-layer example, which is given by Eq. 6.101, we
nd the Jacobian matrix to be
2 3
; u3 2 u2 ;u1
A = 64 1 0 0 75 (6.107)
0 1 0
The student should be able to derive results for this example that are equivalent to
those given for the scalar case in Eq. 6.93. Thus for the Falkner-Skan equations the
trapezoidal method results in
2 h (u3)n ; h(u2)n h (u1)n 32 (u ) 3 2 ; (u u ) ; (1 ; u2) 3
66 1 + 2 2 776 1 n 7 6 1 3n 2n7
64 ; 2 h 1 0 754 (u2)n 5 = h 4 (u1)n 5
0 ;2h 1 ( u3n) ( u )
2n
We nd ~un+1 from ~un + ~un, and the solution is now advanced one step. Re-evaluate
the elements using ~un+1 and continue. Without any iterating within a step advance,
the solution will be second-order-accurate in time.

6.11 Problems
1. Find an expression for the nth term in the Fibonacci series, which is given
by 1; 1; 2; 3; 5; 8; : : : Note that the series can be expressed as the solution to a
di erence equation of the form un+1 = un + un;1. What is u25 ? (Let the rst
term given above be u0.)
118 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
2. The trapezoidal method un+1 = un + 21 h(u0n+1 + u0n) is used to solve the repre-
sentative ODE.
(a) What is the resulting OE?
(b) What is its exact solution?
(c) How does the exact steady-state solution of the OE compare with the
exact steady-state solution of the ODE if  = 0?
3. The 2nd-order backward method is given by
h i
un+1 = 31 4un ; un;1 + 2hu0n+1
(a) Write the OE for the representative equation. Identify the polynomials
P (E ) and Q(E ).
(b) Derive the - relation. Solve for the -roots and identify them as principal
or spurious.
(c) Find er and the rst two nonvanishing terms in a Taylor series expansion
of the spurious root.
(d) Perform a -root trace relative to the unit circle for both di usion and
convection.
4. Consider the time-marching scheme given by
un+1 = un;1 + 23h (u0n+1 + u0n + u0n;1)
(a) Write the OE for the representative equation. Identify the polynomials
P (E ) and Q(E ).
(b) Derive the  ;  relation.
(c) Find er .
5. Find the di erence equation which results from applying the Gazdag predictor-
corrector method (Eq. 6.65) to the representative equation. Find the - rela-
tion.
6. Consider the following time-marching method:
u~n+1=3 = un + hu0n=3
un+1=2 = un + hu~0n+1=3 =2
un+1 = un + hu0n+1=2
6.11. PROBLEMS 119
Find the di erence equation which results from applying this method to the
representative equation. Find the - relation. Find the solution to the di er-
ence equation, including the homogeneous and particular solutions. Find er
and er . What order is the homogeneous solution? What order is the particular
solution? Find the particular solution if the forcing term is xed.
7. Write a computer program to solve the one-dimensional linear convection equa-
tion with periodic boundary conditions and a = 1 on the domain 0  x  1.
Use 2nd-order centered di erences in space and a grid of 50 points. For the
initial condition, use
u(x; 0) = e;0:5[(x;0:5)=]2
with  = 0:08. Use the explicit Euler, 2nd-order Adams-Bashforth (AB2), im-
plicit Euler, trapezoidal, and 4th-order Runge-Kutta methods. For the explicit
Euler and AB2 methods, use a Courant number, ah=x, of 0.1; for the other
methods, use a Courant number of unity. Plot the solutions obtained at t = 1
compared to the exact solution (which is identical to the initial condition).
8. Repeat problem 7 using 4th-order (noncompact) di erences in space. Use only
4th-order Runge-Kutta time marching at a Courant number of unity. Show
solutions at t = 1 and t = 10 compared to the exact solution.
9. Using the computer program written for problem 7, compute the solution at
t = 1 using 2nd-order centered di erences in space coupled with the 4th-order
Runge-Kutta method for grids of 100, 200, and 400 nodes. On a log-log scale,
plot the error given by
v
u
u X
t (uj ;Muj )
M exact 2
u
j =1

where M is the number of grid nodes and uexact is the exact solution. Find the
global order of accuracy from the plot.
10. Using the computer program written for problem 8, repeat problem 9 using
4th-order (noncompact) di erences in space.
11. Write a computer program to solve the one-dimensional linear convection equa-
tion with in ow-out ow boundary conditions and a = 1 on the domain 0 
x  1. Let u(0; t) = sin !t with ! = 10. Run until a periodic steady state
is reached which is independent of the initial condition and plot your solution
120 CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
compared with the exact solution. Use 2nd-order centered di erences in space
with a 1st-order backward di erence at the out ow boundary (as in Eq. 3.69)
together with 4th-order Runge-Kutta time marching. Use grids with 100, 200,
and 400 nodes and plot the error vs. the number of grid nodes, as described in
problem 9. Find the global order of accuracy.
12. Repeat problem 11 using 4th-order (noncompact) centered di erences. Use a
third-order forward-biased operator at the in ow boundary (as in Eq. 3.67). At
the last grid node, derive and use a 3rd-order backward operator (using nodes
j ; 3, j ; 2, j ; 1, and j ) and at the second last node, use a 3rd-order backward-
biased operator (using nodes j ; 2, j ; 1, j , and j +1; see problem 1 in Chapter
3).
13. Using the approach described in Section 6.6.2, nd the phase speed error, erp,
and the amplitude error, era , for the combination of second-order centered dif-
ferences and 1st, 2nd, 3rd, and 4th-order Runge-Kutta time-marching at a
Courant number of unity. Also plot the phase speed error obtained using exact
integration in time, i.e., that obtained using the spatial discretization alone.
Note that the required -roots for the various Runge-Kutta methods can be
deduced from Eq. 6.69, without actually deriving the methods. Explain your
results.
   

           
 

!"$#&%('*)",+-".0/&.21(3154768/&%(9".:'2.:/<;.26="$.:/&>?!#@6A.2BDC"':E"1#=F"".0G!#86&%('H%(?)I)"$CJ$")"6K1(/&>?
C-%(#L/&.:M!F"'2%(#NC">"$"1BD!"1O9J$.2"PM$1"6A.:)"!#8!)RQS<O/&>?M!%(6A31(4K/A>"3"1"':.2"!%(#UTWVWXZY[6\1(4
.2]/A!#A$68/^.:P_"F".2)`)?;a-%5Bb.:M!6!c*6L/d%(9".:'2.0/<;I.:6e1(4f/&$P)".268M!F"686A!)g.2h/A!#ABD6E1(4Z+?ij!)kCl1.2]/&6^%5")
%5/8/&#&%5M$/&1(#A6!QmS</&>"$6AK/A!#8Bb6W%b68;a68/A!Bn.:6m6A%(.2)o/&1p9le68/&%(9"':K.2%qM!$#8/&%(.2)?1Bq%5.2U.:4rcs4t#A1B
uCl1.:/A.2]/>"z.2\/Q|{}&>">"%5!/v68W)"%(1(#ABq~%(.2.:BDRc-Cl6A11(#8Bb/&%(w]/"1%5")#ABxq.:15€/4yA!.:#8/A!6m6868/A1.2"'2F?K/AM!.211U."M$2!6mC?%(/A'6!u cj%z9";aF?6W/ %5/8v/&#&)"%51wM$/&"1$)o(//A)1b/&!>?'2K'l16&%5q/BbA>"@!+?B‚ij!.:)
/&>?.26 u 1#AƒsQHTvF"#y9-%(68.2M}M$1"M!$#AD.26 u .0/&>E/&.:Bb…„<)"$CJ$")"!]/TWVWX}u Y†6*%(?)pTW‡^Xgu Y[6*.2 u >".2Md>^/&>?
M!1a$ˆDM$.2!]/@Bb%5/&#8.2M!$6=%(#A^.:")"!Cl!?)"!]/w1(49l1(/A>‰I%(")‹Š…Œ|6A$pa!M$/A.21‹Ž"QjQE‘ u .:'2'’#8$4t$#
/&1^68F"Md>Bb%5/&#8.2M$!6Z%(6”“,•—–(•™˜—šœ›l–(…žœQŸ>-%(C?/A!#A6~ŽD%(")o E)"$G(!'21(CJ$)U/A>"=#A!C?#A!68!]/d%œ/&.:G(w4t1#8Bb6
1(4”TWVWX}Y†6e(!"$#&%5/A!)`4t#A1B¡/A>"N9-%(68.2MN¢*VWX}Y†6K9€;/&>"N68!BD.2)".:6AM$#A$/AN%(C"C?#A1]%(Md>£c*%(")h/&>?!
/&>?vTW‡^X}Y†6!"$#&%5/A!)D4t#A1B¤/A>"m#8!C"#8!68!]/d%5/A.:G(WTWVWX}Y†6H9];q%5C"C"'2.:Mz%5/A.21E154£/&.:Bb…„<Bb%(#AMd>?.2"
BD$/&>?1j)"6$Qy{}>"!68K$¥aF"%5/&.:1"6~%(#AW#8!C"#8!68!]/&$)9];
¦y‰ § ‰b§ « ¬|§ ­ Š8® ­™¯ Q:°±®
¦ Š©¨Oª
%(")
‰-§ ²z³J´ ¨Oµ ‰-§ ²W« ¶ § ² ­™¯ Q·(®
#A$6ACl!M,/&.:G(!'0;Q}¸-1#~%^1",„¹68/A!CBD$/A>"1j)£c"/&>"@'º%5/8/&$#74t1#ABx.:6~1(9?/d%(.:"!)U9];U%(C"C"'0;a.2"b%^/A.2BD,„
Bb%(#AMd>".:"pBD$/A>"1j)/A1p/&>"E(!"$#A.2MET=VWX»4t1#AB¼.2%N4½%5.2#A'0;\68/A#&%(.:>]/A4t1# u %(#8)©Bq%5""!#$QK¸-1#
,i?%(BDC"':(c-/&>"@,ijC"':.2M$.:/mXyF"'2$#~BD$/A>"1a)'2!%()"6}/&1q¾ ¨À¿=ÁÃÂ-ª cl%(") ¶ § ² ¨ ħ¬ ­½Å  ®…Q~Æo$/A>"1a)"6
.2]G(1':Ga.2?Z/ u 1~1#ÇBb1#8y68/A!C"6ÈMz%(w%(' u %z;a6Ç9J u #A.0/A/A!@.2W/&>"y4t1#8BÀ1(4?Xy¥lQ ¯ Q}9€;v.2]/&#81j)"F?M!.2?
" u )?!Cl!")"$]/WG(%5#A.º%59"'2$6!Q~Ém1(/Ae%(':6A1D/&>-%5/m1"'0;UBb,/&>"1a)"6”.: u >".:Md>/&>?w/&.:Bbw%(")6AC-%(M$
)".:6AM!#8$/A.2Êz%œ/&.21("67%(#8m/A#Az%œ/&!)N68!C-%5#&%5/A!':;bMz%5N9J u #8.:/8/&!q.2N%(q.2]/&$#ABD!)".2%5/&m6A!BD.0„¹)".268M!#8$/&
4t1#8BË68F"Md>P%(6EXy¥sQ ¯ Q:°QU{}>"q4tF?'2':;]„¹)".268M!#A,/&^4t1#ABUc’Xy¥sQ ¯ Q·%5")I/&>?N%(6A681jM$.º%5/A!)h6L/d%(9?.2'2.0/<;
)",+-".:/A.21?6Z%(")o%(-%('0;j68.26Z%(#8=%(C"C"':.2M!%(9"'2m/&1D%('2'£Bb,/&>"1a)"6!Q
°Ì(Í
°Ì5Ž ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
ãpä±å æèçWéIçWê©ëçWê©ìZçîíDê ï’ðç ñÀò!ó^çWê©ôÄõUôÈï’çWö
TvF"#e)",+-".0/&.21("6e1(4~68/&%(9".:'2.:/<;%(#8p9-%(68!)P!]/A.2#A$':;1h/&>?N9J$>-%zGj.:1#e1(4Z/A>"N>"1BD1$"!1F?6
C-%(#L/&´ 6m1(4HXy¥a6$Q ¯ Q0°e%(?) ¯ Q·aQ”{}>"e6L/d%(9?.2'2.0/<;N1(4HXy¥sQ ¯ Q0°e)"$CJ$")"6W$€/A.2#8!':;U1o/&>"w!.2(!"6L;j6r„
/&$B 1(4 ª QD{}>"b6L/d%(9?.2'2.0/<;154}Xy¥sQ ¯ Q·NMz%(31(4f/A!%('2681U9lD#A!'2%5/&$)©/&1\/&>"D!.:!"6L;a68/&$B¡1(4
.:/A6KBb%5/&#8.0iJQ÷~1 u ,G!#$c.:I/&>?.26KM!%(6Ap/A>"p68.:/&F"%5/&.:1I.:6K"1(/e¥aF?.:/&b6A1©68.2BDC"'2D6A.:"M!5cy.2h1F?#
%(C"C?'2.2M!%5/&.:1"6Z/&1NC-%5#8/&.2%('È)".:øJ!#8!]/&.2%('Ä$¥€F-%5/&.:1"6 ­ !6ACl!M$.º%(':':;U>];aCJ$#A9l1'2.:Me1"$6d®,cÇ%p6L/d%(9?.2'2.0/<;
)",+-".:/A.21Mz%(‹)"$CJ$")‹1©9J15/&>/&>?e/&.2BDe%5")©6AC-%5M!^)".:øJ!#8!"M$.2"?Q@{}>?.26v.:6v)".268M!F"686A$).:
j$M$/&.:1 ¯ Q†Ž?Qy”-%('0;a6A.26Z1(4È/&>?!6A@!.:!?68;a68/A!BD6m>-%56~/A>"=.2BDCJ1#L/d%(]/Z%5)")"!)o%()?G5%(]/&%(W/&>-%œ/
.:/e.:G(!6D%(P!6L/&.2Bb%5/AN1(4m/A>"‹8–(•rùe%5/ u >".:Md>Ã%©6A1('2F?/A.21P%(C?C"#A1]%5Md>"!6D%‹68/&!%()?;]„<6L/d%5/A\.:4m%
68;a6L/&!Bú.26w68/d%59"'25Q©Ÿ1"68.2)"$#&%5/A.21 u .2':'H9lp.0G$I/&1Bb%5/A#A.2M$!6=/&>-%œ/e>-%zGN9l1(/A>hM!1BDC"':$/&
%(")^)",4t!M,/&.:G(}!.:!"6L;a68/&$Bb6$cj68!~j$M$/A.21^Ž"QjQ†Í?c u .:/A>^%W#A!BD.2?)"!#È/&>-%5/H%vM$1BDC"'2,/&76L;j6L/&$B
Mz%5I9lp%(#89".:/A#&%(#8.2':;oM!':16A^/&1%o)",4t!M,/&.:G(q1?(c|.: u >?.2Md>hM!%(6AbC"#&%(M,/&.:Mz%('H%(C"C?'2.2M!%5/&.:1"6WM!%(
Bb%(ƒ(W/&>?@C?#A1Cl!#L/&.2$6}1(4È/&>"='º%œ/A/&$#Z%(C"Clz%(#7/A1b)?1Bb.:-%5/A(Q
S¹4 ª %(") µ %(#A=68/&%5/&.:1-%(#L;c u KM!%(Rcs.2N/&>?!1#L;U%5/~'2z%568/zc-$68/A.2Bb%5/&W/&>?!.2#}4tF"?)-%(BD!]/d%('
C"#81CJ$#8/A.2!6$Q¸-1#@,i?%(BDC"'25c|.:`j$M$/&.:1hŽ"Q†Í?Q q4t1F"")4t#A1Bè1F"#@BD1j)"$'7TWVWX}Y[6w4t1#@)".:4º„
4tF"68.21o%(")oCJ$#A.21a)".:MWM!1]G$M$/A.21 u >"%5/”M$1F"':)u 9lw…i?Cl!M,/&$)4t1#Z/&>"@!.:!]G5%('2F?@68CJ$M$/A#AF"BD6
1(4C"#&%5M$/&.:Mz%('|C">];j68.2M!%('*C"#A19?'2!BD6WM!1(€/&%(.2?.2"p/A>"!68bC">?!"1BD!"%?cÄ68!D¸|.:"QRŽ"Q0°QE{}>"$6Aq…i€„
Cl!M$/&%5/&.:1"6%(#A~#A,4t!#8#A!)b/&1@Bq%(];E/A.2BD!6H.2^/&>"Z4t1'2':1 u .2"@%(-%5':;a6A.:6H154Û68/&%(9".2':.:/<;KC"#A1Cl!#L/&.:!6!Q
{}>",;U%(#A=.2BDCl1#8/&%(]/7!?1F">\/&1^9l@68F"BDBq%(#8.2Ê$!)\9];p/&>"W4t1':'21 u .2?"û
ü #8-¸ z 1%(#v'Ç)?%œ.:ijøJ.:F"6!Q 6A.:1©)"1BD.2-%œ/&!)_"1 u 6W/A>"bý"„¹!.2(!]G5%('2F"$6”/&$")‹/&1\'2.:E%('21("q/&>?D?!]%5/A.:G(

ü .:-¸ qB 1#H%((CJ.2$-%#A(.:1j#L;b)".:%œMmijM$.26!1Q]G$M$/&.:1j„¹)"1BD.2-%5/A!)D_-1 u 6/&>"Wý"„¹!.2(!]G5%('2F"$6H/A!")p/A1K':.2m%('21?w/&>?

S<þBq%5€;k.:€/A!#8!68/A.2"`M!%(6A$6!cZ/&>"!.2(!]G5%('2F"$6q1(4W/A>"Bb%5/&#8.2M$!6D.2þXy¥€6!Q ¯ Q:°©%5") ¯ Q


(% #8p6AF?ˆDM$.2!]/e/A1©)"$/A!#8Bb.:"b/A>"p68/&%(9".:'2.:/<;(QS<`C"#8$Ga.21(F"6eMd>-%(Cj/&!#86!c u N)"!68.2-%œ/&!)h/A>"!68
!.:!]G5%(':F"!6o%(6ý-ÿ¼%(?)"ÿ 4t1#UXy¥a6$Q ¯ Q:°%(") ¯ Q·acW#A!68CJ$M$/A.:G$':;(cw%5") u  u .:'2'v+-?) .:/
M!1(€G(!".:!]/e/A1,i?%(BD.2?D/A>"q6L/d%(9".:'2.0/<;©1(47G5%(#8.21F"6@BD$/&>?1j)"6@.29J15/&>/A>"qM$1BDC"'2…iIýP%5")
M!1(BbC"':,i C"'2%("$6!Q
 

 
  !"#$&%'($)+*-,/. 01%2.
3!4%657&84%693
3: % &4*&;
±Õ Ö<?ÖgÙràmϔÓ*Ô~ÓHàEÒg×ÇÒ?ÐvØÙrÚÛÙ!ÒZÜÀÝ}ßOÝ$=WÓ?> × °Ì1@
ãpä)A BÇê©ðçDC*çvêNïFEpïGIH©ò'Jzò$ïRõ íLKNMnæ ñPO8ô
QSRUTSR&V WYXDZN[]\_^U`9Z3\_^acb
m÷ $#A u 36L/d%5/A/&>"‹6L/d%(")"%(#A)»68/&%(9".:'2.:/<;gM!#8.:/A!#A.:1 F"68!) 4t1#p1#8)".2-%5#8;g)".:øJ!#8!]/&.2%('v!¥€F-%̄
/&.:1"6$Q
¸s1(#b%h“,•—–(•™˜—šœ›l–(…ž\Bq%œ/&#A. i c}Xy¥lQ ¯ Q0°o.:6\˜f›9d-ù,dù,›-•e ž©“,•¹–f'e2ù^.04rc u >?! ¬ § .26 ­™¯ QÍ®
M!1"6L/d%(]/!c ‰o§ #A$Bq%(.:"679l1F"")ª ?!)%567Šg h Q
Ém15/&W/&>-%œ/Z.2">"$#A$€/~6L/d%(9".:'2.0/<;q)"$CJ$")"6~1"'0;p1\/&>"W/A#&%("68.2$€/Z681'2Fj/&.21(U154Ä/A>"wT=VWX}Y[6!Q
QSRUTSRUT [YaciPjlkZ`9Znmo^pqZrbDs tusv`9ZriPs
¹S 4-%ZBb%5/&#8.0iW>"%(6|%ZM!1(BbC"':$/AH$.2$"68;a6L/&!BUc%5'2'1(4?.:/A6È$.2$]G!M,/&1#86’%(#8*'2.2?z%(#8':;v.:")"$CJ$")"!]/!c
%(")\/&>?wBb%5/&#8.0iqMz%(U9lw)".2%(1"%('2.:Ê!!)q9€;U%^6A.:Bb.:'º%(#8.:/<;^/&#A%("6L4t1#ABb%5/&.:1RQ’S<o6AF"Md>%DM!%(6A@.:/
4t1':'21 u 6=%5/@1"M$D4t#81B¡Xy¥sQÄ jQ· ¯ cÇ4t1(#@…i?%(BbC?'2(cÛ/A>-%5/=/&>"qTWVWX}Y†6@%(#8b.:">"!#8!]/&'0;©68/&%(9"':D.04
%(")U1"'0;p.04
w ­ ý"ÿ}y® x{z 4t1#Z%(':} ' | ­™¯ Q†Ž]®
{}>".:6b6L/d%5/A!6b/A>-%5/!c4t1#D.2">"$#A$€/q68/&%(9".2':.:/<;(c%(':'}1(4v/A>"ý $.2$€G5%(':F"!6DBeF"6L/p':.2N1Rc1#D/A1
/&>?q'2,4f/K154rcÄ/&>?q.2Bb%(.:-%(#L;©%œij.26@.23/&>"bM!1BDC"':,iIý`C"'º%(?(Q\S<"6ACl!M,/&.:"©¸|.:"Qێ"Q0°c u p6A$
/&>"%5/w/A>".26@M!#8.:/A!#A.:13.26@6&%5/A.268+"!)I4t1#=/&>?qBD1j)"$'HTWVWXZY[6K#8!C"#8!68!]/&.:"9l1(/&>h)?.:øJF"6A.:1I%5")
9".:M!1]G$M$/A.21RQ}S¹/m6A>?1F"'2)o9J@!BDC">-%56A.2Ê$!) ­ %(6~.:/~.26m%(U.2BDCJ1(#8/d%5€/ZC?#&%(M,/&.2M!%('ÇM!1?6A.2)?!#&%œ/&.21(
.2UM!1(€G(!M,/&.21(j„<)"1(Bb.:-%5/&$)o6L;a68/&$Bb6&®Z/A>-%5/~/&>"@6ACl!M$.º%('ÇMz%56A=4t1# u >?.2Md>©ý ¨~l€ .26=˜f‚› 4e„ƒ9…a†ù …
.2D/&>"m)"1Bb%(.2D1(4Û6L/d%(9?.2'2.0/<;QÄS<q/&>".:6M!%(6A”.:/.26*/&#AF?m/&>"%5/ ‰N§ )"1a!6"1(/)"!M!%z;N%(6H‡Š g h cj9"Fj/
"$.:/&>?!#~)"1j$6”.0/m(#A1 u c£681b/&>?e%(9l1±GKM$1")".0/&.:1o.:6mBD$/!QZ¸|.2"%('2'0; u K"1(/Aw/A>-%5/~4t1#vTWVWX}Y[6
uM!#8.:.:/A/A>Ã!#A.:M$11RQBbC?'2$/A\!.2(!"6L;j6L/&$Bb6D/&>"o!.2(!]G$M$/&1(#A6qC?'º%z;P"1I#81'2\.:g/&>?o.:">"!#8!]/p6L/d%(9?.2'2.0/<;
QSRUTSR‰ˆ ŠZ3‹)Z3Œ‚`^UŽyZnm^pcZrbDsvt/s`‘Zri’s
S<31#A)"$#W/&1\F"")"$#A6L/d%(")3/&>"D68/&%(9".:'2.:/<;o1(47TWVWXZY[6W/&>-%œ/w>"%±G(b)?$4t!M,/&.0GD!.2(!"6L;j6L/&$Bb6$c u 
.2?6ACl!M$//&>"”-%5/&F?#A”154Û/&>"$.2#H6A1':F?/&.:1"6H.2p$.2$"6AC-%5M!(Q*¸-1#*/&>?.26 u v)"#A% u 1(q/&>"m#A$6AF"'0/&67.:
j$M$/&.:1"6=Ž"QjQ†ÍU%5")$6ACl!M$.º%(':':;1(IXy¥€6!Qǎ"Q0”° “p/&1UŽ"Q0”° •N.2©/&>-%œ/w68!M,/&.21(RQ^S<I%(3!.:!?6AC-%(M$
#A$'º%5/A!)/A1N)"$4t$M$/&.0G^68;a6L/&!BD6W/&>"e4t1(#AB¼1(4*/&>"E#8!C"#8!6A$]/d%5/A.:GD!¥€F-%œ/&.21(©Md>-%("$6W4t#A1B %
6A.:"':”!¥€F-%œ/&.21(p/&1^—% –(1#A)"%(N9"'21aMdƒsQ*¸-1#…i"%5BbC"':(cj.2"6L/&z%5)U154|Xy¥sQ"Ž"Q[Ž @e%K/<;aC".:Mz%('l4t1#AB1(4
/&>?@>?1Bb1(!"$1F"6ZC-%(#L/ZBb.:>]/}9l
˜™ ‰ ›´ ž-Ÿ ˜™ ý ž-Ÿ ˜™ ‰R´ ž-Ÿ
‰š ›œ   ¨ š ° ý   š ‰ œ  
‰ › ° ý ‰
Ì° (  ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
4t1# u >".:Md>o1("W+-")"6Z/&>"=681'2F?/A.21
‰R´ ­ Š8® ¨ ‰R´ ­ z]®&¡"¢£
‰ œ ­ Š8® ¨ ¤ ‰ œ ­ z® Á ‰R´ ­ z®rŠU¥¦¡"¢)£
‰  ­ Š8® ¨ § ‰  ­ z]® Á ‰ œ ­ z]®<Š Á ° ‰R´ ­ z]®<Š œ&¨ ¡"¢£ ­™¯ Q @(®
S<"6ACl!M,/&.:"w/A>".26*6A1('2F?/A.21Rc u ~6A$m/&>"%5/*4t1#y6AF"Md>qMz%(68!6HM!1")?.:/&.:1 ¯ Q[ŽwBeF?68/H9JZBD1j)?.:+-$)
/&1E/A>"W4t1#AB
w ­ ý"ÿ7S® ©ªz 4t1#Z%5'2« ' | ­™¯ Q ®
6A.:"M!74t1(#’C"F"œ #8}.2Bb%(.2"%(#8;@ýÛc]‰ œ %(")E‰  u 1(F"'2)E#81 ugu .0/&>"1Fj/’9l1F"") ­ ':.2"!%(#A'0;=1#’¥€F-%()?#&%5/L„
.2M!%('2'0;?®y.04ۉ ­ z®­¨ ¬ zK1#7‰R´ ­ z]®l¨ ¬ zjQy{}>"!1#8$/A.2Mz%5'2':;E/A>".26M!1?)".:/A.21b.2668F?ˆDM!.:!]/}4t1#6L/d%(9?.2'2.0/<;
.2D/&>"”6A!?6Av1(4č€/d%5/A!BD!]/ ¯ Q†ÍK68.2"M$mŠ ®"¡°¯²± ³‰± £ g z@%(6y‡Š g h 4t1#7%5'2's"1j„¹Ê!$#Aµ1 ´!Q*÷~1 u ,G!#$c
.2`C?#&%(M,/&.2M!%('7%5C"C"'2.:Mz%5/A.21?6w/&>?NM!#A.0/&$#A.21(hBq%z;I9J u 1#8/A>"'2$6A6E68.2"M$p/&>"$#A\Bq%z;9J\%G(!#L;
'º%5#Am#A1 u /&>N154È/A>"vCl1':;a"1(Bb.2%('s9J,4t1#A”/A>"v…i?Cl1"$]/&.º%5·' ¶L/d%5ƒ(!6}1±G(!†# ¸D%(?)N9"#A.:"67%59J1Fj/
/&>?N)"!M!%±;(QP¸-F"#8/A>"!#8Bb1#8(c*1k%©M!1BDC"F?/A!#E68F"Md>Ã%©#81 u /&>PBb.:>]/E)"$68/&#81±;h/&>"N681'2Fj/&.21(
C"#81jM$!6A6~9l$4t1#8W.:/ZM!1(F"'2)\9l=/A!#8Bb.:-%5/&$)RQ
Ém1(/A/&>"%5/’/&>?768/&%(9".2':.:/<;=M$1")".0/&.21( ¯ Q† b&ù ¹ 4e„ƒ‘…aùd“R/&>"}.:Bq%((.2-%(#L;=%œij.26 u >".2Md>E/A!")"6Ä/&1W9l
1aM!M!F?C".2$)b9];e/A>"Z!.2(!]G5%('2F"$6*#A!'2%5/&$)E/&1=9".2M$1]G$M$/&.:1DC"#A19?'2!BD6!Q|÷m1 u $G$#!cjM!1")?.:/&.:1 ¯ Q† 
.26*1(4£'2.0/A/&':71#*"1@C"#&%5M$/&.:Mz%('-.:BbCl1#L/d%("M$}.:4£6A.2(".:+-M!%(]/%(Bb1(F"]/&6*1(4R)?.26A68.2C-%œ/&.21(b%5#AZC"#A$6A$€/!Q
ãpä º »«¼©ö lç C*òz·ì GIJ½Epï G?H©"ò Jzò$ïRõ Lí KnM¿¾ ñ O8ô
QSR‰ˆ$R&V WYXDZN[]\_^U`9Z3\_^acb
{}>"KTW‡DXgM!1BDC-%(".:1p/&1ba/&%5/&$Bb$]/ ¯ QÍE.26
¸s1(#w%©“,•¹–(•½˜—šœ›l–(…ž^Bq%5/A#A. i c’Xy¥sQ ¯ Q·\.26^›ƒ Àqù,…˜A–1eÁe žN“,•¹–f'e2ùW.:4rc u >"! ¶ § .26 ­™¯ Q ¯ ®
M!1"6L/d%(]/!c ‰"§ ²^#8!Bb%(.2?679J1(F"µ ")"$)%(6 Å g h Q
‘~68!Z/&>-%œ/€F"BD!#8.2M!%('"68/&%(9".:'2.:/<;K)"!Cl!?)"61("':;E1(^/A>"Z/&#&%5"6A.:!]/H6A1':F?/&.:1E1(4£/A>"mTW‡DXgY†6$Q
{}>".:6~)?$+-".0/&.:1N1(4Ä68/d%59".2':.:/<;b.26}6A1(Bb,/&.2BD!6}#8$4t$#A#A$)U/A1q%56Z%(68;aBDC?/&1(/A.2MW1#7/A.2BDW68/&%(9".2':.:/<;(Q
”6 v6L/d%5/A!)N%œ//A>"”9l!.:"".:"w154R/&>".:6Md>"%(C?/&$#!c"6L/d%(9?.2'2.0/<;E)",+-".:/A.21?6%5#A”?1(/F?".2¥€F"5Q
)?$+-".u 0/&.:1h1(4f/A!hF"68!)P.2hŸ7¸’V '2.0/&$#&%5/AF"#AD68/A!BD6K4t#A1B¡/A>"p)",G!':1C"BD!]/E1(4~¢*VWXÞ6A1œ„
'2Fj/&.21("6p/&>-%œ/o)?1g"15/o?!M!$6A6A%(#A.:':; 4t1':'21 u /&>"36A$Bb.:)".268M!#8$/&‹#81F?/&5Q S< 6AF?Md>ÀMz%(68!6U.:/\.:6
%(C"C?#A1C"#8.º%5/AN/&13M!1"68.2)"$#b68.2BeF?':/d%5"!1F?6A':;/&>"U$øJ!M,/&6b1(4v9l1(/&>P/&>?U/A.2BD\%(")Ã68C-%(M$%(Cj„
C"#81±ij.:Bq%5/A.21?6!Q’À/A.2BD,„<68C-%(M$v)"1Bb%(.2N.:67+?ij!)o%(")\68/&%(9".:'2.:/<;b.26})?$+-"$)o.:N/&!#8Bb6}154 u >-%œ/
>-%(C?CJ$"6/&1K6A1BD”"1(#AB1(4R/&>?v6A1':F?/&.:1 u .0/&>".:b/A>".26)"1Bb%(.2b%(6/A>"vBD!6A>q.2]/&$#8G5%('261w/A1
Ê!$#A1b%5/Z6A1(Bb=M!1("68/&%(]/m#A%5/&.:1"Q|‘=)".268M!F"686~/A>".26}Cl1.2]/Z1(4ÈGa.2 u .2oj$M$/A.21 ¯ Q[Ž"Q
Õ±Ö ÂaÖáÒÈÙLâoÓq××?ÑJÐ@Î’Ó ×ÇÒ?Ðv؁ÙrÚÇÙ!ÒZÜgÐvà/=Î}Ý}à—Ä’Ó*ÔlÅZÓHàKÎ’Ó ÝZß Ý}‡^Ó?> × °Ì ¯
QSR‰ˆ$RUT [YaciPjlkZ`9Znmo^pqZrbDs tusv`9ZriPs
Ÿ 1"68.2)"$#y%”68$/y1(4JTW‡^XPY†6’(1ÌG(!#8"!)D9];e%”M$1BDC"'2,/&$.2$"68;a6L/&!BUQ’{}>"68/d%59".2':.:/<;=M!#8.:/A!#A.:1Rc
%(M$M!1#8)".2"U/&1U/&>"bM!1")?.:/&.:136A$/e.2X*¥sQ ¯ Q ¯ cÄ4t1':'21 u 6@%5/K1("M!q4t#81Bè%o6L/&F")j;I1(4}X*¥sQ| ?Q·°“
%(")‹.0/&6WM!1(BbC-%5".214t1(#vBeF"'0/&.2C?'2?l„<#A1a1(/A6!cÛXy¥sQÇ ?Q†Í ?Q^Ÿ':z%(#8':;cJ4t1#W6AF"Md>368;a6L/&!BD6w%N/A.2BD,„
Bb%(#AMd>".:"EBD$/&>?1j)\.26}€F"BD!#8.2M!%('2'0;q6L/d%(9"':=.:4Ä%(")U1"'0;p.:4
Æ ­ "ÿ}® ® Æ xÞ° 4t1#Z%(':' |%(?)oÇ ­™¯ Q “®
{}>".:6UM$1")".0/&.:1»68/d%œ/&!6N/A>-%5/zcm4t1#N€F"Bb$#A.:Mz%('W6L/d%(9".:'2.0/<;cm%('2'v154w/A>"È $.2$€G5%(':F"!6 ­ 9J1(/A>
C"#8.2"M$.2C-%('’%(")36AC"F"#8.21F?6!cÇ.:4H/&>"$#Ab%(#A^%5€;?®WBeF"6L/w':.2e1(1#=.:"6A.:)"e/&>"^F"?.:/=M!.:#AM$'2E.2‹/&>?
M!1(BbC"':,i J„<C"'2%("5Q
{}>".26*)",+-".0/&.21(E1(4£6L/d%(9?.2'2.0/<;=4t1#HTW‡DXgY†6*.26yM$1"68.268/A!]/ .:/A>^/A>"Z68/&%(9".2':.:/<;@)",+-".:/A.21e4t1(#
TWVWX}Y†6$Q|”%(.2v/A>"68!"68.:/A.:GHMz%56A*1jM$M!F"#86È4t1(#Ç/A>"*CJ$#A.:1j)".:M,„¹u M!1]G$M$/A.21=BD1j)"$' u >".:Md>KC"'2%(M!$6
/&>?ɶ8M!1#8#A$M$/ʸ\':1jM!%5/&.:11(4*/&>?EC"#A.:"M!.:C-%('Ë_Ìa#A1a1(/WC"#8!M$.26A$':;1©/&>"EF"?.:/WM$.2#AM$'2 u >?!#A^/&>?
6A1('2F?/A.21=.26È1"'0;W"$F?/&#A%('2'0;W68/&%(9"'25Q|¸-F"#L/&>"$#!cœ4t1#È%mM!1(BbC"':$/AH$.2$"68;a6L/&!BUc5/A>"H!.2(!]G$M$/&1(#A6
C"'2%±;q"1D#A1':W.2p/&>?@€F"BD!#8.2M!%('R68/&%(9".:'2.:/<;q%(686A!686ABD!]/zQ
QSR‰ˆ$R‰ˆ ŠZ3‹)Z3Œ‚`^UŽyZnm^pcZrbDsvt/s`‘Zri’s
{}>"*)".:6AM!F?6A6A.:1=4t1#£/&>?!6AH68;a6L/&!BD6ÈC-%(#&%5'2'2$'26l/&>"y)".:6AM$F"6A68.21=4t1#Û)",4t!M$/A.:G(TWVWX}Y[6!QÄX’i?%(BD.2?
Xy¥sQÄ jQ:”° “U%(")3"1(/Ab.0/&6=6A.:Bb.:'º%(#8.:/<; u .:/A>IXy¥sQ ¯ Q @jQD‘D6A!D/&>-%œ/@4t1(#@)?$4t!M,/&.0GqT=‡^X}Y[6w/&>?
#A$¥€F".2#8!)UBb1a)".:+"Mz%5/A.21q/A1 ¯ Q “E.:6
Æ ­ "ÿ7® ® Æ © ° 4t1#Z%(':‚' |%5")Ç ­™¯ Q •®
6A.:"M!”)"$4t$M$/&.0Gv6L;a68/&$Bb6})?1eœ "1(/F-%(#A%(]/&!”9J1F?")"!)?"!686Z4t1(# Æ Æ ¨ °ca4t1#…i"%5BbC"':m.:NXy¥sQ
¯ Q @e.:4 Æ Æ ¨ °w%5")o$.:/A>"!#Z‰ ­ z]®71#}‰R´ ­ z]®D¨ ¬ z u @$/Z':.2"!%(#71#}¥€F-%()?#&%5/A.2M=#A1 u /A>RQ
ãpä Í Î òzö /ç Ï E\é GeìZÐ ç Epï G?H©"ò Jzò$ïRÑõ Geê©ë ÒíDÔê ÓDlç Cyó^çWê©ìZçá—í KoM¿¾ Pñ O8ô
Õ $/UF"6U"1 u …i"%5Bb.:"©/&>"‹M!1("M!$C?/154K6L/d%(9".:'2.0/<; .2 %`)".0ø£$#A!]/ u %±;(QS<»/&>"‹C"#8$Ga.21(F"6
)".:6AM!F?6A6A.:1 u =M!1("6A.:)"!#8!).:\6A1BDW)"$/&%(.2'J/&>"W4t1':'21 u .2"e%(C"C"#81]%(Md>Rû
°QZ{}>"w¢*VWX}Y†6m%(#A@M!1(€G(!#L/&!)o/&1qT=VWX}Y[6m9];U%(C?C"#A1zij.2Bb%5/&.:"e/&>?w68C-%(M!w)"!#8.:G5%5/A.:G$6Z1
%e+-".0/&WBD!68>RQ
jQZS<">?!#A$]/”6L/d%(9".:'2.0/<;q1(4È/&>?KTWVWX}Y[6~.:6}!6L/d%(9"':.268>"!)U9];NF-%(#A%(]/&$!.2?^/A>-%5// w ­ ýly® x{z?Q
Í?QZ{}.:Bb…„<Bb%(#AMd>pBD$/A>"1a)"6Z%(#AW)?$G$'21Cl!) u >".:Md>oF"%(#&%(]/A!v/&>"%5/ Æ ­ ý  ® Æ xÞ°w%5")N/&>".:6
.:67/d%(ƒ5!o/A1^9JW/&>?@M$1")".0/&.:1p4t1#}€F"BD!#A.:Mz%('£68/d%59".2':.:/<;Q
Ì° 1“ ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
{}>".:6L…aš±ùd“mF-%(#A%(]/&!w/&>-%5/W%p68/d%œ/&.21(-%(#8;U6L;j6L/&$BocÛ$"!#A%5/&$)©4t#A1B %N¢*VWX 1©681BD6Ör¹jù†…
6AC"%(M!bBb$6A>Rc u .2'2'|>-%zGp%U€F"Bb$#A.:Mz%('y681'2F?/A.21‹/&>"%5/@.26@9J1F?")"!)I%(6=Š ¨ Å Â g h Qp{}>".:6
…aš±ùd“w›£šœ•Ä(F-%(#&%5€/A!K/A>-%5/”)"!68.2#&%59"'2@6A1':F?/&.:1"6m%(#AK!"$#&%5/A!).:/&>?w/&.:Bb@Bb%(#AMd>C?#A1aM!!686
%(6Z9l1(/&>N/&>?=/A.2BDW%(")U6AC"%(M!@Bb$6A>\.2]/A!#8G5%(':6Z%(C"C"#81]%(Md>UÊ!$#A1"Q
Ém1 '2,/”F"6m)"$+""e68/&%(9".:'2.:/<;p.2o/A>"w/A.2BD,„¹6AC-%(M$w68!"68(Q”¸|.2#868/mM!1"6L/&#8F"M$/=%^+-".0/&w/A.2BD,„
6AC"%(M!@)"u 1Bb%(.2N'0;a.2" u .:/A>".2×zLxªØx½Ùþ%(")Úz—xþŠyx{Û@QŸ1±G$#m/&>?.26})"1Bb%(.: u .0/&>U%^œ #A.:)
/&>"%5/Z.26}$¥aF?.26AC"%(M!$).2\9l1(/&>\/&.:Bbv%(")\6AC-%5M!w%(")\+?iN/&>?@BD!68>8–(•½˜—šv9];N/A>"=!¥€F-%5/A.21
Ü ² ¨ µ‡ ‡EØ Š
Ém…ia/*#A!)?F"M!}1F?#*TW‡DX3%(C"C?#A1zij.2Bb%5/&.:1K1(4-/A>"}¢*VWX©/&1=%”/ u 15„<':$G$' ­ .—Q[(Q0c(/ u 1W/A.2BD,„<C?'º%("$6d®
4t1#8BeF"'º%e.:p/&>"W4t1#8B 1(4|Xy¥lQ ¯ Q·jQy{}>?w>"1(Bb1(!"$1F"6ZC-%(#L/Z1(4Ä/A>".2674t1(#ABeF"'2%e.26
‰-§ ²z³J´ ¨ µ ‰-§ ² ­—¯ Q0”° z]®
Xy¥sQ ¯ Q0”° z\.26=6&%5.2)/A1o9lq6L/d%(9?'2^.:47%(];9l1F"?)"!).2".0/&.º%5'ÄG$M$/A1#!c _‰ ÝzcÄC"#A1a)"F"M$!6K%U9l1F"")?!)
6A1('2F?/A.21G(!M$/A1#!c ‰-§ ²?cÈ%(6W/A>"^Bb$6A>36A>"#8.2"ƒ€6W/&1UÊ!$#A1\4t1#=%\+ji?$) ܧ ²jQD{}>?.26=.26v/A>"^M!'º%56A6A.:Mz%('
)",+-".:/A.21@1(4-6L/d%(9?.2'2.0/<;QÇS¹/Ä.26È1(4f/&$K#A,4t!#8#A!)e/A1”%56 Õ %œi@1# Õ %œi€„ÞZ.2Md>]/&BK;(!#Ä68/d%59".2':.:/<;Qğ':z%(#8':;
%(6}/&>?@BD!68>o.:]/&!#LG5%('26}1^/&1^Ê$!#A1?cs/A>"=€F"Be9l!#Z1(4È/&.2BDW68/A!C"6$²c ßcsBeF"6L/m(1^/A1^.2?+-?.:/<;N.:
1#8)"!#H/&1eM$1ÌG(!#7/A>"v!]/A.2#A~+?ij!)\)"1Bb%(.:Rc€6A1e/&>?”M!#8.:/A!#A.:1q.: ¯ Q ¯ .26%K"$M!!686&%(#L;pM$1")".0/&.21(
4t1#7/A>".26}6L/d%(9".:'2.0/<;qM$#A.:/A!#8.21RQ
{}>"~6A.2(".:+-M!%("M$}1(4J/A>".26y)?$+-".0/&.:1^1(4£6L/d%(9?.2'2.0/<;w%(#A.:6A!6y/A>"#A1F?> àÛ"– ¹âá L“ ãd-ùdšœ&4ù ÀEc >?.2Md>
68/&%5/&$6~/A>-%5/!c".:4|%EaF?Bb$#A.2M!%('RBD$/A>"1j)\.:6”“,•¹– f'e2ù ­ .:\/A>"=6A$"6Aw1(4 Õ %œi"®}%(")Ydšœ›?“,˜2“,•<ù,›-•£u /&>?!
.:/”.2L6 dšœ› ä(ù, åaù,›-•½Q” Bb,/&>"1a).2L6 dšœ›?“,˜2“,•rù,›-•È.:4*.0/”C?#A1a)"F"M!$6W"1N!#8#A1# ­ .:/&>"K{|%z;a'21#m6A$#A.2$6
6A$"6Az®.2D/&>"m'2.:Bb.0/*%(6*/&>"mBb$6A>p68C-%(M!.:"e%5")q/&>?m/&.:BbZ6L/&!Cq1w/A1KÊ!$#A1 ­ u .:/A> Ü ²@+ji?$)Rc".:
/&>?~>];aCl!#A9l1':.2M}Mz%56A±®…Qy{}>".26*.:6’4tF"#8/A>"!#*)".:6AM!F?6A6A$)p.2bj$M$/A.21 ¯ Q “?Q’»BD$/&>?1j)^.266 dšœ› ä(ù,+ åaù,›-•
.:4|.:/~M!1(€G(!#8!6”/A1D/A>"K…i?%(M$/m6A1':F?/&.:1o%(6~/A>"@Bb$6A>68C-%(M$.2"q%(")o/A.2BD=68/&$C1D/&1DÊ!$#A1p.:
/&>?.26}Bb%(""$#!Q  Ÿ'2!%(#A'0;c?/A>".26}.:6Z%(\.2BDCJ1(#8/d%5€/7C"#A1Cl!#L/<;Q
”C"C?':;a.2"^68.2BDC"'2v#8!M$F"#A68.21\/&1DXy¥sQ ¯ Q:”° zjc u W+-?)
‰-§ ² ¨Àµ ² _‰ § Ý
%(")^F"68.2"vG(!M,/&1#H%(")^Bb%5/&#8.0ui æ?„¹"1#ABD6 ­ 6A$~mC"Cl!")". iEv®’%(")E/&>"$.2#’.:"!¥€F-%5'2.:/<;@#8!'º%œ/&.21("6!c
u w>-%zG(
Æ¦Æ ‰-§ ² Æ¦Æ ¨ Æ¦Æ µ ² _‰ § Ý Æ¦Æ x ÆçÆ µ ² ÆçƔè‘Æ¦Æ ²‰ § Ý Æ¦Æ x ÆçÆ µ Æ¦Æ ² è‘Æ¦Æ ²‰ § Ý Æ¦Æ ­—¯ Q0°°Ì®
0 *!4éñì ò: %6 ($+

q*
+)ï2ó‚+‰ ô‘!cDõö 4

‚: )-+0 202*‰‡*+!(y+ï20 !”*+*+.” ÷"&:v+r .”ê!î1ø‚*ï°!4'
*‰ ë"!4.ú01%Dù‰*&ì°ð'°!ï2ûÊ:)ü Ë+ýçþ' !40 ü%* !4;
ì ï°: 
($†.u
&í"ø S+.”6îÿø‚*!c%'& %*)*+ : !cë·($.”Êî1ë$&*+ì1&‡%'3% (y††.”)&% .u %ê!4'
*;0234*&4*+ì°Ë!ø‚: 
*%"ï ê(S*‚*!S &)c:%"
+ï !4(S: ï”+* !4 &%µ):ù‰
+!4°: ûÊï”ü+ýç þ !4„%I'þËù)!·2ûyüý¦
þ +„†"4þâ.”+ë/!y
ÿ+‰ +‡
+,”!4: Uï” +
!4!%v:ï ; + !4%u!4v  ² õ 3 ;
v)+*ø‚âø  : :*+ê*‚+!y+2
±Õ Ö ÂaÖáÒÈÙLâoÓq××?ÑJÐ@Î’Ó ×ÇÒ?Ðv؁ÙrÚÇÙ!ÒZÜgÐvà/=Î}Ý}à—Ä’Ó*ÔlÅZÓHàKÎ’Ó ÝZß Ý}‡^Ó?> × °Ì°•
j.:"M!W/&>?@.:".:/A.º%('l)-%5/&%eG!M,/&1#Z.:6}9J1F?")"!)£cs/A>"=6A1':F?/&.:1pG$M$/A1#m.:6}9J1(F"")"$)o.04
Æ¦Æ µ Æ¦Æ xÞ° ­—¯ Q0°Ì®
u4t1>"#}$6L#A/d %(9"ƦÆ.:µ '2.0/<Æç;Æ Q #A$C"#A$6A$€/A6K%5€; æ?„<"1(#AB¼1(4 µ Qw{}>".26W.:6v1(4f/&$‹F"6A$)I%(6=%o4“ ƒ ª,˜—ù,›-•|M$1")".0/&.21(
Ém1 u»u ”"!$)p/&1K#8!'2%5/&~/&>"m68/d%59".2':.:/<;E)",+-".0/&.21("6.0G$p.2qX*¥€6$Q ¯ Q “e%(") ¯ Q • u .:/&>D/&>-%œ/
.0G!I.2hXy¥sQ ¯ Q:°ÌaQoS<PXy¥€6!Q ¯ Q “o%(") ¯ Q•?cÄ68/d%59".2':.:/<;©.:6K#A$'º%5/A!)3/&1/A>"U“-ù,•½8–1e8–…(˜Áƒ]“=1(4
cÈ.™Q†5Q:cÈ.:/A6W!.:!]G5%('2F?D154Bb%œij.2BeF?BnBb%(".0/&F")"5Q^S<IXy¥sQ ¯ Q:°±jcÇ68/d%59".2':.:/<;o.26=#A$'º%5/A!)‹/&1U%
æ?µ „¹"1#AB¼1(4 µ QwS¹/W.:6vM!':z%(#m/&>-%5/eÿ• d-ù ,…˜f•<ù,…˜½––(&ùEÁ• d-ùK“!1– Àqù Ëd-ù,›IÁ• d-ùK“ -ù ,•½A1– eĝ8– …(Á˜ ƒ€“e˜2“D–
•½4 ƒ-ù <›£šœ) À
{ u 1©4½%(M,/&6E%59J1Fj/e/&>"q#A!'2%5/&.:1I9l$/ u !$g68CJ$M$/A#&%('7#A%()".:.%(?)`Bq%5/A#A. i3"1#ABD6E%(#8 u !'2'
ƒ€"1 u Rû
°QZ{}>"@6ACl!M,/&#A%('Ç#&%()".:F"6Z1(4y%^Bb%5/&#8.0iN.:6Z.:/&u6 Ù œ ?1#AB u >"$o/A>"wBb%5/A#A.0ip.26Z"1#8Bq%5'—c?.™Q†5Q:c
.0/}M!1BDBeF?/A!6 u .:/A>\.:/&67/A#&%(?6ACl16A5Q
jQZ{}>"=68CJ$M$/&#A%('Ç#&%()?.2F"6}.:67/&>"L e2š ù, f,2š ƒa²› …=1(4’%('2'J"1#8Bb6$Q
¸-F"#8/A>"!#8Bb1(#A(c u >"$N¾ .:6?1#ABb%('—c/A>"”68!M$1")N.2?!¥€F-%(':.:/<;E.:pXy¥sQ ¯ Q:°(°”9l!M!1(Bb$67%(p$¥€F-%('0„
.:/<;(Q”S</A>".26mMz%(68(cÛXy¥sQ ¯ Q0°Ìb9l!M$1Bb$6”9l1(/&>©?!M!$6A6A%(#8;%(")©6AFjˆbM$.2$€/”4t1#”6L/d%(9".:'2.0/<;Q~¸-#A1B
/&>?!6AD#A$'º%5/A.21?6 u D)"#&% u / u 1.:BbCl1#L/d%(]/WM$1"M!':F"6A.:1"6@%(9l1F?/=/&>?D€F"BD!#8.2M!%('y68/&%(9".2':.:/<;o1(4
BD$/&>?1j)"6}F?6A!)U/&1^6A1(':G@¢*VWX}Y†6$Q
ü {}>">"^$`/6L/d&%(>"9"p.:'2(.0/<1Ì;G(!M$#8#A"..:/A2!"#8©.º%pBb.23X%5/Ay#A.0¥€i36!Q.:6K¯ "1Q “\(#A%(Bb") %('—Qo¯ Q0°Ì{}N>".2%(6w#A^.2"M.2$)?'2!F"]/)"&$.:6eMz%(68'|;a4tBD1(#WBb68,/d/&%œ#8/&.2.2M(1(c’-%%((68#8;a;oBD68Bb;a6L,/&/&!#ABD.:M(6 c
u%(?) M$.2#8M!F"'2%(]/NBq%œ/&#A.:M!$6!Q¤{}>"$6A3M!#8.:/&$#A.2%h%(#A‹9l1(/&>þ?!M!$6A6A%(#8;O%(")»68F?ˆDM!.2$]/U4t1(#
BD$/A>"1j)?6*/A>-%5/!?!#&%œ/&~6AF"Md>pBb%5/A#A.2M$!6*%(?)q)"$CJ$")p6A1('2!'0;eF"Cl1D/&>"~!.:!]G5%('2F?!6*1(4
/A>"=Bq%5/A#A.:M!!6$Q
ü S¹.:6q4’/AF">""6KL/d68%(CJ9?$'2M$/A#&9]%(;þ'È#&%5%(€;)?g.2F"6~M!#81(.:/A4~!#A–(.:›-1ž=RQÀ1±G{}$>€#AF"".6p:"4tp1(#qBb%5$/&"#8.0!i\#A%(.:6m'”(Bb#Az%5%œ/&#8/&.2!M$#Z!6!/&c}>"%(/A1>""6ACl5cl!M,/A/&>"#AK%('”BD#A$%(/A)">".21aF?) 6
M$1")".0/&.21(N.26}"$M!!686&%(#L; W9"F?/~"1(/~68F?ˆDM!.2$]/~4t1(#}68/d%59".2':.:/<;Q
r'5 &÷2+ì ï2ï”4: : ël + 2
3$.”% 
ÿ&%2&

++4 !4*+%Dël 
!% %2!).”3+ !4*+%?+  
â4:2ê!4* ‡!4ï2 * $0
01ï &*0°+!'*‰
)†:‘
* .”* 4ï2;
Ë!) ì1y: &

â+24%ú!*&ð'ï2):‘!

!#"%$
°±Íz ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
ãpä( »«¼©ö çlC*òzì·GIJ½EpïG?H©"ò Jzò$ïRõ ÒíDê©ì~çWéï’ôxòzê ïyðç Òíbö öé J$*ç )
+ Ï-,NJ'Geêç

QSR.SR&V /1032 ªaua‡` W \4‡Œ Z3s52ªZrk64Ë`^UŽyZ `‘a `XDZ87bl^U` [ ^\Œ3kZ


‘»>",/&>"$#1#*"1(/*/A>"m68!BD.0„¹)".268M!#A,/&~%(C"C?#A1]%(Md> u %56H/&%(ƒ($q/&1=+-")D/&>"~)".:øJ!#8!"M$.2"w%(C"C?#A1zi€„
.2Bb%5/A.21p154’%E6A,/~1(4’¢*VWX}Y[6!c-/&>"W+-"%('Û)".:øJ!#8!"M$=!¥€F-%5/A.21"6ZM!%(o9lW#A$C"#A$6A$€/A!)9];
‰-§ ²z³J´ ¨ µ ‰-§ ²W« ¶ § ²
¸-F"#8/A>"!#8Bb1(#A~.:4 µ >-%(6%wM!1(BbC"':$/A: 97$.2$"68;a68/A!BUcj/A>"”681'2F?/A.21D/&1@/&>"m>"1BD1!?!1F"6C-%(#L/
Mz%5%(' u %z;a6Z9J=…i?C?#A!686A$)©%(6
‰-§ ² ¨ Ü ´ ²´ ØR§ ´ Á è”è”è Á Ü qÿ ÿ² Ø-§ ÿ Á è”è”è Á Ü<; ;² Ø § ;
u+-")>"\$#A%w=#A/&!>"'2­ %5/&"ÿ.:1»q9%(l#8$W/ /&>"!W$N/$.2&>"$D€G5‹%%(':5F"")!q6Z1(/&>?4 =µ ý\QyS¹$4|.2/&$>?]G@(68%5!'2F"BD$.06!„¹Qy)".2{}68M!>"#A.:,67/&6AW$%5#8GC"$C"6Z#A1%(%(6}Md%w>G(˜2!“#LF";p68M!!1()R€Gc (u !w".:M!!%(]/
F".:)"W%(67/A1 u >"!#8 u u =Bb.:>]/7…i?Cl!M,/Z/&>"­J„¹#A1a1(/&6/A1E'2.:”#A$'º%5/A.:G(v/&1e/&>?WF"".:/7M!.2#8M!':v.2N/&>?
M!1(BbC"':,Éi J„¹C"'º%5"(Q\¸-1#W/&>?.26@#Az%56A1 u  u .:'2'yC"#81jM$!$)I/&1U/&#&%5M!b/A>"D'21aM!F"6@1(47/A>" J„¹#A1a1(/&6
%(6”%D4tF""M,/&.:11(4’/A>"KC"%(#&%(BD$/A!#”ý  4t1#Z/&>?K!¥€F-%œ/&.21("6”BD1j)?!'2.:"^)".:øJF"68.21%(")Cl!#8.21a)".2M
M!1(€G(!M,/&.21(>=ÌQ
?A@CBEDGFH@JILK MONPNQRBSKTKVUR>BWN

|¸ .:F"#A ¯ Q:°E68>"1 u 6W/&>"E…i"%5M$/W/&#A%(M!E154H/A>"µJ„¹#A1a1(/v.04.0/v.:6v!?!#&%œ/&!)39];ö¡ ¢X #A!C?#A!68!]/&.:"


!.0/&>"$#^)".:øJF"6A.:1k1#^9".2M$1]G!M,/&.:1RQ S<g9J1(/A>gM!%(6A$6b/A>" ü #A!C?#A!68!]/&6b/&>"U68/&%(#8/A.2"‹G5%('2F"
uBb>"%($#A". 0/&Â`F")"¨ *1(z4Jý %5")].2?M!#A!¨ %(6A°($6!Q\c¸s/A>"1(#@/A/A#&>"%(qM$)"#A.0ø£$C"F?#A6A$.21(6A$B€/AD.2"1jm)?/&!>"'—c|ý )" .2686A.26@.2C"#A%5z/&%5.:1'wB%(?)DI1a)""!$'€]>"%5!/&%(.0G)"56|Qo/A1 m6w%(/&#8>?)"6
/&>?@1(#A.2(.2p%56”ý Âp ¨ g «Dh QHTvN/&>"=1(/A>"!#}>"%(")Rc"4t1#/&>"=9".:M!1]G$M$/A.21\BD1j)"$'—c"ý Âp{¨ u €'YÂ
.26K%(' u %z;a6e.2Bb%(.:-%(#8;(Q\”6K/A>"pBb%(".0/&F")"D1(4 Y .:"M!#8z%(68!6!cy/A>"b/A#&%(M$p#A$C"#A$6A!]/A.2"©/&>?
9".:M!1]G$M$/A.21bBb1a)"!'"/A#&%zG$'26%(#A1(F"")^/&>"~M!.:#AM!F?BD4t$#A!?M!~1(4£/A>"mF?".:/HM!.:#AM$'2(c u >".:Md>q.0/*"$G(!#
'2!%zG!6$QD‘^BeF"6L/w9l^Mz%(#8$4tF"'y.:‹.2]/&$#AC"#8$/&.:" u >"!.:/=.26W#8!C"#8!68!]/&.:"o¡:Z\[ X Q^{}>"E4½%(M,/
/&>"%5/”.0?/ e ˜—ùd“^šœ›p/A>"KF"?.:/mM!.2#8M!':@BDz%5"6”1?':;N/&>"%5/”/A>"N1– À]²e ˜f• ƒ‘…aù}1(4’/&>?K#A$C"#A$6A$€/&%5/&.:1.:6
M!1(#A#A$M$/!c£.:/Z/A!'2':6mF?6”"1(/A>".2?q1(4’/A>"^ d?–œ“±ù7!#8#A1# ­ 6A$eXy¥sQR ?Q[Ž"°Ì®…QZ{}>"KC">"%(6Ae$#A#81#m#8!'2%5/&$6
/&1E/A>"_ -š±“,˜f•™˜—šœ›šœ›^/&>?@F?".:/ZM$.2#AM$'25Q
”. 
+`ceï2d
 *&
 ÷‘·!4%6
+ ï ë4!) ì !4aÿïµ&+ : ‡ b
3f4!)4
+‚0°÷ . †+2ê u)&:v02+& 4484*
+S44(y; b 4+&&%2*h
+ë"gI
+ê&!($*A
i ,”2&4.I
Ë8ì14:ï %µ†
. !4.”k*j—&
&
†ð'.ï2;c4:_ô2*+!m!({ln·% 4!%2øÉ.!oâ%úê!4ø‚*y ø /: :_. -!4î(Sï2
+ !4êï %L*4 %2. *
ì  !%'8&+ !4%/&4
+&
&÷”*+†
01&+ 84&:ë;
Õ±Öqp€ÖÃàsr|âÓ*ÔZÙ,Î|ÐvÚP×ÇÒ?Ðv؁ÙrÚÇÙ!ÒZÜÀÎ}Ý}àeΒÓ*єÒ|×oÙrà ÒÄϔÓáÎ}ÝZâÑ*ÚÇÓutN×Ñ*ÚÛÐvà”Ó °±Íj°
v]QCR>wyx z{N|F}@ILF:@wyN~wyNEKMO@GF

mÉ 1 u '2,/vF"6WM$1BbC"%(#AK/A>"E,i?%(M,/­J„<#81j15/”/&#A%(M!$6 u .:/A>©6A1BDK/&>"%5/=%(#8EC"#A1a)"F"M$!)‹9];©%(M,/&F-%('
/&.:Bb…„<Bb%(#AMd>?.2"EBD$/A>"1j)?6!Q7{Ä%(9"': ¯ Q0°@6A>"1 u 6”/A>"eý?„U3#A$'º%5/A.21?6Z4t1(#m%^G5%(#A.:$/<;\1(4|Bb,/&>"1a)"6!Q
¸|.:F"#A$6 ¯ Q·K%5") ¯ Q†ÍK.2':'2F"6L/&#A%5/&}/&>?”#A$6AF"'0/&67C?#A1a)"F"M!$)N9];bG5%(#8.21F"6HBD$/&>?1j)"6 u >"!p/A>"$;q%(#8
%(C"C?'2.2$)/&1b/&>"eBD1a)"!'|TWVWXZY[6”4t1#”)".:øJF"6A.:1%5")©CJ$#A.:1j)".:M,„¹M!1]G$M$/A.21Rc£Xy¥a6$QRŽ"Q[ŽN%(")©Ž?Q @jQ
S¹/W.:6v.2BDC"'2.:!)U/&>-%5/”/&>"E9l!>-%zGa.21(#v6A>"1 u ‹.26m/<;jC?.2Mz%5'’1(4 u >-%5/ u .:'2'È>-%(C"Cl!‹.04y/&>"EBD$/A>"1j)?6
%(#87%(C"C?'2.2$)@/A1v)".0ø£F"68.21a„ ­ 1#È)".2686A.2C"%5/&.:1j„L®R)"1(Bb.:-%5/&$)w1(#ÄCl!#8.21a)".2MHM!1]G(!M$/A.21a„<)"1BD.2"%5/&$)
C"#819"'2$Bb6K%(6 u !':'%(6 u >-%5/E)"1a!6K>-%(C"Cl!`.:I/&>"qBb1a)"!'HMz%56A!6$QÆo168/e1(4}/&>"q.2BDCJ1#L/d%(]/
Cl16A68.29".:'2.:/A.2$67%(#8WM!1±G$#A!)9€;q/&>"=.2':'2F"6L/&#A%5/&.:1"6!Q
° ©«œ þ°Z«Pý ¨ z |X ijC"'2.:M!.0/~X*F?'2!#
 «œ ký  ©« þ° ¨ z ´ Õ z%(C?4t#81
Í  « ­ ° Á œUœ  ý  ® Áœ œ ý ´ ¨ z  €}
Ž « ­ ° Á ´ œ ý  ® Á ´ œ= ý  ©« ´ 9 œ ý Âo¨ z  €7Í
_

@ G™°Z«ký ´  ®|«þ° ¨ z ´ S<BDC"'2.:!M .:/7XyF"'2$#


_

  œ ­ °~« œ œ ý  ®|« ­ ° Á œ ý ´  ® ¨ z {È#&%5CJ$ Ê!1.:)-%('


~
° «
¯ œ­    Á  ¨ý |
® « z ´ 5
 ?)  T‚€7(% Mdƒ u %5#A)
“ œ ­ °~« ´ 9 œ ý ´   ®’« ­ ° ´ „ œ ý ® Á ´ ´ œ ý ¨ z WÆÍ


• « ­ ° ý 9 ý ® ý ­ ° 9 ý ® z Á ´ œ ƒ œÂ
_€}ÆÍ
°”z  « ­ ° ÁÁ (´ œý  Âb® ´ Á œ œ Á œ œ œ ý   ©« Á œ´ ý´ œ ¨ z Á œ  ¨ …@%(Ê$)-%(
°° ©«þ°Z«Pý  « œ´ ý œ  œ ¨ z´   ´ ÞL†@
°Ì ©«þ°Z«Pý « ý « ý « ý>  z ÞL†WŽ
°±Í œ ­ °~« ´ ý   ®|« œ  ý   ‹« = ­ ° Á ´ ý  œ  ® ¨  z ¨ Æo.:'2"WŽ(/A>
{Ä%(9"': ¯ Q0°QHj1BD@ýb« ÉÞ~$'º%5/A.21?6
R‡ˆv]QCxGz'‰ŠBE‰‹K}vmDOz'NUTŒNK MO@C

|¸ .:F"#A ¯ QN6A>"1 u 6K#8!68F"':/A6@4t1#W/A>"b…ijC"'2.:M!.:/@XyF"':!#@Bb,/&>"1a)RQD‘»>"!F"6A$)I4t1#=)".2686A.:C-%5/&.:1j„


)"1BD.2"%5/&$)KMz%56A!6y.0/’.:6Ä6L/d%(9"':4t1#È/&>"7#A%("*„L xþý  x/z?Q ­'Ž 68F-%('2'0;W/&>"Bq%((".:/AF")"H1(4JýD>-%56
/&1K9Jm!68/A.2Bb%5/&$)p%(?)p1(4f/&$p.:/.26*4t1F"?)p9];b/A#A.º%5'J%5")p!#8#A1#&®,Q|‘»>?!NF"68!)p4t1#9".2M$1]G!M,/&.:1
/&>?l J„*/&#A%(M!v4½%(':'261F?/&68.2)"v/A>"=F"".0/}M!.:#AM!':”4t1#Z%(':'J+-?.:/&  cs%5")N/&>"WBD$/A>"1j)\>-%56}"1^#&%("(
1(4Ä68/&%(9".2':.:/<;b.2N/&>?.26}Mz%56A(Q
 ‡?ANR>xOI‘U@’“ŒNEKMk@C

{}>".:6N.26\%I/ u 15„<#81j1(/pBb,/&>"1a)Rc~6A.2?M!©/&>"$#A‹%(#8/ u 1 ’Y[6NC"#A1a)"F"M$!) 9];þ$G(!#8;OýÛQ ‘»>?!


%(C"C?'2.2$)h/&1©)".:6A68.2C-%5/A.21I)"1BD.2-%5/A!)hC?#A19"':!BD6 u U68!N4t#A1(B ¸|.:"Q ¯ Q·/A>-%5/e/A>"NC"#A.:"M!.:C-%('
°±Í] ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
Ι(σ) Ι(σ)

λ h= 0 ωh= 0

λ h= οο
R (σ) R (σ)

i ωh
σ = e λ h , λh - oo σ=e , ωh oo

a) Diffusion b) Convection
|¸ .2F?#A ¯ Q0°û*X|i?%(M$/Z/&#A%(M!$6m154ËJ„¹#A1a1(/&64t1#}Bb1a)"$'R!¥€F-%5/A.21?6!Q
#A1a1(/@.26=6L/d%(9"':E4t1#@%o#&%5"^1(4Zý Â c|9"Fj/@/A>"D6AC"F"#8.21F?6w#81j1(/@.:6@?1(/zQpS<34½%(M$/!cÈ/A>"D6AC"F"#8.21F?6
#A1a1(/W6L/d%(#L/&6W1/A>"EF"".0/WM!.:#AM$'2E%(?)4½%('2':6”1F?/A6A.:)"E1(4H.:/m4t1#^–1eÁe7w ­ ý  ®l©z?Qe÷~1 u $G(!#$cÇ4t1(#
9".:M!1]G$M$/A.21‹Mz%56A!6$c u >"!Iý3.:*6 ²ƒj&ù^˜ÁÀD–”å(˜f›l–(…žœcJ/A>"EBb,/&>"1a)©.26”"1(/=1"'0;6L/d%(9?'2(c£9"F?/=.:/
%(':6A1©C"#81j)"F?M!!6^%þ/A>-%5/e4½%(':'26wC"#A$M!.268!'0;h1h/A>"NF"".0/EM!.:#AM!':q.:h/&>"N#A%(" z x x¡°Q
”6 u %(6^CJ1(.2]/&$)k1(F?/D%(9l1ÌG((c*/&>".:6E)"1a!6^"1(/^BDz%(£c*/A>-%5/E/A>"\Bb,/&>"1a)`.26 u .0/&>"1FjY/^ !#A#81#!Q
”'0/&>"1(F">o/A>"=+-F"#8K6A>?1 u 6m/&>-%5/~/&>?!#Aw.26m%b#A%("@1(4 Y .: u >".:Md>/&>?K'2!%(C?4t#81bBD$/A>"1a)
C"#81j)"F?M!!6H"1=!#8#A1#*.:b%5BbC"':.:/AF")"(c5.:/*6A%±;a6H"1(/A>".2"@%(9l1F?/y/A>"Z!#8#A1#*.2”d?–œ“±ù,Q’Æo1#8~.:6y6&%(.:)
%(9l1F?/}/A>".26}.:Ÿ>"%(C?/&$u# “?Q
B>‡•N|BW@–OC— ˜HUONUš™škRw›F—œRF:MOI‘@JU KMžŒNEKMO@

{}>".:6E.26^%(':6A13%/ u 15„¹#A1a1(/EBD$/A>"1j)P9"Fj/zcHF""'2.:ƒ(p/A>"\'2z%5C?4t#A1©68Md>"!BD(cH/&>"N68C"F"#8.21F"6^#81j1(/
68/&%(#8/A6@%5/W/&>"D1#8.2.:Rc£#A%5/&>"$#W/&>-%(31©/&>?DF?".:/=M$.2#AM$'25cÈ68!D¸|.:"Q ¯ QjQE{}>"$#A$4t1(#A(cÇ/&>?!#A^.:6
%o#A%("D1(4}#8z%('H"$]%5/&.0Gqý Â 4t1(# u >".:Md>I/&>?qBD$/&>?1j) u .2':'y9Jb68/d%59"'25QN{}>"q+-F?#AD6A>"1 u 6
/&>"%5/}/&>"=#A%("œ W$")"6 u >"!ý  © «@W° Ÿ z^6A.:"M!@%5/}/A>-%5/ZCl1.2]/7/A>"=6AC"F?#A.21(F"6Z#A1a1(/}'2!%zG!6Z/&>?
M!.:#AM$'2^%(") Æ Æ 9l!M$1Bb$6=#A!%5/&$#=/A>-%(31"5Qq{}>"D6A.0/&F-%5/A.21©.:6=¥aF?.:/&^)".0ø£$#A$€/ u >"$I/&>?
ý?„<#A1a1(/W.:6vC"F"#8^.2Bb%(.2"%(#8;(Q@S<‹/&>"%5/=Mz%(68D%(6 Y .:"M!#8z%(68!6@% u %z;©4t#81BnÊ$!#A1N/A>"^6AC"F"#8.21F?6
#A1a1(/K#A!Bb%(.:"6K.:"6A.:)"q/&>?pM!.:#AM!':N%(")`#8!Bb%(.2?6K68/&%(9"':q4t1#E%#A%("N154 Y Q3÷~1 u $G(!#$c/&>?
C"#8.2"M$.2C-%('H#A1a1(/@4½%('2':6w1(F?/&68.2)"q/A>"pF"?.:/eM$.2#8M!'2D4t1#E%(':' YžÂ   z?cy%(")h4t1(#w/&>?N9".2M$1]G!M,/&.:1
Õ±Öqp€ÖÃàsr|âÓ*ÔZÙ,Î|ÐvÚP×ÇÒ?Ðv؁ÙrÚÇÙ!ÒZÜÀÎ}Ý}àeΒÓ*єÒ|×oÙrà ÒÄϔÓáÎ}ÝZâÑ*ÚÇÓutN×Ñ*ÚÛÐvà”Ó °±Í(Í

σ1

σ1

λ h=-2
a) Euler Explicit

ωh = 1

σ2 σ1
σ2 σ1

b) Leapfrog

σ1
σ2 σ1 σ2

λ h=-1
c) AB2
Diffusion Convection

|¸ .:F"#A ¯ Q·jûy{È#&%5M!!6Z1(4âJ„¹#A1a1(/&674t1#7G5%(#8.21F?6}Bb,/&>"1a)"6!Q
BD1j)"$'R!¥€F-%œ/&.21(\/A>"=Bb,/&>"1a)\.26}F"?68/d%59"'2W4t1#Z%(':'  Q
A‡¡hUR¢xN|£E@‰'OR>z#ŒNK MO@C

}{ >"7/A#&%(Cl!Ê$1.2)-%5'jBD$/A>"1j)K.26’%”G(!#L;eCl1C"F"'2%(#|1?4t1#|#8z%(681"6’/A>-%5/*%(#87C-%(#L/&.2%('2'0;W.2':'2F"6L/&#&%œ/&!)
.23¸|.:"Q ¯ QÍ?QES¹/A6­J„<#81j1(/A6v4½%('2'Ä131#W.2"68.2)"e/A>"^F"".0/=M!.2#8M!':e4t1#W9J15/&>©/&>"^)".:6A68.2C-%5/A.2"\%5")
/&>?qCl!#A.:1j)?.2MEM!1(€G(!M,/&.2?Mz%(68N%(")£c|.2‹4½%(M,/zc˜f•m˜2“^“,•¹–f'e2ùL¤zšœb–1eÁe䜖1e„ƒsùd“Nš6¤Ký  ¤zšœËda˜d
ýÀ˜f•t“±4ù e ¤q˜2“\˜f9› d-ù,&ù,›-+• e ž“,•—– f'e2ù,Q –(F"6L/D'2.2ƒ5q/&>?U':z%(Cj4t#A1©BD$/A>"1j)P.0/E>-%(6e/A>"\Mz%(C-%59".2':.:/<;31(4
C"#81j)"F?M!.2?I1"'0;`C">-%56A$#A#81#b4t1#E/A>"Cl!#8.21a)".2MNM$1]G!M,/&.:"`Mz%(68(c}9"Fj/b/A>"!#8.26b%Bb% ¥81#
)".0ø£$#A!?M!~9J,/ $!p/&>?Z/ 1e68.2"M$Z/A>"Z/&#&%5CJ$Ê!1.:)-%('-BD$/&>?1j)DC"#A1a)"F"M$!6H"1e%5BbC"':.:/AF")"7$#A#A1(#
4t1#@–(›-ž Ys ¦ u "1( / ¥8F"6L/”%Eu ':.2BD.:/&$)p#&%5"W9l$/ u !!zLx Y xÞ°Q
°±Í(Ž ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
NJ‡§šR>£kR>’“ŒNEKMO@

{}>"*…=%(Ê!)-%5WBb,/&>"1a) u %56H)?!6A.:"$)D/A1WC"#A1a)"F"M$~':1 u C?>-%(6AZ$#A#A1(#!Q*j.:"M!}.0/&6’Md>"%(#&%(M,/&$#A.26L/&.:M


Cl1':;a"1BD.º%5'|4t1­# .26@%UM!F"9".:M ­ {|%(9?'2 ¯ Q:°(cÄ"1?Q°”z®,cÈ.:/@BeF"6L/e>-%zGD/ u 16AC"F"#8.21F?6K#A1a1(/A6w.:
%()")?.:/&.:1/A1\/A>"EC"#8.2"M$.2C-%('Ä1"5Qe{}>"!68q%5#AE6A>?1 u 3.2‹¸Ä.2"Q ¯ QÍjQKS<39J1(/A>/&>"^)".:6A68.2C-%5/A.21
%(")o9".2M$1]G$M$/&.:1M!%(6A$6!c£%b6AC?F"#A.:1F"6~#A1a1(/~'2.2BD.:/A6/&>?w6L/d´ %(9".:'2.0/<;Q7¸-1#}/A>"K)".:6A68.2C-%5/A.2"^M!%(6A5c
%p6AC?F"#A.:1F"6v#81jœ 1(/”'2!%±G(!6v/A>"eF"".0/WM!.:#AM$'2 u >?!ý  ©¤« œ cÛ%5")4t1#m/A>"E9".:M!1]G$M$/A.2"NM!%(6A5c
u >"$ Y¨Â    Q*Ém1(/A=/A>-%5/Z9l1(/&>\68C"F"#A.:1F"6Z#A1a1(/A6Z%(#A='21aMz%œ/&!)U%5/}/A>"=1#A.:.2 u >"!ý ¨ z?Q
Ie©ª’k‡•N|BW@–G—R–O¬«k@DkU KMC— ˜HUkN|Us­šDG–k’JNW—®PDkKVKVRyŒNEKMk@CGF3©u­š®~¯°R–O±­š®P²

{È#&%(M$!6\1(4=/&>"öl„<#A1a1(/A6q4t1#q/A>"‹6A!M$1")j„b%5")þ4t1F"#8/A>j„<1(#A)"$#ÔÞ~F?",„†WF?/A/&%hBb,/&>"1a)"6\%(#8
6A>?1 u Ã.2g¸|.2"Q ¯ QÍjQ {}>"o+"F"#A$6b68>"1 u /&>-%œ/q9l1(/&>kBD$/&>?1j)"6b%(#8o6L/d%(9"':N4t1#D%#&%5"\1(4
ý >"$3ý .26m#A!%('’%(?)"!%5/&.0G(c£9"F?/v/A>-%5/”/A>"e#A%("e154*68/d%59".2':.:/<;N4t16# Þ*†WŽp.:6”#8z%5/A!#!c
1 .:"u w%('2BD1Â68/H%5'2'"/&>? u %±;^/A1@„LaQ “?c u >"$#A!%(6SÞL†@@.26H'2.:Bb.0/&$)e/&1@„rjQyTvD/&>"m1(/&>"$#>"%(")b4t1(#
9".:M!1]G$M$/A.21öÞL†@^.:6mF?"68/&%(9"'2=4t1#m%('2' Y c u >"$#Az%5l6 Þ*†WŽb#A!Bb%(.:"6Z.2"68.2)"=/&>"@F"".0/”M$.2#8M!'2
4t1c# z—x Y x  ³ aQ*Tv"vMz%5p6A>"1 u /&>"%5//A>"l ÞL†WŽK68/&%(9".:'2.:/<;e'2.2BD.:/*.:6%59J1Fj/ Æ ý Â Æ ©»´ Ÿ“@4t1(#
%(':'£M!1(BbC"':,ioý Â 4t1(# u >".2MdÚ> w ­ ýJS® x{z?Q
QSR.SRUT $µ `>4A¶l^k^U`1tF‹)ac\·µ/i¸4kkT¹»º
¹S /H.26*.2]/A!#A$68/A.2"=/&1@C"F"#86AF"~/&>"~¥€F"!6L/&.21(q1(4£68/d%59".2':.:/<; u >?!b/A>"Z/&.2BD}68/A!Cb6A.2Ê$(c  ca.:6*6ABb%('2'
6A1b/&>-%5/”%(M$M!F"#A%(M$;o1(4*%(':'Û/&>"eý"„¹#A1a1(/&6~.26~1(4y.:BbCl1#8/&%("M$(Qmj.:/AF-%5/A.21"6}4t1# u >".:Md>/&>".:6m.:6m"15/
/&>?@M!%(6A@%(#8=M!1"68.2)"$#A$).2UŸ>"%(C?/&$#6“jQ
Œ8‰Šz'5‰'–OF<K R  ‰Šz'‰‹K ¼

” ':'|M$1]G!]/A.21-%5'|/&.:Bb…„<Bb%(#AMd>".:"qBD$/A>"1a)"6vC"#81j)"F?M!^%NC"#A.:"M!.:C-%('È#A1a1(/v/A>-%5/W.:6”G$#8;©M$'2168
/&1 ¡ ¢X 4t1(#p6ABb%('2'~G5%('2F"$6\1(4Eý  Q {}>"!#8$4t1#8(cv1(»/A>"‹9-%(68.26N1(4@/&>"‹C"#8.2"M$.2C-%5'”#A1a1(/!cm/&>?
68/&%(9".:'2.:/<;b1(4|%EBb,/&>"1a)N/&>-%5/Z.:6}#A$¥aF?.2#A$)U/A1^#A!681':G(K%e/A#&%("68.2$€/Z681'2Fj/&.21(N1ÌG(!#m%E#A!'2%5/&.0G$':;
6A>?1#8/m/&.2BD@6AC-%(Bq%z;U9JK%qBD1j1(/~.:6A6AF?(QWaF"Md>©Mz%(68!6W%5#Aw/<;aC".0+-!)©9];\/&>?e_ €}b%(")öÞL†@
BD$/&>?1j)"6 >"$/&>",;%5#Aw%(C"C"':.2!)\/&1q%b9".:M!1]G(!M$/A.21C"#A19?'2!BUQ}¸|.:6!Q ¯ Q5Mw%(") ¯ QÍœ4y6A>"1
/&>"%5/m4t1(#~9lu 1(/A>BD$/&>?1j)"6}/A>"KC"#8.2"M$.2C-%5'R#A1a1(/Z4½%('2':6}1F?/A6A.2)?@/A>"wF?".:/~M!.:#AM$'2@%(")o.26~F""68/&%(9"u':
4t1#m%('2' YÂ QZ÷~1 u $G(!#$cR.:4Ä/&>"=/&#A%("6A.:!]/v681'2Fj/&.21(U154y.2]/&$#A$68/vM!%(9l@#A!681':G(!)©.:%D'2.2BD.:/A!)
€F"Be9l!#*1(4l/&.:Bb76L/&$C"6H/A>-%5/H%(#8}6ABb%('2'j.2E/&>?~68!"68m154J/A>"}+-F"#8(c]/&>"Z$#A#A1(#yMz%(F"68!)b9€;K/&>".:6
.2?68/d%59".2':.:/<;DBq%z;N9lW#A$'º%5/A.:G(!':;qF"".:BbCl1#8/&%(]/zQ’S¹4È/&>?w#81j1(/7>-%()\4½%('2':!N.2?6A.2)?v/&>"=M!.:#AM$'2v/&>?
BD$/&>?1j) u 1F"':)>-%zGE9l!$‹)"!M$'º%(#8!)6L/d%(9"':e9"F?/W%(!#8#A1#”1(4y/&>"K6&%(BD ÀD”– å(›-˜f• ƒ‘…aù u 1F"':)
>-%zG~9l!!bM!1BDBD.:/A/A!)Rc¥8F"68/H.2E/A>"Z1C"Cl16A.0/&})".:#A!M,/&.:1RQ’¸-1#’/A>".26y#8z%(681b/A>"Z_€}=%(")^/&>?
ÞL†weBD$/A>"1j)?6~>"%±G(w9l1(/A>U9l!$F"68!)o.2\6A$#A.21(F"6Z¥aF"%(]/&.:/&%5/&.0G=68/AF")".:!6Z.2]G1(':Ga.2"^Cl!#8.21a)".2M
M!1(€G(!M,/&.21(RQþ{}>".26Dƒ€.2")k1(4”.2"6L/d%(9".:'2.0/<;h.26^#8$4t!#8#A$)g/&1%(6DBb.:'2)P.2?68/d%59".2':.:/<;I%(")Ã.:6^"1(/b%
6A$#A.:1F"6ZC"#A1(9"'2$BF"")?!#Z/&>"=M!.:#AM$F"Bb6L/d%(?M!!6Z)".:6AM$F"6A68!)RQ
Õ±Öqp€ÖÃàsr|âÓ*ÔZÙ,Î|ÐvÚP×ÇÒ?Ðv؁ÙrÚÇÙ!ÒZÜÀÎ}Ý}àeΒÓ*єÒ|×oÙrà ÒÄϔÓáÎ}ÝZâÑ*ÚÇÓutN×Ñ*ÚÛÐvà”Ó °±Í@

σ1 σ1

λ h=- οο d) Trapezoidal ω h = 2/3


σ2

σ3 σ1
σ1
σ2 σ3
e) Gazdag

σ1 σ1

λ h=-2 f) RK2

σ1 σ1

g) RK4
λ h=-2.8 ωh= 2 2

Diffusion Convection

¸|.:F"#8 ¯ QÍjûy{Ä#A%(M!$6m1(4âJ„¹#A1a1(/&64t1(#ZG5%(#8.21F?67Bb,/&>"1a)"6 ­ M$1]/zY[)s®,Q


°±Í  ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
½ R¢K RF K U@xGMO‰ŠB¨‰Š–OF<K R  ‰'zŠ‰‹K¼

{}>"$#A~.26*%WBeF"Md>bBb1#8}6A$#A.21(F"6*68/d%59".2':.:/<;wC"#A19?'2!B 4t1#y6ABb%(':'  /A>-%5/HMz%(D9l~9?#A1F"(>€/H%59J1Fj/


9];K/A>"7,ij.:68/&$"M!Z1(4sM$!#L/d%(.:e/<;jCl!6y154s6AC"F"#8.21F?6’#A1a1(/&6$QyTv"}1(4-/A>"79l!6L/*.2'2':F"68/A#&%5/A.21?6È154-/&>".:6
ƒ€.2")o1(4yC"#819"':!B 6L/&!BD6m4t#81B %bM$#A.0/&.2M!%('R6L/&F")?;o1(4Ä/&>"wBb16L/m%(M!M$F"#&%5/A(cJ,ijC"'2.:M!.0/zc"/ u 15„<6L/&!C£c
'2.:"z%5#7BeF"'0/&.26L/&$CNBb,/&>"1a) ­ 6A$w{Ä%(9"': ¯ Q0°Ì®,û
‰-²±³J´ ¨ «~Ž‰-² Á @œ‰s² ¯ ´ Á  A ¾ 5‰ ›² Á ‰ ›² ¯ 6´ ¿ ­—¯ Q0°±Í]®
Tv"NMz%5g68>"1 u cF"68.2"©/A>"NBb,/&>"1a)"6E.0G$k.:gj!M,/&.21(g jQ ?cy/A>-%5/e/A>".26EBD$/A>"1j)P.:6K/&>".:#A)j„
1#8)"!#”%(M!M$F"#&%5/AK9l1(/&>o.2U/&!#8Bb6~1(4 ¡VÀ ¢ %(")ö¡VÀ:Áacl6A1q4t#81B %(©%5M!M!F?#&%(M,;oCl1.:€/m1(4’Ga.: u .:/~.:6
%5/8/&#&%5M$/&.0G5Qy÷m1 u $G$#!c-':$/F"67.2?6ACl!M$/.:/A66L/d%(9".:'2.0/<;E$G(!N4t1#*G!#L;p68Bq%(':'"G5%('2F"$61(4Çý  Qy{}>".:6
Mz%53!%(6A.:':;U9l^%(M!M$1BbC?'2.268>"!)9€;68/AF")?;a.2"\.0/&6vMd>-%5#&%(M,/&!#8œ .26L/&.2MKCJ1'0;a"1BD.º%(' u >"$Iý  g z?Q
¸-#A1B X*¥sQ ¯ Q0°±Íb.0/~4t1('2'21 u 6}/&>"%5/Z4t1#vý Â\¨ z?c ­'à ® ¨ à Á Ž à « @jQ7¸l%5M$/&1(#A.2?s ­ Ç® ¨ z
u!¥€qF-%5+-'R")/&»1U °c-­ Û®%(")ר ­œ ‹«c-%^À6AC"°Ì®F?­ #A.21(Á F"6}@(1® "¨ 5c-!z?¥€QUF-{}%('Û>"/&!1e#8N„ @´%(Ä%#AÄ D/ u o1 J„<#81j1(/A6!‡Œ £´,c|/A>"qC?#A.2?M!.2C"%('*1"(c
S<g1(#A)"$#e/&1‹$G5%(':F-%5/&p/A>"NM!1("6A$¥aF?!"M$!6p1(4~/&>?.26e#8!6AF?':/zcH1"NBKF"68/DF"")?!#A6L/d%(?)g>"1 u
BD$/&>?1j)"6 u .0/&>\6AC?F"#A.:1F"6Z#A1a1(/&6 u 1#8ƒp.2\C"#A%(M$/A.2M!5Qy‘IWƒ€"1 u /A>-%5/}/&>?$;U%(#8W"1(/Z6A$':4Ä68/&%(#8/L„
.2?"cl%(")/A>"K68CJ$M!.º%5'ÈC?#A1aM!!)?F"#A$6vMd>"168!/&1b68/&%(#8/m/&>"$B¼.:".:/A.º%(':.2Ê$”/&>"wM!1a$ˆDM!.:!]/&6m1(4y/&>?
6AC?F"#A.:1F"6Z#A1a1(/&6$c-/&>" Ü ÿ ® 4t1/# Ç   °w.:Xy¥sQl ?QÍ( ?QS¹4Ä/&>"=6L/d%(#L/&.2?bC"#81jM$!686m.:6 u !':'Û)"!68.2?!)
/&>?!6AbM!1a$ˆDM!.:!]/&6K%(#A^4t1#8M!!)3/&1U9J^G$#8;6ABb%('2'™cÇ%(").:4H/&>"bBb,/&>"1a).:6=68/d%59"'25cÈ/A>"$;3,/
6ABb%(':'2!# u .0/&>g.2"M$#Az%56A.2? Å Q»÷m1 u ,G$#!cZ.:4m/&>"UBq%5".:/AF")"\´ 1(ÝL4”Å 1"U1(4v/&>?o68C"F"#A.:1F"—6 .:6
!¥€F-%5'Ä/&1 @jcl1"KM!%(68!e)".:6&%(6L/&$#”.26~.2BDBD.2"$€/~9l!M!%(F"6A ­ @® ”° zWÆ!QmX’G$%^G$#8;o6ABb%('2'
.2?.:/&.2%('"G5%('2F?m1(4 Ü ÿ ® .26¥aF?.2Mdƒ€':;b1±G!# u >"!':Bb$)RQHjF"Md>\BD$/A>"1j)?67%(#8vMz%(':'2$)qMz%œ/d%(6L/&#A1(C">".2M!%('2'0;
F""6L/d%(9?'2@%(")U%(#8 u 1#L/&>"':!6A6Z4t1#}BD168/!c".:4È"15/~%('2'™c?M!1(BbC"Fj/d%5/A.21"6$Q
Œ8‰Šz'–kNPR–Ož™šOR>w›FK ¼xNÇwyNEKMk@CGF

¹S 4 u w.:"6ACl!M,/m/A>" J„<#81j1(/Z/A#&%(M$!6~1(4|/A>"wBKF"':/A.2C"':v#A1a1(/~Bb,/&>"1a)"6~.2o¸|.2(6!Q ¯ Qb%5") ¯ QÍ?c u 


+-")‹/&>?!B /A1\9JE1(4H/ u 1U/<;aCl!6!QDTv"e/<;aCl^.26v/<;aC".:+"!)‹9];/&>"^':z%(C?4t#81NBD$/&>?1j)RQwS<©/&>".:6
Mz%56AZ%v6AC?F"#A.:1F"6y#A1a1(/’4½%5'2'26}šœ›p•Ád-ù·ƒa›-˜f•,˜fÊ4e2ù u >"$  g z?QÄ{}>"Z1(/&>"$#|/<;aCJ}.:6’,ij$BbC"':.:+-$)
9];‹/&>"p5")j„¹1#A)"$#Km)-%(BD6L6„ €%(6A>?4t1(#8/&>I%(")›…@%(Ê$)-%(oBb,/&>"1a)"6!QUS<I/A>".26@Mz%(68p%(':'*6AC"F"#8.21F?6
#A1a1(/A674½%('2'*šœ›©ÿ• d-ùEšœ…˜ å(˜f› u >"!  g z?Q
{}>"m4t1(#ABD!#y/<;aCJ~.26*#A,4t!#8#A!)b/&1w%(6%ȘÁe ›£ùLÈ3ù,•Ád-š'…(QHj.2"M$~%5/':z%(6L/H1"~6AC"F"#8.21F?6#81j1(/
4t1#”%\Æo.2':"KBD$/A>"1j)%(' u %z;j6W6L/d%(#L/&6v1(/&>"eF?".:/WM$.2#8M!'25cJ/A>"eBD$/&>?1j).:6v'2.:ƒ($':;N/&1N9l!M$1BD
F""6L/d%(9?'2v4t1#7681BDvM!1BDC"':,iNýo%(6 Â C"#A1aM!$!)"6~% u %±;q4t#A1BÊ!$#A1"QHTvN/&>"W9"%(6A.:671(4Ä%e{|%z;a'21(#
6A$#A.:!6v…i?C"%("6A.:1RcR>?1 u $G(!#$cÇ/A>"!68EBb,/&>"1a)"6”%(#Ae(!"$#&%(':':;\/&>"KBb16L/W%(M$M!F"#A%5/&K.2"681(4½%(#v%56
/&>?$;NBD.2".:Bb.:Ê!wÿ• d-µù dš±{ù ª,˜—ù,›-•£.:N/&>"='2!%()".:"e/&$#AB4t1·# ¡VÀ £ Q
{}>"3'º%5/8/&!#b/<;jCl‹.26N#8$4t!#8#A$) /A1g%56\%(ÊÉu…]1– ÀK˓ È3ù,Á• d-'š …(Q‚j.2?M!©4t1#p/&>?!6A‹BD$/A>"1j)?6
%(':'|6AC?F"#A.:1F"6WBD$/&>?1j)"6”68/d%5#8/@%5/v/A>"E1#8.2.:4t1# ©¨ z?c£/A>"$;>-%zGD%pF-%(#A%(]/&$!)3#&%("(e1(4
±Õ ÖªÌ]ÖkàÍr|âoÓHÔZÙ,Î|ÐvÚP×ÛÒ"ДØÙrÚÛÙ!ÒZÜÞÎ}Ý}àeΒÓ*єÒ|×UÙràÒÄÏmÓÞÎ}ÝZâÑ*ÚÈÓut¤ýÎèÑ*ÚÛÐvàmÓZ°zÍ ¯
68/&%(9".:'2.:/<;=4t1#y68Bq%5'2'?$"1F"(>  Qy÷~1 u ,G!#$cj1(^/A>"Z9-%(68.26y1(4s/&>?~Bb%(?.:/&F?)"1(4l/&>?}M!1a$ˆDM!.:!]/
.2e/A>"}'2!%()".:"v{Ä%±;a':1#’6A$#A.:!6y!#8#A1#’/A!#8Boc(/A>"$;K6AF?øJ!#$c€#A!'2%5/&.0G$':;w6AClz%(ƒ€.2?"c(4t#A1(B¤%(M$M!F"#A%(M$;(Q
¸-1#\%`.:G(!O%(Bb1(F"]/\1(4KM$1BDC"F?/d%œ/&.21(-%(' 1#8ƒlcm/&>"‹1#8)"!#\1(4K%(M!M$F"#&%5M$;þ1(4@/&>?‹/ 1
/<;aCJ$6|.:6È(!"$#&%(':':;v$¥€F".:G5%(':!]/zc5%(")@68/&%(9".2':.:/<;”#A!u¥€F".:#A$Bb$€/A6Ä.:eŸ7¸|VÃ%(C"C?'2.2M!%5/&.:1"6R(!"$#&%(u ':':;
1±G$#A#A.:)"W/&>" ­ F"6AF"%('2'0;q68Bq%(':'f®y.2"M$#A!%(6A=.2\%5M!M!F?#&%(M,;NC"#A1±Ga.2)?!)\9];\%EM!1a$ˆDM!.:!]/ u .:/A>U':1 u $#
Bb%(".0/&F")"5Q
ãpäÏ »«¼©ö lç C*òzì·GIJ½EpïG?H©ò"Jzò$ïRõ ÒíDê©ì~çWéï’ôxòzê ïyðç Òíbö éöJ$ç*)
ÐÑ ,NJ'GKêç

QSR‘Ò$R&V µ$>` 4A¶l^k^U`1tF‹)ac¬\ ÓH4‡\pqÕ


Z Ô$R
}{ >"‹#A!%(6A1( /A1k6L/&F")j;þ68/&%(9".2':.:/<;P4t1#N68Bq%(':'mG5%(':F"!6N1(4  .:6p4½%(.2#8':;kz%568; /A1kM$1BDC"#A$>"!")£Q
¢y#A$6AF"Bb%(9"'0; u ^%(#Ae68!$ƒa.:"\/&1N#A$6A1'0GE681Bbw/&#&%5"6A.:!]/@%(")Rc£6A.2?M!e/&>?^%(M!M$F"#&%(M,;©1(4*/&>?
/&#A%("68.2!]/W681'2Fj/&.21(4t1#v%5'2'È1(4H1F"#vBD$/A>"1j)?6v)"!Cl!?)"6=1/&>"K6ABb%('2':"!686v1(4y/&>?e/&.2BD,„¹68/A!CRc
uM!1(q68/~6A$1(!4ȃ©/&>"/&1oWM$Bq1Bb%5ƒ(C?^F?/&/d>"%5D/A.216AN.:Ê!D(!1("47$/&#&>?%(':.2':6=;b68)"/A!!C`Cl!%(")6@?6m6ABb1\/%(':'*&>?%(W6waFCl?1Be686A9J.29?$'2#Z(1(Qp4|Tv6L/&/$C"&6~>?q/&%(1(ƒ(/A$>"U/!#@A1^>-M!%(1")BD£cÄC"/&F?>?/A
%p6A1('2F?/A.21RcR%(")©/&1NBD.2".:Bb.:Ê!W/&>?.26  .26A>©/A1UBb%(ƒ5K/&>"^6L/&!C‹68.2Ê!^%56W'º%(#8E%(6WCl16A68.29"':(Q
S<o/A>"@M!1BDC"#A1(Bb.:6A(c-6L/d%(9?.2'2.0/<;pM!%(Cu"'2%z;\u %DC"%(#8/!Q7”68.2)"=4t#A1B#AF"':.2"^1F?/mMz%œ/d%(6L/&#A1(C">".2M!%('2'0;
F""6L/d%(9?'2‹Bb,/&>"1a)"6$cv>"1 u ,G$#!c=/&>"‹6A.0/&F-%œ/&.21( .: u >".2Md> %('2'v154w/A>"3/A#&%(?6A.2$]/U/A!#8Bb6U%(#8
#A$6A1'0G$)oM$1"68/A.:/AF?/&$6”%E#&%œ/&>"$#~BD.2?1##81'2W.:U6L/d%(9?.2'2.0/<;qM$1"68.2)"$#&%5/A.21"6$Q
€;U4½%(#m/A>"eBD168/”.2BDCJ1#L/d%(]/”%(6ACl!M,/W1(4*€F"BD!#8.2Mz%5'Ä6L/d%(9".:'2.0/<;\1jM$M!F"#86WF"")"$#vM!1?)".:/A.21"6
u >"$Rû
ü 68Tv!"C-b%(#A>-%5%(/&$6K)o.:">Bb"%($#A!?.]/:/&AF?':;3)"!686$/&Q%(9"'25c|M$1F"C"':!)h6L;j6L/&$Bb6 u .0/&>h9ý Ìa$.2$]G(%5'2F"$6K>-%zGa.2" u .2)"$':;
šœ
ü ‘"F %(6A$]/!&ƒg$)1/&"'#A:%(;P"6A/A.:1I!]/+-z")Q »%h6L/&z%5)?;]„<68/&%5/&6A1':F?/&.:1 F"68.2"`%C-%5/&> /A>-%5/q.2"M$'2F")"$6q/&>?
u
S<g9l1(/A>`1(4m/A>"!68\Mz%(68!6E/&>"$#A\,ij.:68/^.2h/A>"\!.:!"6L;a68/&$Bb6^#8!'º%œ/&.:G(!'0;I'2%(#AbG(%5'2F"$6e1(4
Æ ý Â Æ %(6A681jM$.º%5/A!) u .0/&>U!.:!]G$M$/A1#A6~/&>-%5/ u  u .268>U/A1q)"#8.:G(@/A>"#A1F?>U/A>"K681'2Fj/&.21(UC?#A1aM!!686
u/&>?.:e/A>"Bq1F? % /N¥81%(#”];BD1(#A/&$.0G5]%5%(/&#8.:)»1N44t1(t#q1#m/&>"/A>"$.2e#b68.2/A")F"")?.0;Ga.2)"1(4*F-%5€F'”"Bb%(M$$M!#AF".:Mz#A%(%('ÈM$; 68/&%(.2þ9".2':!.:.:/<;(!Q”?6S¹A/vC-%(':zM$%(()?Q 6”{}/&1q>".2/A6N>"e68.:/&68F"F"|9%5/&¥8.:!1M,Ã./=1(:6 4
68/A.:øJ"!686Z)".268M!F"686A!).2N/&>"="…ia/mMd>"%(C?/&$#!Q
°±Í“ ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
QSR‘Ò$RUT 7 bDŒ acb_Ö­^U`‘^ayb_4kšµ$`>4A¶l^k&^‰`tØהٱ0µ$`¢4A¶lkZ8Ú Z `‘XDaÛÖls
S<">"$#A$€/=6L/d%(9?.2'2.0/<;\1(4*%q68$/W154T=VWX}Y[6 u %(6v)",+-"!)‹.:©j$M$/&.:1 ¯ Qq%(?)Rc£4t1#~M!1F?C"'2$)©6A$/A6
uýq.:!/A.:>E!%v]GM!51(%(Bb':F"C"!':6*$Be/AF"!6L.:/H!'2.2?681;aRc68/A€!1BU#yc]/&.:1=/|/&%(>"BbZ1(':F"$4f]//*&1(!)e4rc]/A/&1”>?~/&>?.:Bq7#A%5$¥a.2F?-%.25#A#8$;KBb%œ$ij]/.2’6y/&.2^/>-%œ&/’>?/&~>"M$1#ABDz%5C"'?'2…C-iD%(#Lýq/&6’C"15'2%(4l"%(('2'Q
{}>".:6}6A!#LG$6”%(67%(\,ijM!$'2'2$]/Z#A$4t$#A$"M!W4t#&%5Bb~/&1^)".268M!F"686Z%(")\)",+-"W/&>"W(!"$#&%('R6L/d%(9?.2'2.0/<;
4tz%œ/&F"#8!6Z1(4È/&.2BD,„¹Bq%5#AMd>".:"eBD$/&>?1j)"6$Q*¸-1#},i?%(BDC"'25c u w6L/d%(#L/ u .0/&>N/&>?@)?$+-".0/&.:1Rû
ÀF"BD!#8.2M!%('€Bb,/&>"1a)K.:c6 ƒa‚› dšœ²› …(˜f•™˜—šœ›l1– eÁe ž~“,•¹– f'e2ùÇ.04-.:/È.:6|68/&%(9"':H4t1#Ä%(':'?TWVWX}Y[6
/&>"%5/~%(#A=.:">"!#8!]/&'0;N68/&%(9"':(Q
nBD$/A>"1j) .:/A>g/A>".26DC"#A1(CJ$#8/<;k.26^6&%5.2)g/A1I9l~ Ém—“,•—– f'e2ù,Q ¼BD$/&>?1j)k.26 —“,•¹– f'e2ù^.04
/&>?D#8!.:1‹1(468/du %59".2':.:/<;oM!1]/d%5.2"6v/A>"^"!]%œ/&.:G(^#Az%5'*%œij.26W.2©/A>"^M!1BDC"'2…i3ý  ]ª C"Ü '2%("5cÄ%5")
Ý —“,•—– f'e2ù~.:4*.0/vM$1]/d%(.:"6”/&>?e!]/&.:#Ae.:Bq%5.2-%5#8;U%œij.26$ˆQ €;©%5C"C"':;a.:"N%b4½%(.:#A'0;\6A.2BDC"':w/&$68/v4t1(#
~„¹68/&%(9".2':.:/<;K.2b/A!#8Bb6H1(4ÛCl16A.0/&.0G~#Az%5's4tF?"M$/A.21"6H/&1@/&>"mM!'º%56A6H1(4R/ u 15„<6L/&!C Õ ÆÆ3Y†6.:G(!p.:
j$M$/&.:1U ? Q @1•?c"1?=+"")"6Z/&>"$6A@Bb,/&>"1a)"67/&1^9l=~„<6L/d%(9?'2W.:4|%(")\1?':;p.04
° ­—¯ Q0°zŽ€®
Þ}ßáà
Á °
â ß « ­—¯ Q0 ° @®
°
â x Þ
Á à«  ­—¯ Q0°± ]®
á6A,/m154|Z„<68/&%(9"':W.2BDC"'2.:M!.:/BD$/&>?1j)"6}.:6}6A>"1 u o.2\{|%59"'2 ¯ QjQ
Þ â à Æo,/&>"1a) Tv#8)"!#
° zz zz
° ã
S<BD{Ä#AC"%(':Cl.2M!!.0/7Ê!1(Xy.2)-F"%(':!' #  °
Í° ã5ã(° ŽÍ «w° °zã㏠ «@«@°°z ã5ã(ŽÍ 5")”o)-Tä%(Õ BD€7$6}%(!6Md/<ƒ;au CJ%(#A) 
°@Wãã1“ «w«w° ° ãã(  «@«”W°ãã1• { u 15Z„<6L„</&M$!1CU]/&/&#&#A%5%(M$CJ/&$.0GÊ!1 .:)-%(' 
E

|{ %(9?'2 ¯ QjQHj1BDWF""M$1")".0/&.:1-%(':':;D68/&%(9"'2 ­ ~„<6L/d%(9?'2±®H.2BDC"'2.:M!.:/BD$/&>?1j)"6$Q


Ém15/&.2M$v/&>-%œ/Z"1"=1(4È/&>"$6A=BD$/&>?1j)"6}>"%(6~%(U%(M!M$F"#&%(M,;\>".2(>"!#7/A>-%(\6A$M!1")a„<1#8)"!#$QHS¹/~M!%(
9lDC?#A1±G$)/&>"%5/=/&>"^1#8)"!#=1(4%(3~„<6L/d%(9?'2 Õ ÆÆ A–(›-›£šœ•W&ù ¹ dùd†ù …UŠ• šœcÈ%(")£cÇ4tF?#8/&>?!#ABD1#8
/&>"%5/U1(4E%(':'=5")a„<1#8)"!#$cv~„¹68/d%59"'2©BD$/A>"1j)?6\/A>"‹/&#&%5CJ$Ê!1.:)-%('vBD$/A>"1j)»>-%56U/A>"‹6ABb%('2':!68/
/&#8F""M!%5/&.:1\!#A#81#!Q
Õ±ÖªÌ]ÖkàÍr|âoÓHÔZÙ,Î|ÐvÚP×ÛÒ"ДØÙrÚÛÙ!ÒZÜÞÎ}Ý}àeΒÓ*єÒ|×UÙràÒÄÏmÓÞÎ}ÝZâÑ*ÚÈÓut¤ýÎèÑ*ÚÛÐvàmÓZ°zÍ•
Þ~,/&F"#8".2?p/&1p/&>?E68/d%59".2':.:/<;N/&$68/=F"68.2"NCl168.:/&.0Ge#8z%('È4tF""M,/&.21("6W1"eM!%(‹6A>"1 u /&>-%œ/=%
/ u 15„<6L/&!C Õ ÆÆè.:6 ]ª Ü „<68/&%(9"':W.:4|%(")\1"'0;p.:4
° ­—¯ Q0° ¯ ®
Þ}ßáà
Á °
â ß « ­—¯ Q0”° “]®
zLx Þ « à
 ­—¯ Q0”° •]®
¸-1#”+-#868/L„<1#8)"!#@%(M$M!F"#A%(M$;(cÈ/A>"E.2"$¥€F-%('2.0/&.:!6 ¯ Q0° ¯ /A1 ¯ Q:”° •\%(#8E'2$6A6=68/A#A.2?!]/W/&>"%( ¯ Q:°zŽp/A1
¯ Q0°± ?Q*¸-1#}68!M!1(")j„<1(#A)"$#”%(M$M!F"#A%(M$;(cs>"1 u ,G!#$cl/A>"=C-%(#A%(Bb,/&$#A6 Š­ Þ|å â åà ®%(#A=#8!'º%œ/&!)\9];N/&>?
M!1(")".:/A.21 °
â « Þ
à
¨ Á 
%(")\/&>?=/ u 1D6A$/A6m154|.:"!¥€F-%(':.:/A.2!6#A$)"F"M!=/&1^/&>?@6A%(BDW6A$/ u >".:Md>o.:6
â x  Þ «þ° ­—¯ Q1 z]®
â ß «
° ­—¯ Qj°Ì®

÷m$"M!5cj/ u 15„<6L/&$CRc?68!M!1(")j„<1(#A)"$#7%(M$M!F"#A%5/& Õ ÆÆY†6/&>-%5/%(#8mZ„<68/&%(9"':m%5") *ª Ü „<6L/d%(9"':Z6A>-%(#8
/&>?q6&%5Bb n­ àhå â åÞ ®=C-%5#&%(BD$/A!#@6AC-%(M$(QU”'0/&>"1F?>/A>"q1#8)"!#@1(4Z%5M!M!F?#&%(M,;I1(4}%(h~„¹68/&%(9"'2
BD$/&>?1j)DMz%(?"1(/7…ijM!!$)p/ u 1?c *ª Ü „<6L/d%(9?'2 Õ ÆƼBD$/&>?1j)"6H,ij.:68/ u >?.2Md>q>"%±G(v%(q%(M!M$F"#&%5M$;D1(4
%(#89".:/A#&%(#8.2':;D>".:>\1#A)?!#!Q
S¹/N>-%(6q9J$!»6A>"1 þ/&>"%5/p4t1#q%hBb,/&>"1a)Ã/&1I9JS—„¹68/&%(9"'2.:/pBKF"68/p%('2681h9J~„<6L/d%(9?'2(Q
{}>"$#A$4t1(#A(cs"1E4tF"#L/&>"$u #Z)".268M!F"686A.21(o.:6}"!M$!6A6A%(#8;\4t1#7/A>"=6ACl!M$.º%('ÛM!%(6A=1(4ÄS—„<6L/d%(9".:'2.0/<;Q
S¹/D.26e"15/b)?.:ˆDM!F"'0/e/&1‹C"#81±GN/&>-%œ/bBD$/A>"1a)"6E>-%zGa.2"3%©Md>-%(#A%(M$/A!#A.:68/A.2MNCl1':;a"1BD.º%5'*4t1(#
u/&.:1>"-%.:Md(>':':;/&>"68E/d%5M$9"1j'2,5ˆbQNM${}.2$>"€/.2v6w1(.24*"M$/&'2>"F"e)"$>?6K.2%5>"'2$'y68,/Wij1(C"#A':)".2M$$.:#”/@/&Bb$#A,B¼/&>"1a.2©X)"6K»%(.2")6mIF"C?".#A:/<!´; )?ÆW.2M$Mz/A%51©#L„¹M!"1$#8G(#A!$#WM$/&9l1(e#wF"BD"M$$/A1>"")1j")?. 6„
Bb%()"vF"CN154Ç,ijC"'2.:M!.0/76A$¥€F"!"M$!6$Q}jF"Md>\BD$/A>"1j)?6}%(#A”#A$4t$#A#8!)N/&1"ca/&>"$#A,4t1#A5c-%(ú6 dšœ²› …(˜f•½˜—šœ› 
1– eÁe žE“,•¹– f'e2ùBb,/&>"1a)"6$Q
QSR‘Ò$R‰ˆ $µ `>4A¶l^k^U`1tÑ[]ayby`9a1æD\s ^&b¿`‘XDZ [Yaci jlkZçéè1ÔÕê k64bDZcR
OG(!#L;pM!1(€G(!".:!]/ u %±;b/&1eC?#A!68!]/}/&>?”68/&%(9".:'2.:/<;^C?#A1Cl!#L/&.2$61(4È%@/&.2BD,„¹Bq%5#AMd>".:"wBD$/A>"1a)
.26E/A1IC"':1(/^/&>"U'21aM!F"6^1(4”/&>"UM!1BDC"':,igý  4t1# u >".2Md> Æ Æ ¨ °c768F"Md>Ã/A>-%5/D/&>"U#A$6AF"'0/&.2?
M!1(€/A1F"#e(1j$6K/&>"#81F">/&>"pCl1.:€/Eý Âk¨ zjQ©÷m$#A Æ Æ #8$4t!#86e/&1/A>"pBb%œij.2BeF?Bè%(9"6A1('2F?/A
G5%('2F?1(4l%5€;ú’c5C"#A.:"M!.:C-%('€1#|68C"F"#8.21F"6$c5/A>-%5/’.:6’%~#A1a1(/Ä/A1”/&>?Md>-%(#A%(M$/A!#8.268/A.2MCJ1'0;a"1BD.º%('(4t1(#
ë d *7&)%$ì1r($4.”r&ð'ï2):2+!ï2% -ÿëyì"ë$Ë+*8" ):2%2!4*(S4:bì&)+ !4% " . 8"
 !4%$ì"ëS!%2
ÿ‰)%'² %2.”&0°&%2.”%'‚!)

!(q;3ì  %2 )+ !40 %2*!"


!)!49 ê0 !4*: :!”!.”ø3ï2
U‰ê*
!4!)( )+: 2:‡-‰
4*r!'!4+°
&; 3 q!"#$&%'
3!4_
ï2‰l$01!4: ë"% !4(S ):v4*+
+ï ($
3!48Ê4*+ !4ï°

jSg3&
°zŽz ΒÏmДÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ДØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙrà”ÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
ï î í
I( λ h) I(λ h) I(λ h)

Stable

Unstable

1 1
Stable Unstable

Stable ï î í
R(λ h) R(λ h) Unstable R( λ h)

ð ñò
a) Euler Explicit θ=0 b) Trapezoid Implicit θ = 1/2 c) Euler Implicit θ=1
ó ôöõW÷¢øùˆú´ûýü>þhÿ>ô%ô
  S÷>ø Wø¢ù
ù ! û

”õWô#"Wù%$'&û)(*  +,{ø  ÿ´ù-ô  ú|û/.01 2 >ù3ô¢ù3 4>ô5-6  S÷>ø¢ù3÷ù:øô-7
ù8 !›ô9:% ù +>  ô% ù ;>ù2 >ù:ø<Aôô”÷8:=1öù3û?> ùšøù@{ù:øA Çô6<B>ù<øù@ Wøù1<51C
“,•—– f• -•
D6EGFHE JILK=MON PMOQR û
ST > U ô-7VW=>  ôö ô#
9-6 X W÷>ø:TW ø,Y ù@Z!U% ô<- ôTô[U% ô:- ô#\ù !853 øùÛôö ÷WeøOeù6Hô
ó ô%õ>ûú´ûýü<8+¢  ô-=Ë
 ô]>ù:ø ôS" ù6%{ø ^>ù_ >  ù` ø: ! a

 ù ! õWô#W" ù¨  ôP
 ÿ´ù6-@eô c´
b ûe´
d ûýü>û

fgYh'igYjlkOmCn*gVk2op4qsrJtvutGixwyoi{z|g4}sm
ó ô%õ>ûú´ûýü~: +3>ù:>ôöô
2-6  S÷>ø€ Wø¢ù”ù@Z!U%ô-<ô€÷öù<ø€ù ! û](
‚>ù  +Ûô>õ

+5 [+7 !*ô ô


U>ô -64 BƒW=¢ô ö#ô
[-6  S÷>ø  Wø@ù Z!U%ô -<ô ]ù  !8:þ

„ ûS]>ù_-  W÷>øÛù-6 ù39…0>ô#eù_UY Wø:ô L l¢ù%ùGW


0#|-6 [U%ù@Z†$Y&!
U>ù3û

‡ ûS]>ùˆø ù:õWô % BW=¢ôöô#
sô EGN @Evˆ‰ >ù_' S÷0SøW <V8%>ù:ø ù Wø ù<Jô#ô]-6 >ôô nû

Š€ +hù"Sù:ø6<ƒ>ô€Tù@ ~ô-6%÷>ù6€ 2U03ø:‹ 1)>ùô~SõWôSø: %{Z¢ôCŒ{ù@Z!-:ùU8 Wø€>ùA SøôöõSôVŽ


?:š ômô_ ÷W=% ù9W ø3>ùC~ >ùB>  ô-6 W" ù-ô ?> U ø: ö ùP
 û_€8W ÷>õ ùW" ù<ø
 ù`Z!Uö ô:- ô
ù8 !]:0S ø ù_>ô>ù…0<- ôöù- ‘{Œ ùSûýõ>û<8‹’ ‡ <“€” ‡ Ž`< ù@W" ù:ø4 >ù:ø:a8 [8 Œ'ù3û\õ>û#<% ù7U8{ ø:W õ<
• –603õ<ƒ“a”_.8<ƒ“am ” üXŽ@<Y ù<ùHó ôöõ< ûú|ûed 1°ú´û—¢ b û˜a eô:- ùô‚U0S øWeô:- ÷S øa01€>ùA>ôöø:!1
W ÷>øW!*W ø¢ù:ø]ۓ ÷>
 õWù`Pm” ÷8:=9  ù8 ! < ó ô%õ>û>ú|û/b8¢ < ô-ö ÷>ù‹9U'W øWeô 2 |¢ùmô~S õWôS ø: [O´ Z ô
÷8] 2™ „š—›œ c™ ‡X ‡Oœ 
W < øù
U ù6-ôS" ù6S û

fgYh'igYjlkOmCn*gVkLjlhsugYhl}stGi{tgYhlž0rvrGŸ miž¡sro¢tvwyqBrvtvutiAwyoi{z|g4}sm
ó ô%õ>ûkú´ûýü-C8 {+>ùxW=>ôöô#
¢-6 X W÷>ø Wø‹>ùTô~U8öô-<ô3÷öù<øù ûx(*ô‹
U>ô-6) 
~ 2:>ô öô
~-6 X W÷>:ø  Sø
÷ -6 >ôô # x:=1öùmô ~U%ô -<ô TT@ù  <5
û ˜a eô-:‹
ù 01]¢ù
ù 8 !°ôW=8ö9 ù  W‹ ù 5-6 [Uö`ù Z£$Y&?01v MOQ¤¥@Evˆ‰ >x
ø >ùH6ù eô%øù}ø 1>õWx ù Y W÷ 03:ø Wû
¦§©¨§«ª2¬B­c®T¯°@±B²‹³ ´4µ²3¶°P³4°6µ·¸±]¹]ª9±\®,º3µB´†°Pª»µs¼€®¸±]¹­‚º,³l®\½ $Y¾ º,³4²‹ª€® „ ü „

óGôöõW÷>ø ùˆú´û/d´þØÿ>ô%ô
2   W÷¢ø Wø] ùmù@Z!U%ô-<ô]ù !8:û

I( λh)

3.0
Stable RK4
Regions
RK3
2.0

RK2

1.0

RK1
R(λ h)

-3.0 -2.0 -1.0

ó ôöõS÷>øù^ú´û—b¢þØÿ>ôöô
  W÷>ø Wø“Û÷>õWù`P”m÷8:=CTù@ <û
„ ü ‡ ±\¼€²3º‹µs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²‹¯Â´|·,´|µs®T­¢´

I(λh)
I(λh)
Stable Outside Stable Outside
2.0 2.0

1.0 1.0 Unstable


Unstable

R(λ h) 1.0
R( λh)
1.0 2.0 3.0 4.0 2.0

a) 2nd Order Backward Implicit b) Adams Type

ó ôöõW÷¢øùˆú´ûbú´þhÿ>ô%ô
  S÷>ø Wø¢ù ‡ ÷8-6 ¢ôeô 0 [:%ùmô[Uöô-:ô5ù8 !<û

S]>ô9Tù69019>ùLTù@ ›ô9÷Tù<øô-7 £:öù ‰@É@NÅÄBÆ0‰@N«¤Æ0‰Ç5ȋÉxÊ ¥2¤GÆ8ˤEG¤E¥


D@‰@EGN̆Q¥‰ˆc¤
M%EGN0¤
‰ÍÌRˤ
‰~ËR‰xEGN8Æ0‰@R‰@N0¤vFHI†QN8¥@¤ÍËD6F‰ û}ÿ! ùC >ù:ømô~U%ô-<ô*÷-6 >ôô #
:% ù[  ù Û + ô?¢ù[  ù[¢ U ø  U ù:øW
£S øùx8 {+ ô ó ôöõ¢ûCú´ûbú´û[(
;\ T>ù ù -6 ù
¢ù^ô 3 õWô03 ø: ~O´ Z ô  ô]U0S ø:a l¢ù ¥@¤ÍËD6F‰ øù:õSô   û
˜€ BW ÷- >ô#eô 0# 3W=8ö ùTT  ù@ lS øùT:% ùØô:   ùhø ù:õWô 4+>  ù:ø ù5>ù΍ύ]ÐÑ
¢ù ?S ø ù}ôeù<õWøOeô¢  õLS øù}ô>  ù<øù6~ ÷8:ö ù3û9S]>  ùx-6 ô}
- ù`Z1~U% ù9 LT  ù@ ¢0O
ô :=1ö ù MON0FHI +>  ù6Ò¢ùÇõWù6>  ù<ø1ô>  õ«ÎÏ]ÐÑ%S øù¢>ù6[ ùW" ùš  ô¢
 ù:øù À:ö ùËô2¢ù
eø U ù6–6S ô0  ù !Ó<#ônûýùSû#<>ùc U ù6<- ôÔa-7 ù¢ ‹>ù¢
  ù !«W øx+>  ô-=Õ«Ö × ûÙS]>  ù
Ø
:>  ôö ô
A'S ÷0SøW CW ø)>ô5-6 ùLô,: +Í  ôT ó ôöõ¢û|ú´û\ü
 û\S]>  ùa'S ÷0SøWH ô)¢ù]ô~S õWô0S øW
O´Z ô‘>ù~| ÷8T  ù<øô-6,T  ù@ yôW=8ö ùxW ø9$Y&;| ô¢  õc yW ø c>ù % ùG ¢ôO´ Z ô: û
S+5 ~ >ù:ø  ù !80107S" ù>ô]> U ø: 
U ù:ø:
LS øù¢ù_
+5 1*:eùUcø U ù6–W ô01ƒT  ù@ 

Ú0ÛÜ × Ö Ú0Û1Ý ×ƒÞ &,ß Ú0Ûà Ü × Þ Ú0Û1à Ý ×Pá


cCTù@ %>÷>ù [âCù:ù
‡
& ß Ú àÛ7Ü
Ú0ÛÜ × Ö Ú0Û1Ý ×ƒÞ
. × Þ Ú àÛ Þ Ú àÛOÝ ×Pá
˜€ 1eô-<ù‹0O€Y † 1s>ù6 ùù !8Søù_ l>ùãPô>ù‹
UùSû

fgYh'igYjlkOmCn*gVkLugYhl}stGi{tg'h|ž0rvrŸämiž¡srvo‚tJw‘qBrvtJutGiAwyoi{zlgƒ}sm
å ÷WC-ù-7S ÷8 ù%¢
S  ù8 !›ô”  ô~U% ô<- ô_ |ù698 9ù7;01”ôô”÷8-6 ¢ôeô 0 W=8öùSû
S+5 ¨ô%÷:ø1ô  )>ô‹Søù9: +°ôÇó ô%õ>û ú´û/æ´û΍¢ù9 )¢ù6ù}ô3¢ù9301~PWãc W÷8 
. ø:!
W ø:>ù:ø3T
S  ù@ Ōv> ûAæ8<ƒSs% ùú´û „ Ž ûA€ >ù:ømô3>ù}ü1!* Wø>ù<øãPô>ù9ù !ÇõSô"Wù
 2¢ùUYW ôX - U ù<ø1 Wø
„
Ú0ÛÜ × Ö Ú0Û1Ý ×ƒÞ & ß Ú à7Û Ü ü
. × Þ Ú àÛ Þ Ú àOÛ Ý
× á
‚ +°  ô¢Ss% ù}ú´û „ €>
û „ ¢. û3(*mô3W=% ù MON0FHI W ø$‚Öç™ œvè +>  ù6?é%ê è ê  ¢ . û
(*W=>ôöô#
~Y W÷80Sø: sô"Sù:ø: 2ôôSø, C0O Wø¢ùöù71U8{ø WõCù £Œvù<ù”óGôöõ>û¢ú´û/d1VŽ û
¦§¦§ÀÁT¹x¬s¯°P®,¯¸´|µ8²‹¶°P³4°6µ·Å²‹ªa²‹³l·)´!°W´ „ ü.

I(λh)
I(λh)
3.0
3.0

Stable
only on 2.0
2.0 Imag Axis

Stable 1.0
1.0

-3.0 -2.0 -1.0 R(λ h) R(λ h)

a) AM3 b) Milne 4th Order

ó ôöõS÷>øù^ú´û—æ¢þØÿ>ôöô
  W÷>ø Wø>ù ‡ - >ô#eô 0 [:öùmô~U8öô-<ô5Tù@ <û

ë2ì@ë íLî[ïðTñòðôó2õ\öA÷ñ7ø7ñõÓù úüû¢öAøù†ý\ñ7ý

’5 vSøs>ù[ :BU' U>÷Ô3øs Wø:þ 1V:=1>ô%ô


01 ôs Wøs|÷8Tù<øô-68:-=>ù6ù6ôs>ùó0 W÷>ø ôöù:ø
Wø|" 9* ˜ ù:÷8 89U¢ U ø -= û\S]>  ôs01  ôG
 ôO
 ÷8 ÷0 _-6S øø ôöù6 W÷8s AUYW ôXs  U ù:ø1 Wø:B1
ô |ù6 >ù6 U ù6ä ;›  ôeù:ø:T  ù>ôÔOeùx:SõWù 1a΍ύÐÑ: û?ÿ ¤vR@EÍK@¤vFHIc¥ 0‰Ë OEGNÌ ôAUU% ôöù6
# y ‘>ô ù<øù:- ù†U¢ U ø 7´
Z ô~1eô 9   ,ύÐÑC0O~U¢ø >÷:- ùc Î x]З ÄBÆEÍK=ÆÅËR‰%FHEGNӉË R 
Æ8ËÉ[NÓML¥ 8ËK=‰LMOR[¤J E
‰[ÃOËR`IOEGNÌ£K=M ‰ ÕK@E͉@N0¤G¥ ‹ËNYˆ†Æ8ËÃm ‰ 0‰@R`EÍM6ˆEÍK D@MOQ!NYˆËR`I£K=MONYˆEG¤vEÍMON8¥ û
(
;> U ø-ô-6,UU% ô-61eô °  ô^ô Geùy  ÷ ù6ä19P  õS÷>ô>ùxW øˆù6Weô 1ô>  õL>ù~+5W ø:>ô¢  ù6 
xT  ù@ †S ø€[W øùmõSù6>  ù<øl>U ø ö ù~< û(*aù<ø:W" ù€xv3 ôöø#Í ø ù6ö ô% ù NӉ=K=‰=¥=¥6ËR@I W=¢  ôö ô#

-6 >ôô Ó<8>  ÷8Lô#Ûô] L [T  ù6 ¥@Q ÒK@E͉@N0¤ >  ùSû

 !#"%$&('*)+$,.-0/'*

Î >ùc21Sù 0O=£{ø:  43P


!U¢ô-7165£U' WôTô«>ù87 {+¿…>ù6À ÷ù >ô 1~- :
‹
¢ø W÷>õ W÷8~eôùcÒU-:ù1-6-6 Sø>ô>õy ‘>ù1÷8~U8ô 8ÍõWô"Sù6Ò1' "Wù3û¸S]>ù6Õ ¢ù
ô[UY  ù9¢U1eô5S ø[ >
 ô- x1›
 ô>
 ô#eô\"1ö ÷>ù ;>ù T  ù  19 1X9>ù;:|÷¢ù6:ô  þ
>žôk  ô€[Uö ô#e÷¢ùõWø: +ÂW ø3>ù-77~ ôcô ù=<äS]>  ùCW1
+ ù<ømôa>ùù:ø:T
 ô>
 ù6¢ c…0>ô>
 õ ¢ù
-6 >ôô 8
 ÷>ù<ø+¢ ô-=

Ú Œ >.?9@:Ž)ÖBADCDEGFHAJILKM Œnú´û ‡‡ Ž


ô9¢ %÷8eô y ¢>ù ˆE ‹ N ‰@R‰@NÓK=‰ ùJ:÷01ô Ó<,+¢ù:øù8O»ôø ù7PO*Q>Åöô%ù6ô;¢ùšø>õSù
éCêROST‚ > êVUûhÿ´ô -<ù<8 Sø>ùˆõWù6¢ù:ø1ƒeù:ø:c<
Û7ÜZY\[ Ö A C aY ` E FHA ILK ^c` M F ÚX] W ÛD[
ÜZYa` E [ HF A LI K M Ü_^b` M [ R
ÚX] W Ü_^ ÖBA C W E W
de.fHgh\iHjkmlXn opgqsrDtujvl,tufHwh\ituxmtuxyh\g0z%g{fx\tu|=jkyt}h~nx~nfTt}fth€tun‚rnuƒHj+„Hk€g…}j†‡gfˆnfTt}f=‰ŠfHth€j‹x\„nzvj
|=g{†nt}fZŒ
„ üWü ±\¼€²3º‹µs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²‹¯Â´|·,´|µs®T­¢´

¢ù:÷0eô#
Ú,] W Û=[ ô5- [~ x ù"Sù:ø: [eù<ø 82-7~-ùav- Wøù W÷!Vû\(
 >ùLøù6~Sô>ô>õ
ù@Z!U>ø ù6:ô 6<0+hù…08†>ùeù:ø:ŽA C ` E +>ô-=%+1ùˆø ù6U>ø ù6ù‹ \<|÷8:þ

8‘4ADC ` E
Û
S]>ùƒ<Vô8-:ùpA CDE Ö ßA C ` E Ö  Û <>ô#Ûô]-6%ù7Sø01
R
á
óV Sø]|÷8Tù<øô-6ƒW=>ôöô#
(’ “’Xê „ Œnú´û ‡ .Ž

Å>ù†U>ø öù ôC ;: "Sù† Wøx¢ù”\ÐÑ U>ø: !¢÷-:ù   õWô#"Wù6ÅTù@  1ƒ<~
>ù:- ù6:S øW £-6 ¢ôeô ¢ WøW=>ôöô#
<ƒ~21Sùx ÷>øùC17<kô>ùC+ Wø::UY  ô%ùC-6 9¢ô01ô 
sU0S øT  ù@eù<ø6<0- >ô#eô ¨
 ú´û ‡ }
. ô]OeôW
… ù6_• û

– —˜)“™šœ›ž‹y™ Ÿ¡v.

S >ùxU>ø: !-<ù6>÷>ø ùx-7£-ù:ù}ù@Z!UÔ3ô>ù£ Çù`Z8~U8öù6<ûx   ô>ù<ø_2…øWù`Z8~U8öù9¢ù


]
…0>ô#eù5>ô¢-ù:ø ù6-<ù]UU>ø: 7Z¢ô Oeô _ 3¢ù~ >ù¢ô¢-÷ô ”ù{:|÷1eô T1X +x\“Ûô-=Sø: ƒÐÑ
 ù8 !; 1 {S" ù:ø:ÔU¢
 U ô>
 õ¢WeùU: û£S]> ô+AT
 ùXô ¢
 ù6»ô»
 ÿ´ù6-@eô › ü>û „ »õWô#W" ù C!  :Jû
ü>û „ þ

ÛÜ × [ Ö ÛOÝ [ ‡ T@


Ú ]W Ú ]W × ¤ ß Û=[ ‡ Û=[ ÛD[ Œnú´û ‡ üXŽ
Þ £ T> Ø Ú ] W Ü ×c¥ Ú ] W Þ Ú ] W Ý × á
ÿ´÷8:eô#e÷8ô % B!:Jûú´û ‡‡ ô [!:û-ú´û ‡ ü}õWô#"Wù>ùˆøùÔ1ô 

‡ T@
‚Ö‡ Ý × ß A ILK ` M ‡ Þ A Ý ILK ` M
ÞP£ T> Ø ¥ á

ü T@
 Ø £ Œ„ - ‚O*T>'Ž%¨  „ Ö é Œnú´û ‡ dŽ
Þ§¦ Q> Ø ¥ ¥
© ª%« ¬
‡ 
S]÷y:JûGú´û ‡‡ ô_% %÷8eô  y:JûOú´û ‡ ü ô~ ô_ ø   y:JûOú´û ‡ d´ûxS]>ùx
+5 Pø: !  
ú´û ‡ dCS  øù
 Ø Ö ™  Ø „
×­ ¥‹® ® Þ
{ø  +>  ô-= ô#ôC-6ö ù6S øA01C ¢  ù’ “’Côx+7 ¯ „ û£>yù2…ƒ<,>ù<øù Søù<)01x ;¢ù
ó0W ÷>ø ôöù:ø]W=¢  ôö ô#
~ù6W7<VÛ
“ ô-=0S ø: ƒÐ—a  ù8 !% s "Wù:ø:ÔU8U>ô>õxWeù6U8*ôL÷8:öù Wø1 <
£
O‚88T@û
v° ±²q³…2gƒHf|Hj|=fHj9x\x~t´xmk€jµJƒHtuk\j9|Tt}f¶n˜·S¸Š¹Lº²»yh\tu†j‹|=g{†¼ntuf¾½#h\iHjz%g{f|=t}h\tugfˆt´xmgqLh\jf¿„Hk€jx\jvfJh\j9|QnxÀ ÁSÀGÂ
ÃGĶÅÆ¢Ç~ÈaÉ Œ
¦§´Ê§ ±]¹]ª3´!°W´|µs®,ª9±€· „ üd

 L1 ¢ù:øsù`Z8~U8öù†-6  ô>ù<ø ¢ùc…0>ô#eù`


>ô ù<øù68-:ù¢1UU>ø 7Z´ô~1ô   Wøx>ù¢[ >ù6
3
>ô-6 "Wù-ô ¨ùJ:÷01ô 

ÛÜ × [ Ö ÛD[  @
T ÛD[ ÛD[
Ú ]W Ú ] W ¥§‡ Ë T> ß Ú ] W Ü ×³¥ Ú ] W Ý × á Œnú´û ‡ bŽ

(
%>ô]-7 ù
T@
cÖ „ F œ F ô‹O*T>
¥ Ë T>
{ø  +>ô-= ô^ô_-6%ù7Sø_1̒ “’³¯ „  Wø) –:ù<ø 8ÍOû2S]÷A+hù 07"Sù2 1>ù<ø
…0>  ô#eù`
>ô ù<øù68-:ù_UU¢ø 7Z´ô~1eô 20O7< 2>ù^óV S÷>øô%ù:øË W=>ôöô#
~ù6:6<ô÷8:=1öù‹ Wø1X
-=W ô:- ù_ l>ù{ø ù:ù_U0SøTù@eù<ø:û

ÏÎ Ðѳ¡vbÒ#"v)~ÓÔÒ#)ŽÕÍ"%'*$./¡%yÓÒVÖ bÒ_'S"v$,.

S]>ùL÷>ù<ø# ´ô>õ ÷[U8eô Hô[ó0 W÷¢øôöù<ø\:>ôöô


A01 ôØô\0O)>ù‹× ~1eø ô#Z'<>ùù:øP
ô>  ù†+>  ù‚¢ù>ô ù<øù-:ô>õ :-=>ù6ù”ôaU¢÷8]ôc>ù Sø¿ \y:Jû ú´û ‡ <Jô-:ô%ø-:÷8ÔVûÿ´÷-=
ù:ô¢  õ~¢ùA-71 ù<Y>ùØA ILKM ô¢!:Jûú´û ‡‡ øù6U¢øù6 ù6_1 ‰@E#̉@N0É=K@¤
MOR \¢ùA: Weù6†<ƒ1‚¢ù

+5} ù@Z8[Uö ù.  Ù ÷W]U>øù ùXù6† W÷8öô¢  ù3A ô[Uö ùa> U ø: !<- ù6>÷>ø ù3W øT…0>ô>  õA¢ù ‰@E#̉@N0ÃOËFHQ0‰=¥ 
¢ù<- ôöø<- ÷Ô1X~1øô<- ù6W ø:T  ùc †U8Uö ô-71ô L s>ù
+5   ù !8 [>ù~ >ù6Ó> U ø 
ö ù~< ûAS]>  ùx-=S ô:- ùC 1~  äW ø‹>ùC:>  ôö ô
†U03 ø  ùù:ømô¢>ùHó0W ÷>ø ôöù:ø‹0# ! ô<Ó>ù<øù@W øù1<
ô a†-:- ô¢ù6Vû)(*Ûô#  ù@Z8-@ >ùT  ù?h + ù_07W" ù_  ù:ù6 ÷ ô>  õHô%' lW ÷>ø> U ø ù|" ôS ÷
>ô:- ÷8 ô <0>  ÷8€Søø ôS" ù6c1]{ø »[¢ô¢-ù:øùU-ù<ø U ù6-@eô#W" ùSû
(*1
+ ùÍù`Z8T  ô> ù~>ù ¢ U øù6<- ù6>ô>
 õÇù@Z8[U% ù6{ ø:  >ù~´ " ô%ù+UYW ôA ]:- ô%ø<- ÷ÔA 1øô:- ù6
¢>ùA ù6  ô#*>ô::- øù@eùAU> U ø: -=ƒ<Ó>ùø ù6 ÷83> U øù ù6ˆø1>ù<ø3 |" ôS ÷‹-6 -6% ÷ ô : û3S]>  ù
U:- ù>ô ù<øù:- ô>  õô2L “ ô-=0S ø8 ƒÐÑ]  ù8 !2U¢ø >÷:- ù>ù~1øô#; Z ړFۓÜŒ „ ? ‡ ? „ Ž)+>  ù:ø ù
¥
ÚLô)‹UY  ô#eôS" ù-6Ô3 ø\-6| ù{Ý[:- ô%ù6VûuóJø: þ3U U ù6¢ô#Zx’;h + ù]…0C0O\>ùÛù<ôöõWùX"1% ÷>ù6B V>ô
~1eø ô#Z~S ø ù_øù6Ó>  ù<õ1ôW" ù€ ÷9  ù:ø< û5 ö ù73 ø <>ù3ô  ù@
~S ø:-=>  ô>
 õ^ô5-  ù<ô>
 õA-7S ø øôöùL W÷8X
¢ùT% ù7U!{ øW õ]  ù !8ƒ<{ ø ·  ó ôöõ>ûVú´û/d!<>ô4T  ù@ ˆôC  ÷W=8ö ù\W ø ËFGF ù:ô%õWù6"1ö ÷¢ù6ƒÛ + ô
 ù<õ1eô#W" ù^øù64U0S øW:û΋†>ù 1>ù<ø€01ƒ<0>ù_:U0:- ù Oeøô©š
> Z ôc!  :Jû-ú´û ‡  b ô˜  ۓÜŒ „ ?=_ é ? „ Ž@<
¥
%1-6-6S ø>ô>  õ9 9€U U ù6>ô©Z%’3<!>ô~1eø ô#Z~0¢ U ÷>øùmô S õSô0S øWH ù:ô%õWù6"1ö ÷¢ù6: û,Ša 1 + ù@W" ù:ø<
ô9>ôB-7 ù>ùù@Z!U% ô<- ô)÷% ù:ø)  ù !}ô\  ù:ô¢
 õm÷ ù[W ø\>ùeôT  ù`
~S ø-=Aƒ<--6W ø:>ô¢  õ
 ó ô%õ>ûú|û\ü<>ô]  ù ¨ô+7 L  ÷8:ö ùW ø] ÷-=‚- >ô#eô : û

ë2ìÞ ß^î[ûý\ñ7ýsõBòûáà]ù

  ô>ù<ø]>ù_[ !>ùùJ:÷0Oeô % Sø]>ô¢-÷ô †0# ô

â Ú â Ø Ú
Ö Œnú´û ‡ úŽ
â @ £ â > Ø
„ üb ±\¼€²3º‹µs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²‹¯Â´|·,´|µs®T­¢´

ã‚ † Wù6Sø‹ù SøùA- [U>÷8eù<ø€-ù-7ù97"1Sô%ù[Œ „›8„ é8<Jôcv1-`Ž`<ÓâCù@+Ûô_óhûӓÛô-=03ø: 


U>ø: U'  ù6¢ T  ù@ cS ø*ôXù:õWø1eô>  õùJ:÷01ô a )>ô
U-ù3ûa> ùAU>ø ù6 ù6eù£¢ô3ù 
ô†!  :Jûü>û ‡ 1‚10 <– ù6¨ô]W=¢  ôö ô#
 2>ù^ó0W ÷>øô%ù:ø]  ù ! ô¨ÿ´ù6-@eô ~ú´ûbú´û
(
?L“ ô-=0S ø: ÓЗaeô ù<V¢ùA-6 :- ùU8_ ) ÷  ù:ø ô-71G
 ô:>
 ô% ô
~+8 1X +  û_Ša +
ùS" ù:ø<>ù5-6 <- ù6U8uô³  :|÷¢ôeù5-6% ù7S ø| 07 A+hù  + 1X + ô[T  ù>ôÔ1ù6# 31B¢ô\1U> U ø -=
+5W ÷~-ùL÷W=8ö ùSû)€ ù6  ô#*>ô::- ø ùeù
 ù !TôT-71   ù*ù`Z8¢U øù6: ù¨ô ~1eø ô#Z9 =Oeô 
]¢ùW :eù¿ \Î_ύ]ÐÑ: þáã!ä
ä ä
ã
Ú Ö £ ÛLŒ „ ? ‡ ? „ Ž Ú Œ Ž Œnú´û ‡ æŽ
@ T> Ø ¥ Þ ®å
+ÛôÅ>ùc%ù7U!{ø Wõ?ù8 ! ÷ùÀ WøC>ù†eôTùL~Sø-= ûÕÎ_÷>ø 10  ôHô«>ô U8eù<ø
øù@W " ù6ö ùy0O>ôˆ  ô ÷  ù:øô-7 Ë÷:%ù~ ô-<ù~¢ù2$8ø: ! _ ’Œ „ <  ‡ < „ ŽSøù~ø ù7
c>ù:õ1eô#W" ù†>ù> U ÷¢øôS ÷‹ Y ø  Ûô%>ùöù71U8{ø Wõ[ù8 ! ôÛ÷8:=1öù_ WøaÓ÷-=
-71 ù6<V ù:ùó ô%õ>ûú´û/d1  û
S]>  ù†T  ù@ ä+H  ÷ ù6ÅX «Û “ ô-=S ø: äW ø9h + ù71>ù:ø[> U øù>ô-@eô ƒ<T >ô9v-[-6
 +   ùa:W ÷>ø::- ùa Ó:   ù]ö ù|" ô#
Wû\(
~8> U ø > ô% ô
< h + ùW" ù<ø6<8>ù0[-71:- ÷8Ô1ô ]Œ¢ù
# ¢1U> U ø -=£"1S ôÔ8ö ù1‹¢ùxô  ùŽ]1 + ù<øùx -6S øø ôöù¢vS ø_ù68W ÷>õ ù`Z8¢  ô>
 ô#:ø> õSù
U>  ù   ù60´  ûs> ù]-6W ÷ƒ< 1V-6W ÷>ø: ù1|< ÷8 ù>ù ‡ 
W ø:>ù:ø)Û “ ÷>  õSù@Pm” ÷8:=3  ù A _ôeù:õSø1ù
 :Jûú´û ‡ æc ô<- ùsô#”ôW=% ù~W ø^øù6T>
!  ù:õOeôS" ùL$4З< ûc(*”ô<B h + ùW" ù<ø6<,-6 >ôô # ¢:% ù
cW øa>ôa-71 ùh + ùCS ø ùø1¢ù:ø3 ùS" ù:øù cö ôT  ô#eù6šôcô  ùWeùU ô<– ù †>ùøù{:|÷¢ôöøùT  ù
T@æ ê T> {Ø ç Œ ‡ Ž û
£
S]>  ù:ø ùS ø ù3~ [+7   ¢  ô>U ÷1eù]>ù3 ÷  ù:ø ô-71YW=¢  ôö ô#
C l% õW ø ô8~< ûB΋>  ù€ 
¢ù6 ô5 ôø >÷:- ù€T  ô©´Z ù6 ô  ù38LU0<- ù‹>ô ù<øù68:- ô¢  õ<8U' : ô>  ô% ô
Ch+ ù‹07W" ù 1 Wù@
-6  ô>ù:ø ù6ûØó0W øù@Z8[U% ù<8h + ùôeø >÷<- ù6%>ù_ Ï ÷ó0W øW:óJø#  13ù6Ó  ù ¨ôc 0U8ù:øÛü>þ
Û7Ü [ Û1Ý [
ÛÜ [ Û1Ý [ ‡ T@ ÛD[ Ú X] W × Þ X Ú ] W × Û=[
ÚX] W × Ö XÚ ]W × Þ £
Ø èé ÚX] W Ý × ¥
Q> Í
‡“êë
‡ íì Þ ÚX] W Ü ×aîï

ô%+>ô-=c¢ù-<ù6eølù:ø: ô%>ùU01-:ùA¢ù:øô#"11eô#"Wùˆôc!:ûJü>û ‡ €ù:ùËø ù6U-:ù‚ ô


7"Wù<ø SõW_
ù "1ö÷¢_
ù 1]
+ [>ô ù<øù6eôTù3öù"Sù6:ûT˜€ + %ù

‡ £ T@
ð ‘ Œnú´û ‡› Ž
Q> Ø
¨øù6Søø>õWù‹ù:ø:~

Œ„ Ž ÛÜ × [ ç Ö Œ„ Ž Ú ] W ÛOÝ × [ ðpñeÚ ] W ÛDÝ [ Û=[


Þ ð Ú ]W ¥ ð Þ × Þ Ú ] W Ü ×€ò
S]>ù<øù}ô€ 2 "|ô S÷ÎÏÕ-  ù@
+1ù<ù6>ùA0ô-T,ύÙ‚>ôa…00\Î0xûƒŠLù6-<ù<Ó>ù:ø ù
ôa Íôeù:ø:Tù>ôÔOeùA$‘ ø  a:eø ÷-÷>øù sôU ù6-@Vû€(
:ù7¢ >  ù9>U ø: !<- ù:ù68_ô[T
 ù>ôÔOeù6# ~
¢ùpYø  :û
¦§´Ê§ ±]¹]ª3´!°W´|µs®,ª9±€· „ üEú

S >ù[ô[U%ù6:+7 ? %-7Sø ø: >ô_ W÷8^ôX ?ù71_ >ùóV S÷>øô%ù:ø:>ôöô


¢0# ô
]
ôø >÷-:ùPôPÿ´ù6-@eô Ëú|û ú´û)S]¢ôöù61 8-:ù_

Œ„ Ž%‚ÖçŒ „ Ž% Ý × ß9A ILK ` M A Ý ILK ` M


Þ ð ¥ ð Þ ð Þ á

Œ„ Ž% Ø ‡ 𠏍- {Œ\ó_T>'Ž Œ„ Ž)Ö é
Þ ð ¥ ¥ ¥ ð
S]>ù %÷8eô L l>ù0:÷0¢ø1ô-mô

‚Ö ð - GO*Q>C™  „
¥ ð Ø ô Ø O*T>
„
Þ ð
S]>ù<øù[Søù ‡ ãôYø  ‹B ,+>ô-=ySø ù2ê „  Sø Çøù6 ð ô¢>ù}ø>õWùxé†ê ð êöõ·û
S]>ôaù710Oa>ù_Tù@  ô QNÓK=MONYˆEG¤JEÍMONYËFGFHI9¥@¤ÍËD6F‰ ÷
S]>ù5' "SùØø ù6 ÷| ù:ù6[4  Ûõ ! ‹ ù\eø ÷>ù<O ô:- ù)h + ùT"SùT S÷^÷-6 >ôô #
:%ùTù@ }÷ ô>õ_ ‰ø{ùYFHEÍK@EG¤ -6 A>ô0Oeô A 'â|S õWø>
 õWô”
 ôXù:ø:U' 1eô AUY # !8 T
 ô< û

S]>ù_U>ø ô-:ù‹+hù_07"WùU0Sô2 Wø¢ôô>ù ]  K=MON*ú


¥@E¥@¤
‰@NÓK@I +Ûô%>ù_ Wøô%õWôX,ύû
Ss x> U ø: W" ù‹¢ô6<!1
+ ùmù`Z8UL>ù‹ù:ø:~#ô%!:ûú´û ‡1› ôL9Ss7 ! Wø ù:øô%ù68¨ø ù6- :ø÷-@
¢ùaUSø:ôÔ!>ô¢-ù:ø ù6eô>ùJ:÷0Oeô x+hù€Søù-@e÷01  "|ô>õ_1,>ùTù[ô–:ù-ù-6 ù6\"Sù:øW
~nûuó0 Wø>ùeôTù‹¢ù:øô#"11eô#"Wù‹+hù07"Sù
„ ÛÜ × [ Û1Ý × [ ç „
Ö Œ â Ú Ž W Û=[ T@ Ø Œ ⠎ Û=[ F=F=F
‡ T@ ñ Ú ] W ¥ Ú ]W ò E ] Þ b ELELE Ú ] W Þ
% Wø>ù_Tô©Z¢ùLeôù8c:U0-:ù_>ô ù<øù-:ù
Û=[ ÛÜ [ Û1Ý [ Û=[ T@ Ø
ÚX] W Ý b Ú ]W × ¥ ,
× ¥ , Ú ]W × Þ XÚ ]W Ü × Ö Œâ Ž W Û=[ Œâ Ú Ž W Û=[
Q> Ø Ú
M M ] ¥öû T  >yü ELE ] Þ
„
T> Ø Œ â Ú Ž W Û=[
„‡ 
M 
M 
M M ] ¥
„ T@ Ø
T@ Ø Œâ Ž Û=[ F=F=F Œnú´û—.éŽ
„‡ û T>!ü ELELELE Ú ] W Þ
“Ûù6U-:ù£>ùyù:ø:~~ô¸!:Jûmú´û ‡› +Ûô# >ùäY "Wù›ù`Z8Uô ?8 =213ù;>ùyöôô†1
T@?~T>Ìý ¢ é û\y
> ù…08
â Ú â Ø Ú â Ø Ú
Ö Ø Œnú´û—. „ Ž
â @ £ â > Ø ¥ £ÿþ â @Ø
+>ù<øù
 @
T
‘
þ T>
„ üæ ±\¼€²3º‹µs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²‹¯Â´|·,´|µs®T­¢´

 :û-ú´û ‡ úô ù8ËR:ËD@MOFHEÍK û,!:Jû ú|û/. „ ô ÆI ù0‰@RD@MOFHEÍK û,S]|÷8*ô# T@mý é~8”T>žý éHô%÷-=
!
c+7 y1 ` ` E ø ù6~Sô-6 :7<)>ùsùJ:÷01ô y+hù%-@e÷0 ?: "Sù2 y¢ù2Tù@ ›ô
M 7"Wùù{:|÷1eô ƒ<V 3[¢ô¢-÷ô Pù{:÷01eô û](
c÷-=?[-7 ù É
!:Jûú´û ‡› ô€[+ 
E¥ANÓMO¤
QN0E 7MOR
CFHI%K=MON8¥@E¥@¤P‰@N0¤TÄ)EG¤GƂ¤GÆ0‰x‰  QˤvEÍMON?ĉ_¥‰@¤aMOQ¤¤PMx¥MOFHÉ ùW" ù¢W ø]"1>ô:>ô¢õ ~
:ù6U† ô:– ù6< û,S]>  ù_ ô÷01ô Í  ô] ÷[~S øô:– ù6šôLSB1ö ù^ú´û—¢
. û)(*b
 T@yý é[1žQ>ý  é ôL ÷-=
c+7 y1 ` ` E øù6~S ôA- :7<\>ù6 Ø ô  2aŒ Q@:Ž`<)‘>ù2  ù ›ô-6  ôWeù6:û
þ
Š€ h + ùS" ù:ø6<l>ôM ö ù6‹ †L-6 :øS ôX >ùCeô  ù9Weù6U?+>  ô-= ô~ Ù ÷:_ ùW" ù<øù ‹0O
ô[UY  ùX ‚>ùx:>  ôö ô
c-6 >ôô  1T>ùx ù-6 
W ø:>ù:øÛ “ ÷>  õWù`Pm” ÷8LT
 ù@ ? +
ôL>ù=% ùSû

‡ !* Wø>ù<ø“L÷8>õWù@
”m÷8 Ï_÷ó0 Wø:´óø_1Sù6
ó0 WøLÿ>ôöô

Q@ê ` M T@ê‡õ
Ø 
 >ô#eô 0 sÿ=1öù €8-6 ¢ôeô 0 Tÿ%ù
ó0 Wøa   ô:ù6-@

a>ô Sø[   ô:ù6  ¢ôeô 0 ~  8ôWeùX6<

+Ûô# 3U8U>ø 7Z´ô~1eù Ö  


 E £  M
 Ö   s ô
 E £  M
ß ` E  Ø 
£ ` M á
S]¢  ù:øù@W øù

T@ Q> 


SB1öù^ú´û—.¢þØÿ´÷8~~Sø: B-6-<÷>ø-@ ††-6 8ôWeù- %- >ô#eô  Wø“a” ‡ 1


Ï ÷Pó0W øW:óJø#
_  ù !8:û  Öç†S ø¢
 13ù6ƒ  ôeøS ø:s
ù:ø øW ø]YW ÷ û

ë2ì! "çð)î[÷ø6ò$# ý
ã
„ û€  8ô¢ù:ø]>ù΍ύ ã
Ú Ö&%
Ú0à Ö @ Ú (
Þ '
+Ûô#
„ é é š#„ é š#„ „
¥ ¥ ¥ ¥
%ÙÖ è) „ „ „ +î * ? Ö è) é +î *
¥ '
é „ é „ „ ï é é ï
¥
¦§-,X§Àº,¯¹]¶³|®T­¢´ „ ü ›

ŒJŽ Gó ô2>ùmù:ô%õWù6"1ö÷¢ù6] .%÷ ô>õx9÷ù:ø ô-71ƒU0-1OSõWù3û\>Õ01Ûô>ùWeù68 


W=1ù_ %÷8eô S<cŠa +¸ |ù6]>ù΍ύÅ: ö÷!eô L-ù07"Wù^ôLeôTùD<
Œv0Ž2> ø ô#eùC~-6 >ùA šôeù:õSø1ù{ø  >ùô¢ôeô4-6 >ôô  Ú ŒJéŽ]Ö0/ „ ? „ ? „2143 {ø 
ô
 ù~@)Ö é]÷ ô>õ‹>ù#ù@Z!U%ô-<ô)÷%ù:ø<Wô[Uöô-:ô#lA÷8öù:ø<X[ã‚1-  Wø: -1Tù@!
<û (
‘B>øù<ù~-6 ù6G
< ÷ ù &;Ö é š„ W ø „ éééLô  ùC:ù6U<)&yÖ^é š/‡ W ødéé
ô ù2:ù6U<]&ÕÖ é š ü¢W ø ‡ dé¢ô  ù :ù6U~Å&ÕÖ „š é‚W ø „ éé¢ô  ù :ù6U< û
 ~U03 øù>ù_- ~¢
U ÷8eùc: ö ÷8ô 2Û+ ô#L¢ù^ù`Z8-a:ù7! % % ÷8eô   û
Œv-7Ž5aô>õ>ù†$8žøùÔ1ô 8 Wø9>ù6 ù%>øù<ùLTù@ <T+0O[Søù2>ùšù@Z!Uù6-ù6
YW ÷8 c&%W ø]W=>
 ôö ô#
#<%]
 ø ù‹  W÷>øÛø ù6÷8]-  ô:ù6+Ûô%>ù6 ù_' W÷8<

‡ û ŒJŽ†  ~U>÷!eù~%öùC 1¢ù~÷ù:ø ô-71\"1ö÷>ù 1¢ù¿Yø   15>ù ‡ !


Sø>ù<ø
€0[W
’!W ø:¢T  ù@ c+¢  ù6£$‚Ö œ ûaSs21Sùx&~ôËôù:ø:"1 Té¢û—édx{ø:  é
 ´ é û/æéx8†- [> U ÷8eù>ù ö ÷8ù‹"1ö ÷>ùa 1s>ùˆø   ~Oöù71:€bCUÔ<- ù6<û
Œv0ŽÌ) ,>ùaeø1-:ùa Ó>ù]ø: ! Aôx>ùa-6 [U%ù@Z¿'*UÔ¢ù€1 >ø7+ >ù*÷>ô#5-<ôöø:-6öù
†>ù_
 ùU 1Vû
Œv-7Ž†“Ûù6Uù7Oa>ùY {"Sù Sø>ù“a” ‡ ù û

.¢û]>Õ>ùA1UUöô%ù63 >ù,%ô>ù6SøÓ- "Wù6-@eô ù{:÷01eô ƒ<7>ù\+Ûô>ù 18 {+â|OZ6X> ù6>ø: 2


 ù ! õWô#W" ù: þ


ÛÜ × Ö Û „ „
Ú ] Ú ] ¥ × Œ Û Û
Ú ]Ý ×Ž Þ × ÛØ Œ Ú Û Ü ‡ Ú ]Û Þ Ú ]Û Ý Ž
‡ Û Ú ]Ü × ¥ ‡ ] × ¥ ×
+>ù<øù¶× Û <.1X +;1‹>ù  W÷>ø2Œ Wø #ó\âlŽ‹÷9ù:ø6<kô & ç T>kû7€ ô>õ¨ó0 W÷>ø ôöù:ø
W=>
 ôö ô#
2 ô6<8…†>ùˆø¢õWù !× Û  Wø+>ô-=%¢ùùË  ¨ô]:öù3û

ü>ûaÏ_ù@eù:ø:Tô>ù€LU >ù‹:>ôöô
9-6  S÷>ø WøT>ù330[W
’:8 Wø:2ù8 !5 
W:ø >ù:ø „ >:ø W÷>õ Tü>,
û  [U0Sø 
ù +Û#ô [>€
ù “L8÷ >õW@ù 
”m8
÷ ù  !8T 14 Wø ¢ù:ø „ >ø W÷¢
õ 
ü>û

d´ûa“Ûù6-6Ó>ù_-6 [U0-@-:ùXù:ø ù6.O*U' SôUU¢ø 7Z´ô~1eô   Wø9…ø::a>ù:ø ô"11ô"Wù3þ


.
Œ98 Ú Ž ] Ý üVŒ98 Ú Ž ] 9Œ 8 Ú Ž ] Ü Ö ŒÚ ]Ü Ž
M × Þ
Ó M Þ M × Q> × ¥ Ú ]Ý ×
’5 ]øùUÔ-<ô>õ>ù)U1eôSô>ù@Z;:€ ‹>ù\eù~UY Wø1Sô8>ù@Z=<B<O 8=3ôeôTù`
~Sø-=¢ô>õ
ù !”÷ ô>  õ3¢ôsS ø
 ÷¢
 û4>Õ01B Wø>ù<øuô|¢ùT  ù@ S<L(
u  ôGù@Z!U% ô<- ôs Wø ô~U% ô<- ô<
(
Û  ôa9
+5 1
WeùU¢âlã¢ã <(*s 8< x+01]"1ö ÷¢ù6 .  ><0<V@?ä'Œ ô†!  :JûV¢ b û/d › Ž |ù6Û  ô
-W øø ù6UY *<Å_ Ï ù:ø ôS" ù¢ùx$Ï yø ù6ÔOeô †W øa>ùT
 ù@ û€(
_  ô€a*:=1ö ù1A < %CB:
W=% ù<
Wø](Í*:ö ùD<
„ dé ±\¼€²3º‹µs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²‹¯Â´|·,´|µs®T­¢´

b¢û]> ø ô#eù‹¢ù9΍ύÀW !Weù 8=Sô>ù6† †UU# |ô>õC¢ù ‡ !


Sø>ù<øa-<ù6eù<øù¢>ô¢-ù:ø ù6-<ù
U8U>ø 7Z´ô~1eô ; >ù%U01ôÔ]¢ù:øô#"11eô#"Wùšôä>ùc[ >ù6¢ô¢-÷ô “ùJ:÷01ô ä+Ûô
U ù:ø ô >ô-‹YW ÷80Sø: -6 8>ôô < ûD€ ô>
  õx3U8-
U ù>ô#Z%] ’ û\ü8<8…0%>ùˆù<ôöõWùX"1% ÷>ù6 l¢ù
:U01eôƒ  U ù:ø1 Sø] 1øô©Z û • ôS" ù6%0O]>ù$8  øù61eô  W ø]>ù ‡ !*W ø>ù<ø30[W
’18W øW†T  ù@  ô

 Ø Œ„ .$Y& ç ‡ Ž% $Y& ç ‡ ÖÙé


¥ Þ Þ
:  +¸01a¢ù~OZ´ô÷8»:%ù"1%÷>ù_ ’ $Y&b’X WøÛøù71l¢ù:õ1ô"Sù9$4<-ôŠû\ù3û<>ùAUY WôX
+>ù<øù >ù W=¢ôöô#
?-6  W÷>ø”ôeù:ø:ù->ù2¢ù:õ1ô"Sùsøù65OZ´ô6<Gô 8=3ô>ù‘+Ûô
$Y&cÖ „ ûEa ô> õ~>ù”ù<ôöõWùX"1% ÷>ù6a \>ùA:U01ôÔ|  U ù:ø1 Wøa~1eø ô#Z'<0…0‚>ùA~O´ Z ô#
¥
 ÷8 :ö ù]ô
  ù]:eùU~W ø\>ùa-6 9¢  ô01ô C 1 ‡ 
W ø:>ù:ø)<- ù6eù<øù6L¢ô¢-ù:øù:- ù1
>ù ‡ 8!
W ø:>ù:ø301~PP’:8W øWy  ù äUU% ôöù‘ †>ù ~ >ù6,>ô ÷8 ô y  ùJ:÷0{
ô   û\L
“ ù-U ù61L÷ ô> õóVS ÷>øô%ù:ø01  ô: û
ú´û€  8ô¢ù:ø]>ù  +Ûô¢õQ,ύÛþ

â Ú â Ø Ú
Ö œ
â @ â > Ø
+>ù<øù œ Ö  „ û3>Õ>ô-=~ù@Z!U%ô-:ô#€ôù@* Sø:-=>ô¢õ[ù 3+5 W÷‚-ù÷>ô#=%ù Sø
¥
ôXù:õWø1eô>õ‘>ô Tύ]<hô ‡ 
Wø:>ù:ø~-:ù6ù:øù ¢ô¢-ù:øù-:ô>õ»ôT÷ùÒ Wø ¢ù¢U0{
ôÔT>ô¢-ù:ø ù6<- ù6x8 >ù2Y W÷Sø: y-6 ¢ôeô ASøùLUù:ø ô >ô-D< ó ô8y>ùLW=¢ôöô#

- >ô#eô 2W ø] > ù_ l>ù ùT
 ù@ <û
æ¢ûaô¢õËó0 W÷>ø ôöù<ø10  ô6<l –:ùx¢ù~W=>ôöô#
¢ …>ø:W
Wø:>ù:ø0-1+Søy>ô¢-ù:ø ù6-`
ô> õ~-W ÷U% ù6†+Ûô¨ù@Z!U%ô-<ôa÷öù<øaôù_ Sø:-=>ô¢õ~1UUöô%ù6% x>ùöô>ù7Sø]- "Wù-eô 
ù{:|÷1eô LÛ + ô%UY  ô#eô#W" ù ûØó ôL>ù_ O´ Z ô
 ÷» W ÷>ø1Xa÷9  ù:ø]W ø]W=¢
 ôö ô#

Ë
› û€  8ô¢ù:øƒ¢ù)öô¢ù7Sø'-6 "Wù-ô _+ÛôUY  ôeô#"WùB+7"WùTUù:ùACôU>ø öù æ¢ûl3U8U
C_ Ï ô%øô-=8ö ù'S ÷0SøW 2- >ô#eô L1]¢ùö ùG' W÷80SøW Wû,˜€ xY W÷Sø: -6 ¢ôeô Íô
U ù:ø:T
  ô#eùx1\>ùÛøôöõX\'W ÷80SøWW ûB> øô#eù>ù: :ù6 Ó΍ύ]З\+>  ô-=T
 ø ù6 ÷\{ ø 
… ø::W
W ø:>ù:øs0- 1+3 øxU0OeôÔ1!>ô ù<øù:- ô>
  õ]ô9 Oeøô©ZX*W" ù- WølS ø¨  ûFa ô¢ õ33U8- U ù>ô#Z
’ û „ <…08†>ù$‘ ù:ôöõSù6"1ö ÷>ù: û)> øôù‹>ù
] Î xÅ+>  ô-=Ë
 øù ÷#]{ ø  ¢ùAU8Uö ô-71ô 
G  ù@Z!U% ô<- ô÷% ù:ø]eôT
 ù‹~S ø:-=>
 ô>
 ä õ}ô% 1øä ô©ZÍW" ùä - SøW ø†¢ < ôŠû\ù3û<

Ö × Ú0Û
Ú0ÛÜ × R ä
¥ GOÛ
> øô#eùž× ô«0>ùÀ~1eø ô#Z 8 =1ô «85õWô#"Wù%>ù¨ù6eø ôöù~  G û€ ô>õ?>ù¢$
 øù61eô Ò WøL>ù ù@Z!U%ô-<ôc÷ö ù<ø†  ù ƒ<‹…0Ù>ù ' ù<ôöõWù"1ö÷>ù:û¿’1ù6 
>ù6 ù<+01#ô>ù‹~OZ´ô÷ W ÷¢ø÷9  ù:ø]1 h + ù62W ø: [U8 1eô-3:=1> ô%ô
_<
BZ!UÔ3ôL+ L>ô]>ô¢-ù:ø:{ ø »>ùW1 + ù<øa [¢ U ø % ù6»¢æ û,* Š ôX:þô˜ ×çS ø~  <
Chapter 8
CHOICE OF TIME-MARCHING
METHODS
In this chapter we discuss considerations involved in selecting a time-marching method
for a speci c application. Examples are given showing how time-marching methods
can be compared in a given context. An important concept underlying much of this
discussion is sti ness, which is de ned in the next section.

8.1 Sti ness De nition for ODE's


8.1.1 Relation to -Eigenvalues
The introduction of the concept referred to as \sti ness" comes about from the nu-
merical analysis of mathematical models constructed to simulate dynamic phenom-
ena containing widely di erent time scales. De nitions given in the literature are
not unique, but fortunately we now have the background material to construct a
de nition which is entirely sucient for our purposes.
We start with the assumption that our CFD problem is modeled with sucient
accuracy by a coupled set of ODE's producing an A matrix typi ed by Eq. 7.1.
Any de nition of sti ness requires a coupled system with at least two eigenvalues,
and the decision to use some numerical time-marching or iterative method to solve
it. The di erence between the dynamic scales in physical space is represented by
the di erence in the magnitude of the eigenvalues in eigenspace. In the following
discussion we concentrate on the transient part of the solution. The forcing function
may also be time varying in which case it would also have a time scale. However,
we assume that this scale would be adequately resolved by the chosen time-marching
method, and, since this part of the ODE has no e ect on the numerical stability of
149
150 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
I(λ h)
Stable
Region
λh

1 R(λ h)

Accurate
Region

Figure 8.1: Stable and accurate regions for the explicit Euler method.

the homogeneous part, we exclude the forcing function from further discussion in this
section.
Consider now the form of the exact solution of a system of ODE's with a com-
plete eigensystem. This is given by Eq. 6.27 and its solution using a one-root, time-
marching method is represented by Eq. 6.28. For a given time step, the time integra-
tion is an approximation in eigenspace that is di erent for every eigenvector ~xm . In
many numerical applications the eigenvectors associated with the small jmj are well
resolved and those associated with the large jmj are resolved much less accurately,
if at all. The situation is represented in the complex h plane in Fig. 8.1. In this
gure the time step has been chosen so that time accuracy is given to the eigenvectors
associated with the eigenvalues lying in the small circle and stability without time
accuracy is given to those associated with the eigenvalues lying outside of the small
circle but still inside the large circle.

The whole concept of sti ness in CFD arises from the fact that we often do
not need the time resolution of eigenvectors associated with the large jm j in
the transient solution, although these eigenvectors must remain coupled into
the system to maintain a high accuracy of the spatial resolution.
8.1. STIFFNESS DEFINITION FOR ODE'S 151
8.1.2 Driving and Parasitic Eigenvalues
For the above reason it is convenient to subdivide the transient solution into two
parts. First we order the eigenvalues by their magnitudes, thus
j1j  j2j      jM j (8.1)
Then we write
p M
Transient = X m t
cm e xm +~ X
cmem t ~xm (8.2)
Solution m =1 m =p+1
| {z } | {z }
Driving Parasitic
This concept is crucial to our discussion. Rephrased, it states that we can separate
our eigenvalue spectrum into two groups; one [1 ! p] called the driving eigenvalues
(our choice of a time-step and marching method must accurately approximate the time
variation of the eigenvectors associated with these), and the other, [p+1 ! M ], called
the parasitic eigenvalues (no time accuracy whatsoever is required for the eigenvectors
associated with these, but their presence must not contaminate the accuracy of the
complete solution). Unfortunately, we nd that, although time accuracy requirements
are dictated by the driving eigenvalues, numerical stability requirements are dictated
by the parasitic ones.

8.1.3 Sti ness Classi cations


The following de nitions are somewhat useful. An inherently stable set of ODE's is
sti if
jpj  jM j
In particular we de ne the ratio
Cr = jM j = jpj
and form the categories
Mildly-sti Cr < 102
Strongly-sti 103 < Cr < 105
Extremely-sti 106 < Cr < 108
Pathologically-sti 109 < Cr
It should be mentioned that the gaps in the sti category de nitions are intentional
because the bounds are arbitrary. It is important to notice that these de nitions
make no distinction between real, complex, and imaginary eigenvalues.
152 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
8.2 Relation of Sti ness to Space Mesh Size
Many ow elds are characterized by a few regions having high spatial gradients of
the dependent variables and other domains having relatively low gradient phenomena.
As a result it is quite common to cluster mesh points in certain regions of space and
spread them out otherwise. Examples of where this clustering might occur are at a
shock wave, near an airfoil leading or trailing edge, and in a boundary layer.
One quickly nds that this grid clustering can strongly a ect the eigensystem of
the resulting A matrix. In order to demonstrate this, let us examine the eigensystems
of the model problems given in Section 4.3.2. The simplest example to discuss relates
to the model di usion equation. In this case the eigenvalues are all real, negative
numbers that automatically obey the ordering given in Eq. 8.1. Consider the case
when all of the eigenvalues are parasitic, i.e., we are interested only in the converged
steady-state solution. Under these conditions, the sti ness is determined by the ratio
M =1. A simple calculation shows that
2
   x
!
4
1 = ; x2 sin 2(M + 1)
2  ;

4 
 = ;
x2 2
M  ; x2 sin 2 = ; 4x2
4  
2

and the ratio is 2


4
M =1  x2 = 4 

M + 1

The most important information found from this example is the fact that the
sti ness of the transient solution is directly related to the grid spacing. Furthermore,
in di usion problems this sti ness is proportional to the reciprocal of the space mesh
size squared. For a mesh size M = 40, this ratio is about 680. Even for a mesh of
this moderate size the problem is already approaching the category of strongly sti .
For the biconvection model a similar analysis shows that
jM j = j1j  1x
Here the sti ness parameter is still space-mesh dependent, but much less so than for
di usion-dominated problems.
We see that in both cases we are faced with the rather annoying fact that the more
we try to increase the resolution of our spatial gradients, the sti er our equations tend
to become. Typical CFD problems without chemistry vary between the mildly and
strongly sti categories, and are greatly a ected by the resolution of a boundary layer
since it is a di usion process. Our brief analysis has been limited to equispaced
8.3. PRACTICAL CONSIDERATIONS FOR COMPARING METHODS 153
problems, but in general the sti ness of CFD problems is proportional to the mesh
intervals in the manner shown above where the critical interval is the smallest one in
the physical domain.

8.3 Practical Considerations for Comparing Meth-


ods
We have presented relatively simple and reliable measures of stability and both the
local and global accuracy of time-marching methods. Since there are an endless
number of these methods to choose from, one can wonder how this information is
to be used to pick a \best" choice for a particular problem. There is no unique
answer to such a question. For example, it is, among other things, highly dependent
upon the speed, capacity, and architecture of the available computer, and technology
in uencing this is undergoing rapid and dramatic changes as this is being written.
Nevertheless, if certain ground rules are agreed upon, relevant conclusions can be
reached. Let us now examine some ground rules that might be appropriate. It should
then be clear how the analysis can be extended to other cases.
Let us consider the problem of measuring the eciency of a time{marching method
for computing, over a xed interval of time, an accurate transient solution of a coupled
set of ODE's. The length of the time interval, T , and the accuracy required of the
solution are dictated by the physics of the particular problem involved. For example,
in calculating the amount of turbulence in a homogeneous ow, the time interval
would be that required to extract a reliable statistical sample, and the accuracy
would be related to how much the energy of certain harmonics would be permitted
to distort from a given level. Such a computation we refer to as an event.
The appropriate error measures to be used in comparing methods for calculating
an event are the global ones, Era , Er and Er! , discussed in Section 6.6.5, rather
than the local ones er , era , and erp discussed earlier.
The actual form of the coupled ODE's that are produced by the semi-discrete
approach is
d~u = F~ (~u; t)
dt
At every time step we must evaluate the function F~ (~u; t) at least once. This function
is usually nonlinear, and its computation usually consumes the major portion of the
computer time required to make the simulation. We refer to a single calculation of the
vector F~ (~u; t) as a function evaluation and denote the total number of such evaluations
by Fev .
154 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
8.4 Comparing the Eciency of Explicit Methods
8.4.1 Imposed Constraints
As mentioned above, the eciency of methods can be compared only if one accepts a
set of limiting constraints within which the comparisons are carried out. The follow
assumptions bound the considerations made in this Section:
1. The time-march method is explicit.
2. Implications of computer storage capacity and access time are ignored. In some
contexts, this can be an important consideration.
3. The calculation is to be time-accurate, must simulate an entire event which
takes a total time T , and must use a constant time step size, h, so that
T = Nh
where N is the total number of time steps.

8.4.2 An Example Involving Di usion


Let the event be the numerical solution of
du = ;u (8.3)
dt
from t = 0 to T = ; ln(0:25) with u(0) = 1. Eq. 8.3 is obtained from our representa-
tive ODE with  = ;1, a = 0. Since the exact solution is u(t) = u(0)e;t, this makes
the exact value of u at the end of the event equal to 0.25, i.e., u(T ) = 0:25. To the
constraints imposed above, let us set the additional requirement
 The error in u at the end of the event, i.e., the global error, must be < 0:5%.
We judge the most ecient method as the one that satis es these conditions and
has the fewest number of evaluations, Fev . Three methods are compared | explicit
Euler, AB2, and RK4.
First of all, the allowable error constraint means that the global error in the am-
plitude, see Eq. 6.48, must have the property:



Er < 0:005




eT
8.4. COMPARING THE EFFICIENCY OF EXPLICIT METHODS 155
Then, since h = T=N = ; ln(0:25)=N , it follows that


1 ; (1 (ln(:25)=N ))N =:25 < 0:005
where 1 is found from the characteristic polynomials given in Table 7.1. The results
shown in Table 8.1 were computed using a simple iterative procedure.

Method N h 1 Fev Er


Euler 193 :00718 :99282 193 :001248 worst
AB2 16 :0866 :9172 16 :001137
RK4 2 :6931 :5012 8 :001195 best

Table 8.1: Comparison of time-marching methods for a simple dissipation problem.

In this example we see that, for a given global accuracy, the method with the
highest local accuracy is the most ecient on the basis of the expense in evaluating
Fev . Thus the second-order Adams-Bashforth method is much better than the rst-
order Euler method, and the fourth-order Runge-Kutta method is the best of all. The
main purpose of this exercise is to show the (usually) great superiority of second-order
over rst-order time-marching methods.

8.4.3 An Example Involving Periodic Convection


Let us use as a basis for this example the study of homogeneous turbulence simulated
by the numerical solution of the incompressible Navier-Stokes equations inside a cube
with periodic boundary conditions on all sides. In this numerical experiment the
function evaluations contribute overwhelmingly to the CPU time, and the number of
these evaluations must be kept to an absolute minimum because of the magnitude of
the problem. On the other hand, a complete event must be established in order to
obtain meaningful statistical samples which are the essence of the solution. In this
case, in addition to the constraints given in Section 8.4.1, we add the following:
 The number of evaluations of F~ (~u; t) is xed.
Under these conditions a method is judged as best when it has the highest global
accuracy for resolving eigenvectors with imaginary eigenvalues. The above constraint
has led to the invention of schemes that omit the function evaluation in the cor-
rector step of a predictor-corrector combination, leading to the so-called incomplete
156 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
predictor-corrector methods. The presumption is, of course, that more ecient meth-
ods will result from the omission of the second function evaluation. An example is
the method of Gazdag, given in Section 6.8. Basically this is composed of an AB2
predictor and a trapezoidal corrector. However, the derivative of the fundamental
family is never found so there is only one evaluation required to complete each cycle.
The - relation for the method is shown as entry 10 in Table 7.1.
In order to discuss our comparisions we introduce the following de nitions:
 Let a k-evaluation method be de ned as one that requires k evaluations of
F~ (~u; t) to advance one step using that method's time interval, h.
 Let K represent the total number of allowable Fev .
 Let h1 be the time interval advanced in one step of a one-evaluation method.
The Gazdag, leapfrog, and AB2 schemes are all 1-evaluation methods. The second
and fourth order RK methods are 2- and 4-evaluation methods, respectively. For a 1-
evaluation method the total number of time steps, N , and the number of evaluations,
K , are the same, one evaluation being used for each step, so that for these methods
h = h1 . For a 2-evaluation method N = K=2 since two evaluations are used for
each step. However, in this case, in order to arrive at the same time T after K
evaluations, the time step must be twice that of a one{evaluation method so h = 2h1.
For a 4-evaluation method the time interval must be h = 4h1 , etc. Notice that
as k increases, the time span required for one application of the method increases.
However, notice also that as k increases, the power to which 1 is raised to arrive
at the nal destination decreases; see the Figure below. This is the key to the true
comparison of time-march methods for this type of problem.

0 T uN
k=1 j        j [(h1 )]84
k = 2 j 2h1    j [(2h1)]2
k=4 j 4h1  j [(4h1)]
Step sizes and powers of  for k-evaluation methods used to get to the same value
of T if 8 evaluations are allowed.

In general, after K evaluations, the global amplitude and phase error for k-
evaluation methods applied to systems with pure imaginary -roots can be written1
Era = 1 ; j1(ik!h1 )jK=k (8.4)
1 See Eqs. 6.38 and 6.39.
8.4. COMPARING THE EFFICIENCY OF EXPLICIT METHODS 157

Er! = !T ; Kk tan;1 [1[(ik!h


" #
1 )]imaginary (8.5)
1 (ik!h1 )]real
Consider a convection-dominated event for which the function evaluation is very
time consuming. We idealize to the case where  = i! and set ! equal to one. The
event must proceed to the time t = T = 10. We consider two maximum evaluation
limits K = 50 and K = 100 and choose from four possible methods, leapfrog, AB2,
Gazdag, and RK4. The rst three of these are one-evaluation methods and the last
one is a four-evaluation method. It is not dicult to show that on the basis of local
error (made in a single step) the Gazdag method is superior to the RK4 method in
both amplitude and phase. For example, for !h = 0:2 the Gazdag method produces
a j1 j = 0:9992276 whereas for !h = 0:8 (which must be used to keep the number of
evaluations the same) the RK4 method produces a j1 j = 0:998324. However, we are
making our comparisons on the basis of global error for a xed number of evaluations.
First of all we see that for a one-evaluation method h1 = T=K . Using this, and the
fact that ! = 1, we nd, by some rather simple calculations2 made using Eqs. 8.4 and
8.5, the results shown in Table 8.2. Notice that to nd global error the Gazdag root
must be raised to the power of 50 while the RK4 root is raised only to the power of
50/4. On the basis of global error the Gazdag method is not superior to RK4 in either
amplitude or phase, although, in terms of phase error (for which it was designed) it
is superior to the other two methods shown.

K leapfrog AB2 Gazdag RK4


!h1 = :1 100 1:0 1:003 :995 :999
!h1 = :2 50 1:0 1:022 :962 :979
a. Amplitude, exact = 1.0.
K leapfrog AB2 Gazdag RK4
!h1 = :1 100 ;:96 ;2:4 :45 :12
!h1 = :2 50 ;3:8 ;9:8 1:5 1:5
b. Phase error in degrees.
Table 8.2: Comparison of global amplitude and phase errors for four methods.

2The 1 root for the Gazdag method can be found using a numerical root nding routine to trace
the three roots in the -plane, see Fig. 7.3e.
158 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
Using analysis such as this (and also considering the stability boundaries) the
RK4 method is recommended as a basic rst choice for any explicit time-accurate
calculation of a convection-dominated problem.

8.5 Coping With Sti ness


8.5.1 Explicit Methods
The ability of a numerical method to cope with sti ness can be illustrated quite nicely
in the complex h plane. A good example of the concept is produced by studying
the Euler method applied to the representative equation. The transient solution is
un = (1 + h)n and the trace of the complex value of h which makes j1 + hj = 1
gives the whole story. In this case the trace forms a circle of unit radius centered at
(;1; 0) as shown in Fig. 8.1. If h is chosen so that all h in the ODE eigensystem
fall inside this circle the integration will be numerically stable. Also shown by the
small circle centered at the origin is the region of Taylor series accuracy. If some h
fall outside the small circle but stay within the stable region, these h are sti , but
stable. We have de ned these h as parasitic eigenvalues. Stability boundaries for
some explicit methods are shown in Figs. 7.5 and 7.6.
For a speci c example, consider the mildly sti system composed of a coupled
two-equation set having the two eigenvalues 1 = ;100 and 2 = ;1. If uncoupled
and evaluated in wave space, the time histories of the two solutions would appear as a
rapidly decaying function in one case, and a relatively slowly decaying function in the
other. Analytical evaluation of the time histories poses no problem since e;100t quickly
becomes very small and can be neglected in the expressions when time becomes large.
Numerical evaluation is altogether di erent. Numerical solutions, of course, depend
upon [(m h)]n and no jm j can exceed one for any m in the coupled system or else
the process is numerically unstable.
Let us choose the simple explicit Euler method for the time march. The coupled
equations in real space are represented by
u1(n) = c1 (1 ; 100h)nx11 + c2(1 ; h)nx12 + (PS )1
u2(n) = c1 (1 ; 100h)nx21 + c2(1 ; h)nx22 + (PS )2 (8.6)
We will assume that our accuracy requirements are such that sucient accuracy is
obtained as long as jhj  0:1. This de nes a time step limit based on accuracy
considerations of h = 0:001 for 1 and h = 0:1 for 2 . The time step limit based
on stability, which is determined from 1, is h = 0:02. We will also assume that
c1 = c2 = 1 and that an amplitude less than 0.001 is negligible. We rst run 66
time steps with h = 0:001 in order to resolve the 1 term. With this time step the
8.5. COPING WITH STIFFNESS 159
2 term is resolved exceedingly well. After 66 steps, the amplitude of the 1 term
(i.e., (1 ; 100h)n) is less than 0.001 and that of the 2 term (i.e., (1 ; h)n) is 0.9361.
Hence the 1 term can now be considered negligible. To drive the (1 ; h)n term to
zero (i.e., below 0.001), we would like to change the step size to h = 0:1 and continue.
We would then have a well resolved answer to the problem throughout the entire
relevant time interval. However, this is not possible because of the coupled presence
of (1 ; 100h)n, which in just 10 steps at h = 0:1 ampli es those terms by  109, far
outweighing the initial decrease obtained with the smaller time step. In fact, with
h = 0:02, the maximum step size that can be taken in order to maintain stability,
about 339 time steps have to be computed in order to drive e;t to below 0.001. Thus
the total simulation requires 405 time steps.

8.5.2 Implicit Methods


Now let us re-examine the problem that produced Eq. 8.6 but this time using an
unconditionally stable implicit method for the time march. We choose the trapezoidal
method. Its behavior in the h plane is shown in Fig. 7.4b. Since this is also a one-
root method, we simply replace the Euler  with the trapezoidal one and analyze the
result. It follows that the nal numerical solution to the ODE is now represented in
real space by
n
; h 1 ; 0:5h nx + (PS )
! !
1 50
u1(n) = c1 1 + 50h x11 + c2 1 + 0:5h 12 1
!n
; h 1 ; 0:5h nx + (PS )
!
1 50
u2(n) = c1 1 + 50h x21 + c2 (8.7)
1 + 0:5h 22 2

In order to resolve the initial transient of the term e;100t , we need to use a step size
of about h = 0:001. This is the same step size used in applying the explicit Euler
method because here accuracy is the only consideration and a very small step size
must be chosen to get the desired resolution. (It is true that for the same accuracy
we could in this case use a larger step size because this is a second-order method,
but that is not the point of this exercise). After 70 time steps the 1 term has
amplitude less than 0.001 and can be neglected. Now with the implicit method we
can proceed to calculate the remaining part of the event using our desired step size
h = 0:1 without any problem of instability, with 69 steps required to reduce the
amplitude of the second term to below 0.001. In both intervals the desired solution
is second-order accurate and well resolved. It is true that in the nal 69 steps one
-root is [1 ; 50(0:1)]=[1 + 50(0:1)] = 0:666   , and this has no physical meaning
whatsoever. However, its in uence on the coupled solution is negligible at the end
of the rst 70 steps, and, since (0:666   )n < 1, its in uence in the remaining 70
160 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
steps is even less. Actually, although this root is one of the principal roots in the
system, its behavior for t > 0:07 is identical to that of a stable spurious root. The
total simulation requires 139 time steps.

8.5.3 A Perspective
It is important to retain a proper perspective on a problem represented by the above
example. It is clear that an unconditionally stable method can always be called upon
to solve sti problems with a minimum number of time steps. In the example, the
conditionally stable Euler method required 405 time steps, as compared to about
139 for the trapezoidal method, about three times as many. However, the Euler
method is extremely easy to program and requires very little arithmetic per step. For
preliminary investigations it is often the best method to use for mildly-sti di usion
dominated problems. For re ned investigations of such problems an explicit method
of second order or higher, such as Adams-Bashforth or Runge-Kutta methods, is
recommended. These explicit methods can be considered as e ective mildly sti -
stable methods. However, it should be clear that as the degree of sti ness of the
problem increases, the advantage begins to tilt towards implicit methods, as the
reduced number of time steps begins to outweigh the increased cost per time step.
The reader can repeat the above example with 1 = ;10; 000, 2 = ;1, which is in
the strongly-sti category.
There is yet another technique for coping with certain sti systems in uid dynamic
applications. This is known as the multigrid method. It has enjoyed remarkable
success in many practical problems; however, we need an introduction to the theory
of relaxation before it can be presented.

8.6 Steady Problems


In Chapter 6 we wrote the OE solution in terms of the principal and spurious roots
as follows:

un = c11 (1 )n1 ~x1 +    + cm1(m )n1 ~xm +    + cM 1 (M )n1 ~xM + P:S:
+c12 (1)n2 ~x1 +    + cm2 (m )n2 ~xm +    + cM 2 (M )n2 ~xM
+c13 (1)n3 ~x1 +    + cm3 (m )n3 ~xm +    + cM 3 (M )n3 ~xM
+etc., if there are more spurious roots (8.8)
When solving a steady problem, we have no interest whatsoever in the transient por-
tion of the solution. Our sole goal is to eliminate it as quickly as possible. Therefore,
8.7. PROBLEMS 161
the choice of a time-marching method for a steady problem is similar to that for a
sti problem, the di erence being that the order of accuracy is irrelevant. Hence the
explicit Euler method is a candidate for steady di usion dominated problems, and
the fourth-order Runge-Kutta method is a candidate for steady convection dominated
problems, because of their stability properties. Among implicit methods, the implicit
Euler method is the obvious choice for steady problems.
When we seek only the steady solution, all of the eigenvalues can be considered to
be parasitic. Referring to Fig. 8.1, none of the eigenvalues are required to fall in the
accurate region of the time-marching method. Therefore the time step can be chosen
to eliminate the transient as quickly as possible with no regard for time accuracy.
For example, when using the implicit Euler method with local time linearization, Eq.
6.96, one would like to take the limit h ! 1, which leads to Newton's method, Eq.
6.98. However, a nite time step may be required until the solution is somewhat close
to the steady solution.

8.7 Problems
1. Repeat the time-march comparisons for di usion (Section 8.4.2) and periodic
convection (Section 8.4.3) using 2nd- and 3rd-order Runge-Kutta methods.
2. Repeat the time-march comparisons for di usion (Section 8.4.2) and periodic
convection (Section 8.4.3) using the 3rd- and 4th-order Adams-Bashforth meth-
ods. Considering the stability bounds for these methods (see problem 4 in
Chapter 7) as well as their memory requirements, compare and contrast them
with the 3rd- and 4th-order Runge-Kutta methods.
3. Consider the di usion equation (with  = 1) discretized using 2nd-order central
di erences on a grid with 10 (interior) points. Find and plot the eigenvalues
and the corresponding modi ed wavenumbers. If we use the explicit Euler time-
marching method what is the maximum allowable time step if all but the rst
two eigenvectors are considered parasitic? Assume that sucient accuracy is
obtained as long as jhj  0:1. What is the maximum allowable time step if all
but the rst eigenvector are considered parasitic?
162 CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
Chapter 9
RELAXATION METHODS
In the past three chapters, we developed a methodology for designing, analyzing,
and choosing time-marching methods. These methods can be used to compute the
time-accurate solution to linear and nonlinear systems of ODE's in the general form
d~u = F~ (~u; t) (9.1)
dt
which arise after spatial discretization of a PDE. Alternatively, they can be used to
solve for the steady solution of Eq. 9.1, which satis es the following coupled system
of nonlinear algebraic equations:
F~ (~u) = 0 (9.2)
In the latter case, the unsteady equations are integrated until the solution converges
to a steady solution. The same approach permits a time-marching method to be used
to solve a linear system of algebraic equations in the form
A~x = ~b (9.3)
To solve this system using a time-marching method, a time derivative is introduced
as follows
d~x = A~x ; ~b (9.4)
dt
and the system is integrated in time until the transient has decayed to a suciently
low level. Following a time-dependent path to steady state is possible only if all of
the eigenvalues of the matrix A (or ;A) have real parts lying in the left half-plane.
Although the solution ~x = A; ~b exists as long as A is nonsingular, the ODE given by
1

Eq. 9.4 has a stable steady solution only if A meets the above condition.
163
164 CHAPTER 9. RELAXATION METHODS
The common feature of all time-marching methods is that they are at least rst-
order accurate. In this chapter, we consider iterative methods which are not time
accurate at all. Such methods are known as relaxation methods. While they are
applicable to coupled systems of nonlinear algebraic equations in the form of Eq. 9.2,
our analysis will focus on their application to large sparse linear systems of equations
in the form
Ab~u ; ~f b = 0 (9.5)
where Ab is nonsingular, and the use of the subscript b will become clear shortly. Such
systems of equations arise, for example, at each time step of an implicit time-marching
method or at each iteration of Newton's method. Using an iterative method, we seek
to obtain rapidly a solution which is arbitrarily close to the exact solution of Eq. 9.5,
which is given by
~u1 = A;b ~f b1
(9.6)

9.1 Formulation of the Model Problem


9.1.1 Preconditioning the Basic Matrix
It is standard practice in applying relaxation procedures to precondition the basic
equation. This preconditioning has the e ect of multiplying Eq. 9.5 from the left
by some nonsingular matrix. In the simplest possible case the conditioning matrix
is a diagonal matrix composed of a constant D(b). If we designate the conditioning
matrix by C , the problem becomes one of solving for ~u in

CAb~u ; C~f b = 0 (9.7)


Notice that the solution of Eq. 9.7 is

~u = [CAb ]; C~f b = A;b C ; C~f b = A;b ~f b


1 1 1 1
(9.8)
which is identical to the solution of Eq. 9.5, provided C ; exists.
1

In the following we will see that our approach to the iterative solution of Eq. 9.7
depends crucially on the eigenvalue and eigenvector structure of the matrix CAb, and,
equally important, does not depend at all on the eigensystem of the basic matrix Ab .
For example, there are well-known techniques for accelerating relaxation schemes if
the eigenvalues of CAb are all real and of the same sign. To use these schemes, the
9.1. FORMULATION OF THE MODEL PROBLEM 165
conditioning matrix C must be chosen such that this requirement is satis ed. A
choice of C which ensures this condition is the negative transpose of Ab.
For example, consider a spatial discretization of the linear convection equation
using centered di erences with a Dirichlet condition on the left side and no constraint
on the right side. Using a rst-order backward di erence on the right side (as in
Section 3.6), this leads to the approximation
82 3 2 39
77 66 ;0ua
> >
>
> 66 ;01 10 1 77> >
<6 77 ~ 66 77=
x~u = 21 x >66 ;1 0 1 77 u + 66 0 77> (9.9)
> 64 ;1 0 15 4 0 5>
>
: >
;2 2 0 ;
The matrix in Eq. 9.9 has eigenvalues whose imaginary parts are much larger than
their real parts. It can rst be conditioned so that the modulus of each element is 1.
This is accomplished using a diagonal preconditioning matrix
2 3
66 10 0
1
0
0
0
0
0
0 77
6 77
D = 2x 66 0 0 1 0 0 77 (9.10)
64 0 0 0 1 0 5
0 0 0 0 1
2

which scales each row. We then further condition with multiplication by the negative
transpose. The result is
A = ;AT A =
2 1 1

2 32 3
66 ;10 10 1 77 66 ;10 10 1 77
66 77 66 77
66 ;1 0 1 77 66 ;1 0 1 7
4 ;1 0 154 ;1 0 1 75
;1 ;1 ;1 1
2 3
66 ;10 ;20 10 1 77
6 7
= 66 1 0 ;2 0 1 77 (9.11)
64 1 0 ;2 1 75
1 1 ;2
166 CHAPTER 9. RELAXATION METHODS
If we de ne a permutation matrix P and carry out the process P T [;AT A ]P (which
1
1 1
just reorders the elements of A and doesn't change the eigenvalues) we nd
1

2 32 32 3
66 001 0 0 0 7 6 ;1 0 1 77 66 0 0 0 0 17
66 0 0 1 0 77 66 0 ;2 0 1 76 1 0 0 0 0 77
66 0
0 0 0 1 77 66 1 0 ;2 0 1 77 66 0 0 0 1 0 77
400 1 0 0 75 64 1 0 ;2 1 75 64 0 1 0 0 0 75
1 0 0 0 0 1 1 ;2 0 0 1 0 0
2 3
66 ;21 ;21 1 77
6 77
= 66 1 ;2 1 7 (9.12)
64 1 ;2 1 75
1 ;1
which has all negative real eigenvalues, as given in Appendix B. Thus even when
the basic matrix Ab has nearly imaginary eigenvalues, the conditioned matrix ;ATb Ab
is nevertheless symmetric negative de nite (i.e., symmetric with negative real eigen-
values), and the classical relaxation methods can be applied. We do not necessarily
recommend the use of ;ATb as a preconditioner; we simply wish to show that a broad
range of matrices can be preconditioned into a form suitable for our analysis.

9.1.2 The Model Equations


Preconditioning processes such as those described in the last section allow us to
prepare our algebraic equations in advance so that certain eigenstructures are guar-
anteed. In the remainder of this chapter, we will thoroughly investigate some simple
equations which model these structures. We will consider the preconditioned system
of equations having the form

A~ ; ~f = 0 (9.13)
where A is symmetric negative de nite. The symbol for the dependent variable has
2

been changed to  as a reminder that the physics being modeled is no longer time
1 A permutation matrix (de ned as a matrix with exactly one 1 in each row and column and has
the property that P T = P ;1 ) just rearranges the rows and columns of a matrix.
2 We use a symmetric negative de nite matrix to simplify certain aspects of our analysis. Relax-
ation methods are applicable to more general matrices. The classical methods will usually converge
if Ab is diagonally dominant, as de ned in Appendix A.
9.1. FORMULATION OF THE MODEL PROBLEM 167
accurate when we later deal with ODE formulations. Note that the solution of Eq.
9.13, ~ = A; ~f , is guaranteed to exist because A is nonsingular. In the notation of
1

Eqs. 9.5 and 9.7,

A = CAb and ~f = C~f b (9.14)


The above was written to treat the general case. It is instructive in formulating the
concepts to consider the special case given by the di usion equation in one dimension
with unit di usion coecient  :

@u = @ u ; g(x)
2
(9.15)
@t @x 2

This has the steady-state solution

@ u = g(x)
2
(9.16)
@x 2

which is the one-dimensional form of the Poisson equation. Introducing the three-
point central di erencing scheme for the second derivative with Dirichlet boundary
conditions, we nd

d~u = 1 B (1; ;2; 1)~u + (b~c) ; ~g (9.17)


dt x 2

where (b~c) contains the boundary conditions and ~g contains the values of the source
term at the grid nodes. In this case

Ab = 1 B (1; ;2; 1)
x 2

f~b = ~g ; (b~c) (9.18)


Choosing C = x I , we obtain
2

B (1; ;2; 1)~ = ~f (9.19)


where ~f = x f~b. If we consider a Dirichlet boundary condition on the left side and
2

either a Dirichlet or a Neumann condition on the right side, then A has the form
 
A = B 1; ~b; 1
168 CHAPTER 9. RELAXATION METHODS
~b = [;2; ;2;   ; ;2; s]T
s = ;2 or ;1 (9.20)
Note that s = ;1 is easily obtained from the matrix resulting from the Neumann
boundary condition given in Eq. 3.24 using a diagonal conditioning matrix. A tremen-
dous amount of insight to the basic features of relaxation is gained by an appropriate
study of the one-dimensional case, and much of the remaining material is devoted to
this case. We attempt to do this in such a way, however, that it is directly applicable
to two- and three-dimensional problems.

9.2 Classical Relaxation


9.2.1 The Delta Form of an Iterative Scheme
We will consider relaxation methods which can be expressed in the following delta
form:
h i
H ~n ; ~n = A~n ; ~f
+1 (9.21)
where H is some nonsingular matrix which depends upon the iterative method. The
matrix H is independent of n for stationary methods and is a function of n for
nonstationary ones. The iteration count is designated by the subscript n or the
superscript (n). The converged solution is designated ~1 so that

~1 = A; ~f
1
(9.22)

9.2.2 The Converged Solution, the Residual, and the Error


Solving Eq. 9.21 for ~n gives
+1

~n = [I + H ; A]~n ; H ; ~f = G~n ; H ; ~f


+1
1 1 1
(9.23)
where
G  I + H; A 1
(9.24)
Hence it is clear that H should lead to a system of equations which is easy to solve,
or at least easier to solve than the original system. The error at the nth iteration is
de ned as
~en  ~n ; ~1 = ~n ; A; ~f
1
(9.25)
9.2. CLASSICAL RELAXATION 169
where ~1 was de ned in Eq. 9.22. The residual at the nth iteration is de ned as
~rn  A~n ; ~f (9.26)
Multiply Eq. 9.25 by A from the left, and use the de nition in Eq. 9.26. There results
the relation between the error and the residual
A~en ; ~rn = 0 (9.27)
Finally, it is not dicult to show that
~en = G~en
+1 (9.28)
Consequently, G is referred to as the basic iteration matrix, and its eigenvalues, which
we designate as m , determine the convergence rate of a method.
In all of the above, we have considered only what are usually referred to as sta-
tionary processes in which H is constant throughout the iterations. Nonstationary
processes in which H (and possibly C ) is varied at each iteration are discussed in
Section 9.5.

9.2.3 The Classical Methods


Point Operator Schemes in One Dimension
Let us consider three classical relaxation procedures for our model equation
B (1; ;2; 1)~ = ~f (9.29)
as given in Section 9.1.2. The Point-Jacobi method is expressed in point operator
form for the one-dimensional case as
h i
jn = 21 jn; + jn ; fj
( +1) ( )
1
( )
+1 (9.30)
This operator comes about by choosing the value of jn such that together with
( +1)

the old values of j; and j , the j th row of Eq. 9.29 is satis ed. The Gauss-Seidel
1 +1
method is
h i
jn = 21 jn; + jn ; fj
( +1) ( +1)
1
( )
+1 (9.31)
This operator is a simple extension of the point-Jacobi method which uses the most
recent update of j; . Hence the j th row of Eq. 9.29 is satis ed using the new values of
1
j and j; and the old value of j . The method of successive overrelaxation (SOR)
1 +1
170 CHAPTER 9. RELAXATION METHODS
is based on the idea that if the correction produced by the Gauss-Seidel method tends
to move the solution toward ~1, then perhaps it would be better to move further in
this direction. It is usually expressed in two steps as
h i
~j = 21 jn; + jn ; fj
( +1) ( )

h i
1 +1

jn = jn + ! ~j ; jn


( +1) ( ) ( )
(9.32)
where ! generally lies between 1 and 2, but it can also be written in the single line
jn = !2 jn; + (1 ; !)jn + !2 jn ; !2 fj
( +1) ( +1)
1
( ) ( )
+1 (9.33)

The General Form


The general form of the classical methods is obtained by splitting the matrix A in
Eq. 9.13 into its diagonal, D, the portion of the matrix below the diagonal, L, and
the portion above the diagonal, U , such that
A=L+D+U (9.34)
Then the point-Jacobi method is obtained with H = ;D, which certainly meets
the criterion that it is easy to solve. The Gauss-Seidel method is obtained with
H = ;(L + D), which is also easy to solve, being lower triangular.

9.3 The ODE Approach to Classical Relaxation


9.3.1 The Ordinary Di erential Equation Formulation
The particular type of delta form given by Eq. 9.21 leads to an interpretation of
relaxation methods in terms of solution techniques for coupled rst-order ODE's,
about which we have already learned a great deal. One can easily see that Eq. 9.21
results from the application of the explicit Euler time-marching method (with h = 1)
to the following system of ODE's:
~
H ddt = A~ ; ~f (9.35)
This is equivalent to
d~ = H ; C A ~ ; ~f  = H ; [A~ ; ~f ]
1 1
(9.36)
b b
dt
9.3. THE ODE APPROACH TO CLASSICAL RELAXATION 171
In the special case where H ; A depends on neither ~u nor t, H ; ~f is also independent
1 1

of t, and the eigenvectors of H ; A are linearly independent, the solution can be


1

written as
~ = c e1 t~x +    + cM eM t~xM +~1 (9.37)
|1 1
{z }
error
where what is referred to in time-accurate analysis as the transient solution, is now
referred to in relaxation analysis as the error. It is clear that, if all of the eigenvalues
of H ; A have negative real parts (which implies that H ; A is nonsingular), then the
1 1

system of ODE's has a steady-state solution which is approached as t ! 1, given by


~1 = A; ~f
1
(9.38)
which is the solution of Eq. 9.13. We see that the goal of a relaxation method is to
remove the transient solution from the general solution in the most ecient way pos-
sible. The  eigenvalues are xed by the basic matrix in Eq. 9.36, the preconditioning
matrix in 9.7, and the secondary conditioning matrix in 9.35. The  eigenvalues are
xed for a given h by the choice of time-marching method. Throughout the remain-
ing discussion we will refer to the independent variable t as \time", even though no
true time accuracy is involved.
In a stationary method, H and C in Eq. 9.36 are independent of t, that is, they
are not changed throughout the iteration process. The generalization of this in our
approach is to make h, the \time" step, a constant for the entire iteration.
Suppose the explicit Euler method is used for the time integration. For this method
m = 1 + mh. Hence the numerical solution after n steps of a stationary relaxation
method can be expressed as (see Eq. 6.28)
~n = c ~x (1 +  h)n +    + cm~xm (1 + mh)n +    + cM ~xM (1 + M h)n +~1 (9.39)
|1 1 1
{z }
error
The initial amplitudes of the eigenvectors are given by the magnitudes of the cm .
These are xed by the initial guess. In general it is assumed that any or all of the
eigenvectors could have been given an equally \bad" excitation by the initial guess,
so that we must devise a way to remove them all from the general solution on an
equal basis. Assuming that H ; A has been chosen (that is, an iteration process has
1

been decided upon), the only free choice remaining to accelerate the removal of the
error terms is the choice of h. As we shall see, the three classical methods have all
been conditioned by the choice of H to have an optimum h equal to 1 for a stationary
iteration process.
172 CHAPTER 9. RELAXATION METHODS
9.3.2 ODE Form of the Classical Methods
The three iterative procedures de ned by Eqs. 9.30, 9.31 and 9.32 obey no apparent
pattern except that they are easy to implement in a computer code since all of the
data required to update the value of one point are explicitly available at the time
of the update. Now let us study these methods as subsets of ODE as formulated in
Section 9.3.1. Insert the model equation 9.29 into the ODE form 9.35. Then
~
H ddt = B (1; ;2; 1)~ ; ~f (9.40)
As a start, let us use for the numerical integration the explicit Euler method
n = n + h0n
+1 (9.41)
with a step size, h, equal to 1. We arrive at
H (~n ; ~n) = B (1; ;2; 1)~n ; ~f
+1 (9.42)
It is clear that the best choice of H from the point of view of matrix algebra is
;B (1; ;2; 1) since then multiplication from the left by ;B ; (1; ;2; 1) gives the cor-
1

rect answer in one step. However, this is not in the spirit of our study, since multi-
plication by the inverse amounts to solving the problem by a direct method without
iteration. The constraint on H that is in keeping with the formulation of the three
methods described in Section 9.2.3 is that all the elements above the diagonal (or
below the diagonal if the sweeps are from right to left) are zero. If we impose this
constraint and further restrict ourselves to banded tridiagonals with a single constant
in each band, we are led to
B (; ; !2 ; 0)(~n ; ~n) = B (1; ;2; 1)~n ; ~f
+1 (9.43)
where and ! are arbitrary. With this choice of notation the three methods presented
in Section 9.2.3 can be identi ed using the entries in Table 9.1.
TABLE 9.1: VALUES OF and ! IN EQ. 9.43 THAT
LEAD TO CLASSICAL RELAXATION METHODS

! Method Equation
0 1 Point-Jacobi 6:2:3
1 h 1 i Gauss-Seidel 6:2:4
1 2= 1 + sin M + 1 Optimum SOR 6:2:5
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS 173
The fact that the values in the tables lead to the methods indicated can be veri ed
by simple algebraic manipulation. However, our purpose is to examine the whole
procedure as a special subset of the theory of ordinary di erential equations. In this
light, the three methods are all contained in the following set of ODE's
d~ = B ; (; ; 2 ; 0)B (1; ;2; 1)~ ; ~f 
1
(9.44)
dt !
and appear from it in the special case when the explicit Euler method is used for its
numerical integration. The point operator that results from the use of the explicit
Euler scheme is
!   !h n ! !h
n ! n ! n n
j = 2 j; + 2 (h ; )j; ; (!h ; 1)j + 2 j ; 2 fj(9.45)
( +1) ( +1) ( ) ( ) ( )
1 1 +1

This represents a generalization of the classical relaxation techniques.

9.4 Eigensystems of the Classical Methods


The ODE approach to relaxation can be summarized as follows. The basic equation
to be solved came from some time-accurate derivation
Ab~u ; ~f b = 0 (9.46)
This equation is preconditioned in some manner which has the e ect of multiplication
by a conditioning matrix C giving
A~ ; ~f = 0 (9.47)
An iterative scheme is developed to nd the converged, or steady-state, solution of
the set of ODE's
~
H ddt = A~ ; ~f (9.48)
This solution has the analytical form
~n = ~en + ~1 (9.49)
where ~en is the transient, or error, and ~1  A; ~f is the steady-state solution. The
1

three classical methods, Point-Jacobi, Gauss-Seidel, and SOR, are identi ed for the
one-dimensional case by Eq. 9.44 and Table 9.1.
174 CHAPTER 9. RELAXATION METHODS
Given our assumption that the component of the error associated with each eigen-
vector is equally likely to be excited, the asymptotic convergence rate is determined
by the eigenvalue m of G ( I + H ; A) having maximum absolute value. Thus
1

Convergence rate  jmjmax ; m = 1; 2;    ; M (9.50)


In this section, we use the ODE analysis to nd the convergence rates of the three
classical methods represented by Eqs. 9.30, 9.31, and 9.32. It is also instructive to
inspect the eigenvectors and eigenvalues in the H ; A matrix for the three methods.
1

This amounts to solving the generalized eigenvalue problem


A~xm = m H~xm (9.51)
for the special case
B (1; ;2; 1)~xm = m B (; ; !2 ; 0)~xm (9.52)
The generalized eigensystem for simple tridigonals is given in Appendix B.2. The
three special cases considered below are obtained with a = 1, b = ;2, c = 1, d = ; ,
e = 2=!, and f = 0. To illustrate the behavior, we take M = 5 for the matrix order.
This special case makes the general result quite clear.

9.4.1 The Point-Jacobi System


If = 0 and ! = 1 in Eq. 9.44, the ODE matrix H ; A reduces to simply B ( 12 ; ;1; 21 ).
1

The eigensystem can be determined from Appendix B.1 since both d and f are zero.
The eigenvalues are given by the equation
 m 
m = ;1 + cos M + 1 ; m = 1; 2; : : : ; M (9.53)
The - relation for the explicit Euler method is m = 1 + m h. This relation can
be plotted for any h. The plot for h = 1, the optimum stationary case, is shown in
Fig. 9.1. For h < 1, the maximum jmj is obtained with m = 1, Fig. 9.2 and for
h > 1, the maximum jm j is obtained with m = M , Fig. 9.3. Note that for h > 1:0
(depending on M ) there is the possibility of instability, i.e. jm j > 1:0. To obtain the
optimal scheme we wish to minimize the maximum jm j which occurs when h = 1,
j j = jM j and the best possible convergence rate is achieved:
1

 
jm jmax = cos M + 1 (9.54)
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS 175
For M = 40, we obtain jmjmax = 0:9971. Thus after 500 iterations the error content
associated with each eigenvector is reduced to no more than 0.23 times its initial level.
Again from Appendix B.1, the eigenvectors of H ; A are given by
1

 
~xj = (xj )m = sin j m ; j = 1; 2; : : : ; M (9.55)
M +1
This is a very \well-behaved" eigensystem with linearly independent eigenvectors and
distinct eigenvalues. The rst 5 eigenvectors are simple sine waves. For M = 5, the
eigenvectors can be written as
2 1=2 3 2 p3=2 3 2 3
p
66 3=2 77 p
66 3=2 77 66 10 77
~x = 666 p 1 777 ; ~x = 666 p0 777 ; ~x = 666 ;1 777 ;
1
64 3=2 75 2
64 ; 3=2 75 3
64 0 75
p
1=2 ; 3=2 1
2 p 3 2 3
p3=2 1=2
p
66 ; 3=2 77 66 ; 3=2 77
~x = 66 p 0 77 ; ~x = 666 p1 777
6 7
(9.56)
4
64 3=2 75 5
64 ; 3=2 75
p
; 3=2 1=2
The corresponding eigenvalues are, from Eq. 9.53
p
 = ;1 + 23 = ;0:134   
1

 = ;1 + 12 = ;0:5
2

 =
3 ;1 = ;1:0 (9.57)
 = ;1 ; 12 = ;1:5
4

p
 = ;1 ; 23 = ;1:866   
5

From Eq. 9.39, the numerical solution written in full is


p
~n ; ~1 = c [1 ; (1 ; 3 )h]n~x
1
2 1

1
+ c [1 ; (1 ; 2 )h]n~x
2 2
176 CHAPTER 9. RELAXATION METHODS

1.0
h = 1.0
m=5 m=1

Values are equal

σm
m=4 m=2

Μ=5

m=3
0.0
-2.0 -1.0 0.0

Figure 9.1: The ;  relation for Point-Jacobi, h = 1; M = 5.

+ c [1 ; (1
3 )h]n~x 3

+ c [1 ; (1 + 12 )h]n~x
p
4 4

+ c [1 ; (1 + 23 )h]n~x
5 5 (9.58)

9.4.2 The Gauss-Seidel System


If and ! are equal to 1 in Eq. 9.44, the matrix eigensystem evolves from the relation

B (1; ;2; 1)~xm = mB (;1; 2; 0)~xm (9.59)

which can be studied using the results in Appendix B.2. One can show that the H ; A 1

matrix for the Gauss-Seidel method, AGS , is

AGS  B ; (;1; 2; 0)B (1; ;2; 1) =


1
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS 177

1.0 Approaches 1.0

h < 1.0

h
σm
De

ng
cr

si
ea

ea
si

cr
ng

De
h

0.0
-2.0 -1.0 0.0
λ mh

Figure 9.2: The ;  relation for Point-Jacobi, h = 0:9; M = 5.

Exceeds 1.0 at h ∼
∼ 1.072 / Ustable h > 1.072

1.0
h > 1.0
In
cr
ea

h
si

σm
ng
ng

si
ea
h

cr
In

M = 5

0.0
-2.0 -1.0 0.0
λmh

Figure 9.3: The ;  relation for Point-Jacobi, h = 1:1; M = 5.


178 CHAPTER 9. RELAXATION METHODS
2 ;1 1=2 3 1
66 0 ;3=4 1=2 77 2
66 0 1=8 ;3=4 1=2 77 3
66 77
66 0 1=16 1=8 ;3=4 1=2 77 4 (9.60)
66 0 1=32 1=16 1=8 ;3=4 1=2 77 5
64 ... ... . . . . . . . . . . . . . . . 75 ...
0 1=2M    M
The eigenvector structure of the Gauss-Seidel ODE matrix is quite interesting. If M
is odd there are (M + 1)=2 distinct eigenvalues with corresponding linearly indepen-
dent eigenvectors, and there are (M ; 1)=2 defective eigenvalues with corresponding
principal vectors. The equation for the nondefective eigenvalues in the ODE matrix
is (for odd M )
m = ;1 + cos ( Mm
2

+1 ) ; m = 1 ; 2 ; : : : ; M +1
2 (9.61)
and the corresponding eigenvectors are given by
  j;   m 
~xm = cos m M +1
1

M +1 sin j M +1 ; m = 1; 2 ; : : : ; 2 (9.62)
The - relation for h = 1, the optimum stationary case, is shown in Fig. 9.4. The
m with the largest amplitude is obtained with m = 1. Hence the convergence rate is
  
jm jmax = cos M + 1
2
(9.63)
Since this is the square of that obtained for the Point-Jacobi method, the error associ-
ated with the \worst" eigenvector is removed in half as many iterations. For M = 40,
jm jmax = 0:9942. 250 iterations are required to reduce the error component of the
worst eigenvector by a factor of roughly 0.23.
The eigenvectors are quite unlike the Point-Jacobi set. They are no longer sym-
metrical, producing waves that are higher in amplitude on one side (the updated side)
than they are on the other. Furthermore, they do not represent a common family for
di erent values of M .
The Jordan canonical form for M = 5 is
2 h~ i 3
66  h~ i 1
77
66  2~ 3 777
6
2
;
X AGS X = JGS = 6 (9.64)
66  ~1 77 777
1

66 3

4 4  1 55
3
~ 3
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS 179

1.0
h = 1.0

σm

Μ=5

2 defective λ m
0.0
-2.0 -1.0 0.0
λmh

Figure 9.4: The ;  relation for Gauss-Seidel, h = 1:0; M = 5.

The eigenvectors and principal vectors are all real. For M = 5 they can be written
2 3 2 p 3 2 3 2 3 2 3
1 = 2 3= 2 1 0
66 3=4 77 66 p3=4 77 66 0 77 66 2 77 66 00 77
~x = 666 3=4 777 ; ~x = 666 p0 777 ; ~x = 666 0 777 ; ~x = 666 ;1 777 ; ~x = 666 4 777 (9.65)
1
64 9=16 75 2
64 ; 3=16 75 3
64 0 75 4
64 0 75 5
64 ;4 75
p
9=32 ; 3=32 0 0 1
The corresponding eigenvalues are

 = ;1=4
1

 = ;3=4
2

) = ;13

(4) Defective, linked to (9.66)


(5)  Jordan block
3

The numerical solution written in full is thus


~n ; ~1 = c (1 ; h )n~x
1
4 1

+ c (1 ; 4h )n~x
2
3
2
180 CHAPTER 9. RELAXATION METHODS
" #
n n n ; n( n ; 1)
+ c (1 ; h) + c h 1! (1 ; h) + c h 2! (1 ; h) ~x
n; 1 2 2
3 4 5 3

 
+ c (1 ; h)n + c h n (1 ; h)n; ~x 1
4 5
1! 4

+ c (1 ; h)n~x
5 5 (9.67)

9.4.3 The SOR System


If = 1 and 2=! = x in Eq. 9.44, the ODE matrix is B ; (;1; x; 0)B (1; ;2; 1). 1

One can show that this can be written in the form given below for M = 5. The
generalization to any M is fairly clear. The H ; A matrix for the SOR method, 1

ASOR  B ; (;1; x; 0)B (1; ;2; 1), is


1

2 3
66 ;2;x2x+ x x 0 0 0
4 4
77
1 66 ;2x + x x x; 2;x2x+ x x 0 0 77
3 4 3 4 4

2 3
x
2
; 2
x 664 ;2x + x x ; 2x + x x ; 2x + x
x3
x 4 3 4 4
0 77 (9.68)
x ; 2x
5
2 2 3 2 3 4 3 4
x4
5
;2 + x 1 ; 2x + x x ; 2x + x x ; 2x + x x
2 2 3 2 3 4 3
; 2x 4

Eigenvalues of the system are given by


 !pm + zm  2
m = ;1 + 2 ; m = 1; 2; : : : M (9.69)
where
zm = [4(1 ; !) + ! pm] = 2 2 1 2

pm = cos[m=(M + 1)]
If ! = 1, the system is Gauss-Seidel. If 4(1 ; !) + ! pm < 0; zm and m are complex. 2

If ! is chosen such that 4(1 ; !) + ! p = 0; ! is optimum for the stationary case,


2 2
1
and the following conditions hold:
1. Two eigenvalues are real, equal and defective.
2. If M is even, the remaining eigenvalues are complex and occur in conjugate
pairs.
3. If M is odd, one of the remaining eigenvalues is real and the others are complex
occurring in conjugate pairs.
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS 181
One can easily show that the optimum ! for the stationary case is
  
!opt = 2= 1 + sin M + 1 (9.70)
and for ! = !opt
m = m ; 1   2

~xm = mj; sin j m 1
(9.71)
M +1
where
! opt
 q 
m = 2 pm + i p ; pm 2
1
2

Using the explicit Euler method to integrate the ODE's, m = 1 ; h + hm , and if 2

h = 1, the optimum value for the stationary case, the - relation reduces to that
shown in Fig. 9.5. This illustrates the fact that for optimum stationary SOR all the
jm j are identical and equal to !opt ; 1. Hence the convergence rate is
jm jmax = !opt ; 1   (9.72)
!opt = 2= 1 + sin M + 1
For M = 40, jmjmax = 0:8578. Hence the worst error component is reduced to less
than 0.23 times its initial value in only 10 iterations, much faster than both Gauss-
Seidel and Point-Jacobi. In practical applications, the optimum value of ! may have
to be determined by trial and error, and the bene t may not be as great.
For odd M , there are two real eigenvectors and one real principal vector. The
remaining linearly independent eigenvectors are all complex. For M = 5 they can be
written
2 3 2 3 2 p3(1 3 2 3
1= 2
66 1=2 77 ;
66 9 776 p p )=2
66 3(1  i 2)=6 77 1
66 0 77
6 7 6 7 6
~x = 66 1=3 77 ; ~x = 66 16 77 ; ~x ; = 66 p 7
77 ; ~x = 666 1=3 777 (9.73)
0p
1
64 1=6 75 2
64 13 75 34
64 3(5  i 2)=54 75 5
64 0 75
p p
1=18 6 3(7  4i 2)=162 1=9
The corresponding eigenvalues are
1 = ;2=3
(2) Defectiveplinked to  1

3 = ;(10 ; 2p2i)=9
4 = ;(10 + 2 2i)=9
5 = ;4=3 (9.74)
182 CHAPTER 9. RELAXATION METHODS

1.0
h = 1.0

2 real defective λ m

σm 2 complex λ m

1 real λ m

Μ=5
0.0
-2.0 -1.0 0.0
λmh

Figure 9.5: The ;  relation for optimum stationary SOR, M = 5, h = 1.

The numerical solution written in full is


~n ; ~1 = [c (1 ; 2h=3)n + c nh(1 ; 2h=3)n; ]~x
1 2
1
1

+ c (1 ; 2h=3)n~xp
2 2

+ c [1 ; (10 ; 2p2i)h=9]n~x
3 3

+ c [1 ; (10 + 2 2i)h=9]n~x
4 4

+ c (1 ; 4h=3)n~x
5 5 (9.75)

9.5 Nonstationary Processes


In classical terminology a method is said to be nonstationary if the conditioning
matrices, H and C , are varied at each time step. This does not change the steady-
state solution A;b ~f b , but it can greatly a ect the convergence rate. In our ODE
1

approach this could also be considered and would lead to a study of equations with
nonconstant coecients. It is much simpler, however, to study the case of xed
H and C but variable step size, h. This process changes the Point-Jacobi method
to Richardson's method in standard terminology. For the Gauss-Seidel and SOR
methods it leads to processes that can be superior to the stationary methods.
The nonstationary form of Eq. 9.39 is
9.5. NONSTATIONARY PROCESSES 183

~N = c ~x Y (1 +  hn ) +    + cm~xm Y (1 + mhn )


N N
1 1 1
n=1 n=1
Y
N
+    + cM ~xM (1 + M hn ) + ~1 (9.76)
n=1
where the symbol  stands for product. Since hn can now be changed at each step,
the error term can theoretically be completely eliminated in M steps by taking hm =
;1=m , for m = 1; 2;    ; M . However, the eigenvalues m are generally unknown and
costly to compute. It is therefore unnecessary and impractical to set hm = ;1=m
for m = 1; 2; : : : ; M . We will see that a few well chosen h's can reduce whole clusters
of eigenvectors associated with nearby 's in the m spectrum. This leads to the
concept of selectively annihilating clusters of eigenvectors from the error terms as
part of a total iteration process. This is the basis for the multigrid methods discussed
in Chapter 10.
Let us consider the very important case when all of the m are real and nega-
tive (remember that they arise from a conditioned matrix so this constraint is not
unrealistic for quite practical cases). Consider one of the error terms taken from

~eN  ~N ; ~1 = X cm~xm Y (1 + mhn)


M N
(9.77)
m=1 n=1
and write it in the form
Y
N
cm~xm Pe(m )  cm~xm (1 + m hn) (9.78)
n=1
where Pe signi es an \Euler" polynomial. Now focus attention on the polynomial
(Pe)N () = (1 + h )(1 + h )    (1 + hN )
1 2 (9.79)
treating it as a continuous function of the independent variable . In the annihilation
process mentioned after Eq. 9.76, we considered making the error exactly zero by
taking advantage of some knowledge about the discrete values of m for a particular
case. Now we pose a less demanding problem. Let us choose the hn so that the
maximum value of (Pe)N () is as small as possible for all  lying between a and b
such that b    a  0. Mathematically stated, we seek
max j(Pe)N ()j = minimum ; with(Pe)N (0) = 1
b a
(9.80)
184 CHAPTER 9. RELAXATION METHODS
This problem has a well known solution due to Markov. It is
!
TN 2 ; ;a ; b
a b !
(Pe)N () = (9.81)
TN ;a;;b
a b
where
TN (y) = cos(N arccos y) (9.82)
are the Chebyshev polynomials along the interval ;1  y  1 and
1  q N 1  q N
TN (y) = 2 y + y ; 1 + 2 y ; y ; 1
2 2
(9.83)
are the Chebyshev polynomials for jyj > 1. In relaxation terminology this is generally
referred to as Richardson's method, and it leads to the nonstationary step size choice
given by
( " #)
1 = 1 ; ;  + ( ;  ) cos (2n ; 1) ; n = 1; 2; : : : N (9.84)
hn 2 b a b a
2N
Remember that all  are negative real numbers representing the magnitudes of m in
an eigenvalue spectrum.
The error in the relaxation process represented by Eq. 9.76
Q is expressed in terms
~
of a set of eigenvectors, xm , ampli ed by the coecients cm (1 + m hn). With each
eigenvector there is a corresponding eigenvalue. Eq. 9.84 gives us the best choice of a
series of hn that will minimize the amplitude of the error carried in the eigenvectors
associated with the eigenvalues between b and a .
As an example for the use of Eq. 9.84, let us consider the following problem:

Minimize the maximum error asso-


ciated with the  eigenvalues in the (9.85)
interval ;2    ;1 using only 3
iterations.
The three values of h which satisfy this problem are
" #!
hn = 2= 3 ; cos (2n ;6 1) (9.86)
9.5. NONSTATIONARY PROCESSES 185
and the amplitude of the eigenvector is reduced to
(Pe) () = T (2 + 3)=T (3)
3 3 3 (9.87)
where
n p p o
T (3) = [3 + 8] + [3 ; 8] =2  99
3
3 3
(9.88)
A plot of Eq. 9.87 is given in Fig. 9.6 and we see that the amplitudes of all the
eigenvectors associated with the eigenvalues in the range ;2    ;1 have been
reduced to less than about 1% of their initial values. The values of h used in Fig. 9.6
are
p
h = 4=(6 ; 3)
1

h = 4=(6 ; p
2 0)
h = 4=(6 + 3)
3

Return now to Eq. 9.76. This was derived from Eq. 9.37 on the condition that the
explicit Euler method, Eq. 9.41, was used to integrate the basic ODE's. If instead
the implicit trapezoidal rule

n = n + 21 h(0n + 0n)
+1 +1 (9.89)
is used, the nonstationary formula
0 1 1
N 1 + hn m C
~N = X cm~xm Y B
M
B@ 2 CA + ~1 (9.90)
m =1 n 1
1 ; 2 hnm
=1

would result. This calls for a study of the rational \trapezoidal" polynomial, Pt:
0 1 1
Y B 1 + 2 hn  CC
N
(Pt )N () = B @ 1 A (9.91)
n =1 1 ; 2 hn
under the same constraints as before, namely that
max j(Pt)N ()j = minimum ,
b a
(9.92)
with (Pt)N (0) = 1
186 CHAPTER 9. RELAXATION METHODS

0.9

0.8

0.7

0.6
(Pe )3 (λ)

0.5

0.4

0.3

0.2

0.1

−2 −1.8 −1.6 −1.4 −1.2 −1 −0.8 −0.6 −0.4 −0.2 0


λ
0.02

0.015

0.01

0.005
(P ) (λ)
e 3

−0.005

−0.01

−0.015

−0.02
−2 −1.8 −1.6 −1.4 −1.2 −1 −0.8 −0.6 −0.4 −0.2 0
λ

Figure 9.6: Richardson's method for 3 steps, minimization over ;2    ;1.


9.6. PROBLEMS 187
The optimum values of h can also be found for this problem, but we settle here for
the approximation suggested by Wachspress
!
2 = ; a n; = N ; ; n = 1; 2;    ; N
( 1) ( 1)

(9.93)
b
hn b
This process is also applied to problem 9.85. The results for (Pt) () are shown in
3
Fig. 9.7. The error amplitude is about 1/5 of that found for (Pe) () in the same 3
interval of . The values of h used in Fig. 9.7 are
h = 1p 1

h = 2 2

h = 2 3

9.6 Problems
1. Given a relaxation method in the form
H ~n = A~n ; f~
show that
~n = Gn~ + (I ; Gn)A; f~
0
1

where G = I + H ; A.
1

2. For a linear system of the form (A + A )x = b, consider the iterative method


1 2

(I + A )~x = (I ; A )xn + b
1 2

(I + A )xn = (I ; A )~x + b
2 +1 1

where  is a parameter. Show that this iterative method can be written in the
form
H (xk ; xk ) = (A + A )xk ; b
+1 1 2

Determine the iteration matrix G if  = ;1=2.


3. Using Appendix B.2, nd the eigenvalues of H ; A for the SOR method with
1

A = B (4 : 1; ;2; 1) and ! = !opt. (You do not have to nd H ; . Recall that 1

the eigenvalues of H ; A satisfy A~xm = mH~xm .) Find the numerical values,


1

not just the expressions. Then nd the corresponding jm j values.


188 CHAPTER 9. RELAXATION METHODS

0.9

0.8

0.7

0.6
(P ) (λ)

0.5
t 3

0.4

0.3

0.2

0.1

−2 −1.8 −1.6 −1.4 −1.2 −1 −0.8 −0.6 −0.4 −0.2 0


λ
−3
x 10
2

1.5

0.5
(Pt )3 (λ)

−0.5

−1

−1.5

−2
−2 −1.8 −1.6 −1.4 −1.2 −1 −0.8 −0.6 −0.4 −0.2 0
λ

Figure 9.7: Wachspress method for 3 steps, minimization over ;2    ;1.


9.6. PROBLEMS 189
4. Solve the following equation on the domain 0  x  1 with boundary conditions
u(0) = 0, u(1) = 1:
2
@ u ; 6x = 0
@x 2

For the initial condition, use u(x) = 0. Use second-order centered di erences
on a grid with 40 cells (M = 39). Iterate to steady state using
(a) the point-Jacobi method,
(b) the Gauss-Seidel method,
(c) the SOR method with the optimum value of !, and
(d) the 3-step Richardson method derived in Section 9.5.
Plot the solution after the residual is reduced by 2, 3, and 4 orders of mag-
nitude. Plot the logarithm of the L -norm of the residual vs. the number of
2
iterations. Determine the asymptotic convergence rate. Compare with the the-
oretical asymptotic convergence rate.
190 CHAPTER 9. RELAXATION METHODS
Chapter 10
MULTIGRID
The idea of systematically using sets of coarser grids to accelerate the convergence of
iterative schemes that arise from the numerical solution to partial di erential equa-
tions was made popular by the work of Brandt. There are many variations of the
process and many viewpoints of the underlying theory. The viewpoint presented here
is a natural extension of the concepts discussed in Chapter 9.

10.1 Motivation
10.1.1 Eigenvector and Eigenvalue Identi cation with Space
Frequencies
Consider the eigensystem of the model matrix B (1; ;2; 1). The eigenvalues and
eigenvectors are given in Sections 4.3.2 and 4.3.3, respectively. Notice that as the
magnitudes of the eigenvalues increase, the space-frequency (or wavenumber) of the
corresponding eigenvectors also increase. That is, if the eigenvalues are ordered such
that
j j  j j      jM j
1 2 (10.1)
then the corresponding eigenvectors are ordered from low to high space frequencies.
This has a rational explanation from the origin of the banded matrix. Note that
@ sin(mx) = ;m sin(mx)
2
2
(10.2)
@x 2

and recall that


 
xx~ = 1x B (1; ;2; 1)~ = X 1x D(~) X ; ~
2 2
1
(10.3)

191
192 CHAPTER 10. MULTIGRID
where D(~) is a diagonal matrix containing the eigenvalues. We have seen that
X ; ~ represents a sine transform, and X ~, a sine synthesis. Therefore, the opera-
1

tion 1x D(~) represents the numerical approximation of the multiplication of the
2

appropriate sine wave by the negative square of its wavenumber, ;m . One nds
2

that
1  =  M + 1  ;2 + 2 cos  m   ;m ; m << M
2
2
(10.4)
x m
2
 M +1
Hence, the correlation of large magnitudes of m with high space-frequencies is to be
expected for these particular matrix operators. This is consistent with the physics of
di usion as well. However, this correlation is not necessary in general. In fact, the
complete counterexample of the above association is contained in the eigensystem
for B ( 21 ; 1; 12 ). For this matrix one nds, from Appendix B, exactly the opposite
behavior.

10.1.2 Properties of the Iterative Method


The second key motivation for multigrid is the following:
 Many iterative methods reduce error components corresponding to eigenvalues
of large amplitude more e ectively than those corresponding to eigenvalues of
small amplitude.
This is to be expected of an iterative method which is time accurate. It is also
true, for example, of the Gauss-Seidel method and, by design, of the Richardson
method described in Section 9.5. The classical point-Jacobi method does not share
this property. As we saw in Section 9.4.1, this method produces the same value of jj
for min and max . However, the property can be restored by using h < 1, as shown
in Fig. 9.2.
When an iterative method with this property is applied to a matrix with the
above correlation between the modulus of the eigenvalues and the space frequency of
the eigenvectors, error components corresponding to high space frequencies will be
reduced more quickly than those corresponding to low space frequencies. This is the
key concept underlying the multigrid process.

10.2 The Basic Process


First of all we assume that the di erence equations representing the basic partial
di erential equations are in a form that can be related to a matrix which has certain
10.2. THE BASIC PROCESS 193
basic properties. This form can be arrived at \naturally" by simply replacing the
derivatives in the PDE with di erence schemes, as in the example given by Eq. 3.27,
or it can be \contrived" by further conditioning, as in the examples given by Eq. 9.11.
The basic assumptions required for our description of the multigrid process are:
1. The problem is linear.
2. The eigenvalues, m , of the matrix are all real and negative.
3. The m are fairly evenly distributed between their maximum and minimum
values.
4. The eigenvectors associated with the eigenvalues having largest magnitudes can
be correlated with high frequencies on the di erencing mesh.
5. The iterative procedure used greatly reduces the amplitudes of the eigenvectors
associated with eigenvalues in the range between 21 jjmax and jjmax.
These conditions are sucient to ensure the validity of the process described next.
Having preconditioned (if necessary) the basic nite di erencing scheme by a pro-
cedure equivalent to the multiplication by a matrix C , we are led to the starting
formulation
C [Ab~1 ; ~f b ] = 0 (10.5)
where the matrix formed by the product CAb has the properties given above. In Eq.
10.5, the vector ~f b represents the boundary conditions and the forcing function, if
any, and ~1 is a vector representing the desired exact solution. We start with some
initial guess for ~1 and proceed through n iterations making use of some iterative
process that satis es property 5 above. We do not attempt to develop an optimum
procedure here, but for clarity we suppose that the three-step Richardson method
illustrated in Fig. 9.6 is used. At the end of the three steps we nd ~r, the residual,
where
~r = C [Ab~ ; ~f b] (10.6)
Recall that the ~ used to compute ~r is composed of the exact solution ~1 and the
error ~e in such a way that
A~e ; ~r = 0 (10.7)
where
A  CAb (10.8)
194 CHAPTER 10. MULTIGRID
If one could solve Eq. 10.7 for ~e then
~1 = ~ ; ~e (10.9)
Thus our goal now is to solve for ~e. We can write the exact solution for ~e in terms of
the eigenvectors of A, and the  eigenvalues of the Richardson process in the form:
M= M
~e = X cm~xm Y [(m hn)] + X cm~xm Y [(mhn)]
2 3 3

(10.10)
m=1 n=1 m=M=2+1 n=1
| {z }
very low amplitude
Combining our basic assumptions, we can be sure that the high frequency content of
~e has been greatly reduced (about 1% or less of its original value in the initial guess).
In addition, assumption 4 ensures that the error has been smoothed.
Next we construct a permutation matrix which separates a vector into two parts,
one containing the odd entries, and the other the even entries of the original vector
(or any other appropriate sorting which is consistent with the interpolation approxi-
mation to be discussed below). For a 7-point example
2 3 2 32 3
66
e
2
77 66
0 1 0 0 0 0 0 76 e1
77
66 e
4
77 66 0 0 0 1 0 0 0 77 66 e2
77 " #
66 e 77 66 0 0 0 0 0 1 0 77 66 e 77 ~
0 777 666 77 ; ~ee = P ~e
6 3
66 e 77 = 66 1 0 0 0 0 0 e (10.11)
66
1
e
3
77 66 0 0 1 0 0 0 0 77 66 e
4

5
77 eo
64 e
5
75 64 0 0 0 0 1 0 0 75 64 e6
75
e
7 0 0 0 0 0 0 1 e7

Multiply Eq. 10.7 from the left by P and, since a permutation matrix has an inverse
which is its transpose, we can write
PA[P ; P ]~e = P ~r 1
(10.12)
The operation PAP ; partitions the A matrix to form
1

2 3
A1 A2 " ~e # " ~r #
64 75 e = e (10.13)
~ ~ro
A 3 A4 e o
Notice that
A ~ee + A ~eo = ~re
1 2 (10.14)
10.2. THE BASIC PROCESS 195
is an exact expression.
At this point we make our one crucial assumption. It is that there is some connec-
tion between ~ee and ~eo brought about by the smoothing property of the Richardson
relaxation procedure. Since the top half of the frequency spectrum has been removed,
it is reasonable to suppose that the odd points are the average of the even points.
For example
e  21 (ea + e )
1 2

e  12 (e + e )
3 2 4

e  12 (e + e )
5 4 6 or ~eo = A0 ~ee 2 (10.15)
e  12 (e + eb )
7 6

It is important to notice that ea and eb represent errors on the boundaries where the
error is zero if the boundary conditions are given. It is also important to notice that we
are dealing with the relation between ~e and ~r so the original boundary conditions and
forcing function (which are contained in ~f in the basic formulation) no longer appear
in the problem. Hence, no aliasing of these functions can occur in subsequent steps.
Finally, notice that, in this formulation, the averaging of ~e is our only approximation,
no operations on ~r are required or justi ed.
If the boundary conditions are Dirichlet, ea and eb are zero, and one can write for
the example case
2 3
1 0 0
1 6 77
A02 = 2 664 10 11 01 75 (10.16)
0 0 1
With this approximation Eq. 10.14 reduces to
A ~ee + A A0 ~ee = ~re
1 2 2 (10.17)
or
Ac~ee ; ~re = 0 (10.18)
where
Ac = [A + A A0 ]
1 2 2 (10.19)
196 CHAPTER 10. MULTIGRID
The form of Ac, the matrix on the coarse mesh, is completely determined by the
choice of the permutation matrix and the interpolation approximation. If the original
A had been B (7 : 1; ;2; 1), our 7-point example would produce
2 3
66
;2 1 1
77
66 ;2 1 1
66 ;2 1 1 777 2 A A 3
77 6 1 2 7
PAP = 666 1
;1
;2 77 = 4 5 (10.20)
66 77 A3 A4
66 1 1 ;2 77
4 1 1 ;2 5
1 ;2
and Eq. 10.18 gives

A
0

{3 2 1 }|
A1 A2 z 2
3{ 2z Ac
z2 }| {3 2z }| }| 3{
64
;2 7
1 1 16 1 1 77 6 ; 1 1 =2
;2 5 + 4 1 1 75  664 1 1
6 75 = 4 1=2 ;1 1=2 75 (10.21)
;2 1 1 2 1 1=2 ;1
If the boundary conditions are mixed Dirichlet-Neumann, A in the 1-D model
equation is B (1; ~b; 1) where ~b = [;2; ;2; :::; ;2; ;1]T . The eigensystem is given by
Eq. B.19. It is easy to show that the high space-frequencies still correspond to the
eigenvalues with high magnitudes, and, in fact, all of the properties given in Section
10.1 are met. However, the eigenvector structure is di erent from that given in
Eq. 9.55 for Dirichlet conditions. In the present case they are given by
" !#
(2
xjm = sin j 2M + 1 m ; 1)  ; m = 1; 2;    ; M (10.22)

and are illustrated in Fig. 10.1. All of them go through zero on the left (Dirichlet)
side, and all of them re ect on the right (Neumann) side.
For Neumann conditions, the interpolation formula in Eq. 10.15 must be changed.
In the particular case illustrated in Fig. 10.1, eb is equal to eM . If Neumann conditions
are on the left, ea = e . When eb = eM , the example in Eq. 10.16 changes to
1

2
1 0 03
6 7
A0 = 21 664 10 11 01 775
2 (10.23)
0 0 2
10.2. THE BASIC PROCESS 197

Figure 10.1: Eigenvectors for the mixed Dirichlet{Neumann case.


The permutation matrix remains the same and both A and A in the partitioned
1 2
matrix PAP ; are unchanged (only A is modi ed by putting ;1 in the lower right
1
4
element). Therefore, we can construct the coarse matrix from
A0

{3 2 1 }|
A1 A2 z 2
3{ 2z Ac
z2 }| {3 z2 }| }| 3{
64
;2 7
1 1 16 1 1 77 6 ; 1 1= 2
;2 5 + 4 1 1 75  664 1 1
6 75 = 4 1=2 ;1 1=2 75 (10.24)
;2 1 1 2 2 1=2 ;1=2
which gives us what we might have \expected."
We will continue with Dirichlet boundary conditions for the remainder of this
Section. At this stage, we have reduced the problem from B (1; ;2; 1)~e = ~r on the
ne mesh to 21 B (1; ;2; 1)~ee = ~re on the next coarser mesh. Recall that our goal is
to solve for ~e, which will provide us with the solution ~1 using Eq. 10.9. Given ~ee
computed on the coarse grid (possibly using even coarser grids), we can compute ~eo
using Eq. 10.15, and thus ~e. In order to complete the process, we must now determine
the relationship between ~ee and ~e.
In order to examine this relationship, we need to consider the eigensystems of A
and Ac:
A = X X ; ;
1
Ac = XccXc; 1
(10.25)
For A = B (M : 1; ;2; 1) the eigenvalues and eigenvectors are
  m    m  j = 1; 2;    ; M
~
m = ;2 1 ; cos M + 1 ; xm = sin j M + 1 ; m = 1; 2;    ; M (10.26)
198 CHAPTER 10. MULTIGRID
Based on our assumptions, the most dicult error mode to eliminate is that with
m = 1, corresponding to
     
 = ;2 1 ; cos M + 1 ; ~x = sin j M + 1 ; j = 1; 2;    ; M (10.27)
1 1

For example, with M = 51,  = ;0:003649. If we restrict our attention to odd M ,


1
then Mc = (M ; 1)=2 is the size of Ac. The eigenvalue and eigenvector corresponding
to m = 1 for the matrix Ac = 12 B (Mc; 1; ;2; 1) are
      
(c) = ; 1 ; cos M2+ ~xc) = sin j 2
1
1 ; ( 1
M + 1 ; j = 1; 2;    ; Mc (10.28)
For M = 51 (Mc = 25), we obtain (c) = ;0:007291 = 1:998 . As M increases,
1 1

(c) approaches 2 . In addition, one can easily see that (~xc) coincides with ~x at
1 1 1 1

every second point of the latter vector, that is, it contains the even elements of ~x . 1
Now let us consider the case in which all of the error consists of the eigenvector
component ~x , i.e., ~e = ~x . Then the residual is
1 1

~r = A~x =  ~x
1 1 1 (10.29)
and the residual on the coarse grid is
~re =  (~xc) 1 1 (10.30)
since (~xc) contains the even elements of ~x . The exact solution on the coarse grid
1 1
satis es
~ee = A;c ~re = Xc;c Xc;  (~xc)
1 1 1
1 1

(10.31)
2 3
1
66 0 77
=  Xc;c 66 .. 77 1

4 . 5
1

0
(10.32)
2 3
1=(c)
66 0 77
1

=  Xc 66 .. 77
4 . 5
1

0
(10.33)
10.2. THE BASIC PROCESS 199

=  (~x )
1

(c) c 1
1

(10.34)
 12 (~xc) 1 (10.35)

Since our goal is to compute ~e = ~x , in addition to interpolating ~ee to the ne grid


1
(using Eq. 10.15), we must multiply the result by 2. This is equivalent to solving
1 A ~e = ~r (10.36)
2 ce e
or
1 B (M : 1; ;2; 1)~e = ~r (10.37)
c e e
4
In our case, the matrix A = B (M : 1; ;2; 1) comes from a discretization of the
di usion equation, which gives
Ab = x B (M : 1; ;2; 1)
2
(10.38)
and the preconditioning matrix C is simply

C = x I
2

(10.39)
Applying the discretization on the coarse grid with the same preconditioning matrix
as used on the ne grid gives, since xc = 2x,

C x B (Mc : 1; ;2; 1) = 


x B (M : 1; ;2; 1) = 1 B (M : 1; ;2; 1)
2

2
x 2 c
4 c (10.40)
c c
which is precisely the matrix appearing in Eq. 10.37. Thus we see that the process is
recursive. The problem to be solved on the coarse grid is the same as that solved on
the ne grid.
The remaining steps required to complete an entire multigrid process are relatively
straightforward, but they vary depending on the problem and the user. The reduction
can be, and usually is, carried to even coarser grids before returning to the nest level.
However, in each case the appropriate permutation matrix and the interpolation
approximation de ne both the down- and up-going paths. The details of nding
optimum techniques are, obviously, quite important but they are not discussed here.
200 CHAPTER 10. MULTIGRID
10.3 A Two-Grid Process
We now describe a two-grid process for the linear problem A~ = f~, which can be easily
generalized to a process with an arbitrary number of grids due to the recursive nature
of multigrid. Extension to nonlinear problems requires that both the solution and the
residual be transferred to the coarse grid in a process known as full approximation
storage multigrid.
1. Perform n iterations of the selected relaxation method on the ne grid, starting
with ~ = ~n. Call the result ~ . This gives
1
(1) 1

~ = Gn1 ~n + (I ; Gn1 ) A; f~


(1)
1 1(10.41)1

where
G = I + H; A 1 1
1
1(10.42)
and H is de ned as in Chapter 9 (e.g., Eq. 9.21). Next compute the residual based
1

on ~ :(1)

~r = A~ ; f~ = AGn1 ~n + A (I ; Gn1 ) A; f~ ; f~


(1) (1)
1 1
1

= AGn1 ~n ; AGn1 A; f~1 (10.43)


1
1

2. Transfer (or restrict) ~r to the coarse grid:


(1)

~r = R ~r (2) 2 (1)
1 (10.44)
In our example in the preceding section, the restriction matrix is
2 3
0 1 0 0 0 0 0
R = 64 0 0 0 1 0 0 0 75
2
1 (10.45)
0 0 0 0 0 1 0
that is, the rst three rows of the permutation matrix P in Eq. 10.11. This type of
restriction is known as \simple injection." Some form of weighted restriction can also
be used.
3. Solve the problem A ~e = ~r on the coarse grid exactly:
2
(2) (2) 2

~e = A; ~r (2)
2
1 (2)
(10.46)
1 See problem 1 of Chapter 9.
2 Note that the coarse grid matrix denoted A2 here was denoted Ac in the preceding section.
10.3. A TWO-GRID PROCESS 201
Here A can be formed by applying the discretization on the coarse grid. In the
preceding example (eq. 10.40), A = 41 B (Mc : 1; ;2; 1). It is at this stage that the
2

2
generalization to a multigrid procedure with more than two grids occurs. If this is the
coarsest grid in the sequence, solve exactly. Otherwise, apply the two-grid process
recursively.
4. Transfer (or prolong) the error back to the ne grid and update the solution:
~n = ~ ; I ~e
+1
(1) 1 (2)
2 (10.47)
In our example, the prolongation matrix is
2 3
66
1=2 0 0 77
66 1 0 0 77
6 1=2 1=2 0 77
I21 = 666 0 1 0 77 (10.48)
66 0 1=2 1=2 77
64 0 0 1 75
0 0 1=2
which follows from Eq. 10.15.
Combining these steps, one obtains
~n = [I ; I A; R A]Gn1 ~ n ; [I ; I A; R A]Gn1 A; f~ + A; f~
+1
1
2 2
1 2
1 1
1
2 2
1 2
1 1
1 1
(10.49)
Thus the basic iteration matrix is
[I ; I A; R A]Gn1
1
2 2
1 2
1 1 (10.50)
The eigenvalues of this matrix determine the convergence rate of the two-grid process.
The basic iteration matrix for a three-grid process is found from Eq. 10.50 by
replacing A; with (I ; G )A; , where
2
1 2
3 2
1

G = [I ; I A; R A ]Gn2
2
3
2
3 3
1 3
2 2 2 (10.51)
In this expression n is the number of relaxation steps on grid 2, I and R are the
2
2
3
3
2
transfer operators between grids 2 and 3, and A is obtained by discretizing on grid 3
3. Extension to four or more grids proceeds in similar fashion.
202 CHAPTER 10. MULTIGRID
10.4 Problems
1. Derive Eq. 10.51.
2. Repeat problem 4 of Chapter 9 using a four-grid multigrid method together
with
(a) the Gauss-Seidel method,
(b) the 3-step Richardson method derived in Section 9.5.
Solve exactly on the coarsest grid. Plot the solution after the residual is reduced
by 2, 3, and 4 orders of magnitude. Plot the logarithm of the L -norm of the
2
residual vs. the number of iterations. Determine the asymptotic convergence
rate. Calculate the theoretical asymptotic convergence rate and compare.
Chapter 11

NUMERICAL DISSIPATION

Up to this point, we have emphasized the second-order centered-di erence approxima-


tions to the spatial derivatives in our model equations. We have seen that a centered
approximation to a rst derivative is nondissipative, i.e., the eigenvalues of the as-
sociated circulant matrix (with periodic boundary conditions) are pure imaginary.
In processes governed by nonlinear equations, such as the Euler and Navier-Stokes
equations, there can be a continual production of high-frequency components of the
solution, leading, for example, to the production of shock waves. In a real phys-
ical problem, the production of high frequencies is eventually limited by viscosity.
However, when we solve the Euler equations numerically, we have neglected viscous
e ects. Thus the numerical approximation must contain some inherent dissipation to
limit the production of high-frequency modes. Although numerical approximations
to the Navier-Stokes equations contain dissipation through the viscous terms, this
can be insucient, especially at high Reynolds numbers, due to the limited grid res-
olution which is practical. Therefore, unless the relevant length scales are resolved,
some form of added numerical dissipation is required in the numerical solution of
the Navier-Stokes equations as well. Since the addition of numerical dissipation is
tantamount to intentionally introducing nonphysical behavior, it must be carefully
controlled such that the error introduced is not excessive. In this Chapter, we discuss
some di erent ways of adding numerical dissipation to the spatial derivatives in the
linear convection equation and hyperbolic systems of PDE's.
203
204 CHAPTER 11. NUMERICAL DISSIPATION
11.1 One-Sided First-Derivative Space Di erenc-
ing
We investigate the properties of one-sided spatial di erence operators in the context
of the biconvection model equation given by
@u = ;a @u (11.1)
@t @x
with periodic boundary conditions. Consider the following point operator for the
spatial derivative term
;a [;(1 + )u + 2 u + (1 ; )u ]
;a(x u)j = 2 j ;1 j j +1
x
= ;a [(;uj;1 + uj+1) + (;uj;1 + 2uj ; uj+1)] (11.2)
2x
The second form shown divides the operator into an antisymmetric component (;uj;1+
uj+1)=2x and a symmetric component (;uj;1 + 2uj ; uj+1)=2x. The antisym-
metric component is the second-order centered di erence operator. With 6= 0, the
operator is only rst-order accurate. A backward di erence operator is given by = 1
and a forward di erence operator is given by = ;1.
For periodic boundary conditions the corresponding matrix operator is
;a B (;1 ; ; 2 ; 1 ; )
;ax = 2 x p
The eigenvalues of this matrix are
;a    2m   2m 
m = x 1 ; cos M + i sin M for m = 0; 1; : : : ; M ; 1

If a is positive, the forward di erence operator ( = ;1) produces Re(m ) > 0,


the centered di erence operator ( = 0) produces Re(m ) = 0, and the backward
di erence operator produces Re(m) < 0. Hence the forward di erence operator is
inherently unstable while the centered and backward operators are inherently stable.
If a is negative, the roles are reversed. When Re(m) = 0, the solution will either
grow or decay with time. In either case, our choice of di erencing scheme produces
nonphysical behavior. We proceed next to show why this occurs.
11.2. THE MODIFIED PARTIAL DIFFERENTIAL EQUATION 205
11.2 The Modi ed Partial Di erential Equation
First carry out a Taylor series expansion of the terms in Eq. 11.2. We are lead to the
expression
2 ! 2 !3 3 4 4 ! ! 3
(xu)j = 21 x 42x @u
@x j ;  x 2 @ u + x @ u ; x @ u + : : :5
@x2 j 3 @x3 j 12 @x4 j
We see that the antisymmetric portion of the operator introduces odd derivative
terms in the truncation error while the symmetric portion introduces even derivatives.
Substituting this into Eq. 11.1 gives

@u = ;a @u + a x @ 2 u ; ax2 @ 3 u + a x3 @ 4 u + : : : (11.3)


@t @x 2 @x2 6 @x3 24 @x4
This is the partial di erential equation we are really solving when we apply the
approximation given by Eq. 11.2 to Eq. 11.1. Notice that Eq. 11.3 is consistent with
Eq. 11.1, since the two equations are identical when x ! 0. However, when we use
a computer to nd a numerical solution of the problem, x can be small but it is
not zero. This means that each term in the expansion given by Eq. 11.3 is excited to
some degree. We refer to Eq. 11.3 as the modi ed partial di erential equation. We
proceed next to investigate the implications of this concept.
Consider the simple linear partial di erential equation
@u = ;a @u +  @ 2 u + @ 3 u +  @ 4 u (11.4)
@t @x @x2 @x3 @x4
Choose periodic boundary conditions and impose an initial condition u = eix. Under
these conditions there is a wave-like solution to Eq. 11.4 of the form
u(x; t) = eixe(r+is)t
provided r and s satisfy the condition
r + is = ;ia ; 2 ; i 3 + 4
or
r = ;2 ( ; 2 ); s = ;(a + 2 )
The solution is composed of both amplitude and phase terms. Thus
u = e| ;2 ({z;2}) e| i[x;({za+ 2 )t}] (11.5)
amplitude phase
206 CHAPTER 11. NUMERICAL DISSIPATION
It is important to notice that the amplitude of the solution depends only upon  and
 , the coecients of the even derivatives in Eq. 11.4, and the phase depends only on
a and , the coecients of the odd derivatives.
If the wave speed a is positive, the choice of a backward di erence scheme ( = 1)
produces a modi ed PDE with  ; 2 > 0 and hence the amplitude of the solution
decays. This is tantamount to deliberately adding dissipation to the PDE. Under the
same condition, the choice of a forward di erence scheme ( = ;1) is equivalent to
deliberately adding a destabilizing term to the PDE.
By examining the term governing the phase of the solution in Eq. 11.5, we see
that the speed of propagation is a + 2 . Referring to the modi ed PDE, Eq. 11.3
we have = ;ax2 =6. Therefore, the phase speed of the numerical solution is less
than the actual phase speed. Furthermore, the numerical phase speed is dependent
upon the wavenumber . This we refer to as dispersion.
Our purpose here is to investigate the properties of one-sided spatial di erencing
operators relative to centered di erence operators. We have seen that the three-
point centered di erence approximation of the spatial derivative produces a modi ed
PDE that has no dissipation (or ampli cation). One can easily show, by using the
antisymmetry of the matrix di erence operators, that the same is true for any cen-
tered di erence approximation of a rst derivative. As a corollary, any departure
from antisymmetry in the matrix di erence operator must introduce dissipation (or
ampli cation) into the modi ed PDE.
Note that the use of one-sided di erencing schemes is not the only way to in-
troduce dissipation. Any symmetric component in the spatial operator introduces
dissipation (or ampli cation). Therefore, one could choose = 1=2 in Eq. 11.2. The
resulting spatial operator is not one-sided but it is dissipative. Biased schemes use
more information on one side of the node than the other. For example, a third-order
backward-biased scheme is given by

(xu)j = 61 x (uj;2 ; 6uj;1 + 3uj + 2uj+1)


= 1 [(uj;2 ; 8uj;1 + 8uj+1 ; uj+2)
12x
+ (uj;2 ; 4uj;1 + 6uj ; 4uj+1 + uj+2)] (11.6)

The antisymmetric component of this operator is the fourth-order centered di erence


operator. The symmetric component approximates x3 uxxxx=12. Therefore, this
operator produces fourth-order accuracy in phase with a third-order dissipative term.
11.3. THE LAX-WENDROFF METHOD 207
11.3 The Lax-Wendro Method
In order to introduce numerical dissipation using one-sided di erencing, backward
di erencing must be used if the wave speed is positive, and forward di erencing must
be used if the wave speed is negative. Next we consider a method which introduces
dissipation independent of the sign of the wave speed, known as the Lax-Wendro
method. This explicit method di ers conceptually from the methods considered pre-
viously in which spatial di erencing and time-marching are treated separately.
Consider the following Taylor-series expansion in time:

u(x; t + h) = u + h @u + 1 h2 @ 2 u + O(h3) (11.7)


@t 2 @t2
First replace the time derivatives with space derivatives according to the PDE (in
this case, the linear convection equation @u @u
@t + a @x = 0). Thus
@u = ;a @u ; @ 2 u = a2 @ 2 u (11.8)
@t @x @t2 @x2
Now replace the space derivatives with three-point centered di erence operators, giv-
ing
!2
n n ) 1 ah (n ) ( n ) 1 ah
uj = uj ; 2 x (uj+1 ; uj;1) + 2 x (u(jn+1) ; 2u(jn) + u(jn;)1) (11.9)
( +1) (

This is the Lax-Wendro method applied to the linear convection equation. It is a


fully-discrete nite-di erence scheme. There is no intermediate semi-discrete stage.
For periodic boundary conditions, the corresponding fully-discrete matrix operator
is 0 2 !23 !2 2 !2 31
1 ah ah ah 1 ah
~un+1 = Bp @ 2 4 x + x 5 ; 1 ; x ; 2 4; x + x 5A ~un ah

The eigenvalues of this matrix are


!2   2m  ah  2m 
ah
m = 1 ; x 1 ; cos M ; i x sin M for m = 0; 1; : : : ; M ; 1

For j ahx j  1 all of the eigenvalues have modulus less than or equal to unity and hence
the method is stable independent of the sign of a. The quantity j ahx j is known as the
Courant (or CFL) number. It is equal to the ratio of the distance travelled by a wave
in one time step to the mesh spacing.
208 CHAPTER 11. NUMERICAL DISSIPATION
The nature of the dissipative properties of the Lax-Wendro scheme can be seen
by examining the modi ed partial di erential equation, which is given by
@u + a @u = ; a (x2 ; a2h2 ) @ 3 u ; a2 h (x2 ; a2 h2) @ 4 u + : : :
@t @x 6 @x3 8 @x4
This is derived by substituting Taylor series expansions for all terms in Eq. 11.9 and
converting the time derivatives to space derivatives using Eq. 11.8. The two leading
error terms appear on the right side of the equation. Recall that the odd derivatives on
the right side lead to unwanted dispersion and the even derivatives lead to dissipation
(or ampli cation, depending on the sign). Therefore, the leading error term in the
Lax-Wendro method is dispersive and proportional to
a @ 3u a  x 2 @ 3u
2 2 2
; 6 (x ; a h ) @x3 = ; 6 (1 ; Cn) @x3 2

The dissipative term is proportional to


2 4 2 2 @4u
; a8h (x2 ; a2h2 ) @@xu4 = ; a h8x (1 ; Cn2 ) @x4
This term has the appropriate sign and hence the scheme is truly dissipative as long
as Cn  1.
A closely related method is that of MacCormack. Recall MacCormack's time-
marching method, presented in Chapter 6:
u~n+1 = un + hu0n
un+1 = 21 [un + u~n+1 + hu~0n+1] (11.10)
If we use rst-order backward di erencing in the rst stage and rst-order forward
di erencing in the second stage,1 a dissipative second-order method is obtained. For
the linear convection equation, this approach leads to
u~(jn+1) = u(jn) ; ahx (u(jn) ; u(jn;)1)
u(jn+1) = 12 [u(jn) + u~(jn+1) ; ahx (~u(jn+1+1) ; u~(jn+1))] (11.11)
which can be shown to be identical to the Lax-Wendro method. Hence MacCor-
mack's method has the same dissipative and dispersive properties as the Lax-Wendro
method. The two methods di er when applied to nonlinear hyperbolic systems, how-
ever.
1 Or vice-versa; for nonlinear problems, these should be applied alternately.
11.4. UPWIND SCHEMES 209
11.4 Upwind Schemes
In Section 11.1, we saw that numerical dissipation can be introduced in the spatial
di erence operator using one-sided di erence schemes or, more generally, by adding
a symmetric component to the spatial operator. With this approach, the direction
of the one-sided operator (i.e., whether it is a forward or a backward di erence)
or the sign of the symmetric component depends on the sign of the wave speed.
When a hyperbolic system of equations is being solved, the wave speeds can be both
positive and negative. For example, the eigenvalues of the ux Jacobian for the one-
dimensional Euler equations are u; u + a; u ; a. When the ow is subsonic, these are
of mixed sign. In order to apply one-sided di erencing schemes to such systems, some
form of splitting is required. This is avoided in the Lax-Wendro scheme. However,
as a result of their superior exibility, schemes in which the numerical dissipation
is introduced in the spatial operator are generally preferred over the Lax-Wendro
approach.
Consider again the linear convection equation:
@u + a @u = 0 (11.12)
@t @x
where we do not make any assumptions as to the sign of a. We can rewrite Eq. 11.12
as
@u + (a+ + a; ) @u = 0 ; a = a  jaj
@t @x 2
If a  0, then a = a  0 and a = 0. Alternatively, if a  0, then a+ = 0 and
+ ;
a; = a  0. Now for the a+ ( 0) term we can safely backward di erence and for the
a; ( 0) term forward di erence. This is the basic concept behind upwind methods,
that is, some decomposition or splitting of the uxes into terms which have positive
and negative characteristic speeds so that appropriate di erencing schemes can be
chosen. In the next two sections, we present two splitting techniques commonly used
with upwind methods. These are by no means unique.
The above approach to obtaining a stable discretization independent of the sign
of a can be written in a di erent, but entirely equivalent, manner. From Eq. 11.2, we
see that a stable discretization is obtained with = 1 if a  0 and with = ;1 if
a  0. This is achieved by the following point operator:
;a(xu)j = 2 ;1 [a(;u + u ) + jaj(;u + 2u ; u )] (11.13)
j ;1 j +1 j ;1 j j +1
x
This approach is extended to systems of equations in Section 11.5.
In this section, we present the basic ideas of ux-vector and ux-di erence splitting.
For more subtle aspects of implementation and application of such techniques to
210 CHAPTER 11. NUMERICAL DISSIPATION
nonlinear hyperbolic systems such as the Euler equations, the reader is referred to
the literature on this subject.

11.4.1 Flux-Vector Splitting


Recall from Section 2.5 that a linear, constant-coecient, hyperbolic system of partial
di erential equations given by
@u + @f = @u + A @u = 0 (11.14)
@t @x @t @x
can be decoupled into characteristic equations of the form
@wi +  @wi = 0 (11.15)
i
@t @x
where the wave speeds, i, are the eigenvalues of the Jacobian matrix, A, and the
wi's are the characteristic variables. In order to apply a one-sided (or biased) spatial
di erencing scheme, we need to apply a backward di erence if the wave speed, i, is
positive, and a forward di erence if the wave speed is negative. To accomplish this,
let us split the matrix of eigenvalues, , into two components such that
 = + + ; (11.16)
where
+ =  +2 jj ; ; =  ;2 jj (11.17)
With these de nitions, + contains the positive eigenvalues and ; contains the neg-
ative eigenvalues. We can now rewrite the system in terms of characteristic variables
as
@w +  @w = @w + + @w + ; @w = 0 (11.18)
@t @x @t @x @x
The spatial terms have been split into two components according to the sign of the
wave speeds. We can use backward di erencing for the + @w @x term and forward
di erencing for the ; @w
@x term. Premultiplying by X and inserting the product
; 1
X X in the spatial terms gives
@Xw + @X +X ;1Xw + @X ;X ;1Xw = 0 (11.19)
@t @x @x
11.4. UPWIND SCHEMES 211
With the de nitions2
A+ = X +X ;1 ; A; = X ;X ;1 (11.20)
and recalling that u = Xw, we obtain
@u + @A+u + @A; u = 0 (11.21)
@t @x @x
Finally the split ux vectors are de ned as
f + = A+u; f ; = A; u (11.22)
and we can write
@u + @f + + @f ; = 0 (11.23)
@t @x @x
In the linear case, the de nition of the split uxes follows directly from the de ni-
tion of the ux, f = Au. For the Euler equations, f is also equal to Au as a result of
their homogeneous property, as discussed in Appendix C. Note that
f = f+ + f; (11.24)
Thus by applying backward di erences to the f + term and forward di erences to the
f ; term, we are in e ect solving the characteristic equations in the desired manner.
This approach is known as ux-vector splitting.
When an implicit time-marching method is used, the Jacobians of the split ux
vectors are required. In the nonlinear case,
@f + 6= A+ ; @f ; 6= A; (11.25)
@u @u
Therefore, one must nd and use the new Jacobians given by
+ ;
A++ = @f
@u ; A;; = @f
@u (11.26)
For the Euler equations, A++ has eigenvalues which are all positive, and A;; has all
negative eigenvalues.
2 With these de nitions A+ has all positive eigenvalues, and A; has all negative eigenvalues.
212 CHAPTER 11. NUMERICAL DISSIPATION
11.4.2 Flux-Di erence Splitting
Another approach, more suited to nite-volume methods, is known as ux-di erence
splitting. In a nite-volume method, the uxes must be evaluated at cell bound-
aries. We again begin with the diagonalized form of the linear, constant-coecient,
hyperbolic system of equations
@w +  @w = 0 (11.27)
@t @x
The ux vector associated with this form is g = w. Now, as in Chapter 5, we
consider the numerical ux at the interface between nodes j and j + 1, g^j+1=2, as a
function of the states to the left and right of the interface, wL and wR, respectively.
The centered approximation to gj+1=2, which is nondissipative, is given by
g^j+1=2 = 21 (g(wL) + g(wR)) (11.28)
In order to obtain a one-sided upwind approximation, we require
(
(^gi)j+1=2 = i((wwi))L ifif i >
<
0 (11.29)
i i R i 0
where the subscript i indicates individual components of w and g. This is achieved
with
(^gi)j+1=2 = 21 i [(wi)L + (wi)R ] + 21 jij [(wi)L ; (wi)R] (11.30)
or
g^j+1=2 = 12  (wL + wR) + 21 jj (wL ; wR ) (11.31)
Now, as in Eq. 11.19, we premultiply by X to return to the original variables and
insert the product X ;1X after  and jj to obtain
X g^j+1=2 = 21 X X ;1X (wL + wR) + 21 X jjX ;1X (wL ; wR ) (11.32)
and thus
f^j+1=2 = 12 (fL + fR ) + 21 jAj (uL ; uR) (11.33)
where
jAj = X jjX ;1 (11.34)
11.5. ARTIFICIAL DISSIPATION 213
and we have also used the relations f = Xg, u = Xw, and A = X X ;1.
In the linear, constant-coecient case, this leads to an upwind operator which is
identical to that obtained using ux-vector splitting. However, in the nonlinear case,
there is some ambiguity regarding the de nition of jAj at the cell interface j + 1=2.
In order to resolve this, consider a situation in which the eigenvalues of A are all of
the same sign. In this case, we would like our de nition of f^j+1=2 to satisfy
(
f^j+1=2 = ffL ifif all i0s > 0 (11.35)
0
R all i s < 0
giving pure upwinding. If the eigenvalues of A are all positive, jAj = A; if they are
all negative, jAj = ;A. Hence satisfaction of Eq. 11.35 is obtained by the de nition
f^j+1=2 = 21 (fL + fR ) + 12 jAj+1=2j (uL ; uR) (11.36)
if Aj+1=2 satis es
fL ; fR = Aj+1=2 (uL ; uR) (11.37)
For the Euler equations for a perfect gas, Eq. 11.37 is satis ed by the ux Jacobian
evaluated at the Roe-average state given by
pLuL + pR uR
uj+1=2 = p + p (11.38)
L R
p H + p H
L L
Hj+1=2 = pL + pRR R (11.39)

where u and H = (e + p)= are the velocity and the total enthalpy per unit mass,
respectively.3

11.5 Arti cial Dissipation


We have seen that numerical dissipation can be introduced by using one-sided dif-
ferencing schemes together with some form of ux splitting. We have also seen that
such dissipation can be introduced by adding a symmetric component to an antisym-
metric (dissipation-free) operator. Thus we can generalize the concept of upwinding
to include any scheme in which the symmetric portion of the operator is treated in
such a manner as to be truly dissipative.
3 Note that the ux Jacobian can be written in terms of u and H only; see problem 6 at the end
of this chapter.
214 CHAPTER 11. NUMERICAL DISSIPATION
For example, let
(xa u)j = uj+1 ; uj;1 ; (xs u)j = ;uj+1 + 2uj ; uj;1 (11.40)
2x 2x
Applying x = xa + xs to the spatial derivative in Eq. 11.15 is stable if i  0 and
unstable if i < 0. Similarly, applying x = xa ; xs is stable if i  0 and unstable if
i > 0. The appropriate implementation is thus
ix = ixa + jijxs (11.41)
Extension to a hyperbolic system by applying the above approach to the characteristic
variables, as in the previous two sections, gives
x (Au) = xa (Au) + xs (jAju) (11.42)
or
xf = xa f + xs (jAju) (11.43)
where jAj is de ned in Eq. 11.34. The second spatial term is known as arti cial
dissipation. It is also sometimes referred to as arti cial di usion or arti cial viscosity.
With appropriate choices of xa and xs , this approach can be related to the upwind
approach. This is particularly evident from a comparison of Eqs. 11.36 and 11.43.
It is common to use the following operator for xs
(xs u)j =  (uj;2 ; 4uj;1 + 6uj ; 4uj+1 + uj+2) (11.44)
x
where  is a problem-dependent coecient. This symmetric operator approximates
x3 uxxxx and thus introduces a third-order dissipative term. With an appropriate
value of , this often provides sucient damping of high frequency modes without
greatly a ecting the low frequency modes. For details of how this can be implemented
for nonlinear hyperbolic systems, the reader should consult the literature. A more
complicated treatment of the numerical dissipation is also required near shock waves
and other discontinuities, but is beyond the scope of this book.

11.6 Problems
1. A second-order backward di erence approximation to a 1st derivative is given
as a point operator by
(xu)j = 1 (uj;2 ; 4uj;1 + 3uj )
2x
11.6. PROBLEMS 215
(a) Express this operator in banded matrix form (for periodic boundary condi-
tions), then derive the symmetric and skew-symmetric matrices that have
the matrix operator as their sum. (See Appendix A.3 to see how to con-
struct the symmetric and skew-symmetric components of a matrix.)
(b) Using a Taylor table, nd the derivative which is approximated by the
corresponding symmetric and skew-symmetric operators and the leading
error term for each.
2. Find the modi ed wavenumber for the rst-order backward di erence operator.
Plot the real and imaginary parts of x vs. x for 0  x  . Using
Fourier analysis as in Section 6.6.2, nd jj for the combination of this spatial
operator with 4th-order Runge-Kutta time marching at a Courant number of
unity and plot vs. x for 0  x  .
3. Find the modi ed wavenumber for the operator given in Eq. 11.6. Plot the real
and imaginary parts of  x vs. x for 0  x  . Using Fourier analysis
as in Section 6.6.2, nd jj for the combination of this spatial operator with
4th-order Runge-Kutta time marching at a Courant number of unity and plot
vs. x for 0  x  .
4. Consider the spatial operator obtained by combining second-order centered dif-
ferences with the symmetric operator given in Eq. 11.44. Find the modi ed
wavenumber for this operator with  = 0; 1=12; 1=24, and 1=48. Plot the real
and imaginary parts of  x vs. x for 0  x  . Using Fourier analysis
as in Section 6.6.2, nd jj for the combination of this spatial operator with
4th-order Runge-Kutta time marching at a Courant number of unity and plot
vs. x for 0  x  .
5. Consider the hyperbolic system derived in problem 8 of Chapter 2. Find the
matrix jAj. Form the plus-minus split ux vectors as in Section 11.4.1.
6. Show that the ux Jacobian for the 1-D Euler equations can be written in terms
of u and H . Show that the use of the Roe average state given in Eqs. 11.38 and
11.39 leads to satisfaction of Eq. 11.37.
216 CHAPTER 11. NUMERICAL DISSIPATION
Chapter 12
SPLIT AND FACTORED FORMS
In the next two chapters, we present and analyze split and factored algorithms. This
gives the reader a feel for some of the modi cations which can be made to the basic
algorithms in order to obtain ecient solvers for practical multidimensional applica-
tions, and a means for analyzing such modi ed forms.

12.1 The Concept


Factored forms of numerical operators are used extensively in constructing and ap-
plying numerical methods to problems in uid mechanics. They are the basis for a
wide variety of methods variously known by the labels \hybrid", \time split", and
\fractional step". Factored forms are especially useful for the derivation of practical
algorithms that use implicit methods. When we approach numerical analysis in the
light of matrix derivative operators, the concept of factoring is quite simple to present
and grasp. Let us start with the following observations:
1. Matrices can be split in quite arbitrary ways.
2. Advancing to the next time level always requires some reference to a previous
one.
3. Time marching methods are valid only to some order of accuracy in the step
size, h.
Now recall the generic ODE's produced by the semi-discrete approach
d~u = A~u ; ~f (12.1)
dt
217
218 CHAPTER 12. SPLIT AND FACTORED FORMS
and consider the above observations. From observation 1 (arbitrary splitting of A) :
d~u = [A + A ]~u ; ~f (12.2)
dt 1 2

where A = [A + A ] but A and A are not unique. For the time march let us choose
1 2 1 2
the simple, rst-order, explicit Euler method. Then, from observation 2 (new data
1

~un in terms of old ~un):


+1

~un = [ I + hA + hA ]~un ; h~f + O(h )


+1 1 2
2
(12.3)
or its equivalent
~un = h[ I + hA ][ I + hA ] ; h A A i~un ; h~f + O(h )
+1 1 2
2
1 2
2

Finally, from observation 3 (allowing us to drop higher order terms ;h A A ~un): 2


1 2

~un = [ I + hA ][ I + hA ]~un ; h~f + O(h )


+1 1 2 (12.4) 2

Notice that Eqs. 12.3 and 12.4 have the same formal order of accuracy and, in
this sense, neither one is to be preferred over the other. However, their numerical
stability can be quite di erent, and techniques to carry out their numerical evaluation
can have arithmetic operation counts that vary by orders of magnitude. Both of these
considerations are investigated later. Here we seek only to apply to some simple cases
the concept of factoring.

12.2 Factoring Physical Representations | Time


Splitting
Suppose we have a PDE that represents both the processes of convection and dissi-
pation. The semi-discrete approach to its solution might be put in the form
d~u = A ~u + A ~u + (bc~ ) (12.5)
dt c d

where Ac and Ad are matrices representing the convection and dissipation terms,
respectively; and their sum forms the A matrix we have considered in the previous
sections. Choose again the explicit Euler time march so that
+1
~ ) + O (h )
~un = [ I + hAd + hAc]~un + h(bc 2
(12.6)
1 Second-order time-marching methods are considered later.
12.2. FACTORING PHYSICAL REPRESENTATIONS | TIME SPLITTING 219
Now consider the factored form
 
~un +1 = [ I + hAd ] [ I + hAc]~un + h(bc~)
~ ) + h Ad Ac~un + (bc
= [| I + hAd + h{zAc]~un + h(bc ~ ) +O(h ) (12.7)
2 2
} | {z }
Original Unfactored Terms Higher Order Terms
and we see that Eq. 12.7 and the original unfactored form Eq. 12.6 have identical
orders of accuracy in the time approximation. Therefore, on this basis, their selection
is arbitrary. In practical applications equations such as 12.7 are often applied in a
2

predictor-corrector sequence. In this case one could write


u~n+1
~)
= [ I + hAc]~un + h(bc
~un +1 = [ I + hAd]~un +1 (12.8)
Factoring can also be useful to form split combinations of implicit and explicit
techniques. For example, another way to approximate Eq. 12.6 with the same order
of accuracy is given by the expression
 
~un
= [ I ; hAd]; [ I + hAc]~un + h(bc
+1
1 ~)
~ ) +O(h )
= [| I + hAd + h{zAc]~un + h(bc 2
(12.9)
}
Original Unfactored Terms
where in this approximation we have used the fact that
[ I ; hAd ]; = I + hAd + h Ad +   
1 2 2

if h  jjAdjj < 1, where jjAd jj is some norm of [Ad ]. This time a predictor-corrector
interpretation leads to the sequence
u~n +1
~)
= [ I + hAc]~un + h(bc
[ I ; hAd]~un +1 = u~n +1 (12.10)
The convection operator is applied explicitly, as before, but the di usion operator is
now implicit, requiring a tridiagonal solver if the di usion term is central di erenced.
Since numerical sti ness is generally much more severe for the di usion process, this
factored form would appear to be superior to that provided by Eq. 12.8. However,
the important aspect of stability has yet to be discussed.
2 We do not suggest that this particular method is suitable for use. We have yet to determine its
stability, and a rst-order time-march method is usually unsatisfactory.
220 CHAPTER 12. SPLIT AND FACTORED FORMS
We should mention here that Eq. 12.9 can be derived for a di erent point of view
by writing Eq. 12.6 in the form
un ; un = A u + A u + (bc
+1 ~ ) + O(h ) 2

h c n d n +1

Then
~)
[ I ; hAd ]un = [ I + hAc]un + h(bc
+1

which is identical to Eq. 12.10.

12.3 Factoring Space Matrix Operators in 2{D


12.3.1 Mesh Indexing Convention
Factoring is widely used in codes designed for the numerical solution of equations
governing unsteady two- and three-dimensional ows. Let us study the basic concept
of factoring by inspecting its use on the linear 2-D scalar PDE that models di usion:
@u = @ u + @ u
2 2
(12.11)
@t @x @y 2 2

We begin by reducing this PDE to a coupled set of ODE's by di erencing the space
derivatives and inspecting the resulting matrix operator.
A clear description of a matrix nite-di erence operator in 2- and 3-D requires some
reference to a mesh. We choose the 3  4 point mesh shown in the Sketch 12.12.
3

In this example Mx , the number of (interior) x points, is 4 and My , the number of


(interior) y points is 3. The numbers 11 ; 12 ;    ; 43 represent the location in the
mesh of the dependent variable bearing that index. Thus u represents the value of
32
u at j = 3 and k = 2.


My 13 23 33 43
k 12 22 32 42
1 11 21 31 41 (12.12)

1 j    Mx
Mesh indexing in 2-D.
3 This could also be called a 5  6 point mesh if the boundary points (labeled in the sketch)
were included, but in these notes we describe the size of a mesh by the number of interior points.
12.3. FACTORING SPACE MATRIX OPERATORS IN 2{D 221
12.3.2 Data Bases and Space Vectors
The dimensioned array in a computer code that allots the storage locations of the
dependent variable(s) is referred to as a data-base. There are many ways to lay out
a data-base. Of these, we consider only two: (1), consecutively along rows that are
themselves consecutive from k = 1 to My , and (2), consecutively along columns that
are consecutive from j = 1 to Mx. We refer to each row or column group as a
space vector (they represent data along lines that are continuous in space) and label
their sum with the symbol U . In particular, (1) and (2) above are referred to as x-
vectors and y-vectors, respectively. The symbol U by itself is not enough to identify
the structure of the data-base and is used only when the structure is immaterial or
understood.
To be speci c about the structure, we label a data{base composed of x-vectors with
U x , and one composed of y-vectors with U y . Examples of the order of indexing
( ) ( )

for these space vectors are given in Eq. 12.16 part a and b.

12.3.3 Data Base Permutations


The two vectors (arrays) are related by a permutation matrix P such that
U x = Pxy U y
( ) ( )
and U y = PyxU x
( ) ( )
(12.13)
where
Pyx = PTxy = P;xy 1

Now consider the structure of a matrix nite-di erence operator representing 3-


point central-di erencing schemes for both space derivatives in two dimensions. When
the matrix is multiplying a space vector U , the usual (but ambiguous) representation
is given by Ax y . In this notation the ODE form of Eq. 12.11 can be written
+
4

dU = A U + (bc
~) (12.14)
dt x y +

If it is important to be speci c about the data-base structure, we use the notation


Axx y or Axy y , depending on the data{base chosen for the U it multiplies. Examples
( )
+
( )
+
are in Eq. 12.16 part a and b. Notice that the matrices are not the same although
they represent the same derivative operation. Their structures are similar, however,
and they are related by the same permutation matrix that relates U x to U y . Thus
( ) ( )

Axx y = Pxy  Axy y  Pyx


( )
+
( )
+ (12.15)
4 Notice thatAx+y and U , which are notations used in the special case of space vectors, are
subsets of A and ~u, used in the previous sections.
222 CHAPTER 12. SPLIT AND FACTORED FORMS

2 3
 x j o j 11
6
6
6
x  x j o j 7
7
7
21
6
6 x  x j o j 7
7 31
6
6 x  j o j 7
7 41
6
6
6
7
7
7
;;
6
6 o j  x j o 7
7 12
6
A(xx+)y  U (x) = 666 o j x  x j o 7
7
7  22
6 o j x  x j o 7
7 32
6
6
6
o j x  j o 777 42
6
6
7
7 ;;
6
6 j o j  x 7
7 13
6
6
6
j o j x  x 7
7 23
4 j o j x  x 75 33
j o j x  43
a:Elements in 2-dimensional, central-di erence, matrix
operator, Ax y , for 34 mesh shown in Sketch 12.12.
+
Data base composed of My x{vectors stored in U x . ( )

Entries for x ! x, for y ! o, for both ! .


(12.16)
2
 o j x j j 3
11
6
6 o  o j x j j 7
7 12
6
6
6
o  j x j j 7
7
7
13
6
6 7
7 ;;
6
6
6
x j  o j x j 7
7
7
21
6
6 x j o  o j x j 7
7 22
6
6 x j o  j x j 7
7 23
Ax+y  U = 666
(y ) (y ) 7
7
7  ;;
6
6 j x j  o j x 7
7 31
6
6
6
j x j o  o j x 7
7 32
6
6 j x j o  j x 777 33
6
6
6
7
7
7
;;
6
6 j j x j  o 7
7 41
4 j j x j o  o5 42
j j x j o  43
b: Elements in 2-dimensional, central-di erence, matrix
operator, Ax y , for 34 mesh shown in Sketch 12.12.
+
Data base composed of Mx y{vectors stored in U y . ( )

Entries for x ! x, for y ! o, for both ! .


12.3. FACTORING SPACE MATRIX OPERATORS IN 2{D 223
12.3.4 Space Splitting and Factoring
We are now prepared to discuss splitting in two dimensions. It should be clear that
the matrix Axx y can be split into two matrices such that
( )
+

Axx y = Axx + Ayx


( )
+
( ) ( )
(12.17)
where Axx and Ayx are shown in Eq. 12.22. Similarily
( ) ( )

Axy y = Axy + Ayy


( )
+
( ) ( )
(12.18)
where the split matrices are shown in Eq. 12.23.
The permutation relation also holds for the split matrices so
Ayx = Pxy Ayy Pyx
( ) ( )

and
Axx = Pxy Axy Pyx
( ) ( )

The splittings in Eqs. 12.17 and 12.18 can be combined with factoring in the
manner described in Section 12.2. As an example ( rst-order in time), applying the
implicit Euler method to Eq. 12.14 gives
h i
Unx = Unx + h Axx + Ayx Unx + h(bc~ )
( )
+1
( ) ( ) ( ) ( )
+1

or
h i
I ; hAxx ; hAyx Unx = Unx + h(bc~ ) + O(h )
( ) ( ) ( )
+1
( ) 2
(12.19)
As in Section 12.2, we retain the same rst order accuracy with the alternative
h ih i
( ) ( ) ~ ) + O(h )
I ; hAxx I ; hAyx Unx = Unx + h(bc ( )
+1
( ) 2
(12.20)
Write this in predictor-corrector form and permute the data base of the second row.
There results
h i
( ) ( ) ~)
I ; hAxx U~ x = Unx + h(bc ( )

h i y
I ; hAyy Un = U~ y
( ) ( )
+1
( )
(12.21)
224 CHAPTER 12. SPLIT AND FACTORED FORMS

2 3
x x j j
6
6
6
x x x j j 7
7
7
6
6 x x x j j 7
7
6
6
6
x x j j 7
7
7
6
6
7
7
6
6 j x x j 7
7
(x) (x)
6
Ax  U = 666 j x x x j 7
7
7  U (x)
6 j x x x j 7
7
6
6
6
j x x j 7
7
7
6
6 7
7
6
6 j j x x 7
7
6
6
6
j j x x x 7
7
4 j j x x x 75
j j x x
2 3 (12.22)
o j o j
6
6
6
o j o j 7
7
7
6
6 o j o j 7
7
6
6
6
o j o j 7
7
7
6
6 77
6
6 o j o j o 7
7
6
A(yx)  U (x) = 666 o j o j o 7
o 777  U
7 x ( )

6 o j o j
6
6
6
o j o j o 777
6
6 77
6
6 j o j o 7
7
6
6
6
j o j o 7
7
4 j o j o 75
j o j o
The splitting of Axx y .
( )
+
12.3. FACTORING SPACE MATRIX OPERATORS IN 2{D 225

2
x j x j j 3
6
6 x j x j j 7
7
6
6
6
x j x j j 7
7
7
6
6 7
7
6
6
6
x j x j x j 7
7
7
6
6 x j x j x j 7
7
6
6 x j x j x j 7
7
A(xy)  U (y) = 666 7
7
7  U (y)
6
6 j x j x j x 7
7
6
6
6
j x j x j x 7
7
6
6 j x j x j x 777
6
6 7
7
6 7
6
6 j j x j x 7
7
4 j j x j x 5
j j x j x
(12.23)
2
o o j j j 3
6
6 o o o j j j 7
7
6
6
6
o o j j j 7
7
7
6
6 7
7
6
6
6
j o o j j 7
7
7
6
6 j o o o j j 7
7
6
6 j o o j j 7
7
Ay  U = 666
(y ) (y ) 7
7
7  U (y)
6
6 j j o o j 7
7
6
6
6
j j o o o j 7
7
7
6
6 j j o o j 7
7
6
6 7
7
6 7
6
6 j j j o o 7
7
4 j j j o o o5
j j j o o
The splitting of Axy y .
( )
+
226 CHAPTER 12. SPLIT AND FACTORED FORMS
12.4 Second-Order Factored Implicit Methods
Second-order accuracy in time can be maintained in a certain factored implicit meth-
ods. For example, apply the trapezoidal method to Eq. 12.14 where the derivative
operators have been split as in Eq. 12.17 or 12.18. Let the data base be immaterial
and the (bc~ ) be time invariant. There results
   
1 1 1 1
I ; 2 hAx ; 2 hAy Un = I + 2 hAx + 2 hAy Un + h(bc ~ ) + O(h ) (12.24)
3
+1

Factor both sides giving


   
1 1 1
I ; 2 hAx I ; 2 hAy ; 4 h AxAy Un
2
+1
   
1 1 1
= I + hAx I + hAy ; h AxAy Un + h(bc
2 ~ ) + O(h ) (12.25)
3

2 2 4
Then notice that the combination 14 h [AxAy ](Un ; Un) is proportional to h since
2
+1
3

the leading term in the expansion of (Un ; Un) is proportional to h. Therefore, we


+1
can write
     
1 1 1 1
I ; 2 hAx I ; 2 hAy Un = I + 2 hAx I + 2 hAy Un + h(bc~ ) + O(h )(12.26)3
+1

and both the factored and unfactored form of the trapezoidal method are second-order
accurate in the time march.
An alternative form of this kind of factorization is the classical ADI (alternating
direction implicit) method usually written
5

   
1
I ; 2 hAx U = I + 2 hAy Un + 12 hFn
~ 1
   
I ; 2 hAy Un = I + 2 hAx U~ + 12 hFn + O(h )
1
+1
1
+1
3
(12.27)
For idealized commuting systems the methods given by Eqs. 12.26 and 12.27 di er
only in their evaluation of a time-dependent forcing term.

12.5 Importance of Factored Forms in 2 and 3 Di-


mensions
When the time-march equations are sti and implicit methods are required to permit
reasonably large time steps, the use of factored forms becomes a very valuable tool
5 A form of the Douglas or Peaceman-Rachford methods.
12.5. IMPORTANCE OF FACTORED FORMS IN 2 AND 3 DIMENSIONS 227
for realistic problems. Consider, for example, the problem of computing the time
advance in the unfactored form of the trapezoidal method given by Eq. 12.24
   
1 1
I ; 2 hAx y Un = I + 2 hAx y Un + h(bc ~)
+ +1 +

Forming the right hand side poses no problem, but nding Un requires the solution
+1
of a sparse, but very large, set of coupled simultaneous equations having the matrix
form shown in Eq. 12.16 part a and b. Furthermore, in real cases involving the Euler
or Navier-Stokes equations, each symbol (o; x; ) represents a 4  4 block matrix with
entries that depend on the pressure, density and velocity eld. Suppose we were to
solve the equations directly. The forward sweep of a simple Gaussian elimination lls 6

all of the 4  4 blocks between the main and outermost diagonal (e.g. between 
7

and o in Eq. 12.16 part b.). This must be stored in computer memory to be used to
nd the nal solution in the backward sweep. If Ne represents the order of the small
block matrix (4 in the 2-D Euler case), the approximate memory requirement is
(Ne  My )  (Ne  My )  Mx
oating point words. Here it is assumed that My < Mx. If My > Mx, My and Mx
would be interchanged. A moderate mesh of 60  200 points would require over 11
million words to nd the solution. Actually current computer power is able to cope
rather easily with storage requirements of this order of magnitude. With computing
speeds of over one giga op, direct solvers may become useful for nding steady-state
8

solutions of practical problems in two dimensions. However, a three-dimensional


solver would require a memory of approximatly
Ne  My  Mz  Mx
2 2 2

words and, for well resolved ow elds, this probably exceeds memory availability for
some time to come.
On the other hand, consider computing a solution using the factored implicit equa-
tion 12.25. Again computing the right hand side poses no problem. Accumulate the
result of such a computation in the array (RHS ). One can then write the remaining
terms in the two-step predictor-corrector form
 
I ; 21 hAxx U~ x = (RHS ) x
( ) ( ) ( )

 
I ; 12 hAyy Uny = U~ y
( ) ( )
+1
( )
(12.28)
6 For matrices as small as those shown there are many gaps in this \ ll", but for meshes of
practical size the ll is mostly dense.
7 The lower band is also computed but does not have to be saved unless the solution is to be
repeated for another vector.
8 One billion oating-point operations per second.
228 CHAPTER 12. SPLIT AND FACTORED FORMS
which has the same appearance as Eq. 12.21 but is second-order time accurate. The
rst step would be solved using My uncoupled block tridiagonal solvers . Inspecting 9

the top of Eq. 12.22, we see that this is equivalent to solving My one-dimensional
problems, each with Mx blocks of order Ne . The temporary solution U~ x would then ( )

be permuted to U~ y and an inspection of the bottom of Eq. 12.23 shows that the nal
( )

step consists of solving Mx one-dimensional implicit problems each with dimension


My .

12.6 The Delta Form


Clearly many ways can be devised to split the matrices and generate factored forms.
One way that is especially useful, for ensuring a correct steady-state solution in a
converged time-march, is referred to as the \delta form" and we develop it next.
Consider the unfactored form of the trapezoidal method given by Eq. 12.24, and
~ ) be time invariant:
let the (bc
   
1 1 1 1
I ; 2 hAx ; 2 hAy Un = I + 2 hAx + 2 hAy Un + h(bc ~ ) + O(h ) 3
+1

From both sides subtract  


1 1
I ; 2 hAx ; 2 hAy Un
leaving the equality unchanged. Then, using the standard de nition of the di erence
operator ,
Un = Un ; Un+1

one nds
 
1 1 h
I ; 2 hAx ; 2 hAy Un = h Ax y Un + (bc ~ )i + O(h ) 3
(12.29)
+

Notice that the right side of this equation is the product of h and a term that is
identical to the right side of Eq. 12.14, our original ODE. Thus, if Eq. 12.29 converges,
it is guaranteed to converge to the correct steady-state solution of the ODE. Now we
can factor Eq. 12.29 and maintain O(h ) accuracy. We arrive at the expression
2

  
1 1 h i
I ; 2 hAx I ; 2 hAy Un = h Ax y Un + (bc~ ) + O(h ) (12.30)
3
+

This is the delta form of a factored, 2nd-order, 2-D equation.


9 A block tridiagonal solver is similar to a scalar solver except that small block matrix operations
replace the scalar ones, and matrix multiplications do not commute.
12.7. PROBLEMS 229
The point at which the factoring is made may not a ect the order of time-accuracy,
but it can have a profound e ect on the stability and convergence properties of a
method. For example, the unfactored form of a rst-order method derived from the
implicit Euler time march is given by Eq. 12.19, and if it is immediately factored,
the factored form is presented in Eq. 12.20. On the other hand, the delta form of the
unfactored Eq. 12.19 is
h i
~)
[I ; hAx ; hAy ]Un = h Ax y Un + (bc +

and its factored form becomes 10

h i
~)
[I ; hAx][I ; hAy ]Un = h Ax y Un + (bc + (12.31)
In spite of the similarities in derivation, we will see in the next chapter that the
convergence properties of Eq. 12.20 and Eq. 12.31 are vastly di erent.

12.7 Problems
1. Consider the 1-D heat equation:
@u =  @ u 2
0x9
@t @x 2

Let u(0; t) = 0 and u(9; t) = 0, so that we can simplify the boundary conditions.
Assume that second order central di erencing is used, i.e.,
(xxu)j = 1 (uj; ; 2uj + uj )
x 2 1 +1

The uniform grid has x = 1 and 8 interior points.


(a) Space vector de nition
i. What is the space vector for the natural ordering (monotonically in-
creasing in index), u ? Only include the interior points.
(1)

ii. If we reorder the points with the odd points rst and then the even
points, write the space vector, u ? (2)

iii. Write down the permutation matrices,(P ,P ). 12 21

10 Notice that the only di erence between the O(h2 ) method given by Eq. 12.30 and the O(h)
method given by Eq. 12.31 is the appearance of the factor 1 on the left side of the O(h2 ) method.
2
230 CHAPTER 12. SPLIT AND FACTORED FORMS
iv. The generic ODE representing the discrete form of the heat equation
is
du = A u + f
(1)
(1)

dt 1

Write down the matrix A . (Note f = 0, due to the boundary condi-


1
tions) Next nd the matrix A such that
2

du = A u
(2)
(2)

dt 2

Note that A can be written as


2
2 T3
D U
A = 64
2
7
5
U D
De ne D and U .
v. Applying implicit Euler time marching, write the delta form of the
implicit algorithm. Comment on the form of the resulting implicit
matrix operator.
(b) System de nition
In problem 1a, we de ned u ; u ; A ; A ; P , and P which partition
(1) (2)
1 2 12 21
the odd points from the even points. We can put such a partitioning to
use. First de ne extraction operators
21 0 0 0 0 0 0 03
6
6 0 1 0 0 0 0 0 0 77
6
6 0 0 1 0 0 0 0 0 777 2 I 3
6 0
I o = 66 00 00 00 01 0 0 0 0 7 = 64
( )
6 7 7
4 4

7 5
6 0 0 0 0 7
6
60 0 0 0
6 0 0 0 0 777 0 0 4 4

40 0 0 0 0 0 0 05
0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 03
6
6 0 0 0 0 0 0 0 0 77
6
6 0 0 0 0 0 0 0 0 777 2 0 3
6 0
I e = 66 00 00 00 00 0 0 0 0 7 = 64
( )
6 7 7
4 4

7 5
6
6
1 0 0 0 7
7 0 I
60 0 0 0
6 0 1 0 0 77 4 4

40 0 0 0 0 0 1 05
0 0 0 0 0 0 0 1
12.7. PROBLEMS 231
which extract the odd even points from u as follows: u o = I o u and
(2) ( ) ( ) (2)

ue =Ieu .
( ) ( ) (2)

i. Beginning with the ODE written in terms of u , de ne a splitting


(2)

A = Ao + Ae, such that Ao operates only on the odd terms, and Ae


2
operates only on the even terms. Write out the matrices Ao and Ae.
Also, write them in terms of D and U de ned above.
ii. Apply implicit Euler time marching to the split ODE. Write down the
delta form of the algorithm and the factored delta form. Comment on
the order of the error terms.
iii. Examine the implicit operators for the factored delta form. Comment
on their form. You should be able to argue that these are now trangu-
lar matrices (a lower and an upper). Comment on the solution process
this gives us relative to the direct inversion of the original system.
232 CHAPTER 12. SPLIT AND FACTORED FORMS
Chapter 13
LINEAR ANALYSIS OF SPLIT
AND FACTORED FORMS
In Section 4.4 we introduced the concept of the representative equation, and used
it in Chapter 7 to study the stability, accuracy, and convergence properties of time-
marching schemes. The question is: Can we nd a similar equation that will allow
us to evaluate the stability and convergence properties of split and factored schemes?
The answer is yes | for certain forms of linear model equations.
The analysis in this chapter is useful for estimating the stability and steady-state
properties of a wide variety of time-marching schemes that are variously referred
to as time-split, fractional-step, hybrid, and (approximately) factored. When these
methods are applied to practical problems, the results found from this analysis are
neither necessary nor sucient to guarantee stability. However, if the results indicate
that a method has an instability, the method is probably not suitable for practical
use.

13.1 The Representative Equation for Circulant


Operators
Consider linear PDE's with coecients that are xed in both space and time and with
boundary conditions that are periodic. We have seen that under these conditions
a semi-discrete approach can lead to circulant matrix di erence operators, and we
discussed circulant eigensystems1 in Section 4.3. In this and the following section
we assume circulant systems and our analysis depends critically on the fact that all
circulant matrices commute and have a common set of eigenvectors.
1 See also the discussion on Fourier stability analysis in Section 7.7.

233
234 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
Suppose, as a result of space di erencing the PDE, we arrive at a set of ODE's
that can be written
d~u = A ~u + A ~u ; ~f (t) (13.1)
dt ap bp

where the subscript p denotes a circulant matrix. Since both matrices have the same
set of eigenvectors, we can use the arguments made in Section 4.2.3 to uncouple the
set and form the M set of independent equations
w10 = (a + b)1 w1 ; g1 (t)
...
wm0 = (a + b)m wm ; gm(t)
...
wM0 = (a + b)M wM ; gM (t) (13.2)
The analytic solution of the m'th line is
wm(t) = cm e(a+b)mt + P:S:
Note that each a pairs with one, and only one2 , b since they must share a common
eigenvector. This suggests (see Section 4.4:

The representative equation for split, circulant systems is


du = [ +  +  +   ]u + aet (13.3)
a b c
dt
where a + b + c +    are the sum of the eigenvalues in Aa ; Ab ; Ac ;    that
share the same eigenvector.

13.2 Example Analysis of Circulant Systems


13.2.1 Stability Comparisons of Time-Split Methods
Consider as an example the linear convection-di usion equation:
@u + a @u =  @ 2 u (13.4)
@t @x @x2
2 This is to be contrasted to the developments found later in the analysis of 2-D equations.
13.2. EXAMPLE ANALYSIS OF CIRCULANT SYSTEMS 235
If the space di erencing takes the form
d~u = ; a B (;1; 0; 1)~u +  B (1; ;2; 1)~u (13.5)
dt 2x p x2 p
the convection matrix operator and the di usion matrix operator, can be represented
by the eigenvalues c and d, respectively, where (see Section 4.3.2):
(c)m = iax sin m
(d)m = ; 42 sin2 2m (13.6)
x
In these equations m = 2m=M , m = 0 ; 1 ;    ; M ; 1 , so that 0  m  2.
Using these values and the representative equation 13.4, we can analyze the stability
of the two forms of simple time-splitting discussed in Section 12.2. In this section we
refer to these as
1. the explicit-implicit Euler method, Eq. 12.10.
2. the explicit-explicit Euler method, Eq. 12.8.
1. The Explicit-Implicit Method
When applied to Eq. 13.4, the characteristic polynomial of this method is
P (E ) = (1 ; hd )E ; (1 + hc)
This leads to the principal  root
1 + i ahx sin m
=
1 + 4 h2 sin2 m
x 2
where we have made use of Eq. 13.6 to quantify the eigenvalues. Now introduce the
dimensionless numbers
Cn = ahx ; Courant number
R = a x ; mesh Reynolds number
and we can write for the absolute value of 
q
1 + Cn2 sin2 m
jj = C 
; 0  m  2 (13.7)
n
1 + 4 R sin 2 2 m

236 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
1.2 1.2
C = 2/ R ∆
n C = R /2
n ∆
C = 2/ R
0.8 0.8 n ∆

C C
n n

0.4 0.4

0 0
0 4 8 0 4 8
R∆ R∆
Explicit-Implicit Explicit-Explicit

Figure 13.1: S_ tability regions for two simple time-split methods.

A simple numerical parametric study of Eq. 13.7 shows that the critical range of
m for any combination of Cn and R occurs when m is near 0 (or 2). From this
we nd that the condition on Cn and R that make jj  1 is
i  2
h
2 2 C n 2
1 + Cn sin  = 1 + 4 R sin 2 

As  ! 0 this gives the stability region
Cn < R2

which is bounded by a hyperbola and shown in Fig. 13.1.
2. The Explicit-Explicit Method
An analysis similar to the one given above shows that this method produces
q " #
2 C n 2  m
jj = 1 + Cn2 sin m 1 ; 4 R sin 2 ; 0  m  2

Again a simple numerical parametric study shows that this has two critical ranges
of m , one near 0, which yields the same result as in the previous example, and the
13.2. EXAMPLE ANALYSIS OF CIRCULANT SYSTEMS 237
other near 180o, which produces the constraint that
Cn < 21 R for R  2
The resulting stability boundary is also shown in Fig. 13.1. The totaly explicit,
factored method has a much smaller region of stability when R is small, as we
should have expected.

13.2.2 Analysis of a Second-Order Time-Split Method


Next let us analyze a more practical method that has been used in serious compu-
tational analysis of turbulent ows. This method applies to a ow in which there is
a combination of di usion and periodic convection. The convection term is treated
explicitly using the second-order Adams-Bashforth method. The di usion term is
integrated implicitly using the trapezoidal method. Our model equation is again the
linear convection-di usion equation 13.4 which we split in the fashion of Eq. 13.5. In
order to evaluate the accuracy, as well as the stability, we include the forcing func-
tion in the representative equation and study the e ect of our hybrid, time-marching
method on the equation
u0 = cu + du + aet
First let us nd expressions for the two polynomials, P (E ) and Q(E ). The char-
acteristic polynomial follows from the application of the method to the homogeneous
equation, thus
un+1 = un + 21 hc(3un ; un;1) + 21 hd (un+1 + un)
This produces
P (E ) = (1 ; 12 hd)E 2 ; (1 + 23 hc + 12 hd)E + 12 hc
The form of the particular polynomial depends upon whether the forcing function is
carried by the AB2 method or by the trapezoidal method. In the former case it is
Q(E ) = 21 h(3E ; 1) (13.8)
and in the latter
Q(E ) = 12 h(E 2 + E ) (13.9)
238 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
Accuracy
From the characteristic polynomial we see that there are two {roots and they are
given by the equation
s 2  
1 + 23 hc + 12 hd  1 + 32 hc + 21 hd ; 2hc 1 ; 21 hd
=   (13.10)
2 1 ; 12 hd
The principal -root follows from the plus sign and one can show
1 = 1 + (c + d )h + 12 (c + d )2h2 + 41 3d + c2d ; 2c d ; 3c h3
 

From this equation it is clear that 61 3 = 61 (c + d)3 does not match the coecient
of h3 in 1 , so
er = O(h3)
Using P (eh) and Q(eh ) to evaluate er in Section 6.6.3, one can show
er = O(h3)
using either Eq. 13.8 or Eq. 13.9. These results show that, for the model equation,
the hybrid method retains the second-order accuracy of its individual components.
Stability
The stability of the method can be found from Eq. 13.10 by a parametric study of cn
and R de ned in Eq. 13.7. This was carried out in a manner similar to that used
to nd the stability boundary of the rst-order explicit-implicit method in Section
13.2.1. The results are plotted in Fig. 13.2. For values of R  2 this second-order
method has a much greater region of stability than the rst-order explicit-implicit
method given by Eq. 12.10 and shown in Fig. 13.1.

13.3 The Representative Equation for Space-Split


Operators
Consider the 2-D model3 equations
@u = @ 2 u + @ 2 u (13.11)
@t @x2 @y2
3 The extension of the following to 3-D is simple and straightforward.
13.3. THE REPRESENTATIVE EQUATION FOR SPACE-SPLIT OPERATORS239
1.2

0.8
Cn

Stable
0.4

0 4 8
R

_
Figure 13.2: Stability regions for the second-order time-split method.

and
@u + a @u + a @u = 0 (13.12)
@t x @x y @y
Reduce either of these, by means of spatial di erencing approximations, to the coupled
set of ODE's:
dU = [A + A ]U + (bc ~) (13.13)
x y
dt
for the space vector U . The form of the Ax and Ay matrices for three-point central
di erencing schemes are shown in Eqs. 12.22 and 12.23 for the 3  4 mesh shown
in Sketch 12.12. Let us inspect the structure of these matrices closely to see how we
can diagonalize [Ax + Ay ] in terms of the individual eigenvalues of the two matrices
considered separately.
First we write these matrices in the form
2 3 2 ~ ~b1  I 3
B b0  I
A(xx) = 64 B 75 A(yx) = 64 ~b;1  I ~b0  I ~b1  I 75
B ~b;1  I ~b0  I
where B is a banded matrix of the form B (b;1 ; b0; b1 ). Now nd the block eigenvector
240 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
matrix that diagonalizes B and use it to diagonalize A(xx). Thus
2 ;1 32 32 3 2 3
X B X 
6
4 X ;1 76
54 B 75 64 X 7=6
5 4  75
X ;1 B X 
where 2 3
1
6 2 7
 = 664 3
7
7
5
4
( )
Notice that the matrix Ay is transparent to this transformation. That is, if we
x
set X  diag(X )
2 ~ 3 2 ~ 3
b0  I ~b1  I b0  I ~b1  I
X ;1 64 ~b;1  I ~b0  I ~b1  I 75 X = 64 ~b;1  I ~b0  I ~b1  I 75
~b;1  I ~b0  I ~b;1  I ~b0  I
One now permutes the transformed system to the y-vector data-base using the per-
mutation matrix de ned by Eq. 12.13. There results
h i
Pyx  X ;1 A(xx) + A(yx) X  Pxy =
2 3 2 ~ 3
1  I 6
B 7
6
6  2  I 7
7 6 ~
B 7
6 7+6 6 7 (13.14)
4 3  I 5 4 B~ 75
4  I B~
where B~ is the banded tridiagonal matrix B (~b;1 ; ~b0 ; ~b1), see the bottom of Eq. 12.23.
Next nd the eigenvectors X~ that diagonalize the B~ blocks. Let B~  diag(B~ ) and
X~  diag(X~ ) and form the second transformation
2~ 3
 2~

3
6 ~ 7 1
X~ ;1B~ X~ = 664  ~ 775 ; ~ = 64 ~2 7
5
~
3
~
This time, by the same argument as before, the rst matrix on the right side of
Eq. 13.14 is transparent to the transformation, so the nal result is the complete
diagonalization of the matrix Ax+y :
h ih ih i
X~ ;1  Pyx  X ;1 A(xx+)y X  Pxy  X~ =
2 3
 1 I + ~

6 7
6
6 2 I + ~ 7
7 (13.15)
6
4 3 I + ~ 7
5
4I + ~
13.3. THE REPRESENTATIVE EQUATION FOR SPACE-SPLIT OPERATORS241
It is important to notice that:
 The diagonal matrix on the right side of Eq. 13.15 contains every possible com-
bination of the individual eigenvalues of B and B~ .
Now we are ready to present the representative equation for two dimensional sys-
tems. First reduce the PDE to ODE by some choice4 of space di erencing. This
results in a spatially split A matrix formed from the subsets

A(xx) = diag(B ) ; A(yy) = diag(B~ ) (13.16)


where B and B~ are any two matrices that have linearly independent eigenvectors (this
puts some constraints on the choice of di erencing schemes).
Although Ax and Ay do commute, this fact, by itself, does not ensure the prop-
erty of \all possible combinations". To obtain the latter property the structure of
the matrices is important. The block matrices B and B~ can be either circulant or
noncirculant; in both cases we are led to the nal result:

The 2{D representative equation for model linear systems is


du = [ +  ]u + aet
x y
dt
where x and y are any combination of eigenvalues from Ax and Ay , a and  are
(possibly complex) constants, and where Ax and Ay satisfy the conditions in 13.16.
Often we are interested in nding the value of, and the convergence rate to, the
steady-state solution of the representative equation. In that case we set  = 0 and
use the simpler form
du = [ +  ]u + a (13.17)
x y
dt
which has the exact solution
u(t) = ce(x+y )t ;  +a  (13.18)
x y
4 We have used 3-point central di erencing in our example, but this choice was for convenience
only, and its use is not necessary to arrive at Eq. 13.15.
242 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
13.4 Example Analysis of 2-D Model Equations
In the following we analyze four di erent methods for nding a xed, steady-state
solution to the 2-D representative equation 13.16. In each case we examine
1. The stability.
2. The accuracy of the xed, steady-state solution.
3. The convergence rate to reach the steady-state.

13.4.1 The Unfactored Implicit Euler Method


Consider rst this unfactored, rst-order scheme which can then be used as a reference
case for comparison with the various factored ones. The form of the method is given
by Eq. 12.19, and when it is applied to the representative equation, we nd
(1 ; h x ; h y )un+1 = un + ha
from which
P (E ) = (1 ; h x ; h y )E ; 1
Q(E ) = h (13.19)
giving the solution " #n
un = c 1 ; h  ; h  ;  +a 
1
x y x y
Like its counterpart in the 1-D case, this method:

1. Is unconditionally stable.
2. Produces the exact (see Eq. 13.18) steady-state solution (of the ODE) for any
h.
3. Converges very rapidly to the steady-state when h is large.

Unfortunately, however, use of this method for 2-D problems is generally impractical
for reasons discussed in Section 12.5.
13.4. EXAMPLE ANALYSIS OF 2-D MODEL EQUATIONS 243
13.4.2 The Factored Nondelta Form of the Implicit Euler
Method
Now apply the factored Euler method given by Eq. 12.20 to the 2-D representative
equation. There results
(1 ; h x)(1 ; h y )un+1 = un + ha
from which
P (E ) = (1 ; h x)(1 ; h y )E ; 1
Q(E ) = h (13.20)
giving the solution
" #n
un = c (1 ; h  )(1 ; h  ) ;  +  a; h 
1
x y x y x y
We see that this method:
1. Is unconditionally stable.
2. Produces a steady state solution that depends on the choice of h.
3. Converges rapidly to a steady-state for large h, but the converged solution is
completely wrong.
The method requires far less storage then the unfactored form. However, it is not
very useful since its transient solution is only rst-order accurate and, if one tries to
take advantage of its rapid convergence rate, the converged value is meaningless.

13.4.3 The Factored Delta Form of the Implicit Euler Method


Next apply Eq. 12.31 to the 2-D representative equation. One nds
(1 ; h x)(1 ; h y )(un+1 ; un) = h(xun + y un + a)
which reduces to
 
(1 ; h x)(1 ; h y )un+1 = 1 + h2xy un + ha
and this has the solution
" 2 xy #n
un = c (1 ; h  )(1 ; h  ) ;  +a 
1 + h
x y x y
This method:
244 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
1. Is unconditionally stable.
2. Produces the exact steady-state solution for any choice of h.
3. Converges very slowly to the steady{state solution for large values of h, since
jj ! 1 as h ! 1.
Like the factored nondelta form, this method demands far less storage than the un-
factored form, as discussed in Section 12.5. The correct steady solution is obtained,
but convergence is not nearly as rapid as that of the unfactored form.

13.4.4 The Factored Delta Form of the Trapezoidal Method


Finally consider the delta form of a second-order time-accurate method. Apply Eq.
12.30 to the representative equation and one nds
  
1 1
1 ; 2 hx 1 ; 2 hy (un+1 ; un) = h(xun + y un + a)
which reduces to
     
1 1 1
1 ; hx 1 ; hy un+1 = 1 + hx 1 + hy un + ha 1
2 2 2 2
and this has the solution
2 1 h 1 + 1 h  3n
1 +
un = c64  21  21  75 ;  +a 
6 x y 7

1 ; 2 hx 1 ; 2 hy x y

This method:
1. Is unconditionally stable.
2. Produces the exact steady{state solution for any choice of h.
3. Converges very slowly to the steady{state solution for large values of h, since
jj ! 1 as h ! 1.
All of these properties are identical to those found for the factored delta form of the
implicit Euler method. Since it is second order in time, it can be used when time
accuracy is desired, and the factored delta form of the implicit Euler method can be
used when a converged steady-state is all that is required.5 A brief inspection of eqs.
12.26 and 12.27 should be enough to convince the reader that the 's produced by
those methods are identical to the  produced by this method.
5In practical codes, the value of h on the left side of the implicit equation is literally switched
from h to 12 h.
13.5. EXAMPLE ANALYSIS OF THE 3-D MODEL EQUATION 245
13.5 Example Analysis of the 3-D Model Equation
The arguments in Section 13.3 generalize to three dimensions and, under the condi-
tions given in 13.16 with an A(zz) included, the model 3-D cases6 have the following
representative equation (with  = 0):
du = [ +  +  ]u + a (13.21)
x y z
dt
Let us analyze a 2nd-order accurate, factored, delta form using this equation. First
apply the trapezoidal method:
un+1 = un + 12 h[(x + y + z )un+1 + (x + y + z )un + 2a]
Rearrange terms:
   
1 ; 21 h(x + y + z ) un+1 = 1 + 21 h(x + y + z ) un + ha
Put this in delta form:
 
1 ; 1 h(x + y + z ) un = h[(x + y + z )un + a]
2
Now factor the left side:
   
1
1; 2 x h ; 1 h ; 1
1 2 y 1 2 z un = h[(x + y + z )un + a] (13.22)
h
This preserves second order accuracy since the error terms
1 h2(  +   +   )u and 1 h3  
4 x y x z y z n 8 x y z
are both O(h3). One can derive the characteristic polynomial for Eq. 13.22, nd the
 root, and write the solution either in the form
2 1 1 1 3n
2 3
6 1 + h(x + y + z ) + 4 h (x y + x z + y z ) ; 8 h x y z 7
un = c64 21 1 1
7
5
2 3
1 ; 2 h(x + y + z ) + 4 h (xy + xz + y z ) ; 8 h xy z

;  + a +  (13.23)
x y z
6 Eqs. 13.11 and 13.12, each with an additional term.
246 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
or in the form
2 1 
1 
1 
1 3n
3
6 1 + 2 hx 1 + 2 hy 1 + 2 hz ; 4 h x y z 7
7 ; a (13.24)
un = c64 
1 
1 
1  5 x + y + z
1 ; hx 1 ; hy 1 ; hz
2 2 2
It is interesting to notice that a Taylor series expansion of Eq. 13.24 results in
 = 1 + h(x + y + z ) + 21 h2(x + y + z )2 (13.25)
+ 14 h3 3z + (2y + 2x) + 22y + 3xy + 22y + 3y + 2x2y + 22xy + 3x +   
h   i

which veri es the second order accuracy of the factored form. Furthermore, clearly,
if the method converges, it converges to the proper steady-state.7
With regards to stability, it follows from Eq. 13.23 that, if all the 's are real and
negative, the method is stable for all h. This makes the method unconditionally stable
for the 3-D di usion model when it is centrally di erenced in space.
Now consider what happens when we apply this method to the biconvection model,
the 3-D form of Eq. 13.12 with periodic boundary conditions. In this case, central
di erencing causes all of the 's to be imaginary with spectrums that include both
positive and negative values. Remember that in our analysis we must consider every
possible combination of these eigenvalues. First write the  root in Eq. 13.23 in the
form
+ i ; + i
 = 11 ; i ; + i
where , and are real numbers that can have any sign. Now we can always nd
one combination of the 's for which , and are both positive. In that case since
the absolute value of the product is the product of the absolute values
(1 ; )2 + ( + )2
2
jj = (1 ; )2 + ( ; )2 >1
and the method is unconditionally unstable for the model convection problem.
From the above analysis one would come to the conclusion that the method rep-
resented by Eq. 13.22 should not be used for the 3-D Euler equations. In practical
cases, however, some form of dissipation is almost always added to methods that are
used to solve the Euler equations and our experience to date is that, in the presence
of this dissipation, the instability disclosed above is too weak to cause trouble.
7 However, we already knew this because we chose the delta form.
13.6. PROBLEMS 247
13.6 Problems
1. Starting with the generic ODE,
du = Au + f
dt
we can split A as follows: A = A1 + A2 + A3 + A4. Applying implicit Euler time
marching gives
un+1 ; un = A u + A u + A u + A u + f
h 1 n+1 2 n+1 3 n+1 4 n+1

(a) Write the factored delta form. What is the error term?
(b) Instead of making all of the split terms implicit, leave two explicit:
un+1 ; un = A u + A u + A u + A u + f
h 1 n+1 2 n 3 n+1 4 n
Write the resulting factored delta form and de ne the error terms.
(c) The scalar representative equation is
du = ( +  +  +  )u + a
dt 1 2 3 4
For the fully implicit scheme of problem 1a, nd the exact solution to the
resulting scalar di erence equation and comment on the stability, conver-
gence, and accuracy of the converged steady-state solution.
(d) Repeat 1c for the explicit-implicit scheme of problem 1b.
248 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
Appendix A
USEFUL RELATIONS AND
DEFINITIONS FROM LINEAR
ALGEBRA
A basic understanding of the fundamentals of linear algebra is crucial to our develop-
ment of numerical methods and it is assumed that the reader is at least familar with
this subject area. Given below is some notation and some of the important relations
between matrices and vectors.

A.1 Notation
1. In the present context a vector is a vertical column or string. Thus
2 v1 3
6 7
~v = 66 v..2 77
4 . 5
vm
T
and its transpose ~v is the horizontal row
~vT = [v1 ; v2; v3; : : : ; vm] ; ~v = [v1 ; v2; v3 ; : : : ; vm ]T
2. A general m  m matrix A can be written
2 a11 a12    a1m 3
6a a    a2m 777
A = (aij ) = 664 21 22 ... 5
am1 am2    amm
249
250APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA
3. An alternative notation for A is
h i
A = ~a1; ~a2; : : : ; ~am
and its transpose AT is 2 ~T 3
66 ~a1T 77
AT = 666 a.2 777
4 ..T 5
~am
4. The inverse of a matrix (if it exists) is written A;1 and has the property that
A;1A = AA;1 = I , where I is the identity matrix.

A.2 De nitions
1. A is symmetric if AT = A.
2. A is skew-symmetric or antisymmetric if AT = ;A.
3. A is diagonally dominant if aii  Pj6=i jaij j ; i = 1; 2; : : : ; m and aii > Pj6=i jaij j
for at least one i.
4. A is orthogonal if aij are real and AT A = AAT = I
5. A is the complex conjugate of A.
6. P is a permutation matrix if P ~v is a simple reordering of ~v.
7. The trace of a matrix is Pi aii.
8. A is normal if AT A = AAT .
9. det[A] is the determinant of A.
10. AH is the conjugate transpose of A, (Hermitian).
11. If a b 
A= c d
then
det[A] = ad ; bc
and  
A;1 = det[1 A] ;dc ;ab
A.3. ALGEBRA 251
A.3 Algebra
We consider only square matrices of the same dimension.
1. A and B are equal if aij = bij for all i; j = 1; 2; : : : ; m.
2. A + (B + C ) = (C + A) + B , etc.
3. sA = (saij ) where s is a scalar.
4. In general AB 6= BA.
5. Transpose equalities:
(A + B )T = AT + B T
(AT )T = A
(AB )T = B T AT
6. Inverse equalities (if the inverse exists):
(A;1);1 = A
(AB );1 = B ;1 A;1
(AT );1 = (A;1 )T
7. Any matrix A can be expressed as the sum of a symmetric and a skew-symmetric
matrix. Thus:    
A = 21 A + AT + 12 A ; AT

A.4 Eigensystems
1. The eigenvalue problem for a matrix A is de ned as
A~x = ~x or [A ; I ]~x = 0
and the generalized eigenvalue problem, including the matrix B , as
A~x = B~x or [A ; B ]~x = 0
2. If a square matrix with real elements is symmetric, its eigenvalues are all real.
If it is asymmetric, they are all imaginary.
252APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA
3. Gershgorin's theorem: The eigenvalues of a matrix lie in the complex plane in
the union of circles having centers located by the diagonals with radii equal to
the sum of the absolute values of the corresponding o -diagonal row elements.
4. In general, an m  m matrix A has n~x linearly independent eigenvectors with
n~x  m and n distinct eigenvalues (i) with n  n~x  m.
5. A set of eigenvectors is said to be linearly independent if
a  ~xm + b  ~xn 6= ~xk ; m 6= n 6= k
for any complex a and b and for all combinations of vectors in the set.
6. If A posseses m linearly independent eigenvectors then A is diagonalizable, i.e.,
X ;1AX = 
where X is a matrix whose columns are the eigenvectors,
h i
X = ~x1 ; ~x2; : : : ; ~xm
and  is the diagonal matrix
2 0  03
66 01  . . . ... 77
 = 66 .. . .2 . . 7
4. . . 0 75
0    0 m
If A can be diagonalized, its eigenvectors completely span the space, and A is
said to have a complete eigensystem.
7. If A has m distinct eigenvalues, then A is always diagonalizable, and with
each distinct eigenvalue there is one associated eigenvector, and this eigenvector
cannot be formed from a linear combination of any of the other eigenvectors.
8. In general, the eigenvalues of a matrix may not be distinct, in which case the
possibility exists that it cannot be diagonalized. If the eigenvalues of a matrix
are not distinct, but all of the eigenvectors are linearly independent, the matrix
is said to be derogatory, but it can still be diagonalized.
9. If a matrix does not have a complete set of linearly independent eigenvectors,
it cannot be diagonalized. The eigenvectors of such a matrix cannot span the
space and the matrix is said to have a defective eigensystem.
A.4. EIGENSYSTEMS 253
10. Defective matrices cannot be diagonalized but they can still be put into a com-
pact form by a similarity transform, S , such that
2J 0  0 3
66 01 J . . . ... 77
J = S ;1AS = 66 .. . .2 . . 7
4 . . . 0 75
0    0 Jk
where there are k linearly independent eigenvectors and Ji is either a Jordan
subblock or i.
11. A Jordan submatrix has the form
2 1 0  0 3
66 0i  1 ... ... 77
66 i 7
Ji = 66 0 0 i ... 0 777
64 ... ... ... 1 75
0  0 0 i

12. Use of the transform S is known as putting A into its Jordan Canonical form.
A repeated root in a Jordan block is referred to as a defective eigenvalue. For
each Jordan submatrix with an eigenvalue i of multiplicity r, there exists one
eigenvector. The other r ; 1 vectors associated with this eigenvalue are referred
to as principal vectors. The complete set of principal vectors and eigenvectors
are all linearly independent.
13. Note that if P is the permutation matrix
2 3
0 0 1
P = 64 0 1 0 75 ; P T = P ;1 = P
1 0 0
then 2 3 2 3
 1 0  0 0
P ;1 64 0  1 75 P = 64 1  0 75
0 0  0 1 
14. Some of the Jordan subblocks may have the same eigenvalue. For example, the
254APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA
matrix 2 2 1 1 3 3
66 64 1 1 75 77
66 1 77
66 1  77
66  1  77
66 1
1  77
66 2 1 
77
64 75
2
3
is both defective and derogatory, having:
 9 eigenvalues
 3 distinct eigenvalues
 3 Jordan blocks
 5 linearly independent eigenvectors
 3 principal vectors with 1
 1 principal vector with 2

A.5 Vector and Matrix Norms


1. The spectral radius of a matrix A is symbolized by (A) such that
(A) = jm jmax
where m are the eigenvalues of the matrix A.
2. A p-norm of the vector ~v is de ned as
0M 11=p
X
jjvjjp = @ jvj jpA
j =1

3. A p-norm of a matrix A is de ned as

jjAjjp = max jjAvjjp


x6=0 jjv jjp
A.5. VECTOR AND MATRIX NORMS 255
4. Let A and B be square matrices of the same order. All matrix norms must have
the properties
jjAjj  0; jjAjj = 0 implies A = 0
jjc  Ajj = jcj  jjAjj
jjA + B jj  jjAjj + jjB jj
jjA  B jj  jjAjj  jjB jj
5. Special p-norms are
jjAjj1 = maxj=1;;M PMi=1 jaij j maximum column sum
q T
jjAjj2 =  (A  A )
jjAjj1 = maxi=1;2;;M PMj=1 jaij j maximum row sum
where jjAjjp is referred to as the Lp norm of A.
6. In general (A) does not satisfy the conditions in 4, so in general (A) is not a
true norm.
7. When A is normal, (A) is a true norm, in fact, in this case it is the L2 norm.
8. The spectral radius of A, (A), is the lower bound of all the norms of A.
256APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA
Appendix B
SOME PROPERTIES OF
TRIDIAGONAL MATRICES
B.1 Standard Eigensystem for Simple Tridiagonals
In this work tridiagonal banded matrices are prevalent. It is useful to list some of
their properties. Many of these can be derived by solving the simple linear di erence
equations that arise in deriving recursion relations.
Let us consider a simple tridiagonal matrix, i.e., a tridiagonal with constant scalar
elements a,b, and c, see Section 3.4. If we examine the conditions under which the
determinant of this matrix is zero, we nd (by a recursion exercise)
det[B (M : a; b; c)] = 0
if
p 
m 
b + 2 ac cos M + 1 = 0 ; m = 1; 2;    ; M
From this it follows at once that the eigenvalues of B (a; b; c) are
p 
m 
m = b + 2 ac cos M + 1 ; m = 1; 2;    ; M (B.1)
The right-hand eigenvector of B (a; b; c) that is associated with the eigenvalue m
satis es the equation
B (a; b; c)~xm = m~xm (B.2)
and is given by
 j ; 1   
~xm = (xj )m = a 2 sin j m
c M + 1 ; m = 1; 2;    ; M (B.3)

257
258 APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
These vectors are the columns of the right-hand eigenvector matrix, the elements of
which are
 j ; 1  
X = (xjm) = ac 2 sin Mjm ; j = 1; 2;    ; M (B.4)
+1 m = 1; 2;    ; M
Notice that if a = ;1 and c = 1,
 j ; 1
a 2 = ei j; 2 ( 1)
(B.5)
c
The left-hand eigenvector matrix of B (a; b; c) can be written
 m ; 1  
;
X = M +1 a
1
2 c 2 mj
sin M + 1 ; m = 1; 2;    ; M
j = 1; 2;    ; M
In this case notice that if a = ;1 and c = 1
 m ; 1
c 2 = e;i m; 2 ( 1)
(B.6)
a
B.2 Generalized Eigensystem for Simple Tridiag-
onals
This system is de ned as follows
2 32
b c x 3 2e f
1
32
x 3
1
6
6 a b c 7
7 6
6 x 777 666 d e f 7
7 6
6 x 777
2 2
6 7 6 7 6
6
6 a b 7
7 6
6 x 77 =  66 d e 7
7 6
6 x 77
6
4
. . .
3

. c 5 4 .. 5 4
7 6 7 6 . . . f 5 4 ... 75
7 6
3

a b xM d e xM
In this case one can show after some algebra that
det[B (a ; d; b ; e; c ; f ] = 0 (B.7)
if
 
q m
b ; m e + 2 (a ; md)(c ; m f ) cos M + 1 = 0 ; m = 1; 2;    ; M (B.8)
If we de ne
m = Mm ; p = cos m
+1 m
B.3. THE INVERSE OF A SIMPLE TRIDIAGONAL 259
q
m = eb ; 2(cd + af )pm + 2pm (ec ; fb)(ea ; bd) + [(cd ; af )pm ]
2 2

e ; 4fdpm
2 2

The right-hand eigenvectors are


" #j ; 1
~xm = a ;  m d 2
j m = 1; 2;    ; M
sin [ m] ; j = 1; 2;    ; M
c; fm
These relations are useful in studying relaxation methods.

B.3 The Inverse of a Simple Tridiagonal


The inverse of B (a; b; c) can also be written in analytic form. Let DM represent the
determinant of B (M : a; b; c)
DM  det[B (M : a; b; c)]
De ning D to be 1, it is simple to derive the rst few determinants, thus
0

D = 1
0

D = b
1

D = b ; ac
2
2

D = b ; 2abc
3
3
(B.9)
One can also nd the recursion relation
DM = bDM ; ; acDM ;1 2 (B.10)
Eq. B.10 is a linear OE the solution of which was discussed in Section 4.2. Its
characteristic polynomial P (E ) is P (E ; bE + ac) and the two roots to P () = 0
2

result in the solution


8" p
< b + b ; 4ac #M " p #M 9
DM = p 1 2
;
+1
b ; b ; 4
2
ac+1
=
b ; 4ac :
2 2 2 ;
M = 0; 1; 2;    (B.11)
where we have made use of the initial conditions D = 1 and D = b. In the limiting
0 1
case when b ; 4ac = 0, one can show that
2

!M
DM = (M + 1) 2b ; b = 4ac2
260 APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
Then for M = 4
2 3
D ;cD 3cD ;c D 2
2
1
3
0

B; =1 1 666 ;aD D D ;cD D c D


2 1 2 1 1
2
1
7
7
7
D4 4 a D ;aD D D D
2
1;cD 1 1 2 1 2 5
;a D a D
3
;aD D 0
2
1 2 3

and for M = 5
2 3
D4 ;cD
cD ;c D c D 3
2
2
3
1
4
0

1 666 ;a2aD D D ;cD D c D D ;c D


6 3 1 3 1 2
2
1 1
3 7
17
B ;1 = D5 64 ;a3DD21 ;aD D D D ;cD D c D 1 2 2 2 2 1
2
2 7
7
7
a D D ;aD D D D
2
;cD
1 1 2 1 3 1 3
5
aD 4
0 ;a D aD ;aD 3
D 1
2
2 3 4

The general element dmn is


Upper triangle:
m = 1; 2;    ; M ; 1 ; n = m + 1; m + 2;    ; M
dmn = Dm; DM ;n(;c)n;m =DM 1

Diagonal:
n = m = 1; 2;    ; M
dmm = DM ; DM ;m =DM 1

Lower triangle:
m = n + 1; n + 2;    ; M ; n = 1; 2;    ; M ; 1
dmn = DM ;mDn; (;a)m;n=DM 1

B.4 Eigensystems of Circulant Matrices


B.4.1 Standard Tridiagonals
Consider the circulant (see Section 3.4.4) tridiagonal matrix
Bp(M : a; b; c; ) (B.12)
B.4. EIGENSYSTEMS OF CIRCULANT MATRICES 261
The eigenvalues are

m = b + (a + c) cos 2M m  ; i(a ; c) sin  2m  ; m = 0; 1; 2;    ; M ; 1
M
(B.13)
The right-hand eigenvector that satis es Bp(a; b; c)~xm = m~xm is
~xm = (xj )m = ei j m=M ; j = 0; 1;    ; M ; 1
(2 )
(B.14)
p
where i  ;1, and the right-hand eigenvector matrix has the form
 
ij 2m 0; 1;    ; M ; 1
X = (xjm) = e M ; mj == 0; 1;    ; M ; 1
The left-hand eigenvector matrix with elements x0 is
 
2 j
X ; = (x0mj ) = M1 e
1
;im
M ; m = 0; 1;    ; M ; 1
j = 0; 1;    ; M ; 1
Note that both X and X ; are symmetric and that X ; = M1 X , where X  is the
1 1

conjugate transpose of X .

B.4.2 General Circulant Systems


Notice the remarkable fact that the elements of the eigenvector matrices X and X ; 1

for the tridiagonal circulant matrix given by eq. B.12 do not depend on the elements
a; b; c in the matrix. In fact, all circulant matrices of order M have the same set of
linearly independent eigenvectors, even if they are completely dense. An example of
a dense circulant matrix of order M = 4 is
2
b b b b 3
0 1 2 3
6
6
6
b b b b 777
3 0 1 2
(B.15)
4 b b b b 5
2 3 0 1
b b b b
1 2 3 0

The eigenvectors are always given by eq. B.14, and further examination shows that
the elements in these eigenvectors correspond to the elements in a complex harmonic
analysis or complex discrete Fourier series.
Although the eigenvectors of a circulant matrix are independent of its elements,
the eigenvalues are not. For the element indexing shown in eq. B.15 they have the
general form
MX; 1

m = bj ei jm=M (2 )

j =0
of which eq. B.13 is a special case.
262 APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
B.5 Special Cases Found From Symmetries
Consider a mesh with an even number of interior points such as that shown in Fig.
B.1. One can seek from the tridiagonal matrix B (2M : a; b; a; ) the eigenvector subset
that has even symmetry when spanning the interval 0  x  . For example, we seek
the set of eigenvectors ~xm for which

2 32x 3 2 3
x1
b a 6
1
7 6
6
6 a b a 7
7 6 x 2 7 6 x2 777
6
6 a ... 7
7
6
6 ... 77 6
6 ... 7
6 7 6 7 = m 66 .. 777
6
6
6
... a 7
7
6
6 .
.
.
7
7 .7
6 76 7 6
6 7
4 a b a 5 4 x2 75
6
4 x2 5
a b x 1 x 1

This leads to the subsystem of order M which has the form

2 3
b a
6 7
a b a
6
6 7
7
6
6 a . . . 7
7
~ ~
B (M : a; b; a)xm = 6
6 ... a 7
7
~xm = m~xm (B.16)
6
6 7
7
6 a b a 75
4
a b+a

By folding the known eigenvectors of B (2M : a; b; a) about the center, one can show
from previous results that the eigenvalues of eq. B.16 are

!
m = b + 2a cos (22mM;+1)1 ; m = 1; 2;    ; M (B.17)
B.6. SPECIAL CASES INVOLVING BOUNDARY CONDITIONS 263

and the corresponding eigenvectors are Line of Symmetry


 
~xm = sin j (2m ; 1) ; x =0 x=
2M + 1
j = 1; 2;    ; M        
j0 = 1 2 3 4 5 6
Imposing symmetry about the same interval M0
but for a mesh with an odd number of points, j= 1 2 3
see Fig. B.1, leads to the matrix M
2
b a 3 a. An even-numbered mesh
6
6 a b a 7
7 Line of Symmetry
6
6 a . . . 7
7
B (M : ~a; b; a) = 66 . . . a 777 x =0 x=
6
6
4 a b a 75       
2a b j0 = 1 2 3 4 5
M0
By folding the known eigenvalues of B (2M ; j= 1 2 3
1 : a; b; a) about the center, one can show M
from previous results that the eigenvalues of b. An odd{numbered mesh
eq. B.17 are Figure B.1 { Symmetrical folds for
special cases
!
m = b + 2a cos (2m2M ; 1) ; m = 1; 2;    ; M
and the corresponding eigenvectors are
!
~xm = sin j (2m ; 1) ; j = 1; 2;    ; M
2M

B.6 Special Cases Involving Boundary Conditions


We consider two special cases for the matrix operator representing the 3-point central
di erence approximation for the second derivative @ =@x at all points away from the
2 2

boundaries, combined with special conditions imposed at the boundaries.


264 APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES

Note: In both cases


m = 1; 2;    ; M
j = 1; 2;    ; M
;2 + 2 cos( ) = ;4 sin ( =2)
2

When the boundary conditions are Dirichlet on both sides,


2 3
6
;2 1 7  
6
6 1 ;2 1 7
7 m = ;2 h+2 cos Mim
6 1 ;2 1 7 +1 (B.18)
6
6 1 ;2 1
7
7 ~xm = sin j m
4 5 M +1
1 ;2
When one boundary condition is Dirichlet and the other is Neumann (and a diagonal
preconditioner is applied to scale the last equation),
2 3
;2 1  
6
6 1 ;2 1 7
7 m (2 m ;
= ;2 + 2 cos 2M + 1 1) 
6 7
6
6 1 ;2 1 7
7  
(2m ; 1)  (B.19)
6
4 1 ;2 1 7
5 ~xm = sin j 2M + 1
1 ;1
Appendix C
THE HOMOGENEOUS
PROPERTY OF THE EULER
EQUATIONS
The Euler equations have a special property that is sometimes useful in constructing
numerical methods. In order to examine this property, let us rst inspect Euler's
theorem on homogeneous functions. Consider rst the scalar case. If F (u; v) satis es
the identity

F ( u; v) = nF (u; v) (C.1)
for a xed n, F is called homogeneous of degree n. Di erentiating both sides with
respect to and setting = 1 (since the identity holds for all ), we nd

u @F + v @F = nF (u; v)
@u @v (C.2)
Consider next the theorem as it applies to systems of equations. If the vector
F (Q) satis es the identity

F ( Q) = nF (Q) (C.3)
for a xed n, F is said to be homogeneous of degree n and we nd
" #
@F Q = nF (Q) (C.4)
@q
265
266APPENDIX C. THE HOMOGENEOUS PROPERTY OF THE EULER EQUATIONS
Now it is easy to show, by direct use of eq. C.3, that both E and F in eqs. 2.11 and
2.12 are homogeneous of degree 1, and their Jacobians, A and B , are homogeneous
of degree 0 (actually the latter is a direct consequence of the former).1 This being
the case, we notice that the expansion of the ux vector in the vicinity of tn which,
according to eq. 6.105 can be written in general as,

E = En + An(Q ; Qn) + O(h2)


F = Fn + Bn(Q ; Qn) + O(h2) (C.5)
can be written

E = An Q + O(h2)
F = BnQ + O(h2) (C.6)
since the terms En ; AnQn and Fn ; BnQn are identically zero for homogeneous
vectors of degree 1, see eq. C.4. Notice also that, under this condition, the constant
term drops out of eq. 6.106.
As a nal remark, we notice from the chain rule that for any vectors F and Q
" #
@F (Q) = @F @Q = A @Q (C.7)
@x @Q @x @x
We notice also that for a homogeneous F of degree 1, F = AQ and
" #
@F = A @Q + @A Q (C.8)
@x @x @x
Therefore, if F is homogeneous of degree 1,
" #
@A Q = 0 (C.9)
@x
in spite of the fact that individually [@A=@x] and Q are not equal to zero.
1Note that this depends on the form of the equation of state. The Euler equations are homoge-
neous if the equation of state can be written in the form p = f (), where  is the internal energy
per unit mass.
Bibliography
[1] D. Anderson, J. Tannehill, and R. Pletcher. Computational Fluid Mechanics and
Heat Transfer. McGraw-Hill Book Company, New York, 1984.
[2] C. Hirsch. Numerical Computation of Internal and External Flows, volume 1,2.
John Wiley & Sons, New York, 1988.

267

You might also like