next up previous
Next: About this document ...

18.02, Problem set II. Solutions to Part II

Problem 1: (2 pts, after Feb 2) Derive the formula $ \cos(\alpha-\beta)=\cos(\alpha)\cos(\beta)+\sin(\alpha)\sin(\beta)$ for $ \alpha>\beta$ between 0 and $ \pi/2$ by interpreting the right-hand side as the scalar product of two unit vectors.

Solution: The vector $ {\bf i}(\alpha)=\cos\alpha \hat i+\sin\alpha \hat j$ has unit length and makes an angle $ \alpha$ with the x-axis, that is with $ \hat i.$ Thus the angle between $ {\bf i}(\alpha)$ and $ {\bf i}(\beta)$ is $ \alpha -\beta,$ assuming as we do that $ \alpha >\beta.$ The two dot product formulæ give

$\displaystyle {\bf i}(\alpha )\cdot{\bf i}(\beta )=\vert{\bf i}(\alpha )\vert\v...
...beta )=\cos(\alpha -\beta )=\cos(\alpha)\cos(\beta)+\sin(\alpha )\sin(\beta ).
$

Problem 2: (3=1+2 pts, after Feb 2)

1.
Show that the four points $ (-1,-1,-1),$ $ (1,1,-1),$ $ (-1,1,1)$ and $ (1,-1,1)$ form the vertices of regular tetrahedron (state your reasoning precisely - a regular tetrahedron is one with all sides of equal length).
2.
Find the angle in radians between two sides at any one vertex (use a calculator or computer) to two decimal places.

Solution: The length of each side is $ 2\sqrt 2$ by computation. At $ (-1,-1,-1)$ two of the sides are $ \langle 2,2,0\rangle$ and $ \langle
0,2,2\rangle.$ Their dot product is $ 4$ so if $ \theta$ is the angle between them them $ 8\cos\theta=4,$ $ \cos\theta =1/2.$ Thus the angle is $ \pi/3=1.05\dots.$

Problem 3: (3=1+1+2+2 pts, after Feb 4) Given the vectors $ \bf {A}=6\hat i-2\hat j+3\hat k$ and $ \bf {B}=3\hat i+6\hat j-2\hat k$

1.
Show that $ \bf {A}$ and $ \bf {B}$ are perpendicular (orthogonal).
2.
Find unit vectors $ \hat i'$ and $ \hat j'$ in the directions of $ \bf {A}$ and $ \bf {B}.$
3.
Using the cross product find a third unit vector $ \hat k'$ which is orthogonal to both $ \hat i'$ and $ \hat j'$ and such that $ \hat i',\hat j',\hat k$ is a right-handed coordinate system.
4.
If $ {\bf C}=2\hat i-\hat j+\hat k$ find constants $ a,b,c$ such that $ {\bf C}=a\hat i'+b\hat j'+c\hat k'$ (hint - use the dot product).

Solution:

1.
$ \bf {A}\cdot\bf {B}=18-12-6=0$ so the vectors are orthogonal.
2.
$ \vert\bf {A}\vert^2=36+4+9=49$ so $ \hat i'=\frac67\hat i-\frac27\hat
j+\frac37\hat k$ and $ \vert\bf {B}\vert^2=9+36+4=49$ so $ \hat j'=\frac37\hat
i+\frac67\hat j-\frac27\hat k.$
3.
$ \hat k'=\hat i'\times\hat j'=-\frac{14}{49}\hat i+\frac{21}{49}\hat
j+\frac{42}{49}\hat k=-\frac27\hat i+\frac37\hat j+\frac67\hat k.$
4.
$ a={\bf C}\cdot \hat i'=\frac{15}7,\ b={\bf C}\cdot \hat
j'=-\frac27,\ c=\frac17.$

Problem 4: (3 pts, after Feb 4) Consider a tetrahedron with one vertex at the origin and each of the other three vertices on the three coordinate axes, say at the points $ \langle
a,0,0\rangle ,$ $ \langle 0,b,0\rangle$ and $ \langle0,0,c\rangle.$ Let $ D$ be the area of the side which is not in any one of the coordinate planes and let $ A,$ $ B$ and $ C$ be the areas of the other three sides (which are all right-angled triangles). Show that

$\displaystyle D^2=A^2+B^2+C^2
$

which is a three-dimensional form of Pythagoras's theorem.

Solution: Area of the non-coordinate plane face can be computed as half the length of the cross product of two of its sides, $ \langle -a,0,c\rangle
\times$ and $ \langle -a,b,0\rangle .$ Since $ \langle -a,0,c\rangle
\times\times \langle -a,b,0\rangle=\langle -bc,-ac,-ab\rangle$ the square of the area is $ D^2=\frac14(b^2c^2+a^2c^2+a^2b^2).$ The three coordinate-plane sides have areas $ \frac12 ab,$ $ \frac12 ac$ and $ \frac12 bc$ giving $ D^2=A^2+B^2+C^2.$

Problem 5: (3 pts, after Feb 5) A certain wafer manufactoring company makes three colored products by adding dyes to a sugar base (yuck). The dyes are Red (R), Blue (B) and Yellow (Y). On one day there are three production runs, with the three varieties using the following quantities, in ounces, of each dye per 100 pounds:

Type1:R=2,B=7,Y=2

Type2:R=6,B=1,Y=2

Type3:R=0,B=5,Y=3 What would you call the products? No, seriously, the total amounts of each dye used that day (when the Feds came to investigate) was $ 238$ ounces of Red, $ 98$ ounces of Blue and $ 162$ ounces of Yellow. How much of Type3 wafer was produced that day?

Solution: Method 1: Write the system in matrix form as $ D=A W$ where $ D$ is the vector of dyes used - with entries $ R,B,Y,$ $ W$ is the vector of amounts (in $ 100$'s of pounds) of the three wafer types produces and $ A$ is the 3x3 matrix

$\displaystyle A=\left[\begin{matrix}2 & 6 & 0\\  7 & 1 & 5\\  2& 2 & 3
\end{matrix}\right]
$

Make sure you understand this part! The inverse of this matrix is computed as usual

   Minor matrix$\displaystyle \left[\begin{matrix}-7 & 11 & 12\\  18 & 6 &-8 \\  30 &10 &-40
\end{matrix}\right]
$

   Cofactor matrix$\displaystyle \left[\begin{matrix}-7 & -11 & 12\\  -18 & 6 &8 \\  30 &-10 &-40
\end{matrix}\right]
$

   Transpose cofactor matrix$\displaystyle \left[\begin{matrix}-7 & -18 & 30\\  -11 & 6 &-10 \\  12 &8 &-40
\end{matrix}\right]
$

The determinant is $ 6+0+60-0-126-20=-80$ so

$\displaystyle A^{-1}=\left[\begin{matrix}\frac7{80} & \frac{9}{40} & -\frac3{8}...
...\frac3{40} &\frac18 \\  -\frac3{20} &-\frac1{10} &\frac12
\end{matrix}\right]
$

The total of type 3 wafer produced, in $ 100$'s of pounds, can be computed from $ X=A^{-1}Y,$ the third row of which gives $ -3\times238/20-98/10+162/2.$ Thus $ 3,550$ pounds of type 3 was made.

Method 2: Use Cramer's rule instead.



next up previous
Next: About this document ...
Richard B. Melrose
1999-02-12