Skip to main content

Exercises 1.5 Exercises

1.

  1. Show that \(\norm{\vu-\vv}^2 = \norm{\vu}^2 + \norm{\vv}^2 - 2\vu \cdot \vv.\)
  2. Deduce the law of cosine from the equation above. This shows that our definition of angle between vectors agrees with the usual one from plane geometry.
A triangle with sides labeled as vectors u, v, and u minus v, with angle theta between u.
Figure 1.5.1. Hint for deducing the Law of Cosines.

4.

Find an equation of the plane through the point \((2,-1,3)\) with normal vector \(\gv{1,4,-2}\text{.}\) Write your answer both in the form \(\vn\cdot(\vr-\vr_0)=0\) and in the coordinate form \(ax+by+cz=d\text{.}\)

5.

Consider the vectors \(\vu=\gv{1,2,1}\) and \(\vv=\gv{2,-1,3}\text{.}\)
  1. Compute \(\vu\times\vv\text{.}\)
  2. Find the area of the parallelogram spanned by \(\vu\) and \(\vv\text{.}\)
  3. Find an equation of the plane through the point \((1,0,2)\) parallel to both \(\vu\) and \(\vv\text{.}\)

6.

Find an equation of the plane through the three points \(A=(1,2,0)\text{,}\) \(B=(3,1,1)\text{,}\) and \(C=(0,1,2)\text{.}\) Then compute the area of triangle \(ABC\text{.}\)

7.

Let \(\vu = \gv{1,0,2}\text{,}\) \(\vv = \gv{0,1,1}\text{,}\) and \(\vw = \gv{2,1,0}\text{.}\)
  1. Compute the scalar triple product \((\vu\times\vv)\cdot\vw\text{.}\)
  2. Find the volume of the parallelepiped determined by \(\vu,\vv,\vw\text{.}\)
  3. Decide whether the ordered triple \(\vu,\vv,\vw\) is right-handed or left-handed.

8.

  1. Find a parameterization of the line through the points \((1,-1,2)\) and \((4,1,0)\text{.}\)
  2. Find a parameterization of the plane through \((0,1,2)\) parallel to the vectors \(\gv{1,1,0}\) and \(\gv{2,0,1}\text{.}\)
  3. Find a parameterization of the cylinder \(x^2+y^2=9\) for \(-1 \le z \le 2\text{.}\)