Skip to main content

Exercises 4.7 Homework Exercises on Determinants

Homework Exercises:

These exercises are here to check your deeper conceptual understanding of the material and your ability to problem solve; they are not skill drills. As such they are for homework and not test preparation, they would be far to long for an exam. You need to complete each problem to the best of your ability. Every answer you give needs to be your own work, needs to be written neatly on lined paper or typed, and at least the final answer for each should be a complete sentence. Do not include a copy of the question with your solution, that is not needed to convey your thoughts clearly.

1.

Show that if the columns of \(U\) are form an orthonormal basis, then \(det(U)=1\text{.}\) Then use this to argue that if the columns of \(A\) are orthogonal but not necessarily normalized, then \(det(A)\) is the product of the lengths of each column vector.

Hint

For the first part you need to remember that \(U^{-1}\) is the same as \(U^T\text{.}\) For the second portion you need to know the effect on the determinant when you multiply a row of a matrix by a scalar.

2.

Find the determinant of each of the following:

\begin{equation*} E_1=\left[ \begin{array}{rr} 0 \amp 1 \\ 1 \amp 0 \\ \end{array} \right],\ E_2=\left[ \begin{array}{rr} r \amp 0 \\ 0 \amp 1 \\ \end{array} \right],\ E_3=\left[ \begin{array}{rr} 1 \amp 0 \\ 0 \amp r \\ \end{array} \right],\ E_4=\left[ \begin{array}{rr} 1 \amp k \\ 0 \amp 1 \\ \end{array} \right],\ E_5=\left[ \begin{array}{rr} 1 \amp 0 \\ k \amp 1 \\ \end{array} \right]. \end{equation*}

Use this work to argue, at least for \(2\times 2\) matrices that:

  1. Swapping two rows of a matrix multiplies the determinant by -1.
  2. Multiplying a row by a constant multiplies the determinant by that constant.
  3. Adding a multiple of one row to another row, and replacing the initial row, doesn't change the determinant.
Hint

Try simplifying a couple example \(2\tinmes2\) matrices and connecting the row operations to the given matrices.

3.

Show that the determinant of

\begin{equation*} A=\left[ \begin{array}{rr} 1 \amp a \\ 1 \amp b \\ \end{array} \right] \end{equation*}

is \((b-a)\text{.}\) Next, show that the determinant of

\begin{equation*} B=\left[ \begin{array}{rrr} 1 \amp a \amp a^2\\ 1 \amp b \amp b^2\\ 1 \amp c \amp c^2\\ \end{array} \right] \end{equation*}

is \((b-a)(c-a)(c-b)\text{.}\) Finally, find the determinant of

\begin{equation*} C=\left[ \begin{array}{rrrr} 1 \amp a \amp a^2 \amp a^3\\ 1 \amp b \amp b^2 \amp b^3\\ 1 \amp c \amp c^2 \amp c^3\\ 1 \amp d \amp d^2 \amp d^3\\ \end{array} \right]. \end{equation*}
Hint

Find the determinants by using elementary row operations, Gauss's method, not Laplace's method. Also, recall that for all possible \(x\) and \(y\) the expression \(x^n-y^n\) is divisible by \(x-y\text{.}\)

4.

Find the eigenvalues and eigenvectors of:

\begin{equation*} A=\left[ \begin{array}{rr} a \amp b \\ 0 \amp d \\ \end{array} \right]. \end{equation*}

Use your result to show that

\begin{equation*} B=\left[ \begin{array}{rr} a \amp b \\ 0 \amp a \\ \end{array} \right] \end{equation*}

is not diagonalizable. Is this still true for the matrix

\begin{equation*} C=\left[ \begin{array}{rrr} a \amp b \amp c\\ 0 \amp a \amp d\\ 0 \amp 0 \amp a\\ \end{array} \right], \end{equation*}

or

\begin{equation*} D=\left[ \begin{array}{rrr} a \amp b \amp c\\ 0 \amp a \amp d\\ 0 \amp 0 \amp e\\ \end{array} \right]. \end{equation*}
Hint

Take advantage of the fact that these are all upper diagonal matrices.

5.

Find the eigenvalues and eigenvectors for three or four \(2\times2\) matrices and their inverses. Make a conjecture about how the eigenvalues and eigenvectors of a matrix \(A\) and its inverse \(A^{-1}\) are related. Finally, prove your conjecture.