Module - 4 (MTLA)
Module - 4 (MTLA)
Transformation
Contents
Linear Transformation
Kernal and range of linear
transformation
Basic properties of linear
transformation
Invertible linear transformation
Matrix of linear transformation
Introduction:
In many branches of mathematics, we use
functions with particular properties. For example,
single variable calculus is largely concerned with
studying functions of one variable that are
differentiable. In linear algebra, this sort of function
that we study is called linear transformation and
the goal of this handout is to explain what a linear
transformation is.
b
S ( cf ) =∫ ( cf ) ( x ) dx
a
b
¿ ∫ cf ( x ) dx
a
b
¿ c ∫ f ( x ) dx
a
¿ cS (f )
Hence S is a linear transformation.
Example 3: Show that none of the following
transformation is linear.
a) T : M 2 ×2 → R defined by T ( A )=det A
b)T : R → R defined by T ( x )=2 x
c) T : R → R defined by T ( x )=x +1
Solution:
In each case, we give a specific counter example to
show that one of the properties of the linear
transformation fails to hold.
a) Let A=( 10 00)∧B=( 00 01) ,then A+ B=(10 01).
Now T ( A+ B )=det (0 1 )=1
1 0
c) Try yourself
to P2 such that []
1 3 []
T 1 =2−3 x + x ∧T 2 =1−x .
2 2
Find 2[ ] [ ].
T −1 ∧T a
b
Solution:
Given that 1 [] 3
2
[]
T 1 =2−3 x + x ∧T 2 =1−x .
2
Let {[ ] [ ]}
B= 1 , 2
1 3
Since B is a basis of R
2
,every vector in R
2
is a span of B,
now solving,
[] [][ ]
c 1 1 +c 2 2 = −1
1 3 2
⇒
[ c +3 c ] [ 2 ]
c +2 c
1
1
= −1
2
⇒ c1 +2 c 2=−1∧c1 +3 c 2=2
⇒ c2=3
So c 1=−1−2 c2 =−1−6=−7
Therefore, we get,
Again,
[] [][]
c 1 1 +c 2 2 = a
1 3 b
⇒
[ cc +2+3 cc ]=[ ab]
1
1
2
⇒ c1 +2 c 2=a∧c 1 +3 c 2=b
⇒ c2=b−a
Therefore, we get,
b
Practice Problem: Suppose T is a linear
transformation from R
2
to P2 such that []
1 [ ]
T 1 =1−2 x∧T 3 =x +2 x
−1
2
. Find [ ] [ ].
T −7 ∧T a
9 b
Example 2: Let T :R →R
2 3
be a linear transformation for
[] []
1 3
which []
T 1= 2
0
−1
and []
T 0=0
1
4
. Find [] []
T 5 ∧T a .
2 b
Solution:
Given that, 2
T :R →R
2
be a linear transformation defined
by,
[] []
1 3
0 []
T 1= 2
−1
and []
T 0=0
1
4
every vector in R
2
is a span of B.
⇒ T [ 5 ]=5T [ 1 ]+2 T [ 0 ]
2 0 1
[ ] [][ ]
1 3 11
−1
[]
⇒ T 5 =5 2 +2 0 = 10
2
4 3
Again let,
0[] [][]
c 1 1 + c2 0 = a
1 b
⇒
[ ][]
c1
=a
c2 b
⇒ c1=a∧c2 =b
So,
[ ] [][ ]
1 3 a+3 b
[]
⇒ T a =a 2 + b 0 = 2 a
b
−1 4 −a+ 4 b
[][ ]
x
x
Example 3: If 2
T :R →R
3
defined by, T
y
= 2 x− y , then verify
3 x+4 y
that T is a linear transformation or not.
Ans: (Hints: Check whether
2
T ( u+ v )=T ( u ) +T ( v )∧T ( cu )=cT ( u ) , ∀ u , v ∈ R ∧c ∈ R )
Solution:
Given that, T : P2 → P2 be a linear transformation for which
T ( 1+ x )=1+ x 2 ,T ( x+ x2 ) =x−x 2∧T ( 1+ x 2 )=1+ x + x 2.
Since here,
B= {1+ x , x+ x 2 , 1+ x 2 }
c 1 +c 2=−1 …(2)
c 2 +c 3=3 … (3)
So,
4−x +3 x 2=0. ( 1+ x )−1. ( x+ x 2 ) + 4.(1+ x 2)
Again,
a+ bx+ c x 2=c 1 ( 1+ x )+ c2 ( x + x 2) + c 3 (1+ x2 )
c 1 +c 2=b … (2)
c 2 +c 3=c …(3)
So,
1 1 1
a+ bx+ c x = ( a+ b−c ) . ( 1+ x )+ ( b+c−a ) . ( x + x ) + ( c +a−b ) .(1+ x )
2 2 2
2 2 2
1 1 1
⇒ T (a+ bx+ c x )= ( a+b−c ) .T ( 1+ x )+ ( b +c−a ) . T ( x + x ) + ( c +a−b ) . T (1+ x )
2 2 2
2 2 2
1 1 1
⇒ T (a+ bx+ c x )= ( a+b−c ) .(1+ x )+ ( b+ c−a ) . ( x−x ) + ( c +a−b ) .(1+ x + x )
2 2 2 2
2 2 2
1 1 1
⇒ T ( a+bx +c x )= ( a+ b−c+ c+ a−b ) + ( b+c−a+c +a−b ) x + ( a+b−c +a−b−c +c +a−b ) x
2 2
2 2 2
1
⇒ T ( a+bx +c x )=a+ cx + ( 3 a−b−c ) x
2 2
2
Find T
[ ] [ ]
1 3
4 2
∧T
a b
c d
.
Composition of Linear Transformation:
If T :U → V and S :V →W are linear transformations, then the
composition of S with T is the mapping S ∘T , defined by
( S ∘T ) (u )=S ( T ( u ) ) where u ∈U .
Example 1: Let 2
T : R → P 1∧S :P 1 → P 2 be linear
transformations defined by b[]
T a =a+ ( a+b ) x∧S ( p ( x ) )=xp ( x ).
Find
[ ]
I ¿ ( S ∘T ) 3
−2
II ¿ ( S ∘ T ) [ a ].
b
Solution:
¿ x ( a+ ( a+ b ) x )
¿ ax + ( a+ b ) x 2
¿ S ( T ( u )+T ( v ) )
¿ S ( T ( u )) + S ( T ( v ) )
¿ ( S ∘T ) (u )+(S ∘T )(v )
Hence, ( S ∘T ) (u+ v )= ( S ∘ T ) ( u ) +(S ∘ T )(v) .
Again,
( S ∘T ) ( cu )=c (S ∘ T )(u)
, by [][
S a=
b
a+b
0
b
a−b d ] [][
−d ]
∧T c = 2c +d . Compute ( S ∘T ¿ 2 ∧(S ∘T ) x .Can
1 y [] []
you
x
[]
compute ( T ∘ S ) y ? If so compute it.
Solution:
Given that, 2
S : R → M 2 ×2∧T :R → R
2 2
, by
[][
S a=
b
a+b
0
b
a−b d ] [][
∧T c = 2c +d
−d ].
[ ] ( [ ])
( S ∘T ) 2 =S T 2
1 1
¿S 5
([−1])
¿
[ 40 −16 ]
Again,
[ ] ( [ ])
( S ∘T ) x =S T x
y y
([ − y ])
¿ S 2x+ y
¿
[20x 2 x+− y2 y ]
Also,
[ ] ( [ ])
( T ∘ S ) x =T S x
y y
¿T
[ x +0 y x−y y ]
T
[ x+0 y y
x− y ] is not defined.
So, we cannot compute
T
[ x+0 y y
x− y ]
defined by []
T a =a+ ( a+b ) x and T ( c+ dx )= c
b d−c [ ] are inverse.
Solution:
[b ] ( [ b ])
( T ' ∘T ) a =T T a
'
¿T ¿
¿ [ a+b−a
a
]
¿ a
b []
Again,
( T ∘ T ' ) ( c +dx )=T ( T ' ( c +dx ) )
¿T
([ d −cc ])
¿ c +( c+ ( d−c ) )x
¿ c +dx
Solution:
Given that,
2
S:R → R [][ ]
defined by S x = 4 x+ y
y 3 x+ y
Now,
[ ] [ [ ]]
S ∘T x =S T x
y y
¿ S [ x− y ]
−3 x +4 y
[
¿ 4 ( x− y ) + (−3 x +4 y )
3 ( x − y )+ (−3 x+ 4 y ) ]
[]
¿ x
y
Also,
[ ] [ [ ]]
T ∘ S x =T S x
y y
[
¿T 4 x+ y
3 x+ y ]
¿
[ 4 x+ y−3 x− y
−3 ( 4 x+ y )+ 4 ( 3 x + y ) ]
[]
¿ x
y
Example 3: Let S : P1 → P1 defined by S ( a+ bx ) =(−4 a+b )+ 2 ax
b
And T : P1 → P1 defined by T ( a+bx )= + ( a+2 b ) x .
2
Solution:
Given that,
S : P1 → P1 defined by S ( a+ bx ) =(−4 a+b )+ 2 ax
b
And T : P1 → P1 defined by T ( a+bx )= + ( a+2 b ) x .
2
Now,
( S ∘T ) ( a+bx )=S ( T ( a+bx ) )
¿S
[ b
2
+ ( a+2 b ) x
]
( b
2
b
¿ −4. + a+2 b +2. x
2 )
¿ a+ bx
And
( T ∘ S ) ( a+bx )=T ( S ( a+bx ) )
¿ T [ (−4 a+b)+2 ax ]
2a
¿ + ( (−4 a+b ) +2 ( 2 a ) ) x
2
¿ a+ bx
Hence, we get,
( S ∘T ) ( a+bx )=I P ∧( T ∘ S )( a+bx )=I P
1 1
Assignment:
I) Let T : P1 → P1 be a linear transformation for which
T ( 1 ) =3−2 x ,T ( x )=4 x−x 2∧T ( x 2) =2+2 x2
Find
a)T ( 6+ x−4 x2 )
b)T (a+ bx+ c x 2)
Hence,
Ker ( D )={ a+ bx+ c x 2 +d x3 :b=c=d=0 }
¿ { a : a∈ R }
2
(
b 2 c 3
∴ a+bx + c x =D ax+ x + x .
2 3 )
Example: Let S : P1 → R be the linear transformation
defined by,
1
S ( p ( x )) =∫ p ( x ) dx
0
Let p ( x )=a+ bx ∈ P1 .
[ ]
1 1
b 2 b
S ( a+ bx ) =∫ ( a+bx ) dx= a+ x =a+
0 2 0 2
∴S ¿
Now,
Ker ( S )={ p ( x ) ∈ P1 : S ( p ( x ) ¿¿ 0 }
¿ { a+bx ∈ P1 : S ( a+ bx )=0 }
{ b
¿ a+bx ∈ P1 :a+ =0
2 }
{
¿ a+bx ∈ P1 :a=
−b
2 }
Hence,
Ker ( S )= {−b2 + bx}
Geometrically, Ker (S) consists of all those linear
polynomials whose graphs have the property
that the area between the line and the x-axis is
equally distributed above and below the axis on
the interval [ 0 , 1 ]. (See the figure)
1 X
X’ 2
−b
2
Y’
−b
If y=
2
+bx , then
1 1
∫ ydx =∫ ( −b
2
+bx ) dx
0 0
[ ]
1
−b x2
¿ x+ b . =0
2 2 0
∫ adx=[ ax ] 0=a
1
∴ S ( a )=a
¿ { A ∈ M 2× 2 : A T =0 }
Hence, range ( T ) =M 2 × 2.
[
A= [ T ( v 1 ) ]c [ T ( v 2 ) ]c … [ T ( v n ) ]c ]
Satisfies
A [ v ]B =[ T ( v ) ] c ∀ v ∈V
[] [] []
1 −1 1
[ T ( 1 ) ]E 0 [
= , T ( x ) ]E 2
= ∧ [ T ( x
2
) ] E = −4
0 0 4
[
∴ [ T ] E= [ T ( 1 ) ] E [ T ( x ) ] E [ T ( x 2 ) ] E ]
[ ]
1 −1 1
¿ 0 2 −4
0 0 4
[]
3
[ p ( x ) ]E = 2
−1
By theorem 1,
[ T ( 3+2 x −x2 ) ]=¿
¿ [ T ]E [ p ( x ) ] E
[ ][ ]
1 −1 1 3
¿ 0 2 −4 2
0 0 4 −1
[]
0
¿ 8
−4
It follows that,
T ( 3+ 2 x−x 2 ) =0.1+8. x−4. x 2=8 x−4 x2 .
respectively.
a) Find the matrix A of D with respect to B and C.
b) Find the matrix A ' of D with respect to B' ∧C , where
B' ={ 1 , x , x 2 , x 3 }
c) Using part (a) compute D ( 5−x +2 x 2 )∧D ( a+ bx+ c x 2+ d x 3 )to
verify theorem 1.
Solution:
Given that, D : P3 → P2 be the differential operator
D ( p ( x) )= p ( x )
'
[] [] [] []
0 1 0 0
[ D ( 1 ) ] C = 0 , [ D ( x ) ] C = 0 , [ D ( x 2 ) ] = 2 ∧ [ D ( x 3 ) ]C = 0
0 0 0 3
[
A=[ D ]C ← B = [ D ( 1 ) ] C [ D ( x ) ] C [ D ( x 2 ) ]C [ D ( x 3 ) ]C ]
[ ]
0100
¿ 0 0 20
0003
b) Since the basis B' is just B in the reverse order, we
see that
[
A=[ D ]C ← B = [ D ( x3 ) ]C [ D ( x 2 ) ]C [ D ( x ) ]C [ D (1 ) ]C
' ]
[ ]
0010
¿ 0200
3000
c) First, we compute D ( 5−x +2 x 3 )=−1+6 x 2.
Directly, getting the coordinate vector,
¿
On other hand,
[]
5
[ 5−x+2 x ]B= −1 2
0
2
[ ][ ]
0 1 00 5
A [ 5−x +2 x ]B= 0 0 2 0 −1
2
So, 0
0 0 03
2
[]
−1
¿ 0 =[ D ( 5−x +2 x ) ]C
3
6
Example 3 : Let T :R →R
3 2
be the linear transformation
[][
x
defined by T y = x−2 y
z
x + y −3 z ] and let B={e , e , e } and C={e , e } be
1 2 3 2 1
bases for 3
R ∧R
3
respectively. Find the matrix T with
[]
1
respect to B and C and verify theorem (1) for v= 3 .
−2
Solution: T :R →R
3 2
be the linear transformation defined
by,
[][
x
T y = x−2 y
z
x + y −3 z ]
First, we compute
[] [ ]
T ( e1 ) = 1 , T ( e 2 )= −2 ,T ( e 3 )= 0
1 1 −3 [ ]
Next, we need their coordinate vectors with respect to
C.
[ ][
1
T ( v )=T 3 = −5
−2
10 ]
Then,
[]
1
[ v ]B = 3
−2
And
[ 10 ] [−510 ]
[ T ( v ) ]C= −5 =
][ ][
1
Also [
A [ v ]B =
1 1 −3
1 −2 0 3 =
−2
−5 ]
10 = T ( v )
[ ]C
Hence it is verified.