Exercice 26 : Équation Paramétrique de la Droite d’Intersection

de Deux Plans

Pour résoudre l’Exercice 26, nous devons trouver l’équation paramétrique de la droite 𝒟\mathcal{D}, qui est l’intersection des deux plans 𝒫1\mathcal{P}_1 et 𝒫2\mathcal{P}_2.

L’intersection est définie par le système d’équations cartésiennes des deux plans : 𝒟:{Équation de 𝒫1Équation de 𝒫2 \mathcal{D}: \begin{cases} \text{Équation de } \mathcal{P}_1 \\ \text{Équation de } \mathcal{P}_2 \end{cases} Pour trouver la forme paramétrique, nous résolvons ce système en exprimant deux variables en fonction de la troisième (le paramètre tt).


Exercice 26 a) 📐

Plans : * 𝒫1:x+y+z=3\mathcal{P}_1: x + y + z = 3 * 𝒫2:x2y+z=0\mathcal{P}_2: x - 2y + z = 0

Système : (S){x+y+z=3(1)x2y+z=0(2) (S) \begin{cases} x + y + z = 3 \quad (1) \\ x - 2y + z = 0 \quad (2) \end{cases}

1. Trouver le vecteur directeur v\vec{v} : Le vecteur directeur v\vec{v} de la droite 𝒟\mathcal{D} est orthogonal aux deux vecteurs normaux n1\vec{n}_1 et n2\vec{n}_2 des plans. On le trouve par le produit vectoriel n1×n2\vec{n}_1 \times \vec{n}_2. * n1=(1,1,1)\vec{n}_1 = (1, 1, 1) * n2=(1,2,1)\vec{n}_2 = (1, -2, 1)

v=(111)×(121)=((1)(1)(1)(2)(1)(1)(1)(1)(1)(2)(1)(1))=(1(2)1121)=(303)\vec{v} = \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix} \times \begin{pmatrix} 1 \\ -2 \\ 1 \end{pmatrix} = \begin{pmatrix} (1)(1) - (1)(-2) \\ (1)(1) - (1)(1) \\ (1)(-2) - (1)(1) \end{pmatrix} = \begin{pmatrix} 1 - (-2) \\ 1 - 1 \\ -2 - 1 \end{pmatrix} = \begin{pmatrix} 3 \\ 0 \\ -3 \end{pmatrix} On peut simplifier le vecteur directeur à v=(1,0,1)\vec{v}' = (1, 0, -1).

2. Trouver un point AA de la droite 𝒟\mathcal{D} : Cherchons un point où, par exemple, y=0y=0. Substituons y=0y=0 dans (S)(S) : {x+0+z=3x+z=3x2(0)+z=0x+z=0 \begin{cases} x + 0 + z = 3 \implies x + z = 3 \\ x - 2(0) + z = 0 \implies x + z = 0 \end{cases} Ce système n’a pas de solution (car 303 \neq 0). Cela signifie que la droite d’intersection ne coupe pas le plan y=0y=0.

Cherchons un point où x=0x=0 : {0+y+z=3y+z=3(3)02y+z=0z=2y(4) \begin{cases} 0 + y + z = 3 \implies y + z = 3 \quad (3) \\ 0 - 2y + z = 0 \implies z = 2y \quad (4) \end{cases} Substituons (4)(4) dans (3)(3) : y+(2y)=33y=3y=1y + (2y) = 3 \implies 3y = 3 \implies y = 1 Ensuite, z=2(1)=2z = 2(1) = 2. Le point d’intersection est A=(0,1,2)A = (0, 1, 2).

3. Équation Paramétrique de 𝒟\mathcal{D} : En utilisant le point A(0,1,2)A(0, 1, 2) et le vecteur directeur v(1,0,1)\vec{v}'(1, 0, -1), l’équation paramétrique est : 𝒟:{x=0+1ty=1+0tz=21t,t\mathcal{D}: \begin{cases} x = 0 + 1t \\ y = 1 + 0t \\ z = 2 - 1t \end{cases}, \quad t \in \mathbb{R} 𝒟:{𝐱=𝐭𝐲=1𝐳=2𝐭,t\mathcal{D}: \begin{cases} \mathbf{x = t} \\ \mathbf{y = 1} \\ \mathbf{z = 2 - t} \end{cases}, \quad t \in \mathbb{R}


Exercice 26 b) 📐

Plans : * 𝒫1:x+yz=1\mathcal{P}_1: x + y - z = -1 * 𝒫2:x+2y+3z=0\mathcal{P}_2: x + 2y + 3z = 0

Système : (S){x+yz=1(1)x+2y+3z=0(2) (S) \begin{cases} x + y - z = -1 \quad (1) \\ x + 2y + 3z = 0 \quad (2) \end{cases}

1. Trouver le vecteur directeur v\vec{v} : * n1=(1,1,1)\vec{n}_1 = (1, 1, -1) * n2=(1,2,3)\vec{n}_2 = (1, 2, 3)

v=(111)×(123)=((1)(3)(1)(2)(1)(1)(1)(3)(1)(2)(1)(1))=(3+21321)=(541)\vec{v} = \begin{pmatrix} 1 \\ 1 \\ -1 \end{pmatrix} \times \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} = \begin{pmatrix} (1)(3) - (-1)(2) \\ (-1)(1) - (1)(3) \\ (1)(2) - (1)(1) \end{pmatrix} = \begin{pmatrix} 3 + 2 \\ -1 - 3 \\ 2 - 1 \end{pmatrix} = \begin{pmatrix} 5 \\ -4 \\ 1 \end{pmatrix} Vecteur directeur : v=(5,4,1)\vec{v} = (5, -4, 1).

2. Trouver un point AA de la droite 𝒟\mathcal{D} : Choisissons z=0z=0 (paramètre t=0t=0). {x+y0=1x+y=1(3)x+2y+3(0)=0x+2y=0(4) \begin{cases} x + y - 0 = -1 \implies x + y = -1 \quad (3) \\ x + 2y + 3(0) = 0 \implies x + 2y = 0 \quad (4) \end{cases} Soustraire (3)(3) de (4)(4): (x+2y)(x+y)=0(1)y=1(x + 2y) - (x + y) = 0 - (-1) \implies y = 1 Substituer y=1y=1 dans (3)(3): x+1=1x=2x + 1 = -1 \implies x = -2 Le point d’intersection est A=(2,1,0)A = (-2, 1, 0).

3. Équation Paramétrique de 𝒟\mathcal{D} : En utilisant le point A(2,1,0)A(-2, 1, 0) et le vecteur directeur v(5,4,1)\vec{v}(5, -4, 1), l’équation paramétrique est : 𝒟:{x=2+5ty=14tz=0+1t,t\mathcal{D}: \begin{cases} x = -2 + 5t \\ y = 1 - 4t \\ z = 0 + 1t \end{cases}, \quad t \in \mathbb{R} 𝒟:{𝐱=2+5𝐭𝐲=14𝐭𝐳=𝐭,t\mathcal{D}: \begin{cases} \mathbf{x = -2 + 5t} \\ \mathbf{y = 1 - 4t} \\ \mathbf{z = t} \end{cases}, \quad t \in \mathbb{R}


Exercice 26 c) 📐

Plans : * 𝒫1:2xz=1\mathcal{P}_1: 2x - z = 1 * 𝒫2:x+y=2\mathcal{P}_2: x + y = 2

Système : (S){2xz=1(1)x+y=2(2) (S) \begin{cases} 2x - z = 1 \quad (1) \\ x + y = 2 \quad (2) \end{cases}

1. Trouver le vecteur directeur v\vec{v} : * n1=(2,0,1)\vec{n}_1 = (2, 0, -1) (Attention, yy n’apparaît pas, donc son coefficient est 0) * n2=(1,1,0)\vec{n}_2 = (1, 1, 0) (Attention, zz n’apparaît pas, donc son coefficient est 0)

v=(201)×(110)=((0)(0)(1)(1)(1)(1)(2)(0)(2)(1)(0)(1))=(0(1)1020)=(112)\vec{v} = \begin{pmatrix} 2 \\ 0 \\ -1 \end{pmatrix} \times \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix} = \begin{pmatrix} (0)(0) - (-1)(1) \\ (-1)(1) - (2)(0) \\ (2)(1) - (0)(1) \end{pmatrix} = \begin{pmatrix} 0 - (-1) \\ -1 - 0 \\ 2 - 0 \end{pmatrix} = \begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix} Vecteur directeur : v=(1,1,2)\vec{v} = (1, -1, 2).

2. Trouver un point AA de la droite 𝒟\mathcal{D} : Choisissons x=0x=0 (ce choix peut être remplacé par y=0y=0 ou z=0z=0). Substituons x=0x=0 dans (S)(S): {2(0)z=1z=10+y=2y=2 \begin{cases} 2(0) - z = 1 \implies z = -1 \\ 0 + y = 2 \implies y = 2 \end{cases} Le point d’intersection est A=(0,2,1)A = (0, 2, -1).

3. Équation Paramétrique de 𝒟\mathcal{D} : En utilisant le point A(0,2,1)A(0, 2, -1) et le vecteur directeur v(1,1,2)\vec{v}(1, -1, 2), l’équation paramétrique est : 𝒟:{x=0+1ty=21tz=1+2t,t\mathcal{D}: \begin{cases} x = 0 + 1t \\ y = 2 - 1t \\ z = -1 + 2t \end{cases}, \quad t \in \mathbb{R} 𝒟:{𝐱=𝐭𝐲=2𝐭𝐳=1+3𝐭,t\mathcal{D}: \begin{cases} \mathbf{x = t} \\ \mathbf{y = 2 - t} \\ \mathbf{z = -1 + 3t} \end{cases}, \quad t \in \mathbb{R}


Exercice 27 : Projection Orthogonale d’un Point sur un Plan

Résoudre l’Exercice 27 consiste à calculer les coordonnées H(xH,yH,zH)H(x_H, y_H, z_H) de la projection orthogonale d’un point MM sur un plan 𝒫\mathcal{P}.

La méthode générale pour trouver la projection orthogonale HH est la suivante : 1. Trouver le vecteur normal n\vec{n} du plan 𝒫\mathcal{P}. 2. Déterminer la droite 𝒟\mathcal{D} qui passe par MM et qui est orthogonale à 𝒫\mathcal{P}. Le vecteur normal n\vec{n} est le vecteur directeur de cette droite 𝒟\mathcal{D}. 3. L’intersection de la droite 𝒟\mathcal{D} et du plan 𝒫\mathcal{P} est le point de projection HH.


Exercice 27 a) 🎯

Point : M=(1,1,0)M = (1, 1, 0) Plan : 𝒫:xy+2z=3\mathcal{P}: x - y + 2z = 3

1. Vecteur Normal n\vec{n}

L’équation cartésienne du plan est xy+2z=3x - y + 2z = 3. Le vecteur normal est donné par les coefficients de x,y,zx, y, z : n=(1,1,2)\vec{n} = (1, -1, 2)

2. Droite Orthogonale 𝒟\mathcal{D}

La droite 𝒟\mathcal{D} passe par M(1,1,0)M(1, 1, 0) et a pour vecteur directeur n(1,1,2)\vec{n}(1, -1, 2). L’équation paramétrique de 𝒟\mathcal{D} est : 𝒟:{x=1+ty=1tz=0+2t,t\mathcal{D}: \begin{cases} x = 1 + t \\ y = 1 - t \\ z = 0 + 2t \end{cases}, \quad t \in \mathbb{R}

3. Point de Projection HH

HH est le point d’intersection de 𝒟\mathcal{D} et 𝒫\mathcal{P}. On substitue les expressions de x,y,zx, y, z de la droite 𝒟\mathcal{D} dans l’équation du plan 𝒫\mathcal{P} : xy+2z=3x - y + 2z = 3 (1+t)(1t)+2(2t)=3(1 + t) - (1 - t) + 2(2t) = 3 1+t1+t+4t=31 + t - 1 + t + 4t = 3 6t=3t=36=126t = 3 \implies t = \frac{3}{6} = \frac{1}{2}

On substitue t=1/2t = 1/2 dans l’équation paramétrique de 𝒟\mathcal{D} pour trouver les coordonnées de HH: xH=1+12=32x_H = 1 + \frac{1}{2} = \frac{3}{2} yH=112=12y_H = 1 - \frac{1}{2} = \frac{1}{2} zH=2(12)=1z_H = 2 \left( \frac{1}{2} \right) = 1

Les coordonnées de la projection orthogonale HH sont : 𝐇=(32,12,1)\mathbf{H = \left( \frac{3}{2}, \frac{1}{2}, 1 \right)}


Exercice 27 b) 🎯

Point : M=(2,1,1)M = (2, -1, 1) Plan : 𝒫:2x+y=1\mathcal{P}: 2x + y = 1

1. Vecteur Normal n\vec{n}

L’équation cartésienne du plan est 2x+y=12x + y = 1 (le coefficient de zz est 0). n=(2,1,0)\vec{n} = (2, 1, 0)

2. Droite Orthogonale 𝒟\mathcal{D}

La droite 𝒟\mathcal{D} passe par M(2,1,1)M(2, -1, 1) et a pour vecteur directeur n(2,1,0)\vec{n}(2, 1, 0). L’équation paramétrique de 𝒟\mathcal{D} est : 𝒟:{x=2+2ty=1+1tz=1+0t,t\mathcal{D}: \begin{cases} x = 2 + 2t \\ y = -1 + 1t \\ z = 1 + 0t \end{cases}, \quad t \in \mathbb{R}

3. Point de Projection HH

On substitue les expressions de x,y,zx, y, z de la droite 𝒟\mathcal{D} dans l’équation du plan 𝒫\mathcal{P} : 2x+y=12x + y = 1 2(2+2t)+(1+t)=12(2 + 2t) + (-1 + t) = 1 4+4t1+t=14 + 4t - 1 + t = 1 3+5t=13 + 5t = 1 5t=135t=2t=255t = 1 - 3 \implies 5t = -2 \implies t = -\frac{2}{5}

On substitue t=2/5t = -2/5 dans l’équation paramétrique de 𝒟\mathcal{D} pour trouver les coordonnées de HH: xH=2+2(25)=245=1045=65x_H = 2 + 2 \left( -\frac{2}{5} \right) = 2 - \frac{4}{5} = \frac{10 - 4}{5} = \frac{6}{5} yH=1+(25)=125=525=75y_H = -1 + \left( -\frac{2}{5} \right) = -1 - \frac{2}{5} = \frac{-5 - 2}{5} = -\frac{7}{5} zH=1+0t=1z_H = 1 + 0t = 1

Les coordonnées de la projection orthogonale HH sont : 𝐇=(65,75,1)\mathbf{H = \left( \frac{6}{5}, -\frac{7}{5}, 1 \right)}


Exercice 27 c) 🎯

Point : M=(1,5,1)M = (-1, 5, -1) Plan : 𝒫\mathcal{P} est donné sous forme paramétrique : 𝒫={(2t+s,1+2ts,3t+2s),t,s}\mathcal{P} = \{ (2 - t + s, 1 + 2t - s, 3t + 2s), t, s \in \mathbb{R} \}

1. Équation Cartésienne du Plan 𝒫\mathcal{P}

Pour trouver le vecteur normal, il faut d’abord extraire deux vecteurs directeurs du plan 𝒫\mathcal{P}. (xyz)=(210)+t(123)+s(112) \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 1 \\ 0 \end{pmatrix} + t \begin{pmatrix} -1 \\ 2 \\ 3 \end{pmatrix} + s \begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix} * Point du plan : A=(2,1,0)A = (2, 1, 0) * Vecteurs directeurs : u=(1,2,3)\vec{u} = (-1, 2, 3) et v=(1,1,2)\vec{v} = (1, -1, 2).

Le vecteur normal n\vec{n} est le produit vectoriel de u\vec{u} et v\vec{v} : n=u×v=(123)×(112)=((2)(2)(3)(1)(3)(1)(1)(2)(1)(1)(2)(1))=(4(3)3(2)12)=(751)\vec{n} = \vec{u} \times \vec{v} = \begin{pmatrix} -1 \\ 2 \\ 3 \end{pmatrix} \times \begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix} = \begin{pmatrix} (2)(2) - (3)(-1) \\ (3)(1) - (-1)(2) \\ (-1)(-1) - (2)(1) \end{pmatrix} = \begin{pmatrix} 4 - (-3) \\ 3 - (-2) \\ 1 - 2 \end{pmatrix} = \begin{pmatrix} 7 \\ 5 \\ -1 \end{pmatrix} L’équation cartésienne de 𝒫\mathcal{P} est donc 7x+5y1z+d=07x + 5y - 1z + d = 0. En utilisant le point A(2,1,0)A(2, 1, 0) pour trouver dd: 7(2)+5(1)1(0)+d=07(2) + 5(1) - 1(0) + d = 0 14+5+0+d=019+d=0d=1914 + 5 + 0 + d = 0 \implies 19 + d = 0 \implies d = -19 Équation Cartésienne de 𝒫\mathcal{P}: 7x+5yz19=07x + 5y - z - 19 = 0.

2. Droite Orthogonale 𝒟\mathcal{D}

La droite 𝒟\mathcal{D} passe par M(1,5,1)M(-1, 5, -1) et a pour vecteur directeur n(7,5,1)\vec{n}(7, 5, -1). L’équation paramétrique de 𝒟\mathcal{D} est : 𝒟:{x=1+7ky=5+5kz=11k,k\mathcal{D}: \begin{cases} x = -1 + 7k \\ y = 5 + 5k \\ z = -1 - 1k \end{cases}, \quad k \in \mathbb{R} (Nous utilisons le paramètre kk pour éviter la confusion avec tt et ss du plan).

3. Point de Projection HH

On substitue les expressions de x,y,zx, y, z de la droite 𝒟\mathcal{D} dans l’équation cartésienne du plan 𝒫\mathcal{P} : 7x+5yz19=07x + 5y - z - 19 = 0 7(1+7k)+5(5+5k)(1k)19=07(-1 + 7k) + 5(5 + 5k) - (-1 - k) - 19 = 0 7+49k+25+25k+1+k19=0-7 + 49k + 25 + 25k + 1 + k - 19 = 0 Regroupons les termes en kk : (49+25+1)k=75k(49 + 25 + 1)k = 75k Regroupons les constantes : (7+25+119)=0(-7 + 25 + 1 - 19) = 0 Donc : 75k+0=0k=075k + 0 = 0 \implies k = 0

On substitue k=0k = 0 dans l’équation paramétrique de 𝒟\mathcal{D} pour trouver les coordonnées de HH: xH=1+7(0)=1x_H = -1 + 7(0) = -1 yH=5+5(0)=5y_H = 5 + 5(0) = 5 zH=11(0)=1z_H = -1 - 1(0) = -1

Les coordonnées de la projection orthogonale HH sont : 𝐇=(1,5,1)\mathbf{H = (-1, 5, -1)} (Le point de projection est MM lui-même, car MM est déjà dans le plan 𝒫\mathcal{P}.)