Linear Transformation
Linear Transformation
CHAPTER
6
Linear Transformations
LEARNING OBJECTIVES
After studying the material in this chapter, you should be able to :
Know a special class of functions, known as linear transformations.
Understand elementary properties of linear transformations.
Find a linear transformation by knowing its action an a basis.
Find the matrix of a linear transformation.
Know the Dimension Theorem, exhibiting an important relationship between the
dimensions of the domain and the range of a linear transformation.
Identify two special types of linear transformations : one-to-one and onto.
Determine whether two vector spaces are isomorphic.
Represent each two-dimensional point by a corresponding set of homogeneous
coordinates.
Represent all possible movements using matrix multiplication in homogeneous
coordinates.
Use Similarity Method to perform movements that are not centered at the origin.
Find the matrix for any composition of translations, rotations, reflections and scaling.
Note Notice that the two conditions for linearity are equivalent to a single condition
T ( v1 + v2) = T (v1) + T (v2), for all v1, v2 V and all .
2. We must show that T ( v) = T (v), for all and for all v V
Now T ( v) = 0W = 0W = T (v).
Hence, T is a linear transformation, known as the zero linear transformation.
EXAMPLE 2 Let
V = Mmn, the space of all m × n matrices
and W = Mnm, the space of all n × m matrices
Consider the mapping T : V W defined by
T (A) = AT for all A V
Show that T is a linear transformation.
EXAMPLE 3 Let
V = P n, the space of all polynomials of degree n, with real coefficients
and W = P n – 1, the space of all polynomials of degree n –1, with real coefficients
Consider the mapping T : V W defined by
T (p) = p for any p V = Pn
Show that T is a linear transformation.
EXAMPLE 4 Let V be an n-dimensional vector space over , and let B be an ordered basis for
V. Then every vector v V has its coordinatization [v]B with respect to B satisfying the following properties
[v1 + v2]B = [v1]B + [v2]B , for all v1, v2 V
[ v] B = [v]B , for all , and for all v V
Consider the mapping T : V n defined by
T (v) = [v]B for any v V
We will show that T is a linear transformation. Let v1 and v2 be any two vectors in V. Then from
the properties of coordinatization just stated, we have
T (v1 + v2) = [v1 + v2]B = [v1]B + [v2]B = T (v1) + T (v2)
Similarly,
T ( v) = [ v]B = [v]B = T (v), for any and v V
Hence, T is a linear transformation.
Note Notice that we can also define a projection operator on 3 which projects each vector in 3
to a corresponding vector in the yz-plane or the zx-plane.
EXAMPLE 8 Reflections
Consider the mapping T : 3 3 defined by
T([x1, x2, x3]) = [x1, x2, – x3], [x1, x2, x3] 3
Linear Transformations 6.5
We will show that T is a linear operator.
1. Let v1 = [x1, x2, x3], v2 [y1, y2, y3] 3. Then
T (v1 + v2) = T ([x1, x2, x3] + [y1, y2, y3])
= T ([x1 + y1, x2 + y2, x3 + y3])
= [x1 + y1, x2 + y2, – (x3 + y3)]
= [x1, x2, – x3] + [y1, y2, – y3]
= T ([x1, x2, x3]) + T ([y1, y2, y3])
= T (v1) + T (v2)
Note Notice that we can also define a reflection operator on 3 which reflects each vector in 3
through the yz-plane or the zx-plane.
Let T : 2 2 be defined by
x cos θ sin θ x x cos θ y sin θ
T (v) = T sin θ y x sin θ y cos θ ,
y cos θ
for all v = [x, y] 2, where is fixed angle. We will show that T is a linear operator..
6.6 Linear Algebra
Let v1 = [x1, y1], v2 = [x2, y2] be two vectors in Then2.
cos θ sin θ
T (v1 + v2) = v1 v2
sin θ cos θ
Note Part (1) of Theorem 6.1 can be used to prove that a function is not a linear transformation.
EXAMPLE 12 Let V be a vector space, and let x 0 be a fixed vector in V. Prove that the
translation function f : V V defined by f (v) = v + x is not a linear transformation.
[Delhi Univ. GE-2, 2018]
SOLUTION We have
Linear Transformations 6.9
f (0) = 0 + x = x 0
So, by part (1) of Theorem 6.1 f is not a linear transformation.
Proof To show that T2 o T1 is a linear transformation, we must show that both of the following
are true:
(T2 o T1)(v1 + v2) = (T2 o T1)(v1) + (T2 o T1)(v2), for all v1, v2 V
(T2 o T1)( v) = (T2 o T1)(v), for all and v V
To prove the first property, consider
(T2 o T1)(v1 + v2) = T2 (T1 (v1 + v2)) (definition of composition)
= T2 [T1 (v1) + T1(v2)] ( T1 is a Linear Transformation)
= T2 (T1 (v1)) + T2(T1(v2)) ( T2 is a Linear Transformation)
= (T2 o T1)(v1) + (T2 o T1)(v2) (definition of composition)
So, the first property holds.
To prove the second property, consider
(T2 o T1)( v) = T2(T1( v)) (definition of composition)
= T2( T1 (v)) ( T1 is a Linear Transformation)
= (T2(T1(v)) ( T2 is a Linear Transformation)
= (T2 o T1) (v) (definition of composition)
So, the second property also holds.
Hence, T2 o T1 is a linear transformation.
EXAMPLE 13 Let T1 : 2 2 be the linear operator representing the counterclockwise rotation
in 2 through a fixed angle . That is,
x cos θ sin θ x x cos θ y sin θ
T 1(v) = T1 ,
y sin θ cos θ y x sin θ y cos θ
where v = [x, y] 2. Further, let T2 : 2 2 be the linear operator representing the reflection
of vectors in 2 through the x-axis. That is,
x x
T 2(v) = T2 , v = [x, y] 2
y y
Because T1 and T2 are both linear transformations, Theorem 6.2 asserts that the composition
T2 o T1 of T1 and T2 given by
6.10 Linear Algebra
THEOREM 6.3 Let V1 and V2 be vector spaces, and let T : V1 V2 be a linear transformation.
1. If U is a subspace of V1, then T (U), the image of U in V2, is a subspace of V2.
2. If W is a subspace of V2, then T –1 (W), the pre-image of W in V1, is a subspace of V1.
Proof 1. Since U is a subspace of V1, 0V1 U. By part (1) of Theorem 6.1 we have
0V2 = T ( 0V1 ) T (U)
Thus, T (U) is non-empty. Hence, to show that T (U) is a subspace of V2, we must show that
T (U ) is closed under addition and scalar multiplication.
First, suppose that w1, w2 are any two vectors in T (U). Then, by definition of T (U), we have
w1 = T (u1) and w2 = T (u2)
for some u1, u2 U. So,
w1 + w2 = T (u1) + T (u2) = T (u1 + u2) ( T is a L.T.)
Linear Transformations 6.11
However, since U is a subspace of V1, u1 + u2 U. Thus, w1 + w2 T (U). Hence, T (U ) is closed
under addition.
Next, let w be any vector in T (U ), and let be a scalar. We must show that
w T (U). By definition of T (U ), w = T (u), for some u U. Then
w = T (u) = T ( u) ( T is a L.T.)
However, since U is a subspace of V1, u U, and hence w T (U ). Thus, T (U ) is closed
under scalar multiplication.
EXERCISE 6.1
1. Determine which of the following functions are linear transformations.
(a) T : 2 2 given by T ([x, y]) = [2x – 3y, 3x + 4y]
(b) T : 3 3 given by T ([x1, x2, x3]) = [x1 + 1, x2 – 2, x3] = [x1, x2, x3] + [1, –2, 0]
a b a b
(f) T : M22 given by T c d ad bc
c d
(g) T : 3 3 given by T ([x1, x2, x3]) = [ e x1 , cos x2, sin x3]
2. Show that the mapping T : 3 3 given by T ([x1, x2, x3]) = [– x1, x2, x3] is a linear
operator.
3. Let x be a fixed vector in n. Prove that the mapping T : n given by T (y) = x y is a
linear transformation.
4. (a) Show that the mapping T : M n n M nn given by T (A) = A + AT is a linear operator
on Mn n.