Rappels de notions de base sur les fonctions
1.1 Définitions
Une fonction f d’une variable réelle est une relation entre nombres réels qui,
à chaque réel x, associe au plus un nombre réel, noté f(x).
On note :
f: ℝ → ℝ : x → y = f(x)
Le nombre f(x) est l’image du nombre x par la fonction f .
Le nombre x est l’antécédent du nombre f(x)
La relation y = f(x) s’appelle l’expression analytique de la fonction
Exemples f : ℝ → ℝ : x → f(x) = 2x-1
g : ℝ → ℝ : x → g(x)= √𝑥
1
h : ℝ → ℝ : x → h(x) =
𝑥
Le graphe cartésien d’une fonction 𝒇, noté G f , est l’ensemble des points du plan
dont les coordonnées sont ( x ; f(x) ).
G f ( x; y) tels que y f ( x)
Ces points forment une courbe dans le plan.
On dit que G f a pour équation l’expression y = f(x) et on note 𝑮𝒇 ≡ 𝒚 = 𝒇(𝒙)
Des définitions précédentes, il résulte le principe suivant :
Un point de coordonnées (x , y) appartient au graphe d’une fonction si
et seulement si ses coordonnées satisfont à l’équation du graphe
1.2 Fonctions usuelles de référence
Fonction identité Fonction valeur absolue Fonction carrée
𝒇(𝒙) = 𝒙 𝒇(𝒙) = |𝒙| 𝒇(𝒙) = 𝒙𝟐
5 6 y
3 y y
4 5
2
3 4
1
2 3
0 x
-3 -2 -1 1 2 3 1 2
-1
0 x 1
-2 -3 -2 -1 1 2 3
-1 0 x
-3
-3 -2 -1 1 2 3
-2 -1
dom f = ℝ Im f = ℝ dom f = ℝ Im f = ℝ +
dom f = ℝ Im f = ℝ+
racines : x = 0 racines : x = 0 racines : x = 0
parité : impaire parité : paire parité : paire
Fonction racine carrée Fonction cubique Fonction racine cubique
𝒇(𝒙) = √𝒙 𝒇(𝒙) = 𝒙𝟑 𝒇(𝒙) = √𝒙
𝟑
5 y 3 y
4 2
3 1
2 0 x
-3 -2 -1 1 2 3
1 -1
0 x -2
-1 1 2 3 4 5 6
-1 -3
dom f = ℝ+ Im f = ℝ+ dom f = ℝ Im f = ℝ dom f = ℝ Im f = ℝ
racines : x = 0 racines : x = 0 racines : x = 0
parité : / parité : impaire parité : impaire
Fonction inverse Fonction sinus Fonction cosinus
𝟏
𝒇(𝒙) = 𝒇(𝒙) = 𝒔𝒊𝒏 𝒙 𝒇(𝒙) = 𝒄𝒐𝒔 𝒙
𝒙
3 y
0 x
-3 -2 -1 1 2 3
-1
-2
-3
dom f = ℝ0 Im f = ℝ0 dom f = ℝ Im f = dom f = ℝ Im f = [−1 ; 1]
𝜋
racines : / [−1 ; 1] racines : + 𝑘𝜋 , 𝑘 ∈ ℤ
2
parité : impaire racines : 𝑘𝜋 , 𝑘 ∈ ℤ parité : paire
parité : impaire
Manipulations graphiques : résumé
Si 𝒇(𝒙) devient … alors le graphique de 𝒇(𝒙)subit une … (𝒙 ; 𝒚) devient …
𝑓(𝑥 + 𝑘) Translation horizontale de vecteur (−𝑘 ; 0) (𝑥 − 𝑘 ; 𝑦)
𝑓(𝑥) + 𝑘 Translation verticale de vecteur (0 ; 𝑘) (𝑥 ; 𝑦 + 𝑘)
𝑓(−𝑥) Symétrie orthogonale d’axe 𝑦 (−𝑥 ; 𝑦)
−𝑓(𝑥) Symétrie orthogonale d’axe 𝑥 (𝑥 ; −𝑦)
𝑓(𝑘𝑥) Affinité horizontale :
𝑥
étirement horizontal si 0 < |𝑘| < 1 ( ; 𝑦)
𝑘
compression horizontale si |𝑘| > 1
𝑘𝑓(𝑥) Affinité verticale :
compression verticale si 0 < |𝑘| < 1 (𝑥 ; 𝑘𝑦)
étirement vertical si |𝑘| > 1
|𝑓(𝑥)| Symétrie orthogonale d’axe 𝑥 des points d’ordonnée négative (𝑥 ; |𝑦|)
Ordre des manipulations graphiques : 1) Translation horizontale
2) Symétries et affinités
3) Translation verticale
4) Valeur absolue globale