Exercises
- 
            For each of the following pairs of vectors,
            determine a vector orthogonal to both of them,
            and calculat the area of the triangle that they frame.
            \[\begin{align*} \bm{u} &= \langle 1,2,3 \rangle \\ \bm{v} &= \langle 3,4,5 \rangle \end{align*}\]\[\begin{align*} \bm{u} &= \langle 1,-2,-3 \rangle \\ \bm{v} &= \langle 3,-4,5 \rangle \end{align*}\]\[\begin{align*} \bm{u} &= \langle 8,-8,1 \rangle \\ \bm{v} &= \langle 0,8,-1 \rangle \end{align*}\]\[\begin{align*} \bm{u} &= \langle 4,5,-2 \rangle \\ \bm{v} &= \langle 3,-5,-1 \rangle \end{align*}\]
 - For any three non-colinear points in space, there is a unique triangle having those points as vertices. What is the area of the triangle with vertices \((1,2,3)\) and \((-3,3,-2)\) and \((6,1,1)?\) What is the perimeter of this triangle?
 - For any three non-colinear points in space, there is a unique plane passing through those points, and a unique direction normal (orthogonal) to that plane. What is an example of a vector normal to the plane that contains the points \((1,2,3)\) and \((-3,3,-2)\) and \((6,1,1)?\)
 - 
            Compute the scalar triple product of each of the following triples of vectors.
            \[\begin{align*} \bm{u} &= \langle 1,2,3 \rangle \\ \bm{v} &= \langle 2,3,4 \rangle \\ \bm{w} &= \langle 3,4,5 \rangle \end{align*}\]\[\begin{align*} \bm{u} &= \langle 1,-2,-3 \rangle \\ \bm{v} &= \langle 2,-3,4 \rangle \\ \bm{w} &= \langle 3,-4,5 \rangle \end{align*}\]\[\begin{align*} \bm{u} &= \langle 5,4,-3 \rangle \\ \bm{v} &= \langle 8,8,1 \rangle \\ \bm{w} &= \langle -2,0,7 \rangle \end{align*}\]
 - 
            
            A tetrahedron is a three-dimensional solid
            having four vertices (corners), six edges, and four faces (sides).
            It’s the three-dimensional analogue of a triangle
            and can be visualized as a triangular-based pyramid.
            For any four non-colinear points in space,
            there is a unique tetrahedron having those points as vertices.
            What is the volume of the tetrahedron with vertices
            \((1,2,3)\) and \((-3,3,-2)\) and \((6,1,1)\) and \((5,1,-2)?\)
            What is the surface area of this tetrahedron?