Loading [MathJax]/jax/element/mml/optable/GeometricShapes.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

4.E: Exercises

( \newcommand{\kernel}{\mathrm{null}\,}\)

Exercise 4.E.1

Show the map T: RnRm defined by T(x)=Ax where A is an m×n matrix and x is an m×1 column vector is a linear transformation.

Answer

This result follows from the properties of matrix multiplication.

Exercise 4.E.2

Show that the function Tu defined by Tu(v)=vproju(v) is also a linear transformation.

Answer

Tu(av+bw)=av+bw(av+bwu)||u||2u=ava(vu)||u||2u+bwb(wu)||u||2u=aTu(v)+bTu(w)

Exercise 4.E.3

Let u be a fixed vector. The function Tu defined by Tuv=u+v has the effect of translating all vectors by adding u0. Show this is not a linear transformation. Explain why it is not possible to represent Tu in R3 by multiplying by a 3×3 matrix.

Answer

Linear transformations take 0 to 0 which T does not. Also Ta(u+v)Tau+Tav.

Exercise 4.E.4

Consider the following functions which map Rn to Rn.

  1. T multiplies the jth component of x by a nonzero number b.
  2. T replaces the ith component of x with b times the jth component added to the ith component.
  3. T switches the ith and jth components.

Show these functions are linear transformations and describe their matrices A such that T(x)=Ax.

Answer
  1. The matrix of T is the elementary matrix which multiplies the jth diagonal entry of the identity matrix by b.
  2. The matrix of T is the elementary matrix which takes b times the jth row and adds to the ith row.
  3. The matrix of T is the elementary matrix which switches the ith and the jth rows where the two components are in the ith and jth positions.

Exercise 4.E.5

You are given a linear transformation T : RnRm and you know that T(Ai)=Bi where [A1an]1 exists. Show that the matrix of T is of the form [B1Bn][A1An]1

Answer

Suppose [cT1cTn]=[a1an]1 Thus cTiaj=δij. Therefore [b1bn][a1an]1ai=[b1bn][cT1cTn]ai=[b1bn]ei=bi Thus Tai=[b1bn][a1an]1ai=Aai. If x is arbitrary, then since the matrix [a1an] is invertible, there exists a unique y such that [a1an]y=x Hence Tx=T(ni=1yiai)=ni=1yiTai=ni=1yiAai=A(ni=1yiai)=Ax

Exercise 4.E.6

Suppose T is a linear transformation such that T[126]=[513]T[115]=[115]T[012]=[532] Find the matrix of T. That is find A such that T(x)=Ax.

Answer

[515113352][321221411]=[371711177511146]

Exercise 4.E.7

Suppose T is a linear transformation such that T[118]=[131]T[106]=[241]T[013]=[611] Find the matrix of T. That is find A such that T(x)=Ax.

Answer

[126341111][631531621]=[5221944238541]

Exercise 4.E.8

Suppose T is a linear transformation such that T[137]=[313]T[126]=[133]T[012]=[533] Find the matrix of T. That is find A such that T(x)=Ax.

Answer

[315133333][221121411]=[151317117933]

Exercise 4.E.9

Suppose T is a linear transformation such that T[117]=[333]T[106]=[123]T[012]=[131] Find the matrix of T. That is find A such that T(x)=Ax.

Answer

[311323331][621521611]=[29954613827115]

Exercise 4.E.10

Suppose T is a linear transformation such that T[1218]=[525]T[1115]=[335]T[014]=[252] Find the matrix of T. That is find A such that T(x)=Ax.

Answer

[532235552][114110411231]=[1093810112351081348]

Exercise 4.E.11

Consider the following functions T:R3R2. Show that each is a linear transformation and determine for each the matrix A such that T(x)=Ax.

  1. T[xyz]=[x+2y+3z2y3x+z]
  2. T[xyz]=[7x+2y+z3x11y+2z]
  3. T[xyz]=[3x+2y+zx+2y+6z]
  4. T[xyz]=[2y5x+zx+y+z]

Exercise 4.E.12

Consider the following functions T:R3R2. Explain why each of these functions T is not linear.

  1. T[xyz]=[x+2y+3z+12y3x+z]
  2. T[xyz]=[x+2y2+3z2y+3x+z]
  3. T[xyz]=[sinx+2y+3z2y+3x+z]
  4. T[xyz]=[x+2y+3z2y+3xlnz]

Exercise 4.E.13

Suppose [A1An]1 exists where each AjRn and let vectors {B1,,Bn} in Rm be given. Show that there always exists a linear transformation T such that T(Ai)=Bi.

Exercise 4.E.14

Find the matrix for T(w)=projv(w) where v=[123]T.

Answer

Recall that proju(v)=vu||u||2u and so the desired matrix has ith column equal to proju(ei). Therefore, the matrix desired is 114[123246369]

Exercise 4.E.15

Find the matrix for T(w)=projv(w) where v=[153]T.

Answer

135[153525153159]

Exercise 4.E.16

Find the matrix for T(w)=projv(w) where v=[103]T.

Answer

110[103000309]

Exercise 4.E.17

Show that if a function T:RnRm is linear, then it is always the case that T(0)=0.

Exercise 4.E.18

Let T be a linear transformation induced by the matrix A=[3112] and S a linear transformation induced by B=[0242]. Find matrix of ST and find (ST)(x) for x=[21].

Answer

The matrix of ST is given by BA. [0242][3112]=[24108] Now, (ST)(x)=(BA)x. [24108][21]=[812]

Exercise 4.E.19

Let T be a linear transformation and suppose T([14])=[23]. Suppose S is a linear transformation induced by the matrix B=[1213]. Find (ST)(x) for x=[14].

Answer

To find (ST)(x) we compute S(T(x)). [1213][23]=[411]

Exercise 4.E.20

Let T be a linear transformation induced by the matrix A=[2311] and S a lienar transformation induced by B=[1312]. Find matrix of ST and find (ST)(x) for x=[56].

Exercise 4.E.21

Let T be a linear transformation induced by the matrix A=[2152]. Find the matrix of T1.

Answer

The matrix of T1 is A1. [2152]1=[2152]

Exercise 4.E.22

Let T be a linear transformation induced by the matrix A=[4322]. Find the matrix of T1.

Exercise 4.E.23

Let T be a linear transformation and suppose T([12])=[98],T([01])=[43]. Find the matrix of T1.

Exercise 4.E.24

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/3.

Answer

[cos(π3)sin(π3)sin(π3)cos(π3)]=[1212312312]

Exercise 4.E.25

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/4.

Answer

[cos(π4)sin(π4)sin(π4)cos(π4)]=[122122122122]

Exercise 4.E.26

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/3.

Answer

[cos(π3)sin(π3)sin(π3)cos(π3)]=[1212312312]

Exercise 4.E.27

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of 2π/3.

Answer

[cos(2π3)sin(2π3)sin(2π3)cos(2π3)]=[1212312312]

Exercise 4.E.28

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/12. Hint: Note that π/12=π/3π/4.

Answer

[cos(π3)sin(π3)sin(π3)cos(π3)][cos(π4)sin(π4)sin(π4)cos(π4)]=[1423+142142142314231421423+142]

Exercise 4.E.29

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of 2π/3 and then reflects across the x axis.

Answer

[1001][cos(2π3)sin(2π3)sin(2π3)cos(2π3)]=[1212312312]

Exercise 4.E.30

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/3 and then reflects across the x axis.

Answer

[1001][cos(π3)sin(π3)sin(π3)cos(π3)]=[1212312312]

Exercise 4.E.31

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/4 and then reflects across the x axis.

Answer

[1001][cos(π4)sin(π4)sin(π4)cos(π4)]=[122122122122]

Exercise 4.E.32

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of π/6 and then reflects across the x axis followed by a reflection across the y axis.

Answer

[1001][cos(π6)sin(π6)sin(π6)cos(π6)]=[1231212123]

Exercise 4.E.33

Find the matrix for the linear transformation which rotates every vector in R2 across the x axis and then rotates every vector through an angle of π/4.

Answer

[cos(π4)sin(π4)sin(π4)cos(π4)][1001]=[122122122122]

Exercise 4.E.34

Find the matrix for the linear transformation which rotates every vector in R2 across the y axis and then rotates every vector through an angle of π/4.

Answer

[cos(π4)sin(π4)sin(π4)cos(π4)][1001]=[122122122122]

Exercise 4.E.35

Find the matrix for the linear transformation which rotates every vector in R2 across the x axis and then rotates every vector through an angle of π/6.

Answer

[cos(π6)sin(π6)sin(π6)cos(π6)][1001]=[1231212123]

Exercise 4.E.36

Find the matrix for the linear transformation which rotates every vector in R2 across the y axis and then rotates every vector through an angle of π/6.

Answer

[cos(π6)sin(π6)sin(π6)cos(π6)][1001]=[1231212123]

Exercise 4.E.37

Find the matrix for the linear transformation which rotates every vector in R2 through an angle of 5π/12. Hint: Note that 5π/12=2π/3π/4.

Answer

[cos(2π3)sin(2π3)sin(2π3)cos(2π3)][cos(π4)sin(π4)sin(π4)cos(π4)]= [142314214231421423+1421423142] Note that it doesn't matter about the order in this case.

Exercise 4.E.38

Find the matrix of the linear transformation which rotates every vector in R3 counter clockwise about the z axis when viewed from the positive z axis through an angle of 30^◦ and then reflects through the xy plane.

Answer

\left[\begin{array}{ccc}1&0&0\\0&1&0\\0&0&-1\end{array}\right]\left[\begin{array}{ccc}\cos\left(\frac{\pi}{6}\right)&-\sin\left(\frac{\pi}{6}\right)&0 \\ \sin\left(\frac{\pi}{6}\right)&\cos\left(\frac{\pi}{6}\right)&0 \\ 0&0&1\end{array}\right]=\left[\begin{array}{ccc}\frac{1}{2}\sqrt{3}&-\frac{1}{2}&0\\ \frac{1}{2}&\frac{1}{2}\sqrt{3}&0\\0&0&-1\end{array}\right]\nonumber

Exercise \PageIndex{39}

Let \vec{u}=\left[\begin{array}{c}a\\b\end{array}\right] be a unit vector in \mathbb{R}^2. Find the matrix which reflects all vectors across this vector, as shown in the following picture.

Graph of vector u between two other vectors all eminating from the same point.
Figure \PageIndex{1}

Hint: Notice that \left[\begin{array}{c}a\\b\end{array}\right]=\left[\begin{array}{c}\cos\theta \\ \sin\theta\end{array}\right] for some \theta. First rotate through -\theta. Next reflect through the x axis. Finally rotate through \theta.

Answer

\begin{aligned} &\left[\begin{array}{cc}\cos (\theta )&-\sin(\theta) \\ \sin(\theta)&\cos(\theta)\end{array}\right]\left[\begin{array}{cc}1&0\\0&-1\end{array}\right]\left[\begin{array}{cc}\cos(-\theta)&-\sin(\theta) \\ \sin(-\theta)&\cos(-\theta)\end{array}\right] \\ =&\left[\begin{array}{cc}\cos^2\theta-\sin^2\theta &2\cos\theta\sin\theta \\ 2\cos\theta\sin\theta&\sin^2\theta-\cos^2\theta\end{array}\right]\end{aligned} Now to write in terms of (a,b), note that a/\sqrt{a^2+b^2}=\cos\theta, b/\sqrt{a^2+b^2}=\sin\theta. Now plug this in to the above. The result is \left[\begin{array}{cc}\frac{a^2-b^2}{a^2+b^2}&2\frac{ab}{a^2+b^2} \\ 2\frac{ab}{a^2+b^2}&\frac{b^2-a^2}{a^2+b^2}\end{array}\right]=\frac{1}{a^2+b^2}\left[\begin{array}{cc}a^2-b^2&2ab \\ 2ab&b^2-a^2\end{array}\right]\nonumber Since this is a unit vector, a^2+b^2=1 and so you get \left[\begin{array}{cc}a^2-b^2&2ab \\ 2ab&b^2-a^2\end{array}\right]\nonumber

Exercise \PageIndex{40}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\end{array}\right]=\left[\begin{array}{cc}2&1\\0&1\end{array}\right]\left[\begin{array}{c}x\\y\end{array}\right]\nonumber Is T one to one? Is T onto?

Exercise \PageIndex{41}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\end{array}\right]=\left[\begin{array}{cc}-1&2\\2&1\\1&4\end{array}\right]\left[\begin{array}{c}x\\y\end{array}\right]\nonumber Is T one to one? Is T onto?

Exercise \PageIndex{42}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{ccc}2&0&1\\1&2&-1\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]\nonumber Is T one to one? Is T onto?

Exercise \PageIndex{43}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{ccc}1&3&-5\\2&0&2\\2&4&-6\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]\nonumber Is T one to one? Is T onto?

Exercise \PageIndex{44}

Give an example of a 3\times 2 matrix with the property that the linear transformation determined by this matrix is one to one but not onto.

Answer

\left[\begin{array}{cc}1&0\\0&1\\0&0\end{array}\right]\nonumber

Exercise \PageIndex{45}

Suppose A is an m\times n matrix in which m ≤ n. Suppose also that the rank of A equals m. Show that the transformation T determined by A maps \mathbb{R}^n onto \mathbb{R}^m. Hint: The vectors \vec{e}_1,\cdots ,\vec{e}_m occur as columns in the reduced row-echelon form for A.

Answer

This says that the columns of A have a subset of m vectors which are linearly independent. Therefore, this set of vectors is a basis for \mathbb{R}^m. It follows that the span of the columns is all of \mathbb{R}^m. Thus A is onto.

Exercise \PageIndex{46}

Suppose A is an m\times n matrix in which m ≥ n. Suppose also that the rank of A equals n. Show that A is one to one. Hint: If not, there exists a vector, \vec{x} such that A\vec{x} = 0, and this implies at least one column of A is a linear combination of the others. Show this would require the rank to be less than n.

Answer

The columns are independent. Therefore, A is one to one.

Exercise \PageIndex{47}

Explain why an n\times n matrix A is both one to one and onto if and only if its rank is n.

Answer

The rank is n is the same as saying the columns are independent which is the same as saying A is one to one which is the same as saying the columns are a basis. Thus the span of the columns of A is all of \mathbb{R}^n and so A is onto. If A is onto, then the columns must be linearly independent since otherwise the span of these columns would have dimension less than n and so the dimension of \mathbb{R}^n would be less than n.

Exercise \PageIndex{48}

Let V and W be subspaces of \mathbb{R}^n and \mathbb{R}^m respectively and let T : V → W be a linear transformation. Suppose that \{T\vec{v}_1,\cdots ,T\vec{v}_r\} is linearly independent. Show that it must be the case that \{T\vec{v}_1,\cdots ,T\vec{v}_r\} is also linearly independent.

Answer

If \sum_i^r a_i\vec{v}_r=0, then using linearity properties of T we get 0=T(0)=T\left(\sum\limits_i^ra_i\vec{v}_r\right)=\sum\limits_i^ra_iT(\vec{v}_r).\nonumber Since we assume that \{T\vec{v}_a,\cdots ,T\vec{v}_r\} is linearly independent, we must have all a_i = 0, and therefore we conclude that \{\vec{v}_1,\cdots ,\vec{v}_r\} is also linearly independent.

Exercise \PageIndex{49}

Let V=span\left\{\left[\begin{array}{c}1\\1\\2\\0\end{array}\right],\:\left[\begin{array}{c}0\\1\\1\\1\end{array}\right],\:\left[\begin{array}{c}1\\1\\0\\1\end{array}\right]\right\}\nonumber Let T\vec{x}=A\vec{x} where A is the matrix \left[\begin{array}{cccc}1&1&1&1\\0&1&1&0\\0&1&2&1\\1&1&1&2\end{array}\right]\nonumber Give a basis for im(T).

Exercise \PageIndex{50}

Let V=span\left\{\left[\begin{array}{c}1\\0\\0\\1\end{array}\right],\:\left[\begin{array}{c}1\\1\\1\\1\end{array}\right],\:\left[\begin{array}{c}1\\4\\4\\1\end{array}\right]\right\}\nonumber Let T\vec{x}=A\vec{x} where A is the matrix \left[\begin{array}{cccc}1&1&1&1\\0&1&1&0\\0&1&2&1\\1&1&1&2\end{array}\right]\nonumber Find a basis for im(T). In this case, the original vectors do not form an independent set.

Answer

Since the third vector is a linear combinations of the first two, then the image of the third vector will also be a linear combinations of the image of the first two. However the image of the first two vectors are linearly independent (check!), and hence form a basis of the image.

Thus a basis for im(T) is: V=span\left\{\left[\begin{array}{c}2\\0\\1\\3\end{array}\right],\:\left[\begin{array}{c}4\\2\\4\\5\end{array}\right]\right\}\nonumber

Exercise \PageIndex{51}

If \{\vec{v}_1,\cdots ,\vec{v}_r\} is linearly independent and T is a one to one linear transformation, show that \{T\vec{v}_1,\cdots ,T\vec{v}_r\} is also linearly independent. Give an example which shows that if T is only linear, it can happen that, although \{\vec{v}_1,\cdots ,\vec{v}_r\} is linearly independent, \{T\vec{v}_1,\cdots ,T\vec{v}_r\} is not. In fact, show that it can happen that each of the T\vec{v}_j equals 0.

Exercise \PageIndex{52}

Let V and W be subspaces of \mathbb{R}^n and \mathbb{R}^m respectively and let T : V → W be a linear transformation. Show that if T is onto W and if \{\vec{v}_1,\cdots ,\vec{v}_r\} is a basis for V, then span\{T\vec{v}_1,\cdots ,T\vec{v}_r\} = W.

Exercise \PageIndex{53}

Define T: \mathbb{R}^4\to\mathbb{R}^3 as follows. T\vec{x}=\left[\begin{array}{cccc}3&2&1&8\\2&2&-2&6\\1&1&-1&3\end{array}\right]\vec{x}\nonumber Find a basis for im(T). Also find a basis for \text{ker}(T).

Exercise \PageIndex{54}

Define T: \mathbb{R}^3\to\mathbb{R}^3 as follows. T\vec{x}=\left[\begin{array}{ccc}1&2&0\\1&1&1\\0&1&1\end{array}\right]\vec{x}\nonumber where on the right, it is just matrix multiplication of the vector \vec{x} which is meant. Explain why T is an isomorphism of \mathbb{R}^3 to \mathbb{R}^3.

Exercise \PageIndex{55}

Suppose T: \mathbb{R}^3\to\mathbb{R}^3 is a linear transformation given by T\vec{x}=A\vec{x}\nonumber where A is a 3\times 3 matrix. Show that T is an isomorphism if and only if A is invertible.

Exercise \PageIndex{56}

Suppose T: \mathbb{R}^n\to\mathbb{R}^m is a linear transformation given by T\vec{x}=A\vec{x}\nonumber where A is an m\times n matrix. Show that T is never an ismorphism if m\neq n. In particular, show that if m>n, T cannot be onto and if m<n, then T cannot be one to one.

Exercise \PageIndex{57}

Define T: \mathbb{R}^2\to\mathbb{R}^3 as follows. T\vec{x}=\left[\begin{array}{cc}1&0\\1&1\\0&1\end{array}\right]\vec{x}\nonumber where on the right, it is just matrix multiplication of the vector \vec{x} which is meant. Show that T is one to one. Next let W = im(T). Show that T is an isomorphism of \mathbb{R}^2 and im (T).

Exercise \PageIndex{58}

In the above problem, find a 2\times 3 matrix A such that the restriction of A to im(T) gives the same result as T^{−1} on im(T). Hint: You might let A be such that A\left[\begin{array}{c}1\\1\\0\end{array}\right]=\left[\begin{array}{c}1\\0\end{array}\right],\:A\left[\begin{array}{c}0\\1\\1\end{array}\right]=\left[\begin{array}{c}0\\1\end{array}\right]\nonumber now find another vector \vec{v}\in\mathbb{R}^3 such that \left\{\left[\begin{array}{c}1\\1\\0\end{array}\right],\:\left[\begin{array}{c}0\\1\\1\end{array}\right],\:\vec{v}\right\}\nonumber is a basis. You could pick \vec{v}=\left[\begin{array}{c}0\\0\\1\end{array}\right]\nonumber for example. Explain why this one works or one of your choice works. Then you could define A\vec{v} to equal some vector in \mathbb{R}^2. Explain why there will be more than one such matrix A which will deliver the inverse isomorphism T^{−1} on im(T).

Exercise \PageIndex{59}

Now let V equan span\left\{\left[\begin{array}{c}1\\0\\1\end{array}\right],\:\left[\begin{array}{c}0\\1\\1\end{array}\right]\right\} and let T: V\to W be a linear transformation where W=span\left\{\left[\begin{array}{c}1\\0\\1\\0\end{array}\right],\:\left[\begin{array}{c}0\\1\\1\\1\end{array}\right]\right\}\nonumber and T\left[\begin{array}{c}1\\0\\1\end{array}\right]=\left[\begin{array}{c}1\\0\\1\\0\end{array}\right],\:T\left[\begin{array}{c}0\\1\\1\end{array}\right]=\left[\begin{array}{c}0\\1\\1\\1\end{array}\right]\nonumber Explain why T is an isomorphism. Determine a matrix A which, when multiplied on the left gives the same result as T on V and a matrix B which delivers T^{−1} on W. Hint: You need to have A\left[\begin{array}{cc}1&0\\0&1\\1&1\end{array}\right]=\left[\begin{array}{cc}1&0\\0&1\\1&1\\0&1\end{array}\right]\nonumber Now enlarge \left[\begin{array}{c}1\\0\\1\end{array}\right],\:\left[\begin{array}{c}0\\1\\1\end{array}\right] to obtain a basis for \mathbb{R}^3. You could add in \left[\begin{array}{c}0\\0\\1\end{array}\right] for example, and then pick another vector in \mathbb{R}^4 and let A\left[\begin{array}{c}0\\0\\1\end{array}\right] equal this other vector. Then you would have A\left[\begin{array}{ccc}1&0&0\\0&1&0\\1&1&1\end{array}\right]=\left[\begin{array}{ccc}1&0&0\\0&1&0\\1&1&0\\0&1&1\end{array}\right]\nonumber This would involve picking for the new vector in \mathbb{R}^4 the vector \left[\begin{array}{cccc}0&0&0&1\end{array}\right]^T. Then you could find A. You can do something similar to find a matrix for T^{−1} denoted as B.

Exercise \PageIndex{60}

Let V=\mathbb{R}^3 and let W=span(S),\text{ where }S=\left\{\left[\begin{array}{r}1\\-1\\1\end{array}\right],\:\left[\begin{array}{r}-2\\2\\-2\end{array}\right],\:\left[\begin{array}{r}-1\\1\\1\end{array}\right],\:\left[\begin{array}{r}1\\-1\\3\end{array}\right]\right\}\nonumber Find a basis of W consisting of vectors in S.

Answer

In this case \text{dim}(W) = 1 and a basis for W consisting of vectors in S can be obtained by taking any (nonzero) vector from S.

Exercise \PageIndex{61}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\end{array}\right]=\left[\begin{array}{cc}1&1\\1&1\end{array}\right]\left[\begin{array}{c}x\\y\end{array}\right]\nonumber Find a basis for \text{ker}(T) and im(T).

Answer

A basis for \text{ker}(T) is \left\{\left[\begin{array}{r}1\\-1\end{array}\right]\right\} and a basis for im(T) is \left\{\left[\begin{array}{c}1\\1\end{array}\right]\right\}. There are many other possibilities for the specific bases, but in this case \text{dim}(\text{ker}(T))=1 and \text{dim}(im(T))=1.

Exercise \PageIndex{62}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\end{array}\right]=\left[\begin{array}{cc}1&0\\1&1\end{array}\right]\left[\begin{array}{c}x\\y\end{array}\right]\nonumber Find a basis for \text{ker}(T) and im(T).

Answer

In this case \text{ker}(T)=\{0\} and im(T)=\mathbb{R}^2 (pick any basis of \mathbb{R}^2).

Exercise \PageIndex{63}

Let V=\mathbb{R}^3 and let W=span\left\{\left[\begin{array}{c}1\\1\\1\end{array}\right],\:\left[\begin{array}{r}-1\\2\\-1\end{array}\right]\right\}\nonumber Extend this basis of W to a basis of V.

Answer

There are many possible such extensions, one is (how do we know?): \left\{\left[\begin{array}{c}1\\1\\1\end{array}\right],\:\left[\begin{array}{r}-1\\2\\-1\end{array}\right],\:\left[\begin{array}{c}0\\0\\1\end{array}\right]\right\}\nonumber

Exercise \PageIndex{64}

Let T be a linear transformation given by T\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{ccc}1&1&1\\1&1&1\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]\nonumber What is \text{dim}(\text{ker}(T))?

Answer

We can easily see that \text{dim}(im(T))=1, and thus \text{dim}(\text{ker}(T))=3-\text{dim}(im(T))=3-1=2.

Exercise \PageIndex{65}

Let B=\left\{\left[\begin{array}{r}2\\-1\end{array}\right],\:\left[\begin{array}{r}3\\2\end{array}\right]\right\} be a basis of \mathbb{R}^2 and let \vec{x}=\left[\begin{array}{r}5\\-7\end{array}\right] be a vector in \mathbb{R}^2. Find C_B(\vec{x}).

Exercise \PageIndex{66}

Let B=\left\{\left[\begin{array}{r}1\\-1\\2\end{array}\right],\:\left[\begin{array}{r}2\\1\\2\end{array}\right],\:\left[\begin{array}{r}-1\\0\\2\end{array}\right]\right\} be a basis of \mathbb{R}^3 and let \vec{x}=\left[\begin{array}{r}5\\-1\\4\end{array}\right] be a vector in \mathbb{R}^2. Find C_B(\vec{x}).

Answer

C_B(\vec{x})=\left[\begin{array}{r}2\\1\\-1\end{array}\right]

Exercise \PageIndex{67}

Let T: \mathbb{R}^2→\mathbb{R}^2 be a linear transformation defined by T\left(\left[\begin{array}{c}a\\b\end{array}\right)\right]=\left[\begin{array}{c}a+b\\a-b\end{array}\right].

Consider the two bases B_1=\{\vec{v}_1,\vec{v}_2\}=\left\{\left[\begin{array}{c}1\\0\end{array}\right],\:\left[\begin{array}{r}-1\\1\end{array}\right]\right\}\nonumber and B_2=\left\{\left[\begin{array}{c}1\\1\end{array}\right],\:\left[\begin{array}{r}1\\-1\end{array}\right]\right\}\nonumber

Find the matrix M_{B_2,B_1} of T with respect to the bases B_1 and B_2.

Answer

M_{B_2B_1}=\left[\begin{array}{rr}1&0\\-1&1\end{array}\right]

Exercise \PageIndex{68}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{rrr}1&-1&2\\1&-2&1\\3&-4&5\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-3\hat{t} \\ -\hat{t} \\ \hat{t}\end{array}\right],\:\hat{t}_3\in\mathbb{R}. A basis for the solution space is \left[\begin{array}{r}-3\\-1\\1\end{array}\right]\nonumber

Exercise \PageIndex{69}

Using Exercise \PageIndex{68} find the general solution to the following linear system. \left[\begin{array}{rrr}1&-1&2\\1&-2&1\\3&-4&5\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}1\\2\\4\end{array}\right]\nonumber

Answer

Note that this has the same matrix as the above problem. Solution is: \left[\begin{array}{r}-3\hat{t}_3 \\ -\hat{t}_3 \\ \hat{t}_3\end{array}\right]+\left[\begin{array}{r}0\\-1\\0\end{array}\right],\:\hat{t}_3\in\mathbb{R}

Exercise \PageIndex{70}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{rrr}0&-1&2\\1&-2&1\\1&-4&5\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{c}3\hat{t} \\ 2\hat{t} \\ \hat{t}\end{array}\right], A basis is \left[\begin{array}{c}3\\2\\1\end{array}\right]

Exercise \PageIndex{71}

Using Exercise \PageIndex{70} find the general solution to the following linear system. \left[\begin{array}{rrr}0&-1&2\\1&-2&1\\1&-4&5\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}1\\-1\\1\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{c}3\hat{t} \\ 2\hat{t} \\ \hat{t}\end{array}\right] +\left[\begin{array}{c}-3\\-1\\0\end{array}\right],\:\hat{t}\in\mathbb{R}

Exercise \PageIndex{72}

Write the solution set of the following system as a linear combination of vectors. \left[\begin{array}{ccc}1&-1&2\\1&-2&0\\3&-4&4\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-4\hat{t} \\ -2\hat{t} \\ \hat{t}\end{array}\right]. A basis is \left[\begin{array}{r}-4\\-2\\1\end{array}\right]

Exercise \PageIndex{73}

Using Exercise \PageIndex{72} find the general solution to the following linear system. \left[\begin{array}{ccc}1&-1&2\\1&-2&0\\3&-4&4\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}1\\2\\4\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-4\hat{t} \\ -2\hat{t} \\ \hat{t}\end{array}\right]+\left[\begin{array}{r}0\\-1\\0\end{array}\right],\:\hat{t}\in\mathbb{R}

Exercise \PageIndex{74}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{ccc}0&-1&2\\1&0&1\\1&-2&5\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-\hat{t} \\ 2\hat{t} \\ \hat{t}\end{array}\right],\:\hat{t}\in\mathbb{R}

Exercise \PageIndex{75}

Using Exercise \PageIndex{74} find the general solution to the following linear system. \left[\begin{array}{ccc}0&-1&2\\1&0&1\\1&-2&5\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}1\\-1\\1\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-\hat{t} \\ 2\hat{t} \\ \hat{t}\end{array}\right]+\left[\begin{array}{r}-1\\-1\\0\end{array}\right]

Exercise \PageIndex{76}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{cccc}1&0&1&1\\1&-1&1&0\\3&-1&3&2\\3&3&0&3\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{c}0\\0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}0\\ -\hat{t} \\ -\hat{t} \\ \hat{t}\end{array}\right],\:\hat{t}\in\mathbb{R}

Exercise \PageIndex{77}

Using Exercise \PageIndex{76} find the general solution to the following linear system. \left[\begin{array}{cccc}1&0&1&1\\1&-1&1&0\\3&-1&3&2\\3&3&0&3\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{c}1\\2\\4\\3\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}0\\ -\hat{t} \\ -\hat{t} \\ \hat{t}\end{array}\right]+\left[\begin{array}{r}2\\-1\\-1\\0\end{array}\right]

Exercise \PageIndex{78}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{cccc}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&0&0&0\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{c}0\\0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{c}-s-t \\ s\\s\\t\end{array}\right],\:s,t\in\mathbb{R}. A basis is \left\{\left[\begin{array}{r}-1\\1\\1\\0\end{array}\right],\:\left[\begin{array}{r}-1\\0\\0\\1\end{array}\right]\right\}\nonumber

Exercise \PageIndex{79}

Using Exercise \PageIndex{78} find the general solution to the following linear system. \left[\begin{array}{rrrr}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{r}2\\-1\\-3\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-\hat{t}\\ \hat{t} \\ \hat{t}\\0\end{array}\right]+\left[\begin{array}{c}-8\\5\\0\\5\end{array}\right]\nonumber

Exercise \PageIndex{80}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{rrrr}1&1&0&1\\1&-1&1&0\\3&1&1&2\\3&3&0&3\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{c}0\\0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{c}-\frac{1}{2}s-\frac{1}{2}t \\ \frac{1}{2}s-\frac{1}{2}t \\ s\\t\end{array}\right]\nonumber for s,t\in\mathbb{R}. A basis is \left\{\left[\begin{array}{r}-1\\1\\2\\0\end{array}\right],\:\left[\begin{array}{r}-1\\1\\0\\1\end{array}\right]\right\}\nonumber

Exercise \PageIndex{81}

Using Exercise \PageIndex{80} find the general solution to the following linear system. \left[\begin{array}{rrrr}1&1&0&1\\1&-1&1&0\\3&1&1&2\\3&3&0&3\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{c}1\\2\\4\\3\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}\frac{3}{2} \\ -\frac{1}{2}\\0\\0\end{array}\right]+\left[\begin{array}{c}-\frac{1}{2}s-\frac{1}{2}t \\ \frac{1}{2}s-\frac{1}{2}t \\ s\\t\end{array}\right]\nonumber

Exercise \PageIndex{82}

Write the solution set of the following system as a linear combination of vectors \left[\begin{array}{rrrr}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{c}0\\0\\0\\0\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-\hat{t} \\ \hat{t} \\ \hat{t}\\0\end{array}\right], a basis is \left[\begin{array}{c}1\\1\\1\\0\end{array}\right].

Exercise \PageIndex{83}

Using Exercise \PageIndex{82} find the general solution to the following linear system. \left[\begin{array}{rrrr}1&1&0&1\\2&1&1&2\\1&0&1&1\\0&-1&1&1\end{array}\right]\left[\begin{array}{c}x\\y\\z\\w\end{array}\right]=\left[\begin{array}{r}2\\-1\\-3\\1\end{array}\right]\nonumber

Answer

Solution is: \left[\begin{array}{r}-\hat{t} \\ \hat{t} \\ \hat{t}\\0\end{array}\right]+\left[\begin{array}{r}-9\\5\\0\\6\end{array}\right],t\in\mathbb{R}.

Exercise \PageIndex{84}

Suppose A\vec{x}=\vec{b} has a solution. Explain why the solution is unique precisely when A\vec{x}=\vec{0} has only the trivial solution.

Answer

If not, then there would be a infintely many solutions to A\vec{x}=\vec{0} and each of these added to a solution to A\vec{x}=\vec{b} would be a solution to A\vec{x}=\vec{b}.


This page titled 4.E: Exercises is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Ken Kuttler (Lyryx) .

Support Center

How can we help?