Subjects géométrie dans l'espace

Triangle Aire Ff159B

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. Énoncé du problème : On donne les points $A(3,0,0)$, $B(0,1,1)$, $C(-1,1,2)$ et $D(3,1,1)$. Il faut montrer que $ABC$ est un triangle puis calculer son aire. 2. Montrer que $ABC$ est un triangle : - Calculons les vecteurs $\overrightarrow{AB}$ et $\overrightarrow{AC}$ : $$\overrightarrow{AB} = B - A = (0-3, 1-0, 1-0) = (-3, 1, 1)$$ $$\overrightarrow{AC} = C - A = (-1-3, 1-0, 2-0) = (-4, 1, 2)$$ - Pour que $A$, $B$, $C$ soient alignés, $\overrightarrow{AB}$ et $\overrightarrow{AC}$ doivent être colinéaires, c'est-à-dire $\exists \lambda$ tel que $\overrightarrow{AC} = \lambda \overrightarrow{AB}$. - Vérifions : $$\frac{-4}{-3} = \frac{1}{1} = \frac{2}{1}$$ Or $\frac{-4}{-3} = \frac{4}{3} \neq 1 \neq 2$, donc ils ne sont pas colinéaires. Donc, $A$, $B$, $C$ ne sont pas alignés et forment un triangle. 3. Calcul de l'aire du triangle $ABC$ : - L'aire d'un triangle est donnée par : $$\text{Aire} = \frac{1}{2} \| \overrightarrow{AB} \times \overrightarrow{AC} \|$$ - Calculons le produit vectoriel $\overrightarrow{AB} \times \overrightarrow{AC}$ : $$\overrightarrow{AB} \times \overrightarrow{AC} = \begin{vmatrix} \overrightarrow{i} & \overrightarrow{j} & \overrightarrow{k} \\ -3 & 1 & 1 \\ -4 & 1 & 2 \end{vmatrix} = \overrightarrow{i}(1 \times 2 - 1 \times 1) - \overrightarrow{j}(-3 \times 2 - 1 \times -4) + \overrightarrow{k}(-3 \times 1 - 1 \times -4)$$ $$= \overrightarrow{i}(2 - 1) - \overrightarrow{j}(-6 + 4) + \overrightarrow{k}(-3 + 4) = \overrightarrow{i}(1) - \overrightarrow{j}(-2) + \overrightarrow{k}(1) = (1, 2, 1)$$ - Norme du vecteur : $$\| (1, 2, 1) \| = \sqrt{1^2 + 2^2 + 1^2} = \sqrt{1 + 4 + 1} = \sqrt{6}$$ - Donc l'aire est : $$\text{Aire} = \frac{1}{2} \times \sqrt{6} = \frac{\sqrt{6}}{2}$$ 4. Conclusion : Le triangle $ABC$ existe et son aire est $\frac{\sqrt{6}}{2}$.