Skip to main content

Exercises 3.8 Homework Exercises on Linear Transformations and Projections

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.

Let \(T:\mathbb{R}^n\rightarrow\mathbb{R}^m\) be a linear transformation, and let \(\left\{\vec{v}_1,\vec{v}_2,\vec{v}_3\right\}\) be a linearly dependent set. Show that the set \(\left\{T(\vec{v}_1),T(\vec{v}_2),T(\vec{v}_3)\right\}\) is also necessarily linearly dependent.

For bonus points, try to construct an example of a transformation such that \(\left\{\vec{v}_1,\vec{v}_2,\vec{v}_3\right\}\) is linearly independent but \(\left\{T(\vec{v}_1),T(\vec{v}_2),T(\vec{v}_3)\right\}\) is linearly dependent.

Hint

You will need to use the definitions of linearly dependent and linear transformation to answer this.

2.

Define a transformation \(T:\mathcal{P}_2\rightarrow\mathbb{R}^2\) by

\begin{equation*} T(p)=\left(\begin{array}{l}p(1)\\ p(2)\end{array}\right). \end{equation*}

For instance if \(p(t)=t^2+3t\) then

\begin{equation*} T(p)=\left(\begin{array}{l}p(1)\\ p(2)\end{array}\right)=\left(\begin{array}{r}4\\ 10\end{array}\right). \end{equation*}
  1. First show that \(T\) is a linear map.
  2. Next, find a polynomial \(p\) which spans the kernel (null space) of \(T\)
  3. Finally, show that the range of \(T\text{,}\) not just the codomain, is equal to all of \(\mathbb{R}^2\)
Hint

You will need to work with the definitions of span, kernel, and linear transformation. Also, to get a handle on the third part of the problem start out by showing that there is a quadratic polynomial such that \(T(p)=(2,3)\text{.}\)

3.

Show that

\begin{equation*} T(x_1,x_2,x_3,x_4)=3x_1-7x_2+5x_4 \end{equation*}

is a linear transformation by finding the matrix for the transformation. Then find a basis for the null space of the transformation.

Hint

Note that \(T:\mathbb{R}^4\rightarrow\mathbb{R}\text{.}\)

4.

Let

\begin{equation*} A=\left( \begin{array}{rr} 2 \amp -3 \\ -4 \amp 6 \end{array} \right),\ B=\left( \begin{array}{rr} 8 \amp 4 \\ 5 \amp 5 \end{array} \right),\ \mbox{ and } C=\left( \begin{array}{rr} 5 \amp -2 \\ 3 \amp 1 \end{array} \right) \end{equation*}

and verify that \(AB=AC\) even though \(B\neq C\text{.}\) (The matrix \(A\) is sometimes called a zero divisor.)

Show that, in general for any matrices, if \(DE=DF\) and \(D\) is an invertible matrix, then \(E=F\text{.}\)

Finally, use what you have done to argue that a matrix can be invertible or a zero divisor but it can't be both.

5.

Suppose that \(W\) is a subspace of \(\mathbb{R}^n\) spanned by \(n\) orthogonal vectors. Show that \(W=\mathbb{R}^n\) or equivalently the vectors which span \(W\) will form a basis for \(\mathbb{R}^n\)

Hint

You have to use the definitions of span and basis, and think in terms of work we did in the previous to units.

6.

Find an orthogonal basis for the row space of the matrix

\begin{equation*} A= \left( \begin{array}{rrrr} 1 \amp 0 \amp 5 \amp -2\\ 0 \amp 2 \amp 1 \amp 7 \\ 3 \amp 2 \amp 16 \amp 1\\ -1 \amp 3 \amp 0 \amp 0 \end{array} \right). \end{equation*}
Hint

First find the row space and then find the orthogonal basis, you will need to use the Gram-Schmidt Process.

7.

Let \(\left\{\vec{u}_1,\vec{u}_2,\ldots,\vec{u}_p\right\}\) be an orthogonal basis for a subspace \(W\) of \(\mathbb{R}^n\text{,}\) and let \(T:\mathbb{R}^n\rightarrow\mathbb{R}^n\) be defined by

\begin{equation*} T(\vec{x})=proj_W(\vec{x}). \end{equation*}

Show that \(T\) is a linear transformation.

Hint

You need to use the definition of linear transformation and the properties of a dot product, as well as projection onto a subspace.