1. Mathematical Preliminaries
1.1 Concept introduction
1.1.1 Equivalent description
- Numerical analysis
- Numerical Methods or Computational Methods
- Numerical Mathematics
- Numerical Computing
- Scientific Computing
1.1.2 Main Contents
- Methods using computer to solve mathematical problems in science and engineering, which mostly are continuous.
- design and analysis of algorithms for different mathematical problems.
- Theory and Application of Numerical Approximation Techniques.
1.1.3 Reason for learning
With the fast development of PC techniques, many mathematical problems arising in the science and engineering, such as derivatives (導數)、integrals (積分)、nonlinearities (非線性)、Linear Algebra problems (線性代數問題)、differential equations (微分方程) is possible to be solved.
Deals continuous quantities with numerical approximate techniques and considers effects of approximations, such as error (誤差), convergence (收斂), uniqueness (唯一性), existence (存在性).
Assessment on algorithm: efficiency, reliability, accuracy, etc.
1.1.4 Book content
- Approximation Methods for solving equation(s)
- Polynomial (多項式) and interpolation approximation (插值逼近)
- Numerical Differentiation and Integration
- Numerical methods for ODE and PDE
- Eigenvalues and Eigenvectors
1.1.5 Steps for solving
- Mathematical modeling, usually equations (方程).
- Design algorithms to solve these equations.
- Implement algorithms in computer software and run.
- Represent the computed results in forms or graphical visualization.
- Interpret and validate (解釋和驗證) the computed results.
summary: MAIRI
1.2 Calculus Review
1.2.1 Limit of a Function
Definition
Let
f be a function defined on a set X of real numbers. Then
f has the limit L at
x0, written as
x→x0limf(x)=L,
if, given any real number
ε>0, there exists a real number
ξ>0 such that
∣f(x)−L∣<ε
whenever
x∈X and
0<∣x−x0∣<ξ.
1.2.2 Continuous of a Function
Condition
Let
f be a function defined on a set X of real numbers and
x0∈X.
Theorem
Then
f is continuous at
x0 if
x→x0limf(x)=f(x0).
Extended Theorem
The function
f is continuous on the set X if it is continuous at each number in X.
Definition of
C(X)
Let
C(X) denote the set of all functions that are continuous on the set X.
1.2.3 Limit of a Sequence
Difinition
Let
{xn}n=1∞ be an infinite sequence of real or complex number. The sequence converges to a number
x (Limit) if, for any $\varepsilon >0 $, there exists a positive integer
N(ε), such that implies
∣xn−x∣<ε,
whenever
n>N(ϵ).
Extended Theorem(Obviously)
If
f is a function defined on a set of real numbers and
x0∈X, then the following statements are equivalent:
- f is continuous at
x0
- if
{xn}n=1∞ is any sequence in X converging to
x0, then
limn→∞f(xn)=f(x0).
1.2.4 Derivative of a Function
Definition
If
f is a function defined in an open interval (開區間) containing
x0, the
f is differentiable at
x0, if
f′(x0)=x→x0limx−x0f(x)−f(x0)
exists.
Remark
The number $f’(x_0) $ is called the derivative of
f(x) at
x0.
Cn(X) denote the set of all functions that have
n continuous derivatives on
X.
Especially $C^\infty(X) $ denote the set of all functions that have derivatives of all orders on X.
Extended Theorem
If the function
f is differentiable at
x0, the
f is continuous at
x0.
Rolle’s Theorem(羅爾定理)
Suppose
f∈C[a,b] and
f is differentiable on
(a,b).
If
f(a)=f(b)=0, then a number
, then a number
c
c
c in
(
a
,
b
)
(a,b)
(a,b) exists with
f
′
(
c
)
=
0
f'(c)=0
f′(c)=0.
1.2.5 Mean Value Theorem
Suppose
f
∈
C
[
a
,
b
]
f\in C[a,b]
f∈C[a,b] and
f
f
f is differentiable on
(
a
,
b
)
(a,b)
(a,b), then a number
c
c
c in
(
a
,
b
)
(a,b)
(a,b) exists with
f
′
(
c
)
=
f
(
b
)
−
f
(
a
)
b
−
a
f'(c)=\displaystyle\frac{f(b)-f(a)}{b-a}
f′(c)=b−af(b)−f(a)
1.2.6 Extreme Value Theorem
If
f
∈
C
[
a
,
b
]
f\in C[a,b]
f∈C[a,b], then
c
1
,
c
2
∈
[
a
,
b
]
c_1,c_2\in[a,b]
c1<