Exam2 F2007 Practice Sol
Exam2 F2007 Practice Sol
1 Definitions
1. (0 points) Let T : V → W be a transformation. Let A be a square matrix.
(a) Define “T is linear”.
1
2 Linear Transformations, Null Spaces, and Images
2. (0 points) Let T : P2 (R) → P2 (R) be given by T (f (x)) = f (x) − xf 0 (x).
(a) Show T is linear.
= aT (f (x)) + T (g(x)).
Solution: We know that a generating set for the image of T is the image of the
standard basis of P2 (R). Thus
= span({1, x − x, x2 − 2x2 })
The vectors {1, −x2 } are clearly linearly independent, so it will also be a basis.
Solution: Since rank(T ) = 2 and dim(P2 (R)) = 3, T is clearly not onto. Fur-
thermore, the Dimension Theorem says the nullity(T ) = 1, so T is not one-to-one
either.
2
3. (0 points) Let T : R3 → R3 be the linear transformation defined by
T (x, y, z) = (x + y, x − z, 2x + 3y + z) .
(d) State the Dimension Theorem and verify that T satisfies it.
Solution: Suppose dim(V ) < dim(W ), and assume (by means of contradiction) that
T is onto. Then image(T ) = W , and thus rank(T ) = dim(W ). By the dimensions
theorem, we know
dim(V ) = rank(T ) + nullity(T )
= dim(W ) + nullity(T )
Since dim(V ) < dim(W ), this implies nullity(T ) = dim(V ) − dim(W ) < 0, which is
a contradiction since nullity can not be negative. Thus T is NOT onto.
3
5. (0 points) Let T : V −→ W be a linear transformation. Prove the following
theorems.
(a) Theorem 2.1: The sets null(T ) and image(T ) are subspaces of V and W , respec-
tively.
(b) Theorem 2.2: Let β be a basis of V . Then the set {T (β)} is a generating set for
image(T ).
= cT (f (x)) + T (g(x)).
4
(b) Determine the matrix of T with respect to the standard bases of P2 (R) and R2 .
Solution: First we recall that the standard basis of P2 (R) is β = {1, x, x2 } and that
the standard basis of R2 is γ = {(1, 0), (0, 1)}. Now we look at the image of each
element of the basis β under T .
T (1) = (1, 0), T (x) = (0, 1), and T (x2 ) = (0, 2).
Since we are using the standard basis of R2 the columns of our matrix are the vectors
we have just written. So our matrix is
!
1 0 0
[T ]γβ = .
0 1 2
8. (0 points) Let β and γ be the following standard ordered bases of M2×2 (R) and
P2 (R), respectively:
( ! ! ! !)
1 0 0 1 0 0 0 0
β= , , , and γ = {1, x, x2 }.
0 0 0 0 1 0 0 1
Compute [T ]βγ if we define the linear transformation T : P2 (R) −→ M2×2 (R) by
!
f 0 (0) 2f (1)
T (f (x)) = .
0 f 00 (3)
!
0 2
Solution: First we see that T (1) = . So the first column of [T ]βγ is the coordi-
0 0
!
1 2
nate vector [T (1)]β = (0, 2, 0, 0). Next T (x) = . So the second column of [T ]βγ
0 0
!
0 2
is the coordinate vector [T (x)]β = (1, 2, 0, 0). Finally T (x2 ) = . So the third
0 2
column of [T ]βγ is the coordinate vector [T (x2 )]β = (0, 2, 0, 2). So in total we get
0 1 0
2 2 2
β
[T ]γ =
0 0 0
0 0 2
5
9. (0 points) Let V , W , and Z be vector spaces, and let T : V → W and U : W → Z
be linear transformations.
(a) Prove that if U ◦ T is one-to-one, then T is one-to-one.
(c) Prove that if U and T are one-to-one and onto, then U ◦ T is also
T (x, y, z) = (x + y + z, x + 3y + 5z)
Let β and γ be the standard bases for R3 and R2 respectively. Also consider another
basis α = {(1, 1, 1), (2, 3, 4), (3, 4, 6)} for R3 .
(a) Compute the matrix representation [T ]γβ .
(e) Let x = (1, 5, 7). What is [x]β ? Use this, together with Q, to find [x]α .
6
Solution:
(a) Plugging basis β into T! and writing as a linear combination of the elements of γ, we
1 1 1
get [T ]γβ = .
1 3 5
(c) To get the change of basis matrix, we must find the coordinate vectors of the elements
of β with respect to α:
2 0 −1
[(1, 0, 0)]α = −2 , [(0, 1, 0)]α = 3 , and [(0, 0, 1)]α = −1 .
1 −2 1
2 0 −1
Therefore the change of basis matrix is Q = −2 3 −1 .
1 −2 1
! 2 0 −1 !
3 9 13 1 1 1
(d) [T ]γα · Q = −2 3 −1 = = [T ]γβ .
9 31 45 1 3 5
1 −2 1
1
(e) x = (1, 5, 7) =⇒ [x]β = 5
7
2 0 −1 1 −5
=⇒ [x]α = Q · [x]β = −2 3 −1 5 = 6
1 −2 1 7 −2