Revision
Revision
Revision
Rachid Kadouche
Université de Sherbrooke
8 mai 2009
1
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Fonctions élémentaires
Constante : y = 1
Logarithmique : y = logb x
Polylogarithmique : y = (logb x)c
Linéaire : y = mx + b
Linéarithmique : y = x logb x
Polynomiale : y = di=0 ai ni
P
Exponentielle : y = c n = c × c × · · · × c
Factorielle : y = n! = ni=1 i = 1 × 2 × · · · × (n − 1) × n
Q
2
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Propriétés
loga N = b ⇔ ab = N
3
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Notations
4
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Définitions
5
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
La fonction factoriel
La fonction factoriel
n
Y
n! = 1 · 2 · 3 · · · (n − 1) · n = i
i=1
Par définition : 0! = 1
Approximation de Stirling
√ nn
n! ≈ 2πn
en
6
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Parties entières
7
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Parties entières
8
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
9
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
Séries
n
X x n+1 − 1
xi = (pour un réel x 6= 1)
x −1
i=0
∞
X 1
xi = (si |x| < 1)
1−x
i=0
∞
X x
i · xi = (si |x| < 1)
(1 − x)2
i=0
n
X 1
Série harmonique : Hn = ≈ ln n
i
i=1
10
Type de fonction
Notation Standard et fonctions classiques Logarithmes et exponentielle
Analyse des algorithmes (introduction) Fonctions et relation entières
Les sommes
n
X
i ≤ n2
i=0
n
X
ai ≤ (n + 1)amax
i=0
n
X 1 ai+1
ai ≤ a0 (avec ≤ r pour tous i ≥ 0 et 0 < r < 1)
1−r ai
i=0
P∞ i P∞ 1
Trouver un majorant pour : i=1 3i puis i=1 i
11
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
12
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
Définition
13
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
14
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
Suite de Fibonacci
0
si n = 0
Fn = 1 si n = 1
Fn−1 + Fn−2 sinon
15
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
Suite de Fibonacci
16
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
Suite de Fibonacci
17
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
Suite de Fibonacci
18
Notation Standard et fonctions classiques
Complexité
Analyse des algorithmes (introduction)
Suite de Fibonacci
19