Première Géométrie vecteursdroitesrepèreéquationdistance

Géométrie repérée

Vecteurs dans le plan repéré, droites (équations, directions, normales), distance et position relative. Programme de Première.

Vecteurs dans le plan

Dans un repère (O,i,j)(O, \vec{i}, \vec{j}), tout vecteur u\vec{u} se décompose en :

u=xi+yj=(xy)\vec{u} = x\,\vec{i} + y\,\vec{j} = \begin{pmatrix} x \\ y \end{pmatrix}

Opérations :

(xy)+(xy)=(x+xy+y)λ(xy)=(λxλy)\begin{pmatrix} x \\ y \end{pmatrix} + \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} x+x' \\ y+y' \end{pmatrix} \qquad \lambda\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} \lambda x \\ \lambda y \end{pmatrix}

Coordonnées du vecteur AB\overrightarrow{AB} : Si A(xA,yA)A(x_A, y_A) et B(xB,yB)B(x_B, y_B) :

AB=(xBxAyByA)\overrightarrow{AB} = \begin{pmatrix} x_B - x_A \\ y_B - y_A \end{pmatrix}

Milieu de [AB][AB] : I ⁣(xA+xB2,  yA+yB2)I\!\left(\dfrac{x_A + x_B}{2},\; \dfrac{y_A + y_B}{2}\right)


Équations d’une droite

Équation cartésienne

ax+by+c=0(a0 ou b0)ax + by + c = 0 \quad (a \neq 0 \text{ ou } b \neq 0)

Un vecteur normal à la droite est n=(ab)\vec{n} = \begin{pmatrix} a \\ b \end{pmatrix}.

Un vecteur directeur est d=(ba)\vec{d} = \begin{pmatrix} -b \\ a \end{pmatrix}.

Équation réduite

Si b0b \neq 0 :

y=mx+py = mx + p

mm est la pente (ou coefficient directeur) et pp l’ordonnée à l’origine.

La pente est aussi : m=yByAxBxAm = \dfrac{y_B - y_A}{x_B - x_A} pour deux points distincts AA et BB de la droite.


Droites particulières

DroiteConditionÉquation
Horizontaled=(10)\vec{d} = \begin{pmatrix}1\\0\end{pmatrix}y=ky = k
Verticaled=(01)\vec{d} = \begin{pmatrix}0\\1\end{pmatrix}x=kx = k
Passant par A(xA,yA)A(x_A, y_A) de pente mmyyA=m(xxA)y - y_A = m(x - x_A)

Position relative de deux droites

Deux droites d1:a1x+b1y+c1=0d_1 : a_1 x + b_1 y + c_1 = 0 et d2:a2x+b2y+c2=0d_2 : a_2 x + b_2 y + c_2 = 0 sont :

  • Parallèles si d1d2\vec{d_1} \parallel \vec{d_2}, i.e. a1b2a2b1=0a_1 b_2 - a_2 b_1 = 0
  • Confondues si en plus elles ont un point commun
  • Sécantes sinon (un unique point d’intersection)

Méthode pour trouver l’intersection : Résoudre le système {a1x+b1y=c1a2x+b2y=c2\begin{cases} a_1 x + b_1 y = -c_1 \\ a_2 x + b_2 y = -c_2 \end{cases}


Orthogonalité et parallélisme

Deux droites de pentes m1m_1 et m2m_2 sont :

Paralleˋles    m1=m2\text{Parallèles} \iff m_1 = m_2

Perpendiculaires    m1m2=1\text{Perpendiculaires} \iff m_1 \cdot m_2 = -1

En termes de vecteurs directeurs d1=(x1y1)\vec{d_1} = \begin{pmatrix}x_1\\y_1\end{pmatrix} et d2=(x2y2)\vec{d_2} = \begin{pmatrix}x_2\\y_2\end{pmatrix} :

d1d2    x1x2+y1y2=0\vec{d_1} \perp \vec{d_2} \iff x_1 x_2 + y_1 y_2 = 0


Distance d’un point à une droite

La distance du point P(x0,y0)P(x_0, y_0) à la droite ax+by+c=0ax + by + c = 0 est :

d=ax0+by0+ca2+b2d = \frac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}}

Exemple : Distance de P(2,1)P(2, 1) à la droite 3x4y+5=03x - 4y + 5 = 0 :

d=3×24×1+59+16=64+55=75d = \frac{|3 \times 2 - 4 \times 1 + 5|}{\sqrt{9 + 16}} = \frac{|6 - 4 + 5|}{5} = \frac{7}{5}


Équation d’un cercle

Le cercle de centre Ω(a,b)\Omega(a, b) et rayon R>0R > 0 a pour équation :

(xa)2+(yb)2=R2(x - a)^2 + (y - b)^2 = R^2

Développé : x2+y22ax2by+(a2+b2R2)=0x^2 + y^2 - 2ax - 2by + (a^2 + b^2 - R^2) = 0

Méthode — Déterminer le centre et le rayon à partir de x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0 :

Compléter le carré en xx et en yy.

Exemple : x2+y24x+6y3=0x^2 + y^2 - 4x + 6y - 3 = 0

(x2)24+(y+3)293=0    (x2)2+(y+3)2=16(x-2)^2 - 4 + (y+3)^2 - 9 - 3 = 0 \implies (x-2)^2 + (y+3)^2 = 16

Centre Ω(2,3)\Omega(2, -3), rayon R=4R = 4.