Question: Given a tetrahedral $\rho$ with faces $\Xi, \Pi, \Gamma, \Delta$ with areas $\xi , \pi, \gamma , \delta$, respectively, assign a normal vector to each face such that $\mid \mid \hat{\xi} \mid \mid = \xi, \mid \mid \hat{\pi} \mid \mid = \pi, \mid \mid \hat{\gamma} \mid \mid = \gamma, \mid \mid \hat{\delta} \mid \mid = \delta$
Prove that the sum of the vectors is the zero using vector cross product.
Edit Talk about over complicating a solution...
Proposed Solution
Let $P_1, P_2,P_3,$ and $P_4$ be vertices of a tetrahedron $\rho$, where $P_4$ is the top of the tetrahedron.
Permute $P_4$ with the other vertices to obtain three vectors: $\hat{a} , \hat{b}, \hat{c}$
To find the normal vector for each side, compute $$\hat{a} \times \hat{b}\, , \,\hat{b} \times \hat{c}\, , \,\hat{c} \times \hat{a}$$
Note that $\mid \mid \hat{u} \times \hat{v}\mid \mid $ gives the area of a parallelogram with sides $\hat{u}, \hat{v}$. Or two times the triangle formed...
So dividing each cross product by two yield the area of the corresponding side.
To find the final normal vector, notice that the plane of the fourth face can be represented by the triangle formed by $\hat{a}-\hat{b}$ and $ \hat{b} - \hat{c}$
$$(\hat{a}-\hat{b}) \times (\hat{b} - \hat{c}) = (\hat{b} \times \hat{a}) +
(\hat{b} \times \hat{-b}) +(\hat{-c} \times \hat{a}) + (\hat{c} \times \hat{b}) $$
Since the cross product is anticommutative, and since $u \times -u$ = 0
Dividing this result by two and adding to the previous results clearly yields 0.
Previous post: Tetrahedral Law of Cosines Proof
