Vecteurs en Géométrie Plane - Définition et Opérations

Introduction

VECTEURS EN GÉOMÉTRIE PLANE
Définition et Opérations Vectorielles

Découvrez les fondements de la géométrie vectorielle

Définition
Addition
Multiplication

Définition d'un vecteur

Notion de vecteur

DÉFINITION MATHÉMATIQUE
Définition

Un vecteur est un objet mathématique qui caractérise une translation. Il est défini par :

  • Une direction (la droite support)
  • Un sens (vers quel côté)
  • Une norme (longueur du vecteur)
Notation : Le vecteur de l'origine A vers l'extrémité B se note \( \overrightarrow{AB} \)
x y A B \(\overrightarrow{AB}\)

Propriétés des vecteurs

Caractéristiques importantes

PROPRIÉTÉS ESSENTIELLES
Vecteur nul

Le vecteur nul est noté \( \vec{0} \) ou \( \overrightarrow{AA} \). Il a une norme nulle et une direction indéterminée.

Vecteurs égaux

Deux vecteurs sont égaux s'ils ont la même direction, le même sens et la même norme.

\( \overrightarrow{AB} = \overrightarrow{CD} \Leftrightarrow \overrightarrow{AD} = \overrightarrow{BC} \)
Vecteur opposé

Le vecteur opposé de \( \overrightarrow{AB} \) est \( \overrightarrow{BA} = -\overrightarrow{AB} \).

Addition de vecteurs

Règle du parallélogramme

MÉTHODE DE CONSTRUCTION
Règle du parallélogramme

Pour additionner deux vecteurs \( \overrightarrow{u} \) et \( \overrightarrow{v} \) :

  • Placer les vecteurs à partir d'un même point O
  • Construire le parallélogramme OACB
  • Le vecteur somme est \( \overrightarrow{OA} + \overrightarrow{OB} = \overrightarrow{OC} \)
O u v u+v
\( \overrightarrow{u} + \overrightarrow{v} = \overrightarrow{v} + \overrightarrow{u} \) (commutativité)

Multiplication d'un vecteur par un réel

Produit d'un vecteur par un scalaire

DÉFINITION
Produit d'un vecteur par un réel

Soit \( k \) un réel et \( \overrightarrow{u} \) un vecteur. Le produit \( k\overrightarrow{u} \) est :

  • Le vecteur nul si \( k = 0 \) ou \( \overrightarrow{u} = \vec{0} \)
  • Sinon, un vecteur ayant :
    • La même direction que \( \overrightarrow{u} \)
    • Le même sens que \( \overrightarrow{u} \) si \( k > 0 \)
    • Le sens opposé à \( \overrightarrow{u} \) si \( k < 0 \)
    • Une norme égale à \( |k| \) fois la norme de \( \overrightarrow{u} \)
u 2u -u
\( k(\overrightarrow{u} + \overrightarrow{v}) = k\overrightarrow{u} + k\overrightarrow{v} \)

Colinéarité de vecteurs

Vecteurs colinéaires

DÉFINITION
Vecteurs colinéaires

Deux vecteurs \( \overrightarrow{u} \) et \( \overrightarrow{v} \) sont colinéaires s'il existe un réel \( k \) tel que :

\( \overrightarrow{v} = k\overrightarrow{u} \) ou \( \overrightarrow{u} = k\overrightarrow{v} \)

Autrement dit, les vecteurs ont la même direction (éventuellement opposée).

CRITÈRE DE COLINÉARITÉ
Dans un repère

Dans un repère, deux vecteurs \( \overrightarrow{u}(x_1; y_1) \) et \( \overrightarrow{v}(x_2; y_2) \) sont colinéaires si et seulement si :

\( x_1 \cdot y_2 - x_2 \cdot y_1 = 0 \)

Coordonnées d'un vecteur

Repères et coordonnées

DANS UN REPÈRE ORTHONORMÉ
Coordonnées d'un vecteur

Dans un repère \( (O; \vec{i}, \vec{j}) \), le vecteur \( \overrightarrow{AB} \) avec \( A(x_A; y_A) \) et \( B(x_B; y_B) \) a pour coordonnées :

\( \overrightarrow{AB} \left( \begin{array}{c} x_B - x_A \\ y_B - y_A \end{array} \right) \)
x y A B \(\overrightarrow{AB}\) (xA, yA) (xB, yB)
\( \overrightarrow{AB} = (x_B - x_A)\vec{i} + (y_B - y_A)\vec{j} \)

Norme d'un vecteur

Longueur d'un vecteur

DÉFINITION
Norme d'un vecteur

La norme (ou longueur) d'un vecteur \( \overrightarrow{u}(x; y) \) dans un repère orthonormé est :

\( ||\overrightarrow{u}|| = \sqrt{x^2 + y^2} \)

Pour un vecteur \( \overrightarrow{AB} \) avec \( A(x_A; y_A) \) et \( B(x_B; y_B) \) :

\( ||\overrightarrow{AB}|| = \sqrt{(x_B - x_A)^2 + (y_B - y_A)^2} \)
INTERPRÉTATION GÉOMÉTRIQUE
Distance entre deux points

La norme du vecteur \( \overrightarrow{AB} \) représente la distance entre les points A et B.

Applications des vecteurs

Utilisations concrètes

EN GÉOMÉTRIE
Repérage de points
  • Caractérisation de l'alignement de points
  • Détermination de milieux
  • Vérification de parallélisme
  • Recherche de points d'intersection
EN PHYSIQUE
Grandeurs vectorielles
  • Vitesse
  • Accélération
  • Force
  • Champ électrique

Exemple d'application

Calcul de coordonnées

PROBLÈME PRATIQUE
Énoncé

Soient les points A(2; 3), B(5; 7) et C(8; 11).

1. Calculer les coordonnées des vecteurs \( \overrightarrow{AB} \) et \( \overrightarrow{AC} \).

2. Les points A, B et C sont-ils alignés ?

Solution
1 Coordonnées de \( \overrightarrow{AB} \) :
\( \overrightarrow{AB} \left( \begin{array}{c} 5-2 \\ 7-3 \end{array} \right) = \left( \begin{array}{c} 3 \\ 4 \end{array} \right) \)
2 Coordonnées de \( \overrightarrow{AC} \) :
\( \overrightarrow{AC} \left( \begin{array}{c} 8-2 \\ 11-3 \end{array} \right) = \left( \begin{array}{c} 6 \\ 8 \end{array} \right) \)
3 Alignement :
\( 3 \times 8 - 4 \times 6 = 24 - 24 = 0 \)

Donc les vecteurs sont colinéaires, donc les points A, B et C sont alignés.

Exercice 1

Application directe

ÉNONCÉ
Question

Soit A(-1; 2), B(3; 5) et C(7; 8).

1. Calculer les coordonnées de \( \overrightarrow{AB} \) et \( \overrightarrow{BC} \).

2. Calculer la norme de \( \overrightarrow{AB} \).

3. Les points A, B et C sont-ils alignés ?

SOLUTION
Calcul des coordonnées
1 \( \overrightarrow{AB} \left( \begin{array}{c} 3-(-1) \\ 5-2 \end{array} \right) = \left( \begin{array}{c} 4 \\ 3 \end{array} \right) \)
2 \( \overrightarrow{BC} \left( \begin{array}{c} 7-3 \\ 8-5 \end{array} \right) = \left( \begin{array}{c} 4 \\ 3 \end{array} \right) \)
3 \( ||\overrightarrow{AB}|| = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5 \)
4 \( \overrightarrow{AB} = \overrightarrow{BC} \), donc les points sont alignés.

Exercice 2

Opérations vectorielles

ÉNONCÉ
Question

Soit \( \overrightarrow{u} \left( \begin{array}{c} 2 \\ -1 \end{array} \right) \) et \( \overrightarrow{v} \left( \begin{array}{c} -3 \\ 4 \end{array} \right) \).

Calculer les coordonnées de \( \overrightarrow{w} = 2\overrightarrow{u} - 3\overrightarrow{v} \).

SOLUTION
Calcul étape par étape
1 Calcul de \( 2\overrightarrow{u} \) :
\( 2\overrightarrow{u} = 2 \left( \begin{array}{c} 2 \\ -1 \end{array} \right) = \left( \begin{array}{c} 4 \\ -2 \end{array} \right) \)
2 Calcul de \( 3\overrightarrow{v} \) :
\( 3\overrightarrow{v} = 3 \left( \begin{array}{c} -3 \\ 4 \end{array} \right) = \left( \begin{array}{c} -9 \\ 12 \end{array} \right) \)
3 Calcul de \( \overrightarrow{w} \) :
\( \overrightarrow{w} = \left( \begin{array}{c} 4 \\ -2 \end{array} \right) - \left( \begin{array}{c} -9 \\ 12 \end{array} \right) = \left( \begin{array}{c} 4-(-9) \\ -2-12 \end{array} \right) = \left( \begin{array}{c} 13 \\ -14 \end{array} \right) \)

Propriétés algébriques

Relations fondamentales

PROPRIÉTÉS DE L'ADDITION
Lois de composition
  • Commutativité : \( \overrightarrow{u} + \overrightarrow{v} = \overrightarrow{v} + \overrightarrow{u} \)
  • Associativité : \( (\overrightarrow{u} + \overrightarrow{v}) + \overrightarrow{w} = \overrightarrow{u} + (\overrightarrow{v} + \overrightarrow{w}) \)
  • Élément neutre : \( \overrightarrow{u} + \vec{0} = \overrightarrow{u} \)
  • Symétrique : \( \overrightarrow{u} + (-\overrightarrow{u}) = \vec{0} \)
PROPRIÉTÉS DE LA MULTIPLICATION PAR UN SCALAIRE
Opérations scalaires
  • Distributivité : \( k(\overrightarrow{u} + \overrightarrow{v}) = k\overrightarrow{u} + k\overrightarrow{v} \)
  • Associativité : \( (kl)\overrightarrow{u} = k(l\overrightarrow{u}) \)
  • Élément neutre : \( 1\overrightarrow{u} = \overrightarrow{u} \)

Relation de Chasles

Identité fondamentale

DÉFINITION
Relation de Chasles

Pour trois points A, B et C quelconques :

\( \overrightarrow{AB} + \overrightarrow{BC} = \overrightarrow{AC} \)

Cette relation exprime que pour aller de A à C, on peut passer par un point intermédiaire B.

CONSÉQUENCES
Applications utiles
  • \( \overrightarrow{AB} = -\overrightarrow{BA} \)
  • \( \overrightarrow{AB} + \overrightarrow{BC} + \overrightarrow{CA} = \vec{0} \)
  • \( \overrightarrow{AB} = \overrightarrow{OB} - \overrightarrow{OA} \) (dans un repère)

Milieu d'un segment

Point médian

DÉFINITION VECTORIELLE
Caractérisation du milieu

I est le milieu du segment [AB] si et seulement si :

\( \overrightarrow{IA} + \overrightarrow{IB} = \vec{0} \)

Ou encore :

\( \overrightarrow{AI} = \overrightarrow{IB} \)
COORDONNÉES DU MILIEU
Dans un repère

Si A(x_A; y_A) et B(x_B; y_B), alors les coordonnées du milieu I sont :

\( I \left( \frac{x_A + x_B}{2}; \frac{y_A + y_B}{2} \right) \)

Résumé

Points clés

DÉFINITIONS ESSENTIELLES
Vecteur
  • Objet mathématique caractérisé par une direction, un sens et une norme
  • Notation : \( \overrightarrow{AB} \)
  • Origine A et extrémité B
Opérations
  • Addition : règle du parallélogramme
  • Multiplication par un réel : modification de la norme et du sens
  • Relation de Chasles : \( \overrightarrow{AB} + \overrightarrow{BC} = \overrightarrow{AC} \)
Applications
  • Coordonnées dans un repère
  • Calcul de norme (distance)
  • Alignement de points
  • Milieu d'un segment
Maîtrisez ces concepts pour réussir en géométrie vectorielle !

Conclusion

Félicitations !

FÉLICITATIONS !
MAÎTRISE DES VECTEURS
Vous comprenez maintenant les bases de la géométrie vectorielle !

Continuez à pratiquer pour renforcer vos compétences

Compris
Retenu
Appliqué