Cours d'Algèbre 1 : Logique et Exercices
Cours d'Algèbre 1 : Logique et Exercices
Algèbre 1
Cours et exercices corrigés
2 Structures algébriques 30
2.1 Groupes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
2.1.1 Loi de composition interne . . . . . . . . . . . . . . . . . . . . . . . 30
2.1.2 Groupe, sous groupe, morphisme . . . . . . . . . . . . . . . . . . . 30
2.2 Anneau sous anneau corps . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
2.2.1 Corps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
2.3 Séries d’exercices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2.4 Corrigé de la série d’exercices . . . . . . . . . . . . . . . . . . . . . . . . . 38
3 Polynômes 54
3.1 Généralités . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
3.2 Opérations sur les polynômes . . . . . . . . . . . . . . . . . . . . . . . . . 55
3.2.1 L’addition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
3.2.2 La multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
3.2.3 La division euclidienne . . . . . . . . . . . . . . . . . . . . . . . . . 55
3.3 Racine d’un polynôme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
3.3.1 Multiplicité d’une racine . . . . . . . . . . . . . . . . . . . . . . . . 56
1
2 TABLE DES MATIÈRES
Bibliographie 82
Préface
Ce document couvre les notions fondamentales utiles non seulement pour la matière
d’algébre mais aussi pour les matières d’analyse et probabilité comme la logique et les
applications.
Le contenu concerne les notions de logique, ensembles et applications, on l’enrichie par
une série d’exrcices avec leur corrigés.
Après on présente les structures algébriques qui contient les groupes, les anneaux et les
corps.
3
Chapitre 1
Définition 1. (Proposition)
Une proposition est une phrase mathématique à laquelle on peut lui associée vraie ou
fausse.
Exemple 1. 1 est un nombre naturel, cette phrase est vraie. Donc c’est une proposition.
−1 est un nombre naturel, cette phrase est fausse. Donc c’est une proposition.
Définition 2. (Négation)
Soit P une proposition, no note la négation de P par P qui est une proposition confirmant
le contraire de P.
Si P est vraie alors P est fausse, et si P est fausse alors P est vraie.
4
1.1. NOTIONS ÉLÉMENTAIRES DE LOGIQUE 5
Remarque 6. ∃!x P (x) veut dire il existe un unique x tel que P est vraie.
a) ∀x ∈ R, x2 > 0.
1
b) ∃x ∈ Q, x > .
2
c) ∃!x ∈ R, ln x = 0.
Remarque 7. L’ordre des quantificateurs est très important par exemple les deux propo-
sitions
(1) ∀n ∈ N∗ , ∃m ∈ N∗ , n < m.
(2) ∃m ∈ N∗ , ∀n ∈ N∗ , n < m
sont différentes.
Théorème 1. (Négation des quantificateurs)
Soit P une proposition, alors
1) ∀x P (x) ⇐⇒ ∃x P (x).
2) ∃x P (x) ⇐⇒ ∀x P (x).
Exemple 6. ∀x ∈ R, x > 0 ⇒ x + 1 > 0.
∃x ∈ R, x > 0 et x + 1 6 0 (négation).
∀x ∈ R, x + 1 6 0 ⇒ x < 0 (contraposée).
A = {1, 3, 5, 7, 9},
Définition 11. P (B) est l’ensemble des parties de E dont les éléments sont tous les sous
ensembles de B, c’est à dire P (B) = {X tel que X ⊂ B}.
Exemple 13. B = {2, 3, 5} ⇒ P (B) = {∅, {2}, {3}, {5}, {2, 3}, {2, 5}, {3, 5}, {2, 3, 5}}.
A ∪ B = {x ∈ E /x ∈ A ou x ∈ B}.
A ∩ B = {x ∈ E /x ∈ A et x ∈ B}.
1.3. GÉNÉRALITÉS SUR LES ENSEMBLES 9
1.4 Applications
Définition 17. Une applicaton f d’un ensemble E vers un ensemble F et on le note par
f : E −→ F est une relation qui à chaque élément x de E associe un et un seul élément
y de F.
Ainsi
f : E −→ F
x 7→ y = f (x)
y est l’image de x, et x est l’antécédent de y.
E est l’ensemble de départ tandis que F est l’ensemble d’arrivée.
L’image de f est notée par
Exemple 15.
f : R+∗ −→ R
x 7→ ln x
f est une application.
Exemple 16.
g : R∗ −→ R
x 7→ ln x
f n’est pas une application.
Exemple 17.
Id : E −→ F
x 7→ x
est une application appelée identité.
f : E ←→ F
x 7→ f (x)
une application, alors l’application
h : A ←→ F
x 7→ f (x)
est dite restrinction de f à A de E et on la note par f|A .
On dit que f est un prolongement de h sur l’ensemble E.
1.4. APPLICATIONS 11
g ◦ f : E ←→ G
x 7→ g(f (x)).
Exemple 19.
f : R −→ R
x 7→ 2x + 3
est injective car :
soient x1 , x2 ∈ R tels que f (x1 ) = f (x2 ) ⇒ 2x1 + 3 = 2x2 + 3 ⇒ 2x1 = 2x2 ⇒ x1 = x2 .
Donc f est injective.
Exemple 20.
g : R −→ R
√
x 7→ 1 − x2
n’est pas injective car g(1) = g(−1) = 0, mais −1 6= 1.
12 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
Théorème 4.
1. La composée de deux applications injectives est injective.
2. La composée de deux applications surjectives est surjective.
3. La composée de deux applications bijectives est bijective, et la réciproque de f ◦ g
est donnée par : (g ◦ f )−1 = f −1 ◦ g −1 .
Preuve. 1) Injectivité :
Soient deux applications injectives f de E −→ F et g : F −→ G.
Soient x1 , x2 ∈ E, (g ◦ f )(x1 ) = (g ◦ f )(x2 ) ⇒ g(f (x1 )) = g(f (x2 )) et puisque g est
injective alors f (x1 ) = f (x2 ) ⇒ x1 = x2 car f est injective. Par suite g ◦ f est injective.
2) Surjectivité :
Soient deux applications surjectives f de E −→ F et g : F −→ G.
Puisque g est surjective alors
∀z ∈ G, ∃y ∈ F / z = g(y)
∀y ∈ F, ∃x ∈ E / y = f (x),
2) Bijectivité :
(g ◦ f ) ◦ (g ◦ f )−1 = IdG ⇒ g −1 ◦ (g ◦ f ) ◦ (g ◦ f )−1 = g −1 ◦ IdG = g −1 .
Ce qui implique que
f ◦ (g ◦ f )−1 = g −1 ⇒ f −1 ◦ f ◦ (g ◦ f )−1 = f −1 ◦ g −1 ⇒ (g ◦ f )−1 = f −1 ◦ g −1 .
g : R −→ R+
x 7→ x2
14 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
f : R −→ R
2
x 7→ ex
f n’est pas surjective. Et
g : R+∗ −→ R+
x 7→ ln x
g est surjective.
2 2
(g ◦ f )(x) = g(f (x)) = g(ex ) = ln(ex ) = x2
alors (g ◦ f ) est surjective, avec g ◦ f : R −→ R+ .
On a −5 6 x 6 5 ⇒ 0 6 x2 6 52 ⇒ 5 6 x2 + 5 6 52 + 5 ⇒ 5 6 f (x) 6 30.
Ce qui implique f (A) = [5, 30]. √
2 2
D’autre
√ part 5 6
√ f (x) 6 10 ⇒ 5 6 x + 5 6 10 ⇒ 0 6 x 6 5 ⇒ 0 6 |x| 6 5
⇒ − 5 6 x 6 5. √ √
Ce qui implique que f −1 (B) = [− 5, 5].
Exercice 1 :
Etablir les propriétés suivantes en utilisant le tableau de vérité
1) S ∧ Q ⇐⇒ S ∨ Q
2) S ∨ Q ⇐⇒ S ∧ Q
3) S =⇒ Q ⇐⇒ Q =⇒ S
4) S =⇒ Q ⇐⇒ S ∧ Q
5) (S =⇒ Q) ∨ (S =⇒ Q) ⇐⇒ (S ∨ S) ∨ Q.
Exercice 2 :
1) La proposition suivante est-elle une tautologie ?
[S =⇒ (P ∨ R)] ⇐⇒ [(S =⇒ P ) ∧ (R =⇒ S)].
2) Donner la négation et la contraposée de la proposition suivante
∀x ∈ R : [x < 0 =⇒ x 6 x2 ].
Exercice 3 :
Les propositions suivantes sont-elles vraies ou fausses ?
Justifier votre réponse puis donner leurs négation.
a) ∀x ∈ N, ∃y ∈ N, y > x + 1
b) ∃x ∈ N, ∀y ∈ N, x 6 y
c) ∃x ∈ N, ∀y ∈ N, x < y
d) ∃x ∈ N, ∃y ∈ N∗ , (x − y)(x + y) = y 2 .
Exercice 4 : √ √ √
1) Montrer que 2 + 3 + 3 ∈ / Q.
2) Montrer par récurrence que ∀n ∈ N, 4n + 6n − 1 divise 9.
3) Monter que ∀n ∈ N∗ , 2n−1 6 n!. avec n! = n(n − 1)(n − 2)...1 et 0! = 1.
Exercice 5 :
Soient A, B et C trois parties d’un ensemble E.
1) Montrer que A ∪ B = A ∩ C ⇐⇒ B ⊂ A ⊂ C.
2) Montrer que
A ⊂ B ⇐⇒ CEB ⊂ CEA ⇐⇒ A ∪ B = B.
3) A-t-on P (A ∪ B) = P (A) ∪ P (B)? justifier votre réponse.
4) A-t-on P (A ∩ B) = P (A) ∩ P (B)? justifier votre réponse.
Exercice 6 :
Soit E un ensemble non vide et A, B ∈ P (E).
On définit la différence symétrique des ensembles A et B par
A∆B = (A ∪ B)(A ∩ B).
1) Montrer que A∆B = (AB) ∪ (BA).
2) Calculer B∆B, B∆B, E∆B, ∅∆B.
Exercice 7 :
On définit l’application caractéristique par
1.5. SÉRIES D’EXERCICES 17
ΨA −→ {0, 1}
1 si x ∈ A
x 7→ ΨA (x) =
0 si x ∈ /A
1) Montrer que ΨA = ΨB ⇐⇒ A = B.
2) Vérifier les propriétés suivantes
(a) ΨA = 1 − ΨA .
(b) ΨA∩B = ΨA ΨB .
3) Etablir les égalités de Morgan.
Exercice 8 :Soit
f : R −→ R
x 7→ 2x − 1
et
g : R −→ R
1
x 7→ 2
x +1
1) Montrer que f est bijective.
2) g est-elle injective ? surjective ? justifier.
3) A-t-on f ◦ g = g ◦ f, justifier.
Exercice 9 :
Soit f une application définie par
f : R −→ R
x
x 7→ √
x2 + 1
1) f est-elle bijective ?
2) Si oui déterminer sa réciproque, et si non donner les plus grands ensembles A et B tels
que f soit bijective, puis trouver f −1 .
Exercice 10 :
Soit f : E −→ F une application et soient A et B deux ensembles de E.
Montrer que les deux propriétés suivantes sont équivalentes.
f est injective.
A ∩ B = ∅ =⇒ f (A) ∩ f (B) = ∅.
Exercice 11 :
x
Soit f une application de R dans ] − 1, +1[ définie parf (x) = .
1 + |x|
1) f est-elle injective ?
2) f est-elle surjective ?
3) f est-elle bijective ? si oui déduire sa réciproque.
Exercice 12 :
Soient a, b, c, d des réels non nuls donnés et soit g une fonction définie par
g : E −→ F
2ax − b
x 7→ g(x) = .
−cx + d
1) Comment doit-on choisir E pour que g soit une applicaion.
2) Comment doit-on choisir a, b, c et d pour que g soit une applicaion injective.
3) Comment doit-on choisir a, b, c, d et F pour que g soit une applicaion surjective.
18 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
Exercice 1 :
Etablir les propriétés suivantes en utilisant le tableau de vérité
1) S ∧ Q ⇐⇒ S ∨ Q
S 1 1 0 0
Q 1 0 1 0
S 0 0 1 1
Q 0 1 0 1
S∧Q 1 0 0 0
S∧Q 0 1 1 1
S∨Q 0 1 1 1
2) S ∨ Q ⇐⇒ S ∧ Q
S 1 1 0 0
Q 1 0 1 0
S 0 0 1 1
Q 0 1 0 1
S∨Q 1 1 1 0
S∨Q 0 0 0 1
S∧Q 0 0 0 1
3) S =⇒ Q ⇐⇒ Q =⇒ S
S 1 1 0 0
Q 1 0 1 0
S 0 0 1 1
Q 0 1 0 1
S =⇒ Q 1 0 1 1
Q =⇒ S 1 0 1 1
4) S =⇒ Q ⇐⇒ S ∧ Q
S 1 1 0 0
Q 1 0 1 0
S 0 0 1 1
Q 0 1 0 1
S =⇒ Q 1 0 1 1
S =⇒ Q 0 1 0 0
S∧Q 0 1 0 0
20 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
5) (S =⇒ Q) ∨ (S =⇒ Q) ⇐⇒ (S ∨ S) ∨ Q.
S 1 1 0 0
Q 1 0 1 0
S 0 0 1 1
Q 0 1 0 1
S =⇒ Q 1 1 0 1
S =⇒ Q 0 1 1 1
(S =⇒ Q) ∨ (S =⇒ Q) 1 1 1 1
S∨S 1 1 1 1
(S ∨ S) ∨ Q 1 1 1 1
Exercice 2 :
1) La proposition suivante est-elle une tautologie ?
[S =⇒ (P ∨ R)] ⇐⇒ [(S =⇒ P ) ∧ (R =⇒ S)].
P 1 1 1 0 0 0 1 0
R 1 1 0 0 0 1 0 1
S 1 0 1 0 1 0 0 1
S 0 1 0 1 0 1 1 0
P 0 0 0 1 1 1 0 1
P ∨R 1 1 1 0 0 1 1 1
S =⇒ (P ∨ R) 1 1 1 0 1 1 1 1
S =⇒ P 0 1 0 1 1 1 1 1
R =⇒ S 1 0 1 1 1 0 1 1
(S =⇒ P ) ∧ (R =⇒ s) 0 0 0 1 1 0 1 1
Elle n’est pas toujours vraie, donc ce n’est pas une tautologie.
2) Donner la négation et la contraposée de la proposition suivante
∀x ∈ R : [x < 0 =⇒ x 6 x2 ].
Négation : ∃x ∈ R : [x < 0 ∧ x > x2 ].
Contraposée : ∀x ∈ R : [x > x2 =⇒ x > 0].
Exercice 3 :
Les propositions suivantes sont-elles vraies ou fausses ?
Justifier votre réponse puis donner leurs négation.
a) ∀x ∈ N, ∃y ∈ N, y > x + 1 vraie car :
Il suffit de prendre y = x + 2.
De plus la négation est : ∃x ∈ N, ∀y ∈ N, y 6 x + 1.
b) ∃x ∈ N, ∀y ∈ N, x 6 y vraie car :
Il suffit de prendre x = 0.
Exercice 4 : √ √ √
1) Montrer que 2 + 3 + 3 ∈ / Q.
√ √ √ √ √ √ a
Raisonnons par l’absurde, supposons que 2 + 3 + 3 ∈ Q =⇒ 2 + 3 + 3 =
b
avec a ∧ b = 1 et b 6= 0, alors
√ √ a √ √ √ a √ √ a2 √ a
3 + 6 = − 2 =⇒ ( 3 + 6)2 = ( − 2)2 =⇒ 3 + 6 + 2 18 = 2 + 2 − 2 2
b b b b
√ a2 √ a a √ a2 6b + 2a √ a2 − 7b2
9 + 6 2 = 2 + 2 − 2 2 =⇒ (6 + 2 ) 2 = 2 − 7 =⇒ 2= .
b b b b b b2
√ 2
a − 7b 2 √
Ce qui donne 2 = 2 ∈ Q. (Contradiction car 2 ∈
/ Q.)
6b + 2ab
2) Montrer par récurrence que ∀n ∈ N, 4n + 6n − 1 divise 9 (Rn )
Pour n = 0, on a 40 + 6(0) − 1 = 0 = 0.(9) =⇒ 40 + 6(0) − 1 est un multiple de 9 =⇒ (R0 )
est vraie.
Supposons que (Rn ) est vraie pour pour un n ∈ N (l’hypothése de récurrence), et montrons
que (Rn+1 ) l’est aussi, alors
4n+1 + 6(n + 1) − 1 = 4.4n + 6n + 6 − 1
= 3.4n + 4n + 6n − 1 + 6
= 9k + 3.4n + 6 car 4n + 6n − 1 = 9k avec k ∈ Z
= 9k + 3(9k − 6n + 1) + 6 car 4n = 9k − 6n + 1
= 9k + 3(9k) − 18n + 9
= 9(k + 3k − 2n + 1)
= 9(4k − 2n + 1)
= 9k 0 avec k 0 ∈ Z.
Ce qui implique que 4n+1 + 6(n + 1) − 1 est un multiple de 9.
Donc ∀n ∈ N, 4n + 6n − 1 est un multiple de 9.
Exercice 5 :
Soient A, B et C trois parties d’un ensemble E.
1) Montrer que A ∪ B = A ∩ C ⇐⇒ B ⊂ A ⊂ C.
=⇒
Supposons que A ∪ B = A ∩ C et montrons que B ⊂ A ⊂ C.
a) Montrons que B ⊂ A
Soit x ∈ B =⇒ x ∈ A ∪ B =⇒ x ∈ A ∩ C =⇒ x ∈ A.
Don B ⊂ A.
22 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
b) Montrons que A ⊂ C
Supposons que x ∈ A =⇒ x ∈ A ∪ B =⇒ x ∈ A ∩ C =⇒ x ∈ A et x ∈ C =⇒ x ∈ C.
Donc A ⊂ C, et par suite B ⊂ A ⊂ C.
⇐=
Supposons que B ⊂ A ⊂ C et montrons que A ∪ B = A ∩ C.
a) Montrons que A ∪B ⊂ A ∩ C
x ∈ A =⇒ x∈C
Soit x ∈ A ∪ B =⇒
x ∈ B =⇒ x ∈ A =⇒ x ∈ C.
Car B ⊂ A ⊂ C, ce qui implique que x ∈ A ∩ C.
Donc A ∪ B ⊂ A ∩ C.
b) Montrons que A ∩ C ⊂ A ∪ B
Soit x ∈ A ∩ C =⇒ x ∈ A =⇒ x ∈ A ∪ B.
Donc A ∩ C ⊂ A ∪ B, et par suite A ∪ B = A ∩ C.
2) Montrer que
A ⊂ B ⇐⇒ CEB ⊂ CEA ⇐⇒ A ∪ B = B.
a) Montrons que A ⊂ B ⇐⇒ CEB ⊂ CEA
=⇒
Supposons que A ⊂ B et montrons que CEB ⊂ CEA .
Soit x ∈ CEB =⇒ x ∈ E et x ∈ / A car A ⊂ B =⇒ x ∈ CEA .
/ B =⇒ x ∈ E et x ∈
B A
Donc CE ⊂ CE .
⇐=
Supposons que CEB ⊂ CEA et montrons que A ⊂ B.
/ CEA =⇒ x ∈
Soit x ∈ A =⇒ x ∈ / CEB car CEB ⊂ CEA =⇒ x ∈ B.
Donc A ⊂ B.
b) Montrons que CEB ⊂ CEA ⇐⇒ A ∪ B = B.
=⇒
Supposons que CEB ⊂ CEA et montrons que A ∪ B = B.
- Montrons que A ∪ B⊂B
x ∈ A =⇒ x ∈ / CEA =⇒ x ∈
/ CEB =⇒ x ∈ B
Soit x ∈ A ∪ B =⇒
x ∈ B.
Donc A ∪ B ⊂ B.
- 0n a B ⊂ A ∪ B évident dans tous les cas.
Par suite A ∪ B = B.
⇐=
Supposons que A ∪ B = B et montrons que CEB ⊂ CEA .
Soit x ∈ CEB =⇒ x ∈
/ B =⇒ x ∈ / A =⇒ x ∈ CEA .
/ A ∪ B car A ∪ B = B =⇒ x ∈
Donc CEB ⊂ CEA .
D’autre part
P (A) = {∅, {1}} et P (B) = {∅, {2}} =⇒ P (A) ∪ P (B) = {∅, {1}, {2}} =
6 P (A ∪ B).
Exercice 6 :
Soit E un ensemble non vide et A, B ∈ P (E).
On définit la différence symétrique des ensembles A et B par
A∆B = (A ∪ B)(A ∩ B).
1) Montrer que A∆B = (AB) ∪ (BA).
A∆B = (A ∪ B)(A ∩ B)
= (A ∪ B) ∩ (A ∩ B)
= (A ∪ B) ∩ (A ∪ B)
= [(A ∪ B) ∩ A] ∪ [(A ∪ B) ∩ B]
= (A ∩ A) ∪ (B ∩ A) ∪ (A ∩ B) ∪ (B ∩ B)
= (B ∩ A) ∪ (A ∩ B)
= (BA) ∪ (AB)
= (AB) ∪ (BA).
Exercice 7 :
On définit l’application caractéristique par
ΨA −→ {0, 1}
1 si x ∈ A
x 7→ ΨA (x) =
0 si x ∈
/A
1) Montrer que ΨA = ΨB ⇐⇒ A = B.
24 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
=⇒
Supposons que ΨA = ΨB et montrons que A = B.
a) Montrons que A ⊂ B.
Soit x ∈ A =⇒ ΨA (x) = 1 =⇒ ΨB (x) = 1 =⇒ x ∈ B car ΨA = ΨB .
Donc A ⊂ B.
b) Montrons que B ⊂ A.
Soit x ∈ B =⇒ ΨB (x) = 1 =⇒ ΨA (x) = 1 =⇒ x ∈ A car ΨA = ΨB .
Donc B ⊂ A, par suite A = B.
⇐=
Supposons que A = B et montrons que ΨA = ΨB .
Il suffit deremplacer A par Bc’est-à-dire
1 si x ∈ A 1 si x ∈ B
ΨA (x) = = = ΨB (x) car A = B.
0 si x ∈/A 0 si x ∈ /B
2) Vérifier les propriétés suivantes
(a) ΨA = 1 − ΨA .
Si x ∈ A =⇒ x ∈ / A =⇒ ΨA (x) = 1 et ΨA (x) = 0.
Si x ∈
/ A =⇒ x ∈ A =⇒ ΨA (x) = 0 et ΨA (x) = 1.
Donc ∀x ∈ E, ΨA (x) = 1 − ΨA (x).
(b) ΨA∩B = ΨA ΨB .
Si x ∈ A ∩ B =⇒ x ∈ A et x ∈ B =⇒ ΨA∩B (x) = ΨA (x) = ΨB (x) = 1.
/ A ∩ B =⇒ x ∈ A ∩ B =⇒ x ∈
Si x ∈ / A ou x ∈
/ B =⇒ ΨA∩B (x) = 0
et ΨA (x) = 0 ou ΨB (x) = 0.
Donc ∀x ∈ E, ΨA∩B (x) = ΨA (x)ΨB (x).
- Montrons que A ∩ B ⊂ A ∪ B
Soit x ∈ A ∩ B =⇒ x ∈ A et x ∈ B =⇒ x ∈
/ A et x ∈
/ B =⇒ x ∈
/ A ∪ B =⇒ x ∈ A ∪ B.
Donc A ∩ B ⊂ A ∪ B, par suite A ∪ B = A ∩ B.
b) Montrons que A ∩ B = A ∪ B
- Montrons que A ∩ B ⊂ A ∪ B
Soit x ∈ A ∩ B =⇒ x ∈
/ A ∩ B =⇒ x ∈
/ A ou x ∈
/ B =⇒ x ∈ A ou x ∈ B =⇒ x ∈ A ∪ B.
Donc A ∩ B ⊂ A ∪ B.
- Montrons que A ∪ B ⊂ A ∩ B
Soit x ∈ A ∪ B =⇒ x ∈ A ou x ∈ B =⇒ x ∈/ A ou x ∈
/ B =⇒ x ∈
/ A ∩ B =⇒ x ∈ A ∩ B.
Donc A ∪ B ⊂ A ∩ B, par suite A ∩ B = A ∪ B.
Exercice 8 :Soit
1.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 25
f : R −→ R
x 7→ 2x − 1
et
g : R −→ R
1
x 7→ 2
x +1
1) Montrer que f est bijective.
a) Montrons que f est injective.
Soient x1 , x2 ∈ R telle que
f (x1 ) = f (x2 )
2x1 − 1 = 2x2 − 1
2x1 = 2x2
x1 = x2
Donc f est injective.
3) A-t-on f ◦ g = g ◦ f, justifier.
f ◦ g 6= g ◦ f car pour x = 0, on a
(f ◦ g)(0) = f (g(0)) = f (1) = 1
1
(g ◦ f )(0) = g(f (0)) = g(−1) =
2
26 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
1
Donc 1 6= =⇒ (f ◦ g)(0) 6= (g ◦ f )(0).
2
Exercice 9 :
Soit f une application définie par
f : R −→ R
x
x 7→ √
2
x +1
1) f est-elle bijective ?
a) L’injectivité :
Soient x1 , x2 ∈ R tels que
f (x1 ) = f (x2 )
x1 x
p = p 2
x21 + 1 x22 + 1
x21 x22
=
x21 + 1 x22 + 1
x21 (x22 + 1) = x22 (x21 + 1)
x21 x22 + x21 = x22 x21 + x22
x21 − x22 = 0
(x1 − x2 )(x1 + x2 ) = 0
x1 = x2 ou x1 = −x2
Donc f n’est pas injective, ce qui implique que f n’est pas bijective.
2) Si oui déterminer sa réciproque, et si non donner les plus grands ensembles A et B tels
que f soit bijective, puis trouver f −1 .
Pour que f soit injective il faut que x1 et x2 sont de même signe, c’est-à-dire R+ ou R−
(l’ensemble de départ).
b) La surjectivité :
x x2
y=√ =⇒ y 2 = 2 =⇒ y 2 (x2 + 1) = x2 =⇒ y 2 x2 + y 2 = x2
x2 + 1 x +1
2 2 2 2 2 2 2 2 −y 2 y2
=⇒ y x + y − x = 0 =⇒ x (y − 1) + y = 0 =⇒ x = 2 =
y −1 1 − y2
y
=⇒ x = p .
1 − y2
On remarque que pour y > 1, ou y 6 −1, x n’existe pas.
Donc f n’est pas surjective.
Alors pour que f soit surjective il faut que y ∈] − 1, +1[. Par suite
f : R+ −→] − 1, +1[
x
x 7→ √
x2 + 1
et
f −1 :] − 1, +1[−→ R+
y
y 7→ p .
1 − y2
1.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 27
Exercice 10 :
Soit f : E −→ F une application et soient A et B deux ensembles de E.
Montrer que f est injective ⇐⇒ A ∩ B = ∅ =⇒ f (A) ∩ f (B) = ∅.
=⇒
Supposons que f est injective et A ∩ B = ∅, montrons que f (A) ∩ f (B) = ∅.
Raisonnement par l’absurde alors supposons que f (A) ∩ f (B) 6= ∅.
Soit y ∈ f (A) ∩ f (B) =⇒ y ∈ f (A) et y ∈ f (B) =⇒ (y = f (a) avec a ∈ A)
et (y = f (b) avec b ∈ B) =⇒ f (a) = f (b) =⇒ a = b car f est injective, contradiction avec
A ∩ B = ∅.
Donc f (A) ∩ f (B) = ∅.
⇐=
Supposons que A ∩ B = ∅ =⇒ f (A) ∩ f (B) = ∅, et montrons que f est injective.
Soient x1 , x2 ∈ E tels que x1 6= x2 et montrons que f (x1 ) 6= f (x2 ).
On pose A = {x1 } et B = {x2 } =⇒ A ∩ B = ∅.
Donc d’après l’hypothése f (A) ∩ f (B) = ∅, on obtient f ({x1 }) ∩ f ({x2 }) = ∅
=⇒ f (x1 ) ∩ f (x2 ) = ∅ =⇒ f (x1 ) 6= f (x2 ), ce qui implique que f est injective.
Exercice 11 :
x
Soit f une application de R dans ] − 1, +1[ définie parf (x) = .
1 + |x|
1) f est-elle injective
?x
1 + x si x > 0
x
f (x) = =
1 + |x| x
si x 6 0
1−x
x1 x2
Soient x1 , x2 ∈ R tels que f (x1 ) = f (x2 ) =⇒ = .
1 + |x1 | 1 + |x2 |
Si x1 et x2 sont de signe different par exemple x1 < 0 et x2 > 0 alors f (x1 ) = f (x2 )
x1 x2
=⇒ = impossible car f (x1 ) < 0 et f (x2 ) > 0.
1 + |x1 | 1 + |x2 |
Donc x1 et x2 sont toujours de même signe.
x1 x2
Par suite f (x1 ) = f (x2 ) =⇒ = =⇒ x1 + x1 |x2 | = x2 + |x1 |x2 .
1 + |x1 | 1 + |x2 |
Si x1 > 0 et x2 > 0 alors x1 + x1 x2 = x2 + x1 x2 =⇒ x1 = x2 .
Si x1 6 0 et x2 6 0 alors x1 − x1 x2 = x2 − x1 x2 =⇒ x1 = x2 .
Donc f est injective.
2) f est-elle surjective ?
x
y= si x > 0
1+x
x
y = f (x) =⇒ y =
1 + |x|
y= x
si x 6 0
1−x
x y
a) Si x > 0 alors y = =⇒ x = yx+y =⇒ y = x−yx =⇒ y = x(1−y) =⇒ x = .
1+x 1−y
y
Donc ∀y ∈ [0, 1[, ∃x = tel que y = f (x).
1−y
28 CHAPITRE 1. LOGIQUE, ENSEMBLES ET APPLICATIONS
x y
b) Si x 6 0 alors y = =⇒ x = y−xy =⇒ y = x+yx =⇒ y = x(1+y) =⇒ x = .
1−x 1+y
y
Donc ∀y ∈] − 1, 0], ∃x = tel que y = f (x).
y1 + y
si y ∈] − 1, 0]
1+y
Par suite f −1 (y) =
y
si y ∈ [0, 1[
1−y
Conclusion :
f −1 :] − 1, +1[−→ R
y
y 7→ f −1 (y) = .
1 − |y|
Exercice 12 :
Soient a, b, c, d des réels non nuls donnés et soit g une fonction définie par
g : E −→ F
2ax − b
x 7→ g(x) = .
−cx + d
1) Comment doit-on choisir E pour que g soit une applicaion.
Dg = {x ∈ R/ − cx + d 6= 0}.
d
−cx + d = 0 =⇒ cx = d =⇒ x = .
c
d
Donc E = R{ }.
c
2) Comment doit-on choisir a, b, c et d pour que g soit une applicaion injective.
Soient x1 , x2 ∈ E tels que
g(x1 ) = g(x2 )
2ax1 − b 2ax2 − b
=
−cx1 + d −cx2 + d
(2ax1 − b)(−cx2 + d) = (2ax2 − b)(−cx1 + d)
−2acx1 x2 + 2adx1 + bcx2 − bd = −2acx1 x2 + 2adx2 + bcx1 − bd
2adx1 + bcx2 = 2adx2 + bcx1
2adx1 − bcx1 + bcx2 − 2adx2 = 0
(2ad − bc)x1 + (bc − 2ad)x2 = 0
(2ad − bc)(x1 − x2 ) = 0.
y = g(x)
2ax − b
y =
−cx + d
y(−cx + d) = 2ax − b
−cyx + yd = 2ax − b
−cyx − 2ax = −yd − b
2ax + cyx = yd + b
x(2a + cy) = yd + b
yd + b
x = .
2a + cy
−2a
Alors x n’est pas définie si 2a + cy = 0 =⇒ cy = −2a =⇒ y = .
c
−2a
Par suite f est surjective ⇐⇒ F = R{ }.
c
4) Comment doit-on choisir a, b, c, d, E et F pour que g soit une applicaion bijec-
tive.
Pour que g soit une application bijective il faut qu’elle vérifie les conditions d’injectivité
et de surjectivité, c’est-à-dire :
d −2a
Si 2ad − bc 6= 0 et g : R{ } −→ R{ }.
c c
Chapitre 2
Structures algébriques
2.1 Groupes
Définition 24. Soit E un ensemble non vide alors toute application ∗ qui vérifie
∗ : E × E −→ E
(x, y) 7→ x ∗ y = ∗(x, y)
est dite loi de composition interne (l.c.i).
Soit (E, ∗) un ensemble non vide, on dit que (E, ∗) est un groupe si
1) ∗ associative i.e ∀x, y, z ∈ E, (x ∗ y) ∗ z = x ∗ (y ∗ z).
2) E admet un élément neutre pour la loi ∗ i.e ∃e ∈ E, ∀x ∈ E / x ∗ e = e ∗ x = x.
3) Tout élément de E admet un symétrique i.e ∀x ∈ E, ∃x0 ∈ E, / x ∗ x0 = x0 ∗ x = e.
30
2.1. GROUPES 31
Exercice :
On définit sur la loi ∗ par x ∗ y = x + y − xy, (R, ∗) est-il un groupe ?
b) Commutativité :
Soient x, y ∈ R alors x ∗ y = x + y − xy = y + x − yx = y ∗ x.
Donc la loi ∗ est commutative.
c) L’associativité :
Soient x, y, z ∈ R alors
(x∗y)∗z = (x+y −xy)∗z +(x+y −xy)+z −(x+y −xy)z = x+y +z −xy −xz −yz +xyz.
x∗(y ∗z) = x∗(y +z −yz) = x+(y +z −yz)−x(y +z −yz) = x+y +z −xy −xz −yz +xyz.
0n remarque que (x ∗ y) ∗ z = x ∗ (y ∗ z).
Donc la loi ∗ est associative.
d) L’élément neutre :
Soient x ∈ R alors x ∗ e = x =⇒ x + e − xe = x =⇒ e(1 − x) = 0 =⇒ e = 0, car ∀x ∈ R.
Donc l’élément neutre est e = 0.
e) L’élément symétrique :
Soient x ∈ R alors x ∗ x0 = e =⇒ x ∗ x0 = 0 =⇒ x + x0 − xx0 = 0 =⇒ x0 (1 − x) = −x, =⇒
−x
x0 = .
1−x
Si x = 1, la loi ∗ n’admet pas un symétrique.
Donc R{1} est un groupe mais R n’est pas un groupe car l’élément 1 n’admet pas un
symétrique.
Théorème 7. Soit E un ensemble non vide munit d’une loi de composition interne ∆.
Si (E, ∆) est un groupe alors ∀x, y ∈ E, on a (x∆y)0 = y 0 ∆x0 .
z∆x∆y∆y 0 = e∆y 0
z∆x∆e = y0
z∆x = y0
z∆x∆x0 = y 0 ∆x0
z∆e = y 0 ∆x0
z = y 0 ∆x0 .
Soit E un ensemble non vide muni d’une loi de composition interne telle que (E, ∗) est
un groupe et A ∈ P (E) i.e A ⊂ E alors (A, ∗) est un sous groupe de (E, ∗) si
32 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
1) e ∈ A, i.e A 6= ∅.
2) ∀x, y ∈ A, (x ∗ y) ∈ A est dite stabilité.
3) ∀x ∈ A, x0 ∈ A est dite symétrique.
Exemple 31. (3Z, +) est un sous groupe de (Z, +) avec 3Z l’ensemble des entiers mul-
tiples de 3.
Soient (E, ∆) et (F, γ) deux groupes, alors f est un morphisme de groupe si ∀x, y ∈
E, f (x∆y) = f (x)γf (y).
Définition 28.
1. Un endomorphisme est un morphisme de E dans E.
2. Un isomorphisme est un morphisme bijective.
3. Un automorphisme est un endomorphisme bijective.
Théorème 8. Soient (E, ∆) et (G, ∗) deux groupes, tels que e1 l’élément neutre de la loi
∆ et e2 l’élément neutre de la loi ∗ et f : E −→ G est un morphisme de groupe, alors
1. f (e1 ) = e2 .
2. ∀x ∈ E, [f (x)]−1 = f (x−1 ).
Preuve.
1. Montrons que f (e1 ) = e2 .
On a f (e1 ∆e1 ) = f (e1 )∗f (e1 ) = f (e1 ) =⇒ f (e1 )∗f (e1 )∗[f (e1 )]−1 = f (e1 )∗[f (e1 )]−1
f (e1 ) ∗ e2 = e2 =⇒ f (e1 ) = e2 .
2. Soit x ∈ E, montrons que [f (x)]−1 = f (x−1 ).
On a f (x∆x−1 ) = f (x) ∗ f (x−1 ) =⇒ f (e1 ) = e2 alors
f (x∆x−1 ) = f (e1 ) = e2 = f (x) ∗ f (x−1 ) =⇒ [f (x)]−1 ∗ e2 = [f (x)]−1 ∗ f (x) ∗
f (x−1 ) =⇒ [f (x)]−1 = e2 ∗ f (x−1 ) =⇒ [f (x)]−1 = f (x−1 ).
f : (R{−3}, ∗) −→ (R∗ , .)
x 7→ x + 3
telle que la loi ∗ est ∀(x, y) ∈ R{−3}, x ∗ y = x.y + 3(x + y + 2), et . est la multiplication
usuelle.
Calculer de deux maniéres differentes l’élément neutre e puis l’élément symétrique x−1 .
2.2. ANNEAU SOUS ANNEAU CORPS 33
a) Première méthode :
On a
x∗e =
x
x.e + 3(x + e + 2) =
x
x.e + 3x + 3e + 6 =
x
x.e + 3e x − 3x − 6
=
e(x + 3) −2x − 6
=
e(x + 3) −2(x + 3)
=
−2(x + 3)
e =
x+3
e = −2 car x 6= −3
b) Deuxième méthode :
On a f (e) = e0 =⇒ e + 3 = 1 =⇒ e = −2.
a) Première méthode :
On a
x ∗ x−1 = e
x.x−1 + 3(x + x−1 + 2) = −2
x.x−1 + 3x + 3x−1 + 6 = −2
x.x−1 + 3x−1 = −3x − 8
x−1 (x + 3) = −3x − 9 + 1
x−1 (x + 3) = −3(x + 3) + 1
−3(x + 3) 1
x−1 = +
x+3 x+3
1
x−1 = −3 +
x+3
b) Deuxième méthode :
1 1
On a f (x−1 ) = [f (x)]−1 =⇒ x−1 + 3 = =⇒ x−1 = −3 + .
x+3 x+3
Remarque 16.
1. On peut écrire x × y comme xy.
2. Les lois (+) et (×) ce sont des notations seulement.
3. La symétrique de x par rapport à la première loi est noté −x.
4. La symétrique de x par rapport à la deuxième loi est noté x−1 .
Preuve.
1. Montrons que x.0 = 0
On a
x0 = x(0 + 0)
x0 = x0 + x0
x0 + (−x0) = x0 + x0 + (−x0)
0 = x0 + 0
0 = x0.
Exemple 34.
1. (Z, +, ×) est un sous anneau de (R, +, ×.)
2. (3Z, +, ×) n’est pas un sous anneau de (Z, +, ×.)
2.2.1 Corps
Soit E un ensemble non vide et deux lois de composition interne + et × sur E.
Exemple 35.
1. (R, +, ×) est un corps.
2. (Z, +, ×) n’est pas un corps.
36 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
Exercice 2 :
On munit E = R − {−5} de la loi ∗ définie par
∀(a, b) ∈ E 2 , a ∗ b = a.b + 5(a + b + 4).
1) Vérifier que ∗ est une loi de composition interne dans E.
2) Montrer que (E, ∗) est un groupe commutatif.
3) Soit l’application
f : (R∗ , .) −→ (E, ∗)
x 7→ x − 5
Montrer que f est un morphisme de groupe avec (. est la multiplication usuelle.)
Exercice 3 :
Soient A et B deux sous groupes de (E, ∗).
1) Montrer que A ∩ B est un sous groupe de E.
2) Soit nZ un sous groupe de (Z, +) et A, B ⊂ nZ.
Est ce que A ∪ B est un sous groupe de (nZ, +).
Exercice 4 :
Soit f : (E, ∗) −→ (E, ∗) un endomorphisme de groupe et soit A un sous groupe de (E, ∗).
1) Montrer que f (A) est un sous groupe de (E, ∗).
2) ∀a ∈ E, on définit l’application g par
g : (E, ∗) −→ (E, ∗)
x 7→ a ∗ x ∗ a−1
Montrer que g est bijective,déduire sa réciproque.
Exercice 5 :
Soit f : (E, ∗) −→ (F, ∆) un morphisme de groupe.
1) Soit A un sous groupe de F, montrer que f −1 (A) est un sous groupe de E.
2) on définit le sous groupe kerf par :
kerf = {x ∈ E / f (x) = e2 } tel que e2 l’élément neutre de (F, ∆).
Montrer que f injective ⇐⇒ kerf = {e1 } avec e1 l’élément neutre de (E, ∗).
Exercice 6 :
Soient E = R∗ × R et f : R∗ −→ R une application telle que
∀(a, b), (c, d) ∈ E avec (a, b) ∗ (c, d) = (ac, bc + φ(a)d).
Qoel condition doit vérifier φ pour que (E, ∗) soit un groupe.
Exercice 7 :
Soient A et B deux sous groupes d’un groupe (E, .).
Montrer que AB est un sous groupe de E si et seulement si AB = BA.
Indication : ab 6= ba avec a ∈ A et b ∈ B.
2.3. SÉRIES D’EXERCICES 37
Exercice 8 :
Soit (E, .) un groupe dont l’élément neutre e1 et pour tout x ∈ E l’inverse est x−1 , soit b
un élément de E, on définit la loi ∗ dans E par ∀x, y ∈ E, x ∗ y = x.b.y
Montrer que (E, ∗) est un groupe et préciser l’élément neutre e2 et l’élément symétrique
de x avec x ∈ E.
Exercice 9 :
On munit R2 de deux lois + et ∗ définies par
(x1 , y1 ) + (x2 , y2 ) = (x1 + x2 , y1 + y2 )
(x1 , y1 ) ∗ (x2 , y2 ) = (x1 x2 , x1 y2 + x2 y1 )
2
1) Montrer que (R , +) est un groupe abélien.
2) Déduire que (R2 , +, ∗) est un anneau commutatif.
Exercice 10 :
Soit (E, +, .) l’anneau des fonctions continues de R dans R, on pose
f : R −→ R
3x − 5 si x > 0
x 7→ f (x) =
0 si x < 0
et g : R −→ R
0 si x > 0
x 7→ g(x) =
2
x si x < 0
1) Calculer f g.
2) Vérifier que si f g = 0 =⇒ f = 0 ou g = 0.
3) Que peut-on déduire sur l’anneau (E, +, .).
Exercice 11 : √
Soit E = {a + b 6, a, b ∈ Z}.
1) Montrer que (E, +, .) est un sous anneau de (R, +, .).
2) On définit l’application ψ par
√ +, .) −→ (E,√+, .)
ψ : (E, √
a + b 6 7→ ψ(a + b 6) = a − b 6.
Montrer que ψ est un isomorphisme d’anneau.
3) Est ce que (E, +, .) est un corps.
Exercice 12 :
Soit E un ensemble non vide de N, tel que
En = {0, 1, 2, ..., n − 1} sur lequel on définit deux lois de composition interne.
∀x, y ∈ En , x⊕y = s, avec s est le reste de division de x+y sur n et ∀x, y ∈ En , x⊗y = p,
avec p est le reste de division de x × y sur n.
1) Vérifier que (En , ⊕, ⊗) est un anneau commutatif.
2) Pour n = 10, calculer 3 ⊕ 9, 8 ⊗ 5, 7−1 ⊕ 2, 4 ⊗ 3−1 , 52 , 92 .
3) Résoudre dans E10 les équations suivantes :
a) (9 ⊗ x) ⊕ 3 = 0.
b) x2 ⊕ 6 = 0.
38 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
a) Commutativité :
Soient x, y ∈ R, alors
x ∗ y = x + y − nxy
= y + x − nyx
= y∗x
b) Associativité :
Soient x, y, z ∈ R, alors
(x ∗ y) ∗ z = (x + y − nxy) ∗ z
= (x + y − nxy) + z − n(x + y − nxy)z
= x + y + z − nxy − nxz − nyz + n2 xyz
x ∗ (y ∗ z) = x ∗ (y + z − nyz)
= x + (y + z − nyz) − nx(y + z − nyz)
= x + y + z − nxy − nxz − nyz + n2 xyz.
Donc (x ∗ y) ∗ z = x ∗ (y ∗ z).
c) L’élément neutre :
Soit x ∈ R, tel que x ∗ e = x =⇒ x + e − nex = x =⇒ e(1 − nx) = 0 =⇒ e = 0.
d) L’élément symétrique :
Soient x ∈ R, alors
x ∗ x0 = e
x ∗ x0 = 0
x + x0 − nxx0 = 0
x + x0 (1 − nx) = 0
x0 (1 − nx) = −x
−x
x0 =
1 − nx
x
x0 = .
nx − 1
1
Pour x = , x0 n’existe pas, ce qui implique que (R, ∗) n’est pas un groupe, tandis que
n
1
(R{ }, ∗) est un groupe.
n
Exercice 2 :
2.4. CORRIGÉ DE LA SÉRIE D’EXERCICES 39
a) Commutativité :
∀(a, b) ∈ E 2 , a ∗ b = a.b + 5(a + b + 4)
= b.a + 5(b + a + 4)
= b∗a
b) L’associativité :
∀a, b, c ∈ E, (a ∗ b) ∗ c = [a.b + 5(a + b + 4)] ∗ c
= [a.b + 5(a + b + 4)]c + 5[(a.b + 5(a + b + 4)) + c + 4]
= abc + 5ac + 5bc + 5ab + 25a + 25b + 25c + 120
a ∗ (b ∗ c) = a ∗ [b.c + 5(b + c + 4)]
= a(b.c + 5(b + c + 4)) + 5[a + (b.c + 5(b + c + 4)) + 4]
= abc + 5ac + 5bc + 5ab + 25a + 25b + 25c + 120.
Ce qui implique que (a ∗ b) ∗ c = a ∗ (b ∗ c).
a ∗ a0 = e
aa0 + 5(a + a0 + 4) = e
aa0 + 5(a + a0 + 4) = −4
aa0 + 5a + 5a0 + 20 = −4
aa0 + 5a0 = −24 − 5a
a0 (a + 5) = −24 − 5a
−24 − 5a
a0 = est bien définie car a 6= −5.
a+5
Donc (E, ∗) est un groupe commutatif.
3) Soit l’application
f : (R∗ , .) −→ (E, ∗)
x 7→ x − 5
Montrons que f est un morphisme de groupe.
On doit montrer que f (x.y) = f (x) ∗ f (y).
On a
f (x.y) = xy − 5
f (x) ∗ f (y) = (x − 5) ∗ (y − 5)
= (x − 5)(y − 5) + 5[(x − 5) + (y − 5) + 4]
= xy − 5x − 5y + 25 + 5x − 25 + 5y − 25 + 20
= xy − 5.
Exercice 3 :
Soient A et B deux sous groupes de (E, ∗).
1) Montrons que A ∩ B est un sous groupe de E.
a) L’élément neutre :
e ∈ A car A est un sous groupe de E, et e ∈ B car B est un sous groupe de E ce qui
implique que e ∈ A ∩ B.
b) Stabilité :
Soient x, y ∈ A ∩ B =⇒ x, y ∈ A et x, y ∈ B alors (x ∗ y) ∈ A et (x ∗ y) ∈ B car A et B
sont des sous groupes de E =⇒ (x ∗ y) ∈ A ∩ B.
c) Symétrique :
x ∈ A ∩ B =⇒ x ∈ A et x ∈ B.
A et B sont des sous groupes de E =⇒ x0 ∈ A et x0 ∈ B =⇒ x0 ∈ A ∩ B.
Conclusion : A ∩ B est un sous groupe de E.
a) L’élément neutre :
e ∈ A car A est un sous groupe de E =⇒ e ∈ A ∪ B.
b) Stabilité :
Contre exemple : Si on prend A = 5Z et B = 6Z alors on remarque que 5 ∈ 5Z
et 6 ∈ 6Z mais 5 + 6 = 11 ∈
/ 5Z ∪ 6Z.
Donc A ∪ B n’est pas un sous groupe de (nZ, +).
Exercice 4 :
Soit f : (E, ∗) −→ (E, ∗) un endomorphisme de groupe et soit A un sous groupe de (E, ∗).
1) Montrons que f (A) est un sous groupe de (E, ∗).
a) L’élément neutre :
Soit e ∈ A car A est un sous groupe de (E, ∗) =⇒ f (e) = e0 ∈ f (A) car f est un endo-
morphisme de groupe, par suite f est une application de E dans E.
b) Stabilité :
Soient a, b ∈ A =⇒ f (A), f (B) ∈ f (A) et a ∗ b ∈ A car A est un sous groupe de
(E, ∗) =⇒ f (a) ∗ f (b) = f (a ∗ b) ∈ f (A) car f est un endomorphisme de groupe.
Donc f (a) ∗ f (b) ∈ f (A).
c) Symétrique :
Soit a ∈ A =⇒ f (a) ∈ f (A) et a−1 ∈ A car A est un sous groupe de (E, ∗)
=⇒ f (a−1 ) ∈ f (A) =⇒ [f (a)]−1 = f (a−1 ) ∈ f (A) car f est un endomorphisme de groupe.
Donc [f (a)]−1 ∈ f (A).
Conclusion : f (A) est sous groupe de (E, ∗).
g : (E, ∗) −→ (E, ∗)
x 7→ a ∗ x ∗ a−1
Montrons que g est bijective,déduire sa réciproque.
a) L’injectivité :
Soient x1 , x2 ∈ E tels que
g(x1 ) = g(x2 )
a ∗ x1 ∗ a−1 = a ∗ x2 ∗ a−1
a−1 ∗ a ∗ x1 ∗ a−1 = a−1 ∗ a ∗ x2 ∗ a−1
e ∗ x1 ∗ a−1 = e ∗ x2 ∗ a−1
x1 ∗ a−1 = x2 ∗ a−1
x1 ∗ a−1 ∗ a = x2 ∗ a−1 ∗ a
x1 ∗ e = x2 ∗ e
x1 = x2 =⇒ f est injective.
42 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
a) La surjectivité :
Soit y ∈ E, tel que
y = a ∗ x ∗ a−1
−1
a ∗y = a−1 ∗ a ∗ x ∗ a−1
a−1 ∗ y = e ∗ x ∗ a−1
a−1 ∗ y = x ∗ a−1
a−1 ∗ y ∗ a = x ∗ a−1 ∗ a
a−1 ∗ y ∗ a = x∗e
a−1 ∗ y ∗ a = x
g −1 : (E, ∗) −→ (E, ∗)
y 7→ a−1 ∗ y ∗ a.
Exercice 5 :
Soit f : (E, ∗) −→ (F, ∆) un morphisme de groupe.
1) Soit A un sous groupe de F, montrons que f −1 (A) est un sous groupe de E.
a) L’élément neutre :
f −1 (A) = {x ∈ E, / f (x) ∈ A}.
f (e1 ) = e2 ∈ A car A est un sous groupe de F =⇒ e1 ∈ f −1 (A).
b) Stabilité :
Soient x, y ∈ f −1 (A) =⇒ f (x) et f (y) ∈ f (A) =⇒ f (x)∆f (y) ∈ A, car A est un sous
groupe de F.
Or f est un morphisme de groupe =⇒ f (x)∆f (y) = f (x ∗ y) =⇒ f (x ∗ y) ∈ A
=⇒ (x ∗ y) ∈ f −1 (A).
c) Symétrique :
Soit x ∈ f −1 (A) =⇒ f (x) ∈ A =⇒ [f (x)]−1 ∈ A car A est un sous groupe de F.
Or f est un morphisme de groupe, alors [f (x)]−1 = f (x−1 ) =⇒ f (x−1 ) ∈ A
=⇒ x−1 ∈ f −1 (A).
Donc f −1 (A) est un sous groupe de E.
Montrons que f injective ⇐⇒ kerf = {e1 } avec e1 l’élément neutre de (E, ∗).
On a kerf = {x ∈ E / f (x) = e2 } = {x ∈ E / f (x) ∈ {e2 }} = f −1 ({e2 }).
2.4. CORRIGÉ DE LA SÉRIE D’EXERCICES 43
⇐=
Supposons que kerf = {e1 } et montrons que f est injective.
Soient x1 , x2 ∈ E tels que f (x1 ) = f (x2 ).
On a
Exercice 6 :
Soient E = R∗ × R et f : R∗ −→ R une application telle que
∀(a, b), (c, d) ∈ E avec (a, b) ∗ (c, d) = (ac, bc + φ(a)d).
Qoel condition doit vérifier φ pour que (E, ∗) soit un groupe.
b) L’associativité :
Soient (a, b), (c, d), (z, r) ∈ R∗ × R alors a 6= 0, c 6= 0 et z 6= 0 ce qui donne acz 6= 0.
On a
Pour que ((a, b)∗(c, d))∗(z, r) = (a, b)∗((c, d)∗(z, r)) il faut et il suffit que φ(ac) = φ(a)φ(c).
c) L’élément neutre :
44 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
Soient (a, b), (e1 , e2 ) ∈ R∗ × R alors a 6= 0 et e1 6= 0, ce qui donne ae1 6= 0, par suite
(a, b)∗ (e1 , e2 ) = (a, b) =⇒ (ae1 , be 1 + φ(a)e2 ) = (a, b)
ae 1 = a e1 = 1
=⇒ =⇒
be1 + φ(a)e2 = b e2 = 0
Ou bien
(e ,
1 2 e ) ∗ (a, b) = (a, b) =⇒
1 a, e2 a + φ(e1 )b) = (a, b)
(e
e1 a = a e1 = 1
=⇒ =⇒
e2 a + φ(e1 )b = b e2 = 0 et f (e1 ) = e1 = 1.
Donc l’élément neutre est (e1 , e2 ) = (1, 0).
d) L’élément symétrique :
Soient (a, b), (a0 , b0 ) ∈ R∗ × R alors a 6= 0 et a0 6= 0 ce qui donne aa0 6= 0 par suite
(a, b) ∗ (a0 , b0 ) = (e1 , e2 ) = (1, 0) =⇒ 0 0 0
(aa , ba + φ(a)b ) = (1, 0)
1 1
aa0 = 1
a0 =
a0 =
a
a
=⇒ =⇒ =⇒
0
ba + φ(a)b0 = 0
b −b
+ φ(a)b0 = 0 b0 =
a aφ(a)
Ou bien (a0 , b0 ) ∗ (a, b) = (e1 , e2 ) = (1, 0) =⇒ (a0 a, b0 a + φ(a0 )b)
= (1, 0)
1 1
a0 a = 1
a 0
=
a0 =
a a
=⇒ =⇒ =⇒
0
b a + φ(a0 )b = 0
1 −b 1
b0 a + φ( )b = 0 b0 =
φ( ).
a a a
1 1
Donc pour que la loi ∗ admet un symétrique il faut et il suffit que φ( ) = .
a φ(a)
Conclusion : Pour que (E, ∗) soit un groupe il faut que l’application φ vérifie les condi-
tions suivantes
1) ∀a, c ∈ R∗ alors φ(ac) = φ(a)φ(c).
2) L’élément neutre est (1, 0).
1 1
3) ∀a, ∈ R∗ alors φ( ) = .
a φ(a)
Exercice 7 :
Soient A et B deux sous groupes d’un groupe (E, .).
Montrons que AB est un sous groupe de E si et seulement si AB = BA.
On a
AB = {x ∈ E x = a.b avec a ∈ A et b ∈ B}
xx0 = e
x.a.b = e
x.a.b.b0 = e.b0 avec b0 symétrique de b
x.a.e = e.b0
x.a = b0
x.a.a0 = b0 .a0 avec a0 symétrique de a
x.e = b0 a0
x = b0 a0 avec b0 ∈ B et a0 ∈ A.
b) Montrons que BA ⊂ AB
Soit x ∈ BA =⇒ x = b1 .a1 avec b1 ∈ B et a1 ∈ A =⇒ x0 ∈ AB avec x0 symétrique de x
car AB est un sous groupe de E, alors
x0 x = e
x0 .b1 .a1 = e
x0 .b1 .a1 .a01 = e.a01 avec a01 symétrique de a1
x0 .b1 .e = a01
x0 .b1 = a01
x.b1 .b01 = a01 .b01 avec b01 symétrique de b1
x.e = a01 .b01
x = a01 .b01 avec a01 ∈ A et b01 ∈ B.
⇐=
Supposons que AB = BA et montrons que AB est un sous groupe de E.
i) L’élément neutre :
On a e = e.e avec e ∈ A car A est un sous groupe de E et e ∈ B car B est un sous
groupe de E, par suite e ∈ AB.
ii) Stabilité :
Soient x1 , x2 ∈ AB et montrons que x1 .x2 ∈ AB, alors
x1 ∈ AB =⇒ x1 = a1 .b1 avec a1 ∈ A et b1 ∈ B.
x2 ∈ AB =⇒ x2 = a2 .b2 avec a2 ∈ A et b2 ∈ B.
Alors x1 x2 = a1 .b1 .a2 .b2 .
On pose c = b1 .a2 ∈ BA =⇒ c ∈ BA car AB = BA =⇒ c = a3 .b3 avec a3 ∈ A et b3 ∈ B,
parsuite
x1 .x2 = (a1 .a3 ).(b3 .b2 ) avec (a1 .a3 ) ∈ A car A est un sous groupe de E et (b3 .b2 ) ∈ B car
B est un sous groupe de E, ce qui donne x1 .x2 ∈ AB.
46 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
x0 .a.b = e
x0 .a.b.b0 = e.b0 avec b0 symétrique de b
x0 .a.e = b0
x0 .a = b0
x0 .a.a0 = b0 .a0 avec a0 symétrique de a
x0 .e = b0 .a0
x0 = b0 .a0 .
Exercice 8 :
Soit (E, .) un groupe dont l’élément neutre e1 et pour tout x ∈ E l’inverse est x−1 , soit b
un élément de E, on définit la loi ∗ dans E par ∀x, y ∈ E, x ∗ y = x.b.y
Montrons que (E, ∗) est un groupe et précisons l’élément neutre e2 et l’élément symétrique
de x avec x ∈ E.
b) L’associativité :
∀x, y, z ∈ E, tels que
(x ∗ y) ∗ z = (x.a.y) ∗ z
= (x.a.y).a.z
x ∗ (y) ∗ z) = x ∗ (a.y.z)
= x.a.(y.a.z).
c) L’élément neutre :
∀x ∈ E, x ∗ e2 = x, alors
x.a.e2 = x
−1
x .x.a.e2 = x−1 .x
e1 .a.e2 = e1
a.e2 = e1
−1
a .a.e2 = a−1 .e1
e1 .e2 = a−1
e2 = a−1 .
2.4. CORRIGÉ DE LA SÉRIE D’EXERCICES 47
De la même maniére, on a
∀x ∈ E, e2 ∗ x = x, alors
e2 .a.x = x
e2 .a.x.x−1 = x.x−1
e2 .a.e1 = e1
e2 .a = e1
e2 .a.a−1 = e1 .a−1
e2 .e2 = a−1
e2 = a−1 .
d) L’élément symétrique :
∀x ∈ E, x ∗ x0 = e2 , avec x0 l’élément symétrique de x, alors
x.a.x0 = e2
x.a.x0 = a−1
x−1 .x.a.x0 = x−1 .a−1
e1 .a.x0 = x−1 .a−1
a.x0 = x−1 .a−1
a−1 .a.x0 = a−1 .x−1 .a−1
e1 .x0 = a−1 .x−1 .a−1
x0 = a−1 .x−1 .a−1
∀x ∈ E, x0 ∗ x = e2
x0 .a.x = e2
x0 .a.x = a−1
x0 .a.x.x−1 = a−1 .x−1
x0 .a.e1 = a−1 .x−1
x0 .a = a−1 .x−1
x0 .a.a−1 = a−1 .x−1 .a−1
x0 .e1 . = a−1 .x−1 .a−1
x0 = a−1 .x−1 .a−1
Exercice 9 :
On munit R2 de deux lois + et ∗ définies par
b) Commutativité :
Soient (x1 , y1 ), (x2 , y2 ) ∈ R2 alors
(x1 , y1 ) + (x2 , y2 ) = (x1 + x2 , y1 + y2 )
= (x2 + x1 , y2 + y1 )
= (x2 , y2 ) + (x1 , y1 ).
Donc la loi + est commutative.
c) L’élément neutre :
(x, y) ∈ R2 alors (x, y)
Soit + (e1 , e2 ) = (x, y) =⇒ (x + e1 , y + e2 ) = (x, y)
x + e 1 = x e1 = 0
=⇒ =⇒
y + e2 = y e2 = 0.
Donc l’élément neutre est (e1 , e2 ) = (0, 0).
d) L’élément symétrique :
0 0 2 0 0 0 0
(x, y), 0(x , y ) ∈ R alors
Soient 0(x, y) + (x , y ) = (e1 , e2 ) =⇒ (x + x , y + y ) = (0, 0)
x+x = 0 x = −x
=⇒ =⇒
y + y0 = 0
0
y = −y.
Donc l’élément symétrique est (x0 , y 0 ) = (−x, −y).
Conclusion : (R2 , +) est un groupe abélien.
a) L’associative :
Soient (x1 , y1 ), (x2 , y2 ), (x3 , y3 ) ∈ R2 alors
((x1 , y1 ) ∗ (x2 , y2 )) ∗ (x3 , y3 ) = (x1 x2 , x1 y2 + x2 y1 ) ∗ (x3 , y3 )
= (x1 x2 x3 , x1 x2 y3 + x3 (x1 y2 + x2 y1 ))
= (x1 x2 x3 , x1 x2 y3 + x3 x1 y2 + x3 x2 y1 )
(x1 , y1 ) ∗ ((x2 , y2 ) ∗ (x3 , y3 )) = (x1 , y1 ) ∗ (x2 x3 , x2 y3 + x3 y2 )
= (x1 x2 x3 , x1 (x2 y3 + x3 y2 ) + x2 x3 y1 )
= (x1 x2 x3 , x1 x2 y3 + x1 x3 y2 + x2 x3 y1 )
= (x1 x2 x3 , x1 x2 y3 + x3 x1 y2 + x3 x2 y1 ).
On remarque que
((x1 , y1 ) ∗ (x2 , y2 )) ∗ (x3 , y3 ) = (x1 , y1 ) ∗ ((x2 , y2 ) ∗ (x3 , y3 )).
2.4. CORRIGÉ DE LA SÉRIE D’EXERCICES 49
b) Commutativité :
Soient (x1 , y1 ), (x2 , y2 ) ∈ R2 alors
c) Distributivité :
∀(x1 , y1 ), (x2 , y2 ), (x3 , y3 ) ∈ R2 , montrons que
(x1 , y1 ) ∗ ((x2 , y2 ) + (x3 , y3 )) = (x1 , y1 ) ∗ (x2 , y2 ) + (x1 , y1 ) ∗ (x3 , y3 ), alors
D’autre part
d) L’élément neutre :
(x, y) ∈ R2 alors (x, y) + (e
Soit 3 , e4 ) = (x, y) =⇒ (xe3 , xe4 + e3 y) = (x, y)
xe3 = x e3 = 1 e3 = 1
=⇒ =⇒ =⇒
xe4 + e3 y = y xe4 + y = y e4 = 0.
Donc l’élément neutre de la loi ∗ est (e3 , e4 ) = (1, 0).
Conclusion : (R2 , +, ∗) est un anneau commutatif.
Exercice 10 :
Soit (E, +, .) l’anneau des fonctions continues de R dans R, on pose
f : R −→ R
3x − 5 si x > 0
x 7→ f (x) =
0 si x < 0
et g : R −→
R
0 si x > 0
x 7→ g(x) =
2
x si x < 0
1) Calculons
f g.
(3x − 5)0 = 0 si x > 0
fg = =⇒ f g = 0, ∀x ∈ R.
2
0x = 0 si x < 0
50 CHAPITRE 2. STRUCTURES ALGÉBRIQUES
2) Vérifier que si f g = 0 =⇒ f = 0 ou g = 0.
On a f g = 0 mais f 6= 0 et g 6= 0.
Exercice 11 : √
Soit E = {a + b 6, a, b ∈ Z}.
1) Montrer que (E, +, .) est un sous anneau de (R, +, .).
a) Montrons que (E, +) est un sous groupe de (R, +)
i) L’élément
√ neutre :
0 = 0 + 6 =⇒ 0 ∈ E.
ii) Stabilité : √ √
Soient x, y ∈ E =⇒√x = a1 + b1 √ 6 et y = a2 + b2 6 √
=⇒ x + y = (a1 + b1 6) + (a2 + b2 6) =⇒ x + y = (a1 + a2 ) + (b1 + b2 ) 6 =⇒ (x + y) ∈ E.
iii) Symétrique : √ √ √
Soient x ∈ E =⇒ x = a + b 6 =⇒ −x = −a − b 6 = (−a) + (−b) 6
avec (−a) ∈ Z et (−b) ∈ Z =⇒ (−x) ∈ E.
b) Stabilité : √ √
Soient x, y ∈ E
√ =⇒ x = a
√1 + b 1 6 et y = a 2 + b 2 6 alors √
xy = (a1 + b1 6)(a2 + b2 6) = (a1 a2 + 6b1 b2 ) + (a1 b2 + a2 b1 ) 6
avec (a1 a2 + 6b1 b2 ) ∈ Z et (a1 b2 + a2 b1 ) ∈ Z =⇒ xy ∈ E.
c) L’élément
√ neutre :
1 = 1 + 0 6 =⇒ 1 ∈ E.
Donc (E, +, .) est un sous anneau de (R, +, .).
a) L’injectivité :
Soient x1 , x2 ∈ E tel que√ψ(x1 ) = ψ(x2 ), alors √
x1 ∈ E =⇒ x1 = a1 + b1 6 et x2 ∈ E =⇒ x2 = a2 + b2 6, ce qui donne
ψ(x1 ) = ψ(x2 )
√ √
ψ(a1 + b1 6) = ψ(a2 + b2 6)
√ √
a1 − b1 6 = a2 − b2 6.
a1 = a2
Ce qui implique que =⇒ x1 = x2 , donc ψ est injective.
b1 = b2
2.4. CORRIGÉ DE LA SÉRIE D’EXERCICES 51
a) La surjectivité :
Montrons que ∀y ∈ E, ∃x√∈ E tel que y = ψ(x). √ √
Soit y ∈ E =⇒ y = a − b 6 avec
√ a, b ∈ Z =⇒ y = a − b 6 = ψ(a + b 6)
=⇒ ∃x ∈ E tel que x = a + b 6 avec a, b ∈ Z, donc ψ est surjective.
Conclusion : ψ est bijective.
1 1
= √
x a+b 6
√
a−b 6
= √ √
(a + b 6)(a − b 6)
√
a−b 6
= 2
a − 6b2
a −b √ a −b
= 2 2
+ 2 2
6 avec 2 2
∈ Q et 2 ∈ Q.
a − 6b a − 6b a − 6b a − 6b2
Comme Q 6= Z, alors (E, +, .) n’est pas un corps.
Exercice 12 :
Soit E un ensemble non vide de N, tel que
En = {0, 1, 2, ..., n − 1} sur lequel on définit deux lois de composition interne.
∀x, y ∈ En , x⊕y = s, avec s est le reste de division de x+y sur n et ∀x, y ∈ En , x⊗y = p,
avec p est le reste de division de x × y sur n.
1) Vérifions que (En , ⊕, ⊗) est un anneau commutatif.
Polynômes
3.1 Généralités
Définition 32. Soit K un corps commutatif avec K = R ou C, on dit que P (X) est un
polynôme à coefficients dans K si il est de la forme
Xn
P (X) = aj X j = a0 X 0 + a1 X 1 + ... + an X n avec aj ∈ K et n ∈ N.
j=0
Remarque 18.
1. L’ensemble des polynômes est noté K[X].
2. X est appelé l’indéterminé.
n
X
Définition 34. Soit P ∈ K[X] tel que P (X) = aj X j = a0 X 0 + a1 X 1 + ... + an X n .
j=0
n
X
Le polynôme P (1) (X) = jaj X j−1 = a1 X 0 + 2a2 X 1 + ... + nan X n−1 est la dérivée du
j=0
polynôme P.
54
3.2. OPÉRATIONS SUR LES POLYNÔMES 55
3.2.1 L’addition
X 35. Soient P, Q ∈X
Définition K[X] avec K = R ou C, tel que
n
P (X) = an X et Q(X) = bn X n alors la somme de deux polynômes est
n>0 n>0
X
n
(P + Q)(X) = cn X avec cn = an + bn .
n>0
Proposition 2.
1. deg(P + Q) 6 max(degP, degQ).
2. degP 6= degQ =⇒ deg(P + Q) = max(degP, degQ).
3.2.2 La multiplication
Définition
X 36. Soient deux plynômes
X P et Q ∈ K[X] avec
n n
P (X) = an X et Q(X) = bn X alors le produit des deux polynômes est noté par
n>0 n>0
X n
X
n
(P.Q)(X) = cn X avec cn = ak bn−k .
n>0 k=0
Théorème 9. Q(a) = Q(1) (a) = Q(2) (a) = Q(3) (a) = ... = Q(n−1) (a) = 0
et Q(n) (a) 6= 0 ⇐⇒ mult(a) = n.
Exemple 38. Pour n ∈ N∗ , quel est l’ordre de multiplicité de 2 comme racine du polynôme
P (X) = X n+2 − (n + 2)X n+1 + (2n + 1)X n − 2X n−1
P (2) = 2n+2 −(n+2)2n+1 +(2n+1)2n −22n−1 = 2n+2 −n2n+1 −22n+1 +2n2n +2n −2n = 0
P 0 (X) = (n + 2)X n+1 − (n + 2)(n + 1)X n + (2n + 1)nX n−1 − 2(n − 1)X n−2
P 0 (2) = (n + 2)2n+1 − (n + 2)(n + 1)2n + (2n + 1)n2n−1 − 2(n − 1)2n−2
5
P 0 (2) = (−n + ) 6= 0.
2
Donc P 0 (2) 6= 0 =⇒ mult(2) = 1.
Théorème 11. Si Q divise P alors toutes les racines de Q sont des racines de P.
Exemple 40. Soient Q(X) et S(X) deux polynômes tels que Q(X) = X 3 − 3X − 2 et
S(X) = X 2 + 2X + 1.
On remarque que X = −1 est une racine double de S(X), par suite
Q(−1) = (−1)3 − 3(−1) − 2 = 0 et Q0 (X) = 3X 2 − 3 =⇒ Q0 (−1) = 0
Q00 (X) = 6X =⇒ Q00 (−1) = −6 6= 0, donc X = −1 est une racine double de Q(X), par
suite S divise Q.
Définition 40. Soit Q ∈ K[X], Q est irréductible si et seulement si tous ces diviseurs
sont de la forme a ou aQ.
Remarque 19.
1. Dans R[X], les polynômes de degré 1 et les polynômes de degré 2 avec ∆ < 0 sont
des polynômes irréductibles.
2. Dans C[X], les polynômes irréductibles sont les polynômes de degré 1.
Exemple 41. Q(X) = X 2 +X +1 est irréductible dans R mais Q(X) n’est pas irréductible
dans C.
On a ∆ = b2 − 4ac = −3 < √0 =⇒ Q(X) est irréductible
√ dans R, par suite ∆ = −3 = 3i2
−1 + i 3 −1 − i 3
dans C, alors x1 = et x2 = .
2 2
Exemple 42.
P1 (X) = −2(X 3 − 1)3 (X + 2)
P2 (X) = (X 2 + 2)2 (X 3 − 1)
P3 (X) = 7(X + 2)(X − 5)
P1 ∧ P2 = P GCD(P1 , P2 ) = (X 3 − 1)(X + 2)
P1 ∨ P2 = P P CM (P1 , P2 ) = −2(X 3 − 1)3 (X + 2)2
P2 ∧ P3 = P GCD(P2 , P3 ) = (X + 2)
P2 ∨ P3 = P P CM (P2 , P3 ) = 7(X + 2)2 (X 3 − 1)(X − 5)
P GCD(P1 , P2 , P3 ) = (X + 2)
P P CM (P1 , P2 , P3 ) = −14(X 3 − 1)3 (X + 2)2 (X − 5).
X 2 +2X +1 X + 1
X 2 +X X +1
X +1
X +1
0
P1 ∧ P2 = X + 1.
Exemple 44.
Soient P1 (X) = (X + 2)2 (X − 5) et P2 (X) = (X + 2)(X − 5)2
P1 (X)P2 (X) (X + 2)2 (X − 5)(X + 2)(X − 5)2
= = (X + 2)2 (X − 5)2 = P1 ∨ P2 .
P1 ∧ P2 (X + 2)(X − 5)
Théorème 13. (de Bezout) Soient n polynômes Q1 , Q2 , ..., Qn dans K[X]{0} alors
n
X
Q1 , Q2 , ..., Qn sont premiers entre eux ⇐⇒ ∃S1 , S2 , ..., Sn ∈ K[X] tels que Qj Sj = 1.
j=1
3.4. POLYNÔME IRRÉDUCTIBLE : PGCD-PPCM 59
Exemple 45. Factoriser dans R[X] puis dans C[X] le polynôme Q(X) = X 3 +X 2 −X +2
Q(−2) = (−2)3 + (−2)2 − (−2) + 2 = 0 =⇒ (X + 2) divise Q, par suite
X 3 +X 2 −X +2 X +2
X 3 +2X 2 X2 − X + 1
−X 2 −X +2
−X 2 −2X
X +2
X +2
0
Définition 44. On appelle polynôme scindé tout polynôme qui peut s’écrire sous forme
polynôme de degré du produit des polynômes des racines simples.
Exemple 46.
1. X 3 − 2X 2 − 5X + 6 = (X − 1)(X + 2)(X − 3) est un polynôme scindé dans R[X].
2. X 3 + 2X 2 (i − 1) − (i + 1)X + 2 = (X − 2)(X + i)2 n’est pas un polynôme scindé
dans C[X].
Fractions rationnelles :
Q
Définition 45. Une fractions rationnelle s’écrit de la forme F = avec Q ∈ K[X]
R
et R ∈ K[X]{0} tel que degF = degQ − degR.
Définition 46. Soit une fractions rationnelle F ∈ K[X] alors la forme irréductible de F
A
est le couple (A, B) avec F = et A ∧ B = 1.
B
60 CHAPITRE 3. POLYNÔMES
Q
Définition 47. Soit une fractions rationnelle F = avec Q ∧ R = 1 et a une racine de
R
multiplicité n de R alors a est appelée pôle de F de multiplicité n .
Q
Définition 48. Soit une fraction rationnelle F = avec Q ∧ S = 1, la partie entière de
S
F est le quotient de la division Q par S, alors
Q SG + R R
Q = SG + R =⇒ = =G+ avec degR < degS.
S S S
Si degQ < degS =⇒ G(X) = 0.
Décomposition en éléments simples dans R[X] :
Définition 49. L’élément simple de R[X] est tout monôme de R[X].
k
Toute fraction rationnelle de la forme p
avec a ∈ R et p ∈ N∗ , (élément simple
(X − a)
aX + b
de première espéce), 2 p
avec a, b ∈ R, p ∈ N∗ , et c2 − 4d < 0, (élément
(X + cX + d)
simple de second espéce).
Théorème 15. Toute fraction rationnelle s’écrit sous une seule forme d’une somme
d’éléments simples de R[X].
Preuve. Soit F une fraction rationnelle telle que
Q(X)
F (X) = et Q ∧ S = 1.
S(X)
S(X) = λ(X − a1 )n1 (X − a2 )n2 ...(X − ak )nk (X 2 + b1 X + c1 )k1 (X 2 + b2 X + c2 )k2 ...(X 2 +
bq X + cq )kq et b2j − 4cj < 0.
Q(X) a1 a2 an1 b1 b2
= G(X) + [ + 2
+ ... + n
]+[ + + ... +
S(X) X − a1 (X − a2 ) (X − an1 ) 1 X − ak (X − ak )2
bn p γ1 X + µ1 γ2 X + µ2 γk1 X + µk1
n
] + [ 2
+ 2 2
+ ... + ]
(X − ak ) p X + b1 X + c1 (X + b1 X + c1 ) (X + b1 X + c1 )k1
2
u1 X + v1 u2 X + v2 ukq X + vkq
+ ... + [ 2 + + ... + ].
X + bq X + cq (X 2 + bq X + cq )2 (X 2 + bq X + cq )kq
Exemple 47. Décomposer la fraction rationnelle suivante dans R[X]
1 1
A(X) = 3 2
=
(X + 1) (X + 1) (X 2 − X + 1)2
2
k1 k2 aX + b cX + d
A(X) = + 2
+ +
X + 1 (X + 1) (X − X + 1) (X − X + 1)2
2 2
Calcul de k2 :
1
(X + 1)2 A(X) =
(X 2 − X + 1)2
aX + b cX + d
= k1 (X + 1) + k2 + (X + 1)2 [ + ]
(X 2 − X + 1) (X − X + 1)2
2
3.4. POLYNÔME IRRÉDUCTIBLE : PGCD-PPCM 61
1
X = −1 =⇒ = k2 .
9
Calcul de k1 :
1 −4X + 2
[ ]0 =
(X 2 − X + 1) 2 (X 2 − X + 1)3
aX + b cX + d 0
= k1 + (X + 1)2 [ + ]
(X 2 − X + 1) (X 2 − X + 1)2
6 2
X = −1 =⇒ = k1 =⇒ k1 = .
27 9
Calcul de c et d :
1 k1 k2
(X 2 − X + 1)2 A(X) = 2
= (X 2 − X + 1)2 [ + ]
(X + 1) X + 1 (X + 1)2
+ (aX + b)(X 2 − X + 1) + (cX + d). √ √
2 2 1+i 3 1−i 3
On a X − X + 1 = 0 =⇒ ∆ = −3 = 3i =⇒ X1 = et X2 = .
2 2
1
Pour X = X1 =⇒ = cX1 + d.
(X1 + 1)2
Ce qui donne
√
1 1 3
√ = c +i +d
1 3 2 2 2
+i +1
2 2 √
1 c 3
√ = + ic +d
3 3 2 2 2
+i
2 2 √
1 c 3
√ = + d + ic
9 3 3 2 2
+ 3i + i2
4 2 4 √
1 c 3
√ = + d + ic
6 3 2 2
+ i3
3 √4 2
3 √
− i3 c 3
2√ 2 √ = + d + ic
3 3 3
3 2 2
+ i3 − i3
2 2 2 √2
3 3
− i3 c √
2 2
3
= + d + ic
9 √ 2 √2
1 3 c 3
−i = + d + ic
6 6 2 2
c 1
1
+d =
c = −
2
6
3
=⇒ √ √ =⇒
1
c 3 = − 3
d =
.
2 6 3
62 CHAPITRE 3. POLYNÔMES
Calcul de a :
X
lim XA(X) = lim
X→+∞ X→+∞ (X + 1)2 (X 2 − X + 1)2
h kX k2 X X(aX + b) X(cX + d) i
1
= lim + + + .
X→+∞ X + 1 (X + 1)2 (X 2 − X + 1) (X 2 − X + 1)2
2
Ce qui implique que 0 = k1 + a =⇒ a = −k1 =⇒ a = − .
9
Calcul de b :
1
A(0) = 1 = k1 + k2 + b + d =⇒ b = 1 − k1 − k2 − d =⇒ b = .
3
Conclusion :
2 1 −2X + 3 −X + 1
A(X) = + + + .
9(X + 1) 9(X + 1)2 9(X 2 − X + 1) 3(X 2 − X + 1)2
3.5. SÉRIES D’EXERCICES 63
Exercice 2 :
1) Trouver le degré du polynôme dans R[X] qui vérifie l’équation suivante
Q(X 3 ) = X 4 Q(X).
Exercice 3 :
Déterminer les réels a, b, c tels que le polynôme
P (X) = X 5 − 2X 4 − 6X 3 + aX 2 + bX + c
Exercice 4 :
Montrer que B divise A tes que
A(X) = X 2n+2 − 2X n+1 + 1 et B(X) = (X − 1)2 avec n > 1.
Exercice 5 :
Déterminer A ∧ B et A ∨ B dans les cas suivants
1) A(X) = X 4 − 1, B(X) = X 3 − 1
4 3
2) A(X) = X − X − X + 1, B(X) = X 3 + 3X 2 + 3X + 2
3) A(X) = X 3 − 7X 2 + 15X − 9, B(X) = X 2 − 3X + 2
Exercice 6 :
Soient P, Q ∈ R[X] tels que
1
F (X) = .
P (X)Q(X)
Exercice 7 :
1) Trouver tous les polynômes A, B ∈ R[X] tels que
(X + 1)2 A + (X − 1)2 B = 1.
2) Déterminer tous les polynômes P ∈ R[X] tels que P − 1 est un multiple de (X + 1)2
et P + 1 est un multiple de (X − 1)2 .
Exercice 8 :
Factoriser les polynômes suivants dans R[X] puis dans C[X].
1) P1 (X) = X 3 − 4X 2 + 4X − 3
2) P2 (X) = X 3 − 2X 2 − 4X + 8
3) P3 (X) = (X 2 − 4X + 3)2 + (X − 3)2 .
Exercice 9 :
Soit P (X) = X 5 + X 4 + 2X 3 + 2X 2 + X + 1.
1) Calculer P GCD(P, P 0 ).
2) Quelles sont les racines multiples de P dans C ?
3) Vérifier que (X 2 + 1)2 divise P.
4) Factoriser P dans R[X].
Exercice 10 :
Efectuer la décomposition en éléments simples dans R[X] des fractions rationnelles
suivantes
X 2 + 2X + 5 X2 + 1 1
1) 2 2) 3)
X − 3X + 2 (X − 1)(X − 2)(X − 3) X(X − 1)2
1 3X − 1 X −1
4) 5) 6) .
X4 + X2 + 1 X 2 (X + 1)2 X 3 (X 2 + 1)2
Exercice 11 :
Soit P (X) = X 4 + 8X 3 + 9X 2 + 5X + 1 et Q(X) = 2X 3 + X 2 + 2X + 1.
1) Vérifier que P admet une unique racine rationnelle α ∈ Q.
2) Calculer la multiplicité de la racine α.
3) Déterminer P GCD(P, Q) puis P P CM (P, Q).
Exercice 12 :
Soient a, b ∈ C avec a 6= 0 et P (X) = X 4 + 4aX + b.
1) Montrer que si z ∈ C est une racine double de P alors z 3 = −a.
2) Montrer que si P admet une racine double α alors b3 = 27a3 .
3) En déduire l’ordre de multiplicité de la racine α de P.
3.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 65
P (X) = X 5 − 2X 4 − 6X 3 + aX 2 + bX + c
On a Q(X) = 0 =⇒ (X 2 − 1)(X − 3) = 0 =⇒ X 2 − 1 = 0 ou X − 3 = 0
=⇒ X 2 = 1 ou X = 3 =⇒ X = 1 ou X = −1 ou X = 3.
Pour que Q divise P il faut que toutes les racines de Q sont les racines de P, ce qui
donne
P (1) = 0 =⇒ (1)5 − 2(1)4 − 6(1)3 + a(1)2 + b(1) + c =⇒ −7 + a + b + c = 0
P (−1) = 0 =⇒ (−1)5 − 2(−1)4 − 6(−1)3 + a(−1)2 + b(−1) + c =⇒ 3 + a − b + c = 0
P (3) = 0 =⇒ (3)5 − 2(3)4 − 6(3)3 + a(3)2 + b(3) + c =⇒ −81 + 9a + 3b + c = 0.
3.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 67
−7 + a + b + c = 0 ...(1)
Par suite 3+a−b+C = 0 ...(2)
−81 + 9a + 3b + c = 0 ...(3)
(1) − (2) nous donne −10 + 2b = 0 =⇒ 2b = 10 =⇒ b = 5.
On remplace b dans l’équation (3), on obtient
−81 + 9a + 3(5) + c = 0 =⇒ −66 + 9a + c = 0.
Exercice 4 :
Montrons que B divise A tes que
A(X) = X 2n+2 − 2X n+1 + 1 et B(X) = (X − 1)2 avec n > 1.
On a B(X) = 0 =⇒ (X − 1)2 = 0 =⇒ X = 1 est une racine double.
Exercice 5 :
Déterminons A ∧ B et A ∨ B dans les cas suivants
1) A(X) = X 4 − 1, B(X) = X 3 − 1
X 4 −1 X 3 − 1
X 4 −X X
X −1
X3 −1 X −1
3 2 2
X −X X + X + 1
X2 −1
2
X −X
X −1
X −1
0
68 CHAPITRE 3. POLYNÔMES
A ∧ B = X − 1.
A(X)B(X) (X 4 − 1)(X 3 − 1)
A∨B = =
A∧B X −1
A ∨ B = (X 4 − 1)(X 2 + X + 1).
2) A(X) = X 4 − X 3 − X + 1, B(X) = X 3 + 3X 2 + 3X + 2
X 4 −X 3 −X +1 X 3 + 3X 2 + 3X + 2
4 3 2
X +3X +3X +2X X −4
3 2
−4X −3X −3X +1
3 2
−4X −12X −12X −8
9X 2 +9X +9
X 3 +3X 2 +3X +2 X 2 + X + 1
X 3 +X 2 +X X +2
2
2X +2X +2
2X 2 +2X +2
0
A ∧ B = X 2 + X + 1.
A(X)B(X) (X 4 − X 3 − X + 1)(X 3 + 3X 2 + 3X + 2)
A∨B = =
A∧B X2 + X + 1
A ∨ B = (X 4 − X 3 − X + 1)(X + 2).
Exercice 6 :
Soient P, Q ∈ R[X] tels que
P (X) = X 3 − 1 et Q(X) = (X + 1)3 .
1) Décomposons en éléments simples dans R[X]
1
F (X) = .
P (X)Q(X)
3.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 69
1 1
On a F (X) = =
P (X)Q(X) (X − 1)(X + 1)3
3
a bX + c k1 k2 k3
F (X) = + 2 + + 2
+ .
X − 1 X + X + 1 X + 1 (X + 1) (X + 1)3
Calcul de a :
1
(X − 1)F (X) =
(X 2 + X + 1)(X + 1)3
bX + c k1 k2
= a + (X − 1) 2 + (X − 1) + (X − 1)
X +X +1 X +1 (X + 1)2
k3
+(X − 1)
(X + 1)3
1
X = 1 =⇒ a = .
24
Calcul de k3 :
1
(X + 1)3 F (X) =
(X − 1)(X 2 + X + 1)
a bX + c
= (X + 1)3 + (X + 1)3 2 + (X + 1)2 k1 + (X + 1)k2 + k3
X −1 X +X +1
−1
X = −1 =⇒ k3 = .
2
Calcul de k2 :
1 0 1 0
=
(X − 1)(X 2 + X + 1) X3 − 1
−3X 2
=
(X 3 − 1)2
h a bX + c i0
= (X + 1)3 + 2 + 2(X + 1)k1 + k2
X −1 X +X +1
−3
X = −1 =⇒ k2 = .
4
Calcul de k1 :
70 CHAPITRE 3. POLYNÔMES
Xk2 Xk3
+ lim 2
+ lim .
X→+∞ (X + 1) X→+∞ (X + 1)3
1 −3 1
Ce qui implique que 0 = a + b + k1 =⇒ b = −a − k1 =⇒ b = − − =⇒ b = .
24 8 3
Calcul de c :
2
F (0) = −1 = −a + c + k1 + k2 + k3 =⇒ c = −1 + a − k1 − k2 − k3 =⇒ c = .
3
Conclusion :
1 X +2 3 3 1
F (X) = + 2
− − 2
− .
24(X − 1) 3(X + X + 1) 8(X + 1) 4(X + 1) 2(X + 1)3
2) Déterminons U et V ∈ R[X] tels que U P + V Q = 1.
0n a U (X 3 − 1) + V (X + 1)3 = 1
(X + 1)3 = (X + 1)(X + 1)2 = (X + 1)(X 2 + 2X + 1) = X 3 + 3X 2 + 3X + 1.
Par suite
X 3 +3X 2 +3X +1 X 3 − 1
X3 −1 1
2
3X +3X +2
(X + 1)3 = (X 3 − 1) + 3X 2 + 3X + 2 =⇒ 3X 2 + 3X + 2 = (X + 1)3 − (X 3 − 1).
X3 −1 3X 2 + 3X + 2
2 1 1
X 3 +X 2 + X −1 X−
3 3 3
2 2
−X − X −1
3
2 2
−X −X −
3
1 1
X −
3 3
3.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 71
1 1 1 1
X 3 − 1 = (3X 2 + 3X + 2) X− + X−
3 3 3 3
3 3 3 1 1 1 1
X − 1 = [(X + 1) − (X − 1)] X − + X−
3 3 3 3
1 1 3 3 3 1 1
X − = (X − 1) − [(X + 1) − (X − 1)] X −
3 3 3 3
1 1 3 3 1
1 3 1 1
X − = (X − 1) − (X + 1) X− + (X − 1) X −
3 3 3 3 3 3
1 1
3X 2 +3X +2 X−
3 3
3X 2 −3X 9X + 18
6X +2
6X −6
8
1 1
3X 2 + 3X + 2 = X− (9X + 18) + 8
3 3
1 1
8 = (3X 2 + 3X + 2) − X− (9X + 18).
3 3
1 1 3
1 1 3 1
1
Or X − = (X − 1) 1 + X − − (X + 1) X−
3 3 3 3 3 3
1 1 3
1 2 3 1
1
X − = (X − 1) X + − (X + 1) X− .
3 3 3 3 3 3
Ce qui donne 1
h 2 1 1 i
8 = [(X + 1)3 − (X 3 − 1)] − (X 3 − 1) X + − (X + 1)3 X − (9X + 18)
1 3 23 3 31 1
8 = (X + 1)3 − (X 3 − 1) − (X 3 − 1) X + (9X + 18) + (X + 1)3 X − (9X + 18)
3 3 3 3
8 = (X + 1)3 − (X 3 − 1) − (X 3 − 1)(3X 2 + 12X + 12) + (X + 1)3 (3X 2 + 3X − 6)
8 = (X 3 − 1)(−1 − 3X 2 − 12X − 12) + (X + 1)3 (1 + 3X 2 + 3X − 6)
8 = (X 3 − 1)(−3X 2 − 12X − 13) + (X + 1)3 (3X 2 + 3X − 5)
1 1
Donc 1 = (−3X 2 − 12X − 13)(X 3 − 1) + (3X 2 + 3X − 5)(X + 1)3
8 8
Ainsi U (X 3 − 1) + V (X + 1)3 = 1
−1 1
avec U (X) = (3X 2 + 12X + 13) et V (X) = (3X 2 + 3X − 5).
8 8
Exercice 7 :
1) Trouvons tous les polynômes A, B ∈ R[X] tels que
(X + 1)2 A + (X − 1)2 B = 1.
(X + 1)2 = X 2 + 2X + 1 et (X − 1)2 = X 2 − 2X + 1
X 2 +2X +1 X 2 − 2X + 1
X 2 −2X +1 1
4X
X 2 −2X +1 4X
1 1
X2 X−
4 2
−2X +1
−2X
1
72 CHAPITRE 3. POLYNÔMES
R[X].
Donc la factorisation de P3 sur R[X] donne P1 (X) = (X − 3)(X 2 − X + 1).
Il reste à décompser X 2 − X + 1 dans
√ C[X]. √
2 1+i 3 1−i 3
On a ∆ = −3 = 3i =⇒ X1 = et X2 = .
2√ √2
1 + i 3 1 − i 3
Par suite X 2 − X + 1 = X − X− , alors la factorisation de P1 dans
2 2
C[X] donne √ √
1 + i 3 1 − i 3
P1 (X) = (X − 3) X − X− .
2 2
2) P2 (X) = X 3 − 2X 2 − 4X + 8
P (−2) = 0 =⇒ (X + 2) divise P2 (X)
X 3 −2X 2 −4X +8 X +2
3 2 2
X +2X X − 4X + 4
2
−4X −4X +8
−4X 2 −8X
4X +8
4X +8
0
Comme les coefficients des deux polynômes sont conjugués alors les racines du polynôme
X 2 +X(−4−i)+3+3i sont conjugués aussi alors X 2 +X(−4−i)+3+3i = (X−3)(X−1−i).
Par suite la factorisation de P3 dans C[X] donne P3 (X) = (X − 3)(X − 1 + i)(X − 1 − i).
Pour la factorisation de P3 dans R[X], il suffit de multiplier les polynômes dont les coef-
ficients sont conjugués alors (X − 1 + i)(X − 1 − i) = X 2 − 2X + 2.
Ce qui donne P3 (X) = (X − 3)2 (X 2 − 2X + 2).
Exercice 9 :
Soit P (X) = X 5 + X 4 + 2X 3 + 2X 2 + X + 1.
1) Calculons P GCD(P, P 0 ).
74 CHAPITRE 3. POLYNÔMES
P 0 (X) = 5X 4 + 4X 3 + 6X 2 + 4X + 1
X5 + X4 +2X 3 +2X 2 +X +1 5X 4 + 4X 3 + 6X 2 + 4X + 1
4 6 4 1 1 1
X5 + X4 + X3 + X2 + X X+
5 5 5 5 5 25
1 4 4 3 6 2 4
X + X + X + X +1
5 5 5 5
1 4 4 6 4 1
X + X3 + X2 + X +
5 25 25 25 25
16 3 24 2 16 24
X + X + X +
25 25 25 25
16
Il faut normaliser le reste de la division c’est-à-dire diviser par , on obtient
25
24 24 3 3
X3 + X2 + X + = X3 + X2 + X + .
16 16 2 2
3 3
5X 4 +4X 3 +6X 2 +4X +1 X 3 + X 2 + X +
2 2
15 3 15 7
5X 4 + X 2
+5X + X 5X −
2 2 2
7 3 7
− X +X 2 − X +1
2 2
7 3 21 2 7 21
− X − X − X −
2 4 2 4
25 2 25
X +
4 4
3 3
X 3 + X 2 +X + X2 + 1
2 2
3
X3 +X X+
2
3 2 3
X +
2 2
3 2 3
X +
2 2
0
Donc P GCD(P, P 0 ) = X 2 + 1.
X 5 + X 4 +2X 3 +2X 2 +X +1 X +1
5 4
X +X X + 2X 2 + 1
4
3 2
2X +2X +X +1
2X 3 +2X 2
X +1
X +1
0
de P dans C sont i et − i.
Exercice 10 :
Efectuons la décomposition en éléments simples dans R[X] des fractions rationnelles
suivantes
X 2 + 2X + 5
1) 2
X − 3X + 2
X 2 +2X +5 X 2 − 3X + 2
X 2 −3x +2 1
5X +3
X 2 + 2X + 5 (X 2 − 3X + 2) + 5X + 3 5X + 3
= = 1 +
X 2 − 3X + 2 X 2 − 3X + 2 X 2 − 3X + 2
5X + 3 5X + 3 k1 k2
= = +
X 2 − 3X + 2 (X − 1)(X − 2) X −1 X −2
Calcul de k1 :
(X − 1)(5X + 3) k1 k2 5X + 3 (X − 1)k2
= (X − 1) + (X − 1) =⇒ = k1 +
(X − 1)(X − 2) X −1 X −2 X −2 X −2
X = 1 =⇒ k1 = −8.
Calcul de k2 :
(X − 2)(5X + 3) k1 k2 5X + 3 (X − 2)k1
= (X − 2) + (X − 2) =⇒ = + k2
(X − 1)(X − 2) X −1 X −2 X −1 X −1
X = 2 =⇒ k2 = 13.
5X + 3 −8 13
Donc = + , par suite
(X − 1)(X − 2) X −1 X −2
X 2 + 2X + 5 8 13
2
=1− + .
X − 3X + 2 X −1 X −2
X2 + 1 a b c
2) = + +
(X − 1)(X − 2)(X − 3) X −1 X −2 X −3
Calcul de a :
Calcul de b :
(X 2 + 1) (X − 2)a (X − 2)c
= +b+
(X − 1)(X − 3) X −1 X −3
X = 2 =⇒ b = −5.
Calcul de c :
Calcul de k3 :
(X − 1)2 (X − 1)2 k1 (X − 1)2 k2 (X − 1)2 k3
= + +
X(X − 1)2 X X −1 (X − 1)2
2
1 (X − 1) k1
= + (X − 1)k2 + k3
X X
X = 1 =⇒ k3 = 1.
Calcul de k2 :
(X − 1)2 1
En dérivant 2
= , on obtient
X(X − 1) X
−1 [2(X − 1)X − (X − 1)2 ]k1
= + k2
X2 X2
X = 1 =⇒ k2 = −1.
1 1 1 1
Donc 2
= − + .
X(X − 1) X X − 1 (X − 1)2
1
4) 4
X + X2 + 1
0n a X 4 + X 2 + 1 = X 4 + X 2 + 1 + (X 2 − X 2 ) = (X 4 + 2X 2 + 1) − X 2 = (X 2 + 1)2 − X 2
X 4 + X 2 + 1 = (X 2 + X + 1)(X 2 − X + 1)
1 1 a1 X + b 1 a2 X + b 2
4 2
= 2 2
= 2 + 2 .
X +X +1 (X + X + 1)(X − X + 1) X +X +1 X −X +1
1
On pose A(X) = 4 et on remarque que
X + X2 + 1
−a1 X + b1 −a2 X + b2 a1 X + b 1 a2 X + b 2
A(−X) = A(X) =⇒ 2 + 2 = 2 + 2 .
X −X +1 X +X +1 X +X +1 X −X +1
Par identification, on obtient a2 = −a1 et b2 = b1 .
3.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 77
1 1 a1 X + b 1 −a1 X + b1
Alors A(X) = = = + .
X4 + X2 + 1 (X 2 + X + 1)(X 2 − X + 1) X2 + X + 1 X2 − X + 1
Calcul de a1 :
X a1 X + b 1 −a1 X + b1
lim XA(X) = lim = lim + lim
X→+∞ X→+∞ (X 2 + X + 1)(X − X + 1) X→+∞ X + X + 1 X→+∞ X 2 − X + 1
2 2
Calcul de b1 :
1
X = 0 =⇒ 1 = 2b1 =⇒ b1 =
2
1 a1 + b 1 1 −2a1 + 4b1
X = 1 =⇒ = + (−a1 + b1 ) =⇒ =
3 3 3 3
4b1 − 1 1
=⇒ 1 + 2a1 − 4b1 = 0 =⇒ 2a1 = 4b1 − 1 =⇒ a1 = =⇒ a1 = .
2 2
1 1
Donc a2 = − et b2 = .
2 2
1 X +1 −X + 1
Par suite 4 = + .
X + X2 + 1 2(X 2 + X + 1) 2(X 2 − X + 1)
3X − 1 k1 k2 k3 k4
5) 2 2
= + 2+ +
X (X + 1) X X (X + 1) (X + 1)2
Calcul de k2 :
X 2 (3X − 1) X 2 k1 X 2 k2 X 2 k3 X 2 k4
= + + + .
X 2 (X + 1)2 X X2 (X + 1) (X + 1)2
(3X − 1) X 2 k3 X 2 k4
Ce qui donne = Xk 1 + k 2 + +
(X + 1)2 (X + 1) (X + 1)2
X = 0 =⇒ k2 = −1.
Calcul de k1 :
X 2 (3X − 1)
En dérivant 2 , on obtient
X (X + 1)2
(3X − 1) 0 −3X + 5 h k k4 i0
2 3
= = k1 + X +
(X + 1)2 (X + 1)3 (X + 1) (X + 1)2
X = 0 =⇒ k1 = 5.
Calcul de k4 :
(X + 1)2 (3X − 1) 2 k1
h k2 i (X + 1)2 k3 (X + 1)2 k4
= (X + 1) + + + .
X 2 (X + 1)2 X X2 (X + 1) (X + 1)2
3X − 1 2 k1
h k2 i
Ce qui donne = (X + 1) + + (X + 1)k3 + k4
X2 X X2
X = −1 =⇒ k4 = −4.
Calcul de k3 :
(X + 1)2 (3X − 1)
En dérivant , on obtient
X 2 (X + 1)2
(3X − 1) 0 −3X + 2
= .
X2 X3
78 CHAPITRE 3. POLYNÔMES
−3X + 2 h 2 k1
k2 i0
Ce qui donne = (X + 1) + + k3
X3 X X2
X = −1 =⇒ k3 = −5.
X −1 k1 k2 k3 aX + b cX + d
6) = + 2+ 3+ 2 + .
X 3 (X 2
+ 1) 2 X X X X + 1 (X 2 + 1)2
Calcul de k3 :
X 3 (X − 1) X 3 k1 X 3 k2 X 3 k3 3 aX + b
h cX + d i
= + + + X + .
X 3 (X 2 + 1)2 X X2 X3 X 2 + 1 (X 2 + 1)2
(X − 1) 2 3 aX + b
h cX + d i
Ce qui donne = X k1 + Xk2 + k3 + X +
(X 2 + 1)2 X 2 + 1 (X 2 + 1)2
X = 0 =⇒ k3 = −1.
Calcul de k2 :
(X − 1)
En dérivant , on obtient
(X 2 + 1)2
(X − 1) 0 −3X 2 + 4X + 1 h aX + b cX + d i0
3
= = 2Xk1 + k2 + X +
(X 2 + 1)2 (X 2 + 1)3 X 2 + 1 (X 2 + 1)2
X = 0 =⇒ k2 = 1.
Calcul de k1 :
(X − 1)
En dérivant une deuxième fois, on obtient
(X 2 + 1)2
(X − 1) 00 12X 3 − 20X 2 − 12X + 4 h aX + b cX + d i00
3
= = 2k 1 + X +
(X 2 + 1)2 (X + 1)4 X 2 + 1 (X 2 + 1)2
X = 0 =⇒ k1 = 2.
Calcul de c et d :
X −1
2 2 k1
k2 k3 (aX + b)
(X 2 + 1)2 3 2 2
= (X + 1) + 2
+ 3
+ (X 2 + 1)2 2
X (X + 1) X X X X +1
(cX + d)
+ (X 2 + 1)2 2
(X + 1)2
X −1 2 2 k1
k2 k3
3
= (X + 1) + 2 + 3 + (X 2 + 1)(aX + B) + (cX + d).
X X X X
On a X 2 + 1 = 0 =⇒ X 2 = −1 =⇒ X 2 = i2 =⇒ X= i ou X = −i
i−1 c = −1
X = i =⇒ 3 = ci + d =⇒ −1 − i = ci + d =⇒
i d = −1
Calcul de a :
X(aX + b) X(cX + d)
+ lim + lim
X→+∞ X2 + 1 X→+∞ (X 2 + 1)2
0 = k1 + a =⇒ a = −k1 =⇒ a = −2.
Calcul de b :
3.6. CORRIGÉ DE LA SÉRIE D’EXERCICES 79
a+b c+d
X = 1 =⇒ 0 = k1 + k2 + k3 + +
2 2
b a c d
= −k1 − k2 − k3 − − − =⇒ b = −1.
2 2 4 4
Conclusion :
X −1 2 1 1 (2X + 1) X +1
= + − − − .
X 3 (X 2 + 1)2 X X2 X3 X2 + 1 (X 2 + 1)2
Exercice 11 :
Soit P (X) = X 4 + 8X 3 + 9X 2 + 5X + 1 et Q(X) = 2X 3 + X 2 + 2X + 1.
1) Vérifions que P admet une unique racine rationnelle α ∈ Q
a
a0 = 1 et a4 = 4, α = telle que a divise a0 et b divise a4 .
b
1 −1 1 −1
On a Da0 = {1, −1} et Da4 = {1, −1, 2, −2, 4, −4} =⇒ α ∈ {1, −1, , , , }.
2 2 4 4
−1 −1 4 −1 3 −1 2 −1 1
P = +8 +9 +5 + 1 = 0 =⇒ X + divise P (X).
2 2 2 2 2 2
1
4X 4 +8X 3 +9X 2 +5X +1 X+
2
4X 4 +2X 3 4X 3 + 6X 2 + 6X + 2
6X 3 +9X 2 +5X +1
6X 3 +3X 2
6X 2 +5X +1
6X 2 +3X
2X +1
2X +1
0
On pose G(X) = 4X 3 + 6X 2 + 6X + 2.
a
On a a0 = 2 et a3 = 4, α = telle que a divise a0 et b divise a3 .
b
1 −1 1 −1
Da0 = {1, −1, 2, −2} et Da3 = {1, −1, 2, −2, 4, −4} =⇒ α ∈ {1, −1, , , , }.
2 2 4 4
On remarque
−1 que
−1 −1 2 −1 −1 1 −1
3
G =4 +6 +6 +2=4 +6 +6 +2=0
2 2 2 2 8 4 2
1
=⇒ X + divise G(X).
2
1
4X 3 +6X 2 +6X +2 X+
2
4X 3 +2X 2 4X 2 + 4X + 4
4X 2 +6X +2
4X 2 +2X
4X +2
4X +2
0
1 1 2
4X 3 + 6X 2 + 6X + 2 = X + (4X 2 + 4X + 4) = 4 X + (X + X + 1)
2 2
1
=⇒ P (X) = X + G(X).
2
80 CHAPITRE 3. POLYNÔMES
1 2
Donc P (X) = 4 X + (X + X + 1).
2
X 2 + X + 1 = 0 =⇒ ∆ = −3 < 0 =⇒ le polynôme X 2 + X + 1 est irreductible dans R.
1
Donc l’unique racine rationnelle est .
2
2) Calculons la multiplicité de la racine α
−1 −1 3 −1 2 −1
0 3 2 0
On a P (X) = 16X +24X +18X +5 =⇒ P = 16 +24 +18 +5
2 2 2 2
0 −1
−1 1 −1
P = 16 + 24 + 18 +5=0
2 8 4 2
−1 1 −1
P 00 (X) = 48X 2 + 48X + 18 =⇒ P 00 = 48 + 48 + 18 = 6 6= 0
−1 2 4 2
=⇒ mult = 2.
2
3) Déterminons P GCD(P, Q) puis P P CM (P, Q)
a
On a Q(X) = 2X 3 + X 2 + 2X + 1 =⇒ a0 = 1 et a3 = 2, α = telle que a divise a0
b
et b divise a3 .
1 −1
Da0 = {1, −1} et Da3 = {1, −1, 2, −2} =⇒ α ∈ {1, −1, , }.
2 2
Par
−1suite
−1 3 −1 2 −1 −1 1 −1
Q =2 + +2 +1=2 + +2 +1=0
2 2 2 2 8 4 2
1
=⇒ X + divise P (X).
2
Ce qui donne
1
2X 3 +X 2 +2X +1 X+
2
2X 3 +X 2 2X 2 + 2
2X +1
2X +1
0
1 1 2
Q(X) = X + (2X 2 + 2) = 2 X + (X + 1).
2 2
1 1 2 2
Donc P GCD(P, Q) = X + , et P P CM (P, Q) = X + (X + 1)(X 2 + X + 1).
2 2
Exercice 12 :
Soient a, b ∈ C avec a 6= 0 et P (X) = X 4 + 4aX + b.
82