📐 Exercice 1 : Plan, droite orthogonale et projection

Le plan PP est donné par :

(xyz)=(121)+s(120)+t(011),s,t\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ -2 \\ 1 \end{pmatrix} + s\begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix} + t\begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix}, \quad s,t \in \mathbb{R}

Le point est M=(3,0,3)M = (3, 0, 3).

1. Équation cartésienne du plan PP

  1. Vecteur Normal (n\vec{n}) : On calcule le produit vectoriel des deux vecteurs directeurs, u=(120)\vec{u} = \begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix} et v=(011)\vec{v} = \begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix}.

n=u×v((2)(1)(0)(1)(0)(0)(1)(1)(1)(1)(2)(0))=(211)\vec{n} = \vec{u} \times \vec{v} \begin{pmatrix} (2)(1) - (0)(1) \\ (0)(0) - (1)(1) \\ (1)(1) - (2)(0) \end{pmatrix} = \begin{pmatrix} 2 \\ -1 \\ 1 \end{pmatrix}

  1. Équation ax+by+cz=dax + by + cz = d : L’équation est de la forme 2xy+z=d2x - y + z = d.
  2. Détermination de dd : On utilise le point A(1,2,1)A(1, -2, 1) du plan : 2(1)(2)+1=2+2+1=52(1) - (-2) + 1 = 2 + 2 + 1 = 5

L’équation cartésienne du plan PP est : 2𝐱𝐲+𝐳=5\mathbf{2x - y + z = 5}.


2. Équation paramétrique de la droite DD

La droite DD passe par M(3,0,3)M(3, 0, 3) et a pour vecteur directeur le vecteur normal de PP, n=(211)\vec{n} = \begin{pmatrix} 2 \\ -1 \\ 1 \end{pmatrix}.

L’équation paramétrique de la droite DD est :

{x=3+2ty=tz=3+t,t \begin{cases} x = 3 + 2t \\ y = -t \\ z = 3 + t \end{cases}, \quad t \in \mathbb{R}


3. Projection orthogonale H=DPH = D \cap P

On substitue les coordonnées de DD dans l’équation de PP (2xy+z=52x - y + z = 5) : 2(3+2t)(t)+(3+t)=52(3 + 2t) - (-t) + (3 + t) = 5 6+4t+t+3+t=56 + 4t + t + 3 + t = 5 9+6t=56t=4t=239 + 6t = 5 \implies 6t = -4 \implies t = -\frac{2}{3} On substitue t=2/3t = -2/3 dans l’équation de DD :

xH=3+2(23)=343=53x_H = 3 + 2\left(-\frac{2}{3}\right) = 3 - \frac{4}{3} = \frac{5}{3}

yH=(23)=23y_H = -\left(-\frac{2}{3}\right) = \frac{2}{3}

zH=3+(23)=323=73 z_H = 3 + \left(-\frac{2}{3}\right) = 3 - \frac{2}{3} = \frac{7}{3}

La projection orthogonale est le point 𝐇=(53,23,73)\mathbf{H = \left(\frac{5}{3}, \frac{2}{3}, \frac{7}{3}\right)}.



✖️ Exercice 2 : Intersection de droites

On résout le système linéaire formé par les deux droites : {8x+7y=8(1)x+y=2(2)\begin{cases} 8x + 7y = -8 \quad (1) \\ x + y = 2 \quad (2) \end{cases}

De l’équation (2), on tire y=2xy = 2 - x. On substitue dans (1) : 8x+7(2x)=88x + 7(2 - x) = -8 8x+147x=88x + 14 - 7x = -8 x+14=8x=22x + 14 = -8 \implies x = -22 On trouve yy : y=2(22)=24y = 2 - (-22) = 24

L’intersection des droites D1D_1 et D2D_2 est le point (22,24)\mathbf{(-22, 24)}.



▲ Exercice 3 : Aire du triangle

On utilise les points X=(1,4)X = (-1, 4), Y=(2,1)Y = (2, -1), Z=(0,3)Z = (0, 3). L’aire AA est donnée par A=12|det(XY,XZ)|A = \frac{1}{2} |\det(\vec{XY}, \vec{XZ})|.

  1. Vecteurs : XY=(2(1),14)=(3,5)\vec{XY} = (2 - (-1), -1 - 4) = (3, -5) XZ=(0(1),34)=(1,1)\vec{XZ} = (0 - (-1), 3 - 4) = (1, -1)
  2. Déterminant : det(XY,XZ)=3151=(3)(1)(1)(5)=3+5=2\det(\vec{XY}, \vec{XZ}) = \begin{vmatrix} 3 & 1 \\ -5 & -1 \end{vmatrix} = (3)(-1) - (1)(-5) = -3 + 5 = 2
  3. Aire : A=12|2|=1A = \frac{1}{2} |2| = 1

L’aire du triangle XYZXYZ est de 1 unité carrée.



🧮 Exercice 4 : Calcul de déterminants

Déterminant de la matrice DD

D=(3116211241)D = \begin{pmatrix} 3 & 1 & 1 \\ 6 & 2 & 1 \\ 12 & 4 & 1 \end{pmatrix}

Puisque la colonne C1C_1 est égale à 3×C23 \times C_2, soit C1=3C2C_1 = 3 C_2 (car (3612)=3(124)\begin{pmatrix} 3 \\ 6 \\ 12 \end{pmatrix} = 3 \begin{pmatrix} 1 \\ 2 \\ 4 \end{pmatrix}), le déterminant est nul. det(D)=0\det(D) = 0

Déterminant de la matrice EE

E=(ijk120011) E = \begin{pmatrix} i & j & k \\ 1 & 2 & 0 \\ 0 & 1 & 1 \end{pmatrix}

On développe par la première ligne (i,j,ki, j, k étant les vecteurs unitaires) : det(E)=i2011j1001+k1201\det(E) = i \begin{vmatrix} 2 & 0 \\ 1 & 1 \end{vmatrix} - j \begin{vmatrix} 1 & 0 \\ 0 & 1 \end{vmatrix} + k \begin{vmatrix} 1 & 2 \\ 0 & 1 \end{vmatrix} det(E)=i(2101)j(1100)+k(1120)\det(E) = i(2\cdot 1 - 0\cdot 1) - j(1\cdot 1 - 0\cdot 0) + k(1\cdot 1 - 2\cdot 0) det(E)=2ij+k\det(E) = 2i - j + k Le déterminant est le vecteur (211)\mathbf{\begin{pmatrix} 2 \\ -1 \\ 1 \end{pmatrix}}.

Déterminant de la matrice FF (Sans opération sur les lignes)

F=(111139124)F = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 3 & 9 \\ 1 & 2 & 4 \end{pmatrix}

On développe par la première ligne (L1L_1) : det(F)=1392411914+11312\det(F) = 1 \cdot \begin{vmatrix} 3 & 9 \\ 2 & 4 \end{vmatrix} - 1 \cdot \begin{vmatrix} 1 & 9 \\ 1 & 4 \end{vmatrix} + 1 \cdot \begin{vmatrix} 1 & 3 \\ 1 & 2 \end{vmatrix}

  1. Premier terme : 1((3)(4)(9)(2))=1(1218)=61 \cdot ((3)(4) - (9)(2)) = 1 \cdot (12 - 18) = -6
  2. Deuxième terme : 1((1)(4)(9)(1))=1(49)=1(5)=5-1 \cdot ((1)(4) - (9)(1)) = -1 \cdot (4 - 9) = -1 \cdot (-5) = 5
  3. Troisième terme : 1((1)(2)(3)(1))=1(23)=11 \cdot ((1)(2) - (3)(1)) = 1 \cdot (2 - 3) = -1

det(F)=6+51=2\det(F) = -6 + 5 - 1 = -2 Le déterminant de FF est 2\mathbf{-2}.