next up previous
Next: About this document ... Up: f_orthog Previous: f_orthog

4. Problems

Problem F-1. Prove Theorem [*]. Suggested: % latex2html id marker 3678
$ (\ref{o1}) \Leftrightarrow (\ref{o5}) \Leftrightarrow
(\ref{o3}) \Leftrightarrow (\ref{o4}) \Leftrightarrow (\ref{o2})$ and % latex2html id marker 3680
$ (\ref{o5}) \Rightarrow (\ref{o6}) \Rightarrow (\ref{o7})
\Rightarrow (\ref{o8}) \Rightarrow (\ref{o1})$.



Problem F-2. Prove Corollaries [*] and [*].



Problem F-3. Prove Proposition [*].



Problem F-4. Prove Proposition [*].



Problem F-5. A permutation matrix is a matrix $ P$ whose entries

are 0 except for a single $ 1$ in each row and column, for example, $ P = \left[\begin{array}{rrrr}0&0&1&0\\  0&0&0&1\\  0&1&0&0\\  1&0&0&0 \end{array}\right] $.

(a) For this $ P$, describe the action of the corresponding transformation $ T$ when applied to a vector $ (a,b,c,d)$.

(b) Find the entries of $ P^{-1}$, row by row. Do this aloud, without writing anything.



Problem F-6. The following are some interesting cases. Verify directly that each of them is orthogonal. They are really all rotations about an axis through the origin and $ (1,1,1)$.

(a) A rotation by $ 30 ^ \circ$ is $ \; \frac 13 \left[\begin{array}{rrr}
(1+ \sqrt 3)&1&(1-\sqrt 3)\\
(1-\sqrt 3)&(1+\sqrt 3)&1\\
1&(1-\sqrt 3)&(1+\sqrt 3)\end{array}\right]$

(b) A rotation by $ 60 ^ \circ$ is $ \; \frac 13 \left[\begin{array}{rrr}
2&2&-1\\
-1&2&2\\
2&-1&2\end{array}\right]$

(c) A rotation by $ 90 ^ \circ$ is $ \; \frac 13 \left[\begin{array}{rrr}
1&(1+\sqrt 3)&(1-\sqrt 3)\\
(1-\sqrt 3)&1&(1+\sqrt 3)\\
(1+\sqrt 3)&(1-\sqrt 3)&1\end{array}\right]$

(d) A rotation by $ 120 ^ \circ$ is $ \; \left[\begin{array}{rrr}
0&1&0\\
0&0&1\\
1&0&0\end{array}\right]$ (In this example, could you find the matrix by direct reasoning? What happens to the $ x$-, $ y$-, and $ z$-axes when you rotate by $ 120 ^ \circ$ about an axis along $ (1,1,1)$?)



Problem F-7. Suppose $ A$ is defined to be the product $ A =$

$ \left[\begin{array}{ccc}.6&.8&0\\  -.8&.6&0\\  0&0&1\end{array}\right]
\left[\...
....36& 0.096& 0.928\\  -0.48& 0.872& 0.096\\  -0.8& -0.48& 0.36\end{array}\right]$.

(a) Explain whether $ A$ is orthogonal, and why.

(b) Find the inverse of $ A$ explicitly.

(c) Is $ A$ a rotation? Explain why or why not.



Problem F-8. (a) Write down these matrices, with explicit entries: $ R_{\theta}^{x\rightarrow y}$, $ R _
{\theta}^{y\rightarrow z}$, $ R_{\theta}^{x\rightarrow z}$. To get the signs of the entries, imagine an example where $ 0 < \theta < \frac \pi 2$ and decide whether the images of i, j, k have any negative coordinates.

(b) For each, say whether the rotation is clockwise or counterclockwise as seen looking towards the origin from a point on the positive half of its fixed axis. (For example, for $ R_{\theta}^{x\rightarrow y}$, the point would be $ (0,0,c)$ with $ c>0$.) Any surprises?



Problem F-9. For a given $ \theta$, you can write six matrix expressions such as $ R_{\theta}^{x\rightarrow y}$, $ R_{\theta}^{y\rightarrow x}$, $ R_{\theta}^{x\rightarrow z}$, etc. Their inverses give six more matrix expressions. Another twelve expressions are formed by putting $ -\theta$ for $ \theta$. Break these twenty-four matrix expressions into separate lists so that the expressions in each list are necessarily equal but any two matrices from different lists are not equal in general. For example, $ R _
{\theta}^{y\rightarrow z}$ and $ (R_{\theta}^{z\rightarrow y})^{-1}$ are equal and so are in the same list.



Problem F-10. (a) In R$ ^2$, clearly $ R_{\theta + \phi} = R _
{\theta} R_{\phi}$. By writing out these matrices and performing the matrix multiplication, derive the laws for the sine and cosine of the sum of two angles.

(b) Similarly, use $ R _ {\pi - \theta}$ to find formulas for $ \cos(\pi - \theta)$ and $ \sin(\pi - \theta)$.

(c) If you need the formula for $ \cos(\theta + \frac \pi 2)$ and don't remember it, what is a simple way to find it?



Problem F-11. (a) Find all $ 2 \times 2$ rotation matrices that are also diagonal. (b) Find all $ 3 \times 3$ rotation matrices that are diagonal. (c) What about the $ n \times n$ case?



Problem F-12. To find the inverse of a $ 2 \times 2$ rotation matrix or a standard $ 3 \times 3$ rotation matrix (such as $ R _ \theta ^ {y\rightarrow z}$), it seems to work just to reverse the sign of all off-diagonal entries. Find an example to show that this is not a valid method for all rotations, i.e., find an example of a rotation matrix for which reversing the sign of off-diagonal entries is not the same as taking the transpose.

Problem F-13. Show that if the rows of a square matrix are mutually orthogonal and have the same length, then the same is true about the columns. (Method: Start by scaling the entries of the matrix uniformly to get a matrix of a kind you know about.)



Problem F-14. (a) In R$ ^2$, if the list of vertices of a square starts with $ (0,0)$ and $ (a,b)$, going counterclockwise, what are the remaining two vertices? (Suggestion: The vertex opposite $ (a,b)$ can be obtained by rotating $ (a,b)$ by $ 90 ^ \circ$ about the origin.)

(b) In R$ ^2$, the standard unit square is the square with vertices $ (0,0)$, $ (1,0)$, $ (1,1)$, and $ (0,1)$. Find a matrix that takes the standard unit square to the square mentioned in (a).



Problem F-15. Matrices of the form $ \left[\begin{array}{rr}a&b\\  -b&a\end{array}\right]$ are useful in graphics.

(a) Suppose numbers $ a$ and $ b$ are given, not both zero. Find the entries of a rotation matrix that takes $ (1,0)$ to a unit vector in the direction of $ (a,b)$. (You do not need to express the angle of the rotation.)

(b) Show that a matrix $ A$ of the form mentioned is equal to a rotation matrix times a scalar matrix $ rI$ with $ r > 0$. (Thus x$ \rightarrow$   xA preserves shapes and orientation while expanding or contracting the size uniformly.)



Problem F-16. Matrices of the form $ \left[\begin{array}{rr}a&b\\  -b&a\end{array}\right]$, mentioned in Problem F-[*], are also useful mathematically. (a) Show that if two matrices of this form are added, you get another matrix of this form. (b) Show that if two matrices of this form are multiplied, you get another matrix of this form. (c) Show that the inverse of a matrix of this form is again of this form. (d) Two matrices $ A,B$ are said to commute if $ AB = BA$. Show that any two matrices of this form commute. (e) Show that any $ 2 \times 2$ rotation matrix has this form. (f) Show that the matrices of this form are precisely the matrices that commute with $ R_{90 ^\circ}$. (Note. Let's take $ a,b$ to be real numbers. By (a)-(d), you can do ``arithmetic'' with these matrices. It turns out that they work exactly like complex numbers; in fact, $ \left[\begin{array}{rr}a&b\\  -b&a\end{array}\right]$ is like $ a + bi$, the identity matrix is like $ 1$, and $ R_{90 ^\circ}$ is like $ i$, the square root of $ -1$. This is actually a concrete way of seeing that the complex numbers exist.)



Problem F-17. In R$ ^3$ (only), show that if u$ ,$v$ ,$w are vectors with the same cross-product relations as i$ ,$j$ ,$k, i.e., u$ \times$   v$ =$   w, v$ \times$   w$ =$   u, and w$ \times$   v$ =$   u, then either u$ ,$v$ ,$w are orthonormal or else they are all zero vectors.

(Method: Say why they are perpendicular to each other, then write down the relations between their lengths, taking into account that $ \sin \theta = 1$ in each cross product. If the lengths are $ a,b,c$ respectively, you should get relations $ c
= ab, bc = a, ca = b$. Substituting one into another you should be able to get $ a^3 = a$, etc. What are the solutions?)



Problem F-18. (a) Show that a nonzero $ 3 \times 3$ matrix $ P$ is a rotation if and only if the rows of $ P$ have the same cross-product relations as i, j, k; for example, row 1 $ \times$ row 2 = row 3. (b) What about such relations between columns?

(Method: Work in terms of the corresponding transformation $ T($x$ ) =$   x$ P$. Remember that the rows of $ P$ are the images of the standard basis vectors, or in other words are $ T($i$ )$, $ T($j$ )$, $ T($k$ )$. For $ \Rightarrow $ use the fact that $ P$ is orthogonal so $ P$ preserves the geometric ingredients needed to determine cross products. For $ \Leftarrow $, you may quote Problem F-[*]. Why is orientation preserved rather than reversed?)



Problem F-19. In R$ ^3$, $ R_{90 ^\circ}^{x\rightarrow y} R_{90
^\circ}^{y\rightarrow z}$ takes points on the $ x$-axis to points on the $ z$-axis.

(a) Does it equal $ R_{90 ^\circ}^{x\rightarrow z}$? (Show your work.)

(b) Is it a rotation matrix? (Give reason.)

(c) Find an axis. (Method: The points on the axis are fixed points. In other words, a point $ (a,b,c)$ lies on the axis of the rotation given by a matrix $ P$ when $ (a,b,c)P =
(a,b,c)$.)



Problem F-20. (a) Let $ T$ be a homogeneous linear transformation that is a rotation in R$ ^3$. Explain: The axis of $ T$ is the eigenspace for the eigenvalue 1, provided that $ T$ is not the identity transformation.

(Recall that if $ T$ is a homogeneous linear transformation and x is a nonzero vector such that $ T($x$ ) = \lambda$   x for some scalar $ \lambda$, then x is an eigenvector of $ T$ for the eigenvalue $ \lambda$. The eigenspace of $ \lambda$ is $ \{$x$ \in$   R$ ^ 3\vert T($x$ ) = \lambda$   x$ \}$, which is a subspace. In other words, the eigenspace for $ \lambda$ consists of all eigenvectors and the zero vector. It makes sense to ask about the eigenspace for $ \lambda$ even if $ \lambda$ is not an eigenvalue, but in that case the eigenspace is simply the subspace consisting of the zero vector alone.)

(b) If $ T$ is the identity transformation on R$ ^3$, what is the eigenspace for the eigenvalue 1?

(c) What can be said in R$ ^2$?



Problem F-21. (a) The matrix $ M = \left[\begin{array}{rrr}
\frac 23&-\frac 13&\frac 23\\
\frac 23&\frac 23&-\frac 13\\
-\frac 13&\frac 23&\frac 23\end{array}\right]$ is a rotation in R$ ^3$. Find its axis by finding a nonzero eigenvector for the eigenvalue 1. (See Problem F-[*].)

A short way to do this is as follows: Consider a nonzero vector x along the axis of $ M$. Thus x$ M =$   x, or equivalently, x$ (M-I) =$   0. Since a row vector times a matrix is really three dot products, this says that x is perpendicular to all three columns of $ M-I$. So find the cross product of the first two columns of $ M-I$.

(b) The short method works for $ M$, but what if, say, the first column of $ M-I$ were the zero vector? Show that in that case, i would be along the axis of rotation, so it would not be necessary even to use the short method.



Problem F-22. This problem shows that in R$ ^3$ every rotation matrix $ P$ has an axis, i.e., a line through the origin consisting of fixed points (points x with x$ P =$   x). For example, if you take a new basketball out of its box, dribble it around, and put it back, its new position is rotated compared to the old, so according to this problem, there will be some axis for this rotation; the two opposite points on the basketball that are on this axis will be in the same place they were before you opened the box.

By Problem F-[*], all you have to do is to show somehow that $ 1$ is an eigenvalue of $ P$. Thus a statement about rotations that seemed to be geometrical really turns out to be true for algebraic reasons. Some useful facts about eigenvalues are given below.

(a) Show that the list of the three eigenvalues $ \lambda_1,
\lambda_2, \lambda_3$ of $ P$ is the same as the list of their reciprocals (not necessarily in the same order).

(b) Show that 1 is an eigenvalue of $ P$. (Method: There are several conceivable ways in which the eigenvalues could match up with the reciprocals. For each way, to show that one of the eigenvalues must be 1.)

Useful facts: If x is an eigenvector for some eigenvalue $ \lambda$, so are all nonzero scalar multiples of x. A matrix and its transpose have the same characteristic polynomial and so have the same eigenvalues; the eigenvalues of the inverse of a matrix are the reciprocals of the eigenvalues of the matrix; the product of the eigenvalues of a matrix equals the determinant; the determinant of a rotation matrix is 1. (Here eigenvalues are listed more than once if necessary; for example, if a matrix has characteristic polynomial $ (\lambda + 1
)^2 (\lambda - 1)$, we would say its eigenvalues are $ -1,-1,1$. In this problem the eigenvalues we are talking about could actually be complex numbers, but you don't need to worry about that in doing the problem, since if 1 is an eigenvalue then there is a corresponding real eigenvector.)



Problem F-23. Show that in R$ ^3$, every rotation matrix $ P$ has an invariant plane through the origin, in other words, a 2-dimensional subspace $ S$ such that for all x$ \in S$ you have x$ P \in S$. (You may use the result of Problem F-[*]. Notice that to say $ S$ is invariant is a weaker statement than to say that every point of $ S$ is fixed.)



Problem F-24. (a) Does the vector $ (1,1,1)$ make a $ 45 ^\circ$ angle with the $ z$-axis?

(b) Find a rotation matrix in R$ ^3$ that takes a point on the $ z$-axis (other than the origin) to a point on the line through the origin and $ (1,1,1)$. (One way: First rotate with points on the $ z$-axis going towards points on the $ x$-axis and then rotate with points on the $ x$-axis going towards points on the $ y$-axis. But by what angles? You may leave your answer as a product of matrices, each with explicit entries.)

(c) Find another answer to (b). Are there still more answers? (Method: If $ P$ was your answer, then $ R_{90 ^\circ}^{x\rightarrow y}
P$ is another answer. Why? Can you generalize this idea?)



Problem F-25. Find the entries of a rotation matrix that gives a rotation in R$ ^3$ of $ 90 ^ \circ$ about an axis through the origin and $ (1,1,1)$, counterclockwise as seen from $ (1,1,1)$ looking toward the origin.

(Method: Use a three-step idea of moving the axis to a simpler position (the $ z$-axis), doing an easier rotation, and moving back. Thus the answer is a product of three rotation matrices. The third one rotates the $ z$-axis to the given axis, the middle one is a rotation about the $ z$-axis by the given angle, and the first is the inverse of the third. You may use the result of (b) from Problem F-[*], so that two of your matrices are themselves already given as products.)



Problem F-26. In three dimensions, it is also possible to define what it means for a homogeneous linear transformation $ T$ to be a ``reflection in a line'' $ L$, where $ L$ is a line through the origin. (a) Invent such a definition. (b) What will the eigenvectors and eigenvalues of $ T$ be? (c) Such a transformation is really a rotation. What rotation?



Problem F-27. (a) Show that the product of two reflection matrices is a rotation matrix.

(b) In R$ ^2$, what rotation is obtained by first reflecting with the $ x$-axis as a mirror and then reflecting with the $ y$-axis as a mirror?

(c) In R$ ^3$, what rotation is obtained by first reflecting with the $ x,z$-plane as a mirror and then reflecting with the $ y,z$-plane as a mirror? (Answer with a matrix and describe the axis of the rotation.)



Problem F-28. (a) Let $ M = \left[\begin{array}{rr}1&0\\  0&-1 \end{array}\right]$, a reflection in the $ x$-axis. Show that $ M R_{\theta} M = R_{-\theta}$, both by a calculation and by describing what the effect is if you do the left side to an object such as a piece of paper. (For clarity, imagine using paper with printing on it.)

(b) Show that $ R_{-\theta} M = M R_{\theta}$. (Use (a), or calculate directly.)

(c) Show that the matrix of a reflection in R$ ^2$ whose mirror line makes an angle $ \theta$ with the $ x$-axis is $ M R
_ {2 \theta}$. (Start from the ``three-step method.'')



Problem F-29. Show that in R$ ^3$, these matrices are orthogonal, but are neither rotations nor reflections (in a plane):

(a) $ -I$ (where $ I$ is the $ 3 \times 3$ identity matrix);

(b) the product of $ R_{90 ^\circ}^{x \rightarrow y}$ and a reflection with the $ x,y$-plane as mirror.

(Method: The fixed points of a reflection in R$ ^3$ are the points of the mirror, which should be a plane. Find the fixed points of these matrices and see if they do form a plane.)

(c) In R$ ^2$, is $ -I$ a reflection or rotation, or neither? If it is a reflection, what is the mirror? If it is a rotation, by what angle? If neither, can it be expressed as in (b)?

(Note. Sometimes $ -I$ is thought of as a ``reflection in a point'' (the origin), but for us a reflection means a reflection in a mirror plane in R$ ^3$ or a mirror line in R$ ^2$.)



Problem F-30. Consider the h.l.t. $ T:$R$ ^ 4 \rightarrow$   R$ ^ 4$ whose matrix is $ P = \left[\begin{array}{cccc}0&1&0&0\\  0&0&1&0\\  0&0&0&1\\  1&0&0&0\end{array}\right]$. Notice that $ T$ permutes the axes, taking each one to the next cyclically. $ P$ is an orthogonal matrix. Is $ T$ a rotation, a reflection (in a three-dimensional ``hyperplane''), or neither?



Problem F-31. A group of matrices is a set of matrices that contains $ I$, is ``closed under taking products'', and is ``closed under taking inverses''. In other words, the product of two matrices in the group is itself in the group and the inverse of a matrix in the group is in the group. According to Corollary [*], the orthogonal $ n \times n$ matrices form a group, called the orthogonal group O$ (n)$. According to Proposition [*], the $ n \times n$ rotation matrices form a group, called the rotation group SO$ (n)$ (``special orthogonal''). Do reflections form a group of matrices?



Problem F-32. Find the matrix of a reflection in R$ ^2$ whose mirror line is the line through the origin $ 60 ^ \circ$ counterclockwise from the $ x$ axis. (Method #1: Express your answer as a product of three matrices: The matrix that rotates the mirror line to the $ x$-axis, the reflection matrix whose mirror is the $ x$-axis, and the matrix that undoes the first rotation. Method #2: Apply the formula from (6) of §[*].)



Problem F-33. There are only two $ 2 \times 2$ rotation matrices that have real eigenvalues. (a) Which ones? (b) Why are there no others? (Give some explanation.)



Problem F-34. Recall that the latitude of a point on the earth is the angle from the equator to the point, as measured from the center of the earth, and the longitude of a point on the earth is the angle from Greenwich [``gren'itch''], England to the point, as measured looking from above the north pole. (Angles can be negative if appropriate.) It is handy to imagine the earth as a unit sphere in R$ ^3$, with the origin at the center of the earth, the positive $ x$-axis going through the point with zero latitude and zero longitude, and the positive $ z$-axis going through the north pole.

(a) Describe a rotation matrix that would take $ (1,0,0)$ to the point with latitude $ 30 ^ \circ$ and longitude $ 50 ^\circ$. (You may express your answer as the product of two specific rotation matrices.)

(b) Find a formula for the Cartesian coordinates $ (x,y,z)$ of the point on the earth with latitude $ \theta$ and longitude $ \phi$. (Method: Use the idea of (a) and multiply out. For example, you should get $ x = \cos \theta \cos \phi$.)



Problem F-35. Invent a method of describing a rotation in R$ ^3$ uniquely by using three numbers. (You may use the fact that the rotation has an axis.)



Problem F-36. Can every $ 3 \times 3$ rotation matrix be obtained in the form $ R_{\theta}^{x\rightarrow y} R_{\psi}^{y\rightarrow z}$ for suitable $ \theta$ and $ \psi$? (Method: If the answer were ``yes'', that would mean three-dimensional rotations could be described with just two numbers, which sounds unlikely in view of the preceding problem. Show that in fact, $ R_{90 ^\circ}^{x\rightarrow z}$ cannot be obtained in the specified form, by considering what happens to a vector on the $ z$-axis.)



Problem F-37. A puzzle: Make a rotation matrix by filling in $ \left[\begin{array}{ccc}.60 & .48 & \sqcup\\  -.80 & \sqcup & \sqcup\\  \sqcup & \sqcup &
\sqcup\end{array}\right]$. (Give reasoning. As in Problem F-[*] and Problem F-[*], notice that there are three numbers of information; the answer is almost unique but not quite.)



Problem F-38. (a) In R$ ^2$, is the product of three reflections always a reflection? Give a reason for your answer (an explanation if it's true, or a counterexample if it's not).

(b) Same question for R$ ^3$.



Problem F-39. Show that $ R_{\theta} - R_{-\theta}$ is a scalar multiple of $ R_{90 ^\circ}$.



Problem F-40. In R$ ^3$, find the matrix of the reflection in the mirror $ x + y + z = 0$.



Problem F-41. For a unit vector n in R$ ^3$, let $ M = I - 2$   n$ ^ t$   n, as in (6) of §[*], and let $ T($v$ ) =$   v$ M$.

(a) Check directly that if v is a scalar multiple of n, then $ T($v$ ) = -$v.

(b) Check directly that if v is perpendicular to n, i.e., lies in the plane through the origin with normal n, then $ T($v$ ) =$   v.

(c) If you do a reflection twice, you should get the vector you started with. Show directly that $ T(T($v$ )) =$   v, or equivalently, $ M ^ 2 = I$.



Problem F-42. In R$ ^2$, use (6) of §[*] to find the matrix of the reflection whose mirror line goes through the origin and $ (4,3)$. (You will need to find N.)



Problem F-43. (a) For a reflection $ T$ in R$ ^3$ whose mirror plane has unit normal n, show that $ T($x$ ) =$   x$ - 2($x$ \cdot$   n$ )$   n.

(Method: For any vector x, write

(*) x$ =$   x$ _ \perp +$   x$ _ {\Vert }$,

where x$ _ \perp$ is perpendicular to the mirror plane and x$ _ {\Vert }$ is parallel to the mirror plane. You know that the length of x$ _ \perp$ is x$ \cdot$   n, so x$ _ \perp
= ($x$ \cdot$   n$ )$n. Then x$ _ {\Vert }$ is simply x minus this. Now use the observation that $ T$ leaves x$ _ \perp$ fixed but negates x$ _ {\Vert }$. What happens when you apply $ T$ to (*)?)

(b) Derive (6) of §[*]. (Method: Starting from (a), use the observation that a dot product u$ \cdot$   v can be expressed as u$ \cdot$   v$ ^ t$, the product of a row vector and a column vector. Also, a product of three matrices can be associated in either order. Write x$ =$   x$ I$ and see if you can get $ T($x$ ) =$   x$ (\cdots)$.)



Problem F-44. Find the matrix of the reflection in R$ ^2$ whose mirror line is the line through the origin slanted at $ 30 ^ \circ$, by using three methods: (a) The ``three-step'' method, as in lecture; (b) the method of the fact (6) of §[*], and (c) the method of finding $ M R
_ {2 \theta}$, as discussed in one of the problems above. Your three answers should agree.



Problem F-45. Recall that a rational number is the ratio of two integers, i.e., is expressible as a fraction. Thus $ {\frac{5} {3}}$, $ -0.23$, and $ 7$ ( $ = {\frac{7} {1}}$) are rational. In contrast, $ \sqrt 2$, $ \pi$, and $ e$ are irrational. A vector or matrix is said to be rational if all entries are rational, and is said to be irrational otherwise. For a plane $ ax + b y + cz = 0$ with $ a,b,c$ rational, usually the unit normal to that plane will be irrational. Show that, nevertheless, the matrix of the reflection in R$ ^3$ with that plane as mirror plane is necessarily rational. (Method: Does any formula for this matrix involve only operations which for rational numbers give rational answers, such as addition, rather than operations such as taking square roots, which don't?)



Problem F-46. The matrix of a reflection in R$ ^3$ (with mirror plane through the origin) will always have eigenvalues $ 1,1,-1$. (a) Explain why. (b) What is its characteristic polynomial?



Problem F-47. As mentioned in Problem F-[*], the matrix
$ M = \left[\begin{array}{rrr}
\frac 23&-\frac 13&\frac 23\\
\frac 23&\frac 23&-\frac 13\\
-\frac 13&\frac 23&\frac 23\end{array}\right]$ is a rotation in R$ ^3$. By what angle?

(Method: Find a nonzero vector y perpendicular to the axis of $ M$ and then find the angle between y and y$ M$. Such a vector y can be found without actually finding the axis, as follows: As in Problem F-[*], the columns of $ M-I$ are perpendicular to the axis of the rotation, so just let y be the first column of $ M-I$. In general, if the first column of $ M-I$ were 0 we'd have to choose another column, but that's not the case in this example.)



Problem F-48. Show that a $ 3 \times 3$ orthogonal matrix $ P$ of determinant $ -1$ is the product of a rotation $ R$ and a reflection $ M$ in a mirror perpendicular to the axis of $ R$.

(Method: Since the characteristic polynomial of $ P$ is cubic, $ P$ has a real eigenvalue, and since $ P$ gives a rigid transformation that eigenvalue is either $ +1$ or $ -1$. In other words, $ P$ either has a fixed vector or a vector that is negated. Take $ M$ to have mirror with this vector as normal. Consider the two cases separately.)


next up previous
Next: About this document ... Up: f_orthog Previous: f_orthog
Kirby A. Baker 2002-01-10