Linear Transformations: 4.1 Definitions and Properties
Linear Transformations: 4.1 Definitions and Properties
Linear Transformations: 4.1 Definitions and Properties
Linear Transformations
4.1
Recall that a real function of one variable, y = f(x), transforms each number x in
the domain of f (a subset of R, or R itself) into exactly one number f(x) R. In
other words we can also say that function f maps or transforms a vector x (since R
is a vector space) into another vector y = f(x) in the range of f, and this meaning is
reflected by the notation:
f : x f(x)
Similarly a real function of two variables y = f(x, y) maps or transforms vectors (x, y)
in its domain (R2 , or a subset of R2 ) into vectors of its range set (R or a subset of R)
and we write:
f : (x, y) f(x, y)
In general, a function T from one vector space V to another vector space W is a
rule which assigns to every vector v V a unique vector w W, and if this function
satisfies the following two properties:
i) T (v1 + v2 ) = T (v1 ) + T (v2 ), for every v1 , v2 V,
1
The set of all values T (v) is called the range of T . We will denote this set by R(T ).
The vector space V is called the domain of T . A linear transformation T is sometimes
called a linear operator, especially when V = W.
T (v1 + v2 )
lin.prop
On the other hand, w R(T ), there is some v V such that T (v) = w, and R
we have:
w = T (v)
T ( v)
lin.prop
T (0 v)
V vector space
0 T (v)
T linear
0.
b) Take v V. We have
T (v) + T (v)
T (v + (v))
T (0)
V vector space
T linear
0.
prop. a)
c) Let v1 , v2 V, then
T (v1 v2 )
T (v1 + (v2 ))
V vector space
T linear
T (v1 ) + T (v2 )
T (v1 ) T (v2 ).
T linear
Example: Recall Pn is the vector space of all polynomials of degree n or less. Consider
the following transformations:
q(x)
We have:
w1 ,w2 W 0
(w1 + w2 )
T linear
= v1 + v2
(T (v1 ) + T (v(2)))
T 1 (T (v1 + v2 )) =
T 1 (w1 ) + T 1 (w2 ),
def. of T 1
and
T 1 (w1 ) = T 1 (T (v1 ))
T 1 (T (v1 )) = v1 = T 1 (w1 ),
T linear
Two vector spaces V and W are said to be isomorphic if there is a one-to-one and
onto linear transformation T : V W; T is then called an isomorphism between V
and W. An automorphism is an isomorphism of a space with itself.
T (1 v1 + + n vn ),
T linear
1 v1 + + n vn = 0
1 = = n = 0,
v1 ,...,vn lin.ind.
T (1 v1 + + n vn )
v1 ,...,vn
basis
T linear
1 T (v1 ) + + n T (vn ),
and w arbitrary can be expressed as a linear combination of the vectors T (v1 ), . . . , T (vn );
thus, {T (v1 ), T (v2 ), . . . , T (vn )} is a basis for W.
T (u) + T (v)
T linear
T ( u)
0+0=0
u + v ker(T ),
u,vker(T )
T (u)
T linear
.0 = 0
u ker(T ),
uker(T )
The nullity of a linear transformation T is the dimension of the vector space that
is the kernel of T . The kernel of T is sometimes called the nullspace of T .
Note: rank(T ) is the dimension of the range of T (a vector space in W), whereas
nullity(T ) is the dimension of the kernel of T (a vector space in V).
Example: Let T : R3 R2 be defined by:
T ( (v1 , v2 , v3 ) ) = (v1 , v2 ).
Show that T is a linear transformation; find the rank of T and a basis of the rangespace;
find the nullity of T and a basis of the kernel. Finally, decide whether or not T is oneto-one, onto, or an isomorphism.
* Consider u, v R3 , and R:
T (u+v) = T ((u1 +v1 , u2 +v2 , u3 +v3 )) = (u1 +v1 , u2 +v2 ) = (u1 , u2 )+(v1 , v2 ) =
= T (u) + T (v).
Also
T (u) = T ((u1 , u2 , u3 )) = T ((u1 , u2 , u3 )) = (u1 , u2 ) = (u1 , u2 ) = T (u)
and T is linear.
* Obviously, R(T ) = R2 , rank(T ) = 2 and B0 = {e1 = (1, 0), e2 = (0, 1)} is a basis
for the rangespace.
* Consider u, v R2 , and R:
T 0 (u + v) = T ((u1 + v1 , u2 + v2 )) = (u1 + v1 , u2 + v2 , 0) = (u1 , u2 , 0) + (v1 , v2 , 0) =
= T 0 (u) + T 0 (v).
Also
T (u) = T 0 ((u1 , u2 )) = T 0 ((u1 , u2 )) = (u1 , u2 , 0) = (u1 , u2 , 0) = T 0 (u)
and T 0 is also linear.
* The nullity of T 0 oT by
n rank(T 0 oT ) = nullity(T 0 oT ) = 3 2 = 1.
The kernel consists of vectors (v1 , v2 , v3 ) R3 such that (T 0 oT )((v1 , v2 , v3 )) =
(v1 , v2 , 0) = (0, 0, 0), that is, again the nullspace is the set of vectors of the form
(0, 0, v3 ), v3 R. A basis for this subspace is given by B1 = {e3 = (0, 0, 1)}.
* Finally, we have again that T 0 oT cannot be an isomorphism, because dim(R3 ) 6=
rank(T 0 oT ). If we consider again the vectors (1, 1, 1) 6= (1, 1, 1), we have
(T 0 oT )((1, 1, 1)) = (1, 1, 0) = (T 0 oT )((1, 1, 1)), and it follows that T is not oneto-one, but it is onto, since for every (u1 , u2 , 0) R3 there is at least one vector
in R3 , for instance (u1 , u2 , 0) itself, such that (T 0 oT )( (u1 , u2 , 0) ) = (u1 , u2 , 0).