0% found this document useful (0 votes)
121 views7 pages

IISEM - 23ma2bsmes and Mcs Unit-3 Vector Space and Linear Transformations

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views7 pages

IISEM - 23ma2bsmes and Mcs Unit-3 Vector Space and Linear Transformations

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

BMS COLLEGE OF ENGINEERING, BENGALURU - 560 019

Autonomous institute, Affiliated to VTU


DEPARTMENT OF MATHEMATICS
Unit 3: Vector spaces and Linear transformations
Course Code: 23MA2BSMCS/23MA2BSMES
I. Vector spaces (V , + , ) over a field K .
A nonempty set V is said to be a vector space over field K if
• (V , + ) is an abelian group.
• k u V for all u V and k  F
• k (u + v ) = k u + k v
• ( k1 + k2 ) u = k1 u + k2 u
• ( k1k2 ) u = k1 ( k2 u )
• 1u =u.
Verification problems
1. Show that the set Pn ( t ) of all polynomials of degree  n of the form
p ( t ) = a0t n + a1t n −1 +
+ an where n  +
along with the zero polynomial is a vector space
over the field of real numbers.
n
2. Show that the set of n-tuples is a vector space over the set of real numbers.
a b  
3. Show that the set M of all 2  2 matrices of the form M =    , where a, b, c, d  
 c d  
forms a vector space over the set of real numbers.
 0 a  
4. Show that the set M of all 2  2 matrices of the form M =    , where a, b   forms
 b 0  
a vector space over the set of real numbers.
5. Let V be the set of all continuous functions over the domain D  . Functions are added in
the usual way: for any f , g V , f + g V if ( f + g )( x ) = f ( x ) + g ( x )  x  D and the scalar
multiplication is defined as f V and k  , k  f V if ( k  f )( x ) = kf ( x )  x  D . Show
that V is a vector space over the field of reals.
6. 
Show that the set V = a + b 2 | a, b   is a vector space over the field of rationals.
7. Show that the set of complex numbers is a vector space over the field of reals.
+
8. Let be the set of all positive real numbers. Define vector addition as u + v = uv ,
 u, v  + and scalar multiplication k.u = u k  k  . Show that + is a vector space over
the field of real numbers.
9. Determine whether the set V = ( x, y ) | x, y   is a vector space over the field of reals when
the vector addition is the standard vector addition and the scalar multiplication is defined as
k  ( x, y ) = ( 0, ky ) .

Dept. of Mathematics, BMSCE Page 1


Course code: 23MA2BSMCS/MES Unit 3: Vector spaces and linear transformations

II. Subspaces
Nonempty subsets of a vector space which are vector space over the same field under the
same vector addition and scalar multiplication are called subspaces.
A nonempty set W is a subspace of a vector space V over a field K if
• Zero vector is in W .
• u + v W and k u W for all u, v W and k  K or a u + b v W for u, v W and
a, b  K .

Intersection of any two subspaces of V is also a subspace of V .

Problems
1. Which of the following subsets of 2 with the usual operations of vector addition and
scalar multiplication are subspaces?
a) W1 is the set of all vectors of the form ( x, y ) , where x  0 .
b) W2 is the set of all vectors of the form ( x, y ) , where x  0 and y  0 .
c) W3 is the set of all vectors of the form ( x, y ) , where x = 0 .
d) W4 is the set of vectors of the form ( 3s,2 + 5s ) for s 

2. Determine whether or not W is a subspace of R3 where W consists of all vectors of the


form ( a,b,c ) in R3 such that:
a. a = 3b . d. a + b + c = 0 . g. a + b + c = 3 .
b. a  b  c . e. b = a 2 . h. a  0 .
c. ab = 0 . f. a = 2b = 3c . i. a2 + b2 + c2  1 .

3. Determine whether or not W = ( , 4 ,5 ) : is any scalar is a subspace of 3


.
a a2 
4. Determine whether or not the subset of matrices of the form  2
is a subspace.
b b 
III. Linear combination

A vector v is said to be the linear transformation of elements of set S if


v=c1s1 +c2s2 +c3s3 +.......+cn sn for all s i in S and c i in F.
IV. Spanning sets or Linear span
Consider a subset S = u1 , u2 , um  of a vector space V over a field F . The collection of
all possible linear combinations of vectors in S is called the linear span of S denoted by
span ( S ) = span ( ui ) .
span ( S ) is a subspace of V .
3
1. Verify whether v in is a linear combination of the vectors u1 , u2 and u3 :
Or show that the given v is in Span(S), where S = u1 , u2 , um 
a. v = (1, −2,5 ) , u1 = (1,1,1) , u2 = (1, 2,3) and u3 = ( 2, −1,1) .
b. v = ( 2, −5,3) , u1 = (1, −3, 2 ) , u2 = ( 2, −4, −1) and u3 = (1, −5, 7 ) .
c. v = ( 4 , −9 , 2 ) , u1 = (1, 2 , −1) , u2 (1, 4 , 2 ) , and u3 = (1, −3, 2 ) .
d. v = (1,3, 2 ) , u1 = (1, 2 ,1) , u2 ( 2 , 6 ,5 ) and u3 = (1, 7 ,8 ) .

Dept. of Mathematics, BMSCE Page 2


Course code: 23MA2BSMCS/MES Unit 3: Vector spaces and linear transformations

e. v = (1, 4 , 6 ) , u1 = (1,1, 2 ) , u2 ( 2 ,3,5 ) and u3 = ( 3,5,8 ) .

2. Find k such that v = (1, − 2, k ) is a linear combination of ( 3, 0, − 2 ) and ( 2, − 1, − 5 ) .

3. Express the polynomial v = t 2 + 4t − 3 in P ( t ) as a linear combination of the polynomials


p1 = t 2 − 2t + 5 , p2 = 2t 2 − 3t and p3 = t + 1 .

4 7 1 1 1 2  1 1
4. Express M =   as a linear combination of A =   , B=  & C= .
7 9  1 1 3 4   4 5

5. Check whether the following polynomials are in the span ( p1 , p2 , p3 ) where p1 = t 3 + t 2 ,


p2 = t 3 + t and p3 = t 2 + t . i) p ( t ) = t 3 + t 2 + t ii) p ( t ) = 2t 3 − t iii) p ( t ) = 2t 2 + 1 .

V. Linear dependence and independence:


Consider S = u1 , u2 , um  of a vector space V . The set S is said to be linearly dependent
if there exists some non-zero scalars c1 , c2 cm such that c1u1 + c2u2 + cmum = 0 .

If such non-zero scalars do not exist, then S is said to be linearly independent.


• Any set of vectors containing the zero vector is a linearly dependent set.
• Any set with more than 1 vector is linearly dependent if and only if, one of them is a
linear combination of the other vectors.
3
1. Determine whether or not each of the following lists of vectors in are linearly
dependent:
a) u1 = (1, 2,3) , u2 = ( 0, 0, 0 ) , u3 = (1,5, 6 ) .
b) u = (1, 1, 2 ) , v = ( 2,3,1) and w = ( 4,5,5 ) .
c) u1 = (1, 2,5 ) , u2 = (1,3,1) , u3 = ( 2,5, 7 ) and u4 = ( 3,1, 4 ) .
d) u1 = (1, 2,5 ) , u2 = ( 2,5,1) and u3 = (1,5, 2 ) .

4
2. Determine whether the following vectors in are linearly dependent or independent:
a. (1, 2 , −3,1) , ( 3,7 ,1, −2 ) , (1,3,7 , −4 ) .
b. (1,3,1, −2 ) ,( 2,5, −1,3) ,(1,3,7 , −2 ) .
3. Determine whether the following polynomials u , v and w in P ( t ) are linearly dependent
or independent:
a. u = t 3 − 4t 2 + 3t + 3 , v = t 3 + 2t 2 + 4t − 1 and w = 2t 3 − t 2 − 3t + 5 .
b. u = t 3 − 5t 2 − 2t + 3 , v = t 3 − 4t 2 − 3t + 4 and w = 2t 3 − 17t 2 − 7t + 9 .

VI. Bases and dimension


A nonempty subset B = u1 , u2 , un  of a vector space V over a field K is said to be a basis
of V if
• B is a linearly independent set.
• span ( B ) = V .

Dept. of Mathematics, BMSCE Page 3


Course code: 23MA2BSMCS/MES Unit 3: Vector spaces and linear transformations

The number of vectors in the basis is called the dimension of V denoted by dim (V ) = n .
• Any basis of a vector space will have the same number of vectors.
• In an n -dimensional vector space, any set containing more than n vectors are linearly
dependent.
• Any linearly independent set with less than n vectors cannot span the vector space V .
But this set is a subset of some basis of V and hence can be extended to a basis of V .

Problems
3
1. Determine whether or not each of the following form a basis of :
a. (1,1,1) , (1, 0,1) .
(1, 1, 1) , (1, 2,3) and ( 2, −1,1) .
b.
2. Determine whether (1,1,1,1) , (1, 2,3, 2 ) , ( 2,5, 6, 4 ) and ( 2, 6,8,5 ) form a basis of 4
. If not
find the dimension of the subspace they span.
3. Extend u1 = (1,1,1,1) , u2 = ( 2, 2,3, 4 ) to a basis of 4
.
4. Find a subset of S = u1 , u2 , u3 , u4  that gives a basis for W = span ( ui ) of 5
where:
a. u1 = (1,1,1, 2,3) , u2 = (1, 2, −1, −2,1) , u3 = ( 3,5, −1, −2,5 ) and u4 = (1, 2,1, −1, 4 ) .
b. u1 = (1, −2,1,3, −1) , u2 = ( −2, 4, −2, −6, 2 ) , u3 = (1, −3,1, 2,1) and u4 = ( 3, −7,3,8, −1) .

5. Find the basis and dimension of the subspace W spanned by:


a. u = t 3 + 2t 2 − 2t + 1 , v = t 3 + 3t 2 − 3t + 4 and w = 2t 3 + t 2 − 7t − 7 in P3 ( t ) .
b. u = t 3 + t 2 − 3t + 2 , v = 2t 3 + t 2 + t − 4 and w = 4t 3 + 3t 2 − 5t + 2 in P3 ( t ) .
 1 −5  1 1  2 −4   1 −7 
c. A =   , B=  , C=  and D =   in V = M 2,2 .
 −4 2   −1 5   −5 7   −5 1 
6. Find the basis and dimension of the row space, column space and null space of the following
matrices:
Hint: rowsp ( A ) = span ( Ri ) ; colsp ( A ) = span ( Ci ) ; nullsp ( A ) = solution space of AX = 0 .
1 2 −1 −2 0  1 −1 1 3 2 
2 4 −1 1 0  iii.  2 −1 1 5 1  .
i.  .
3 6 −1 4 0   0 1 −1 −1 −3
 
0 0 1 5 0
0 0 3 1 4
−3 4 −2 5 1 3
1 1 2 1 
4
2 −6 9 −1 8 2  iv.  .
ii.  . 3 9 4 5 2
2 −6 9 1 9 7   
   4 12 8 8 7
 −1 3 −4 2 −5 −4 

I. Linear transformation:
If U and V are vector spaces over the same field, then the mapping L : U → V is said to be a linear
transformation if
a) L ( u + v ) = L ( u ) + L ( v )  u , v U .
b) L ( k .u ) = k .L ( u )  k  F , u U .

Dept. of Mathematics, BMSCE Page 4


Linear Algebra (22MA4BSLIA) Unit 2: Linear transformations
Alternately, L ( k1.u + k2v ) = k1.L ( u ) + k2 .L ( v ) .
II. Check whether the following are linear transformations:
1. T : R2 → R2 ; T ( a, b ) = ( 2a, 3b )
a b  a + c 0 
2. T : M 22 → M 22 ; T   = .
c d   0 c − d 
a b   c a 
3. T : M 22 → M 22 ; T  = 
 c d  d b 
4. T : P2 (t ) → P3 (t ); T ( f (t )) = t * f (t )
5. T : P2 (t ) → P4 (t ); T ( f (t )) = f (t 2 )
6. T : V1 ( R) → V3 ( R); T ( x) = ( x, x 2 , x3 ) .
7. Let V be the vector space of differentiable functions f : → with basis S and let
d ( f (t ) )
D : V → V be the differential operator defined by D ( f (t ) ) = . Is D a linear
dt
transformation.
Theorem: If T : U → V is linear transformation and B = u1 , u2 , u3 un  is a basis of U and
S = v1 , v2 , v3 vn  any set of vectors in V , then there exists a unique linear transformation such
that T ( u1 ) = v1 , T ( u2 ) = v2 T ( un ) = vn .
n
Meaning: Every element v in U can be written as v =  ci ui . So by definition,
i =1

 n
 n
T ( v ) = T   ci ui  =  ciT ( ui ) i.e., image of every element is a linear combination of images of the
 i =1  i =1
basis vectors. Alternately, image of the basis spans Range (T ) .

III. Find the linear transformation


1. T : R 2 → R 2 such that T (1, 2) = ( 3, 0) and T ( 2, 1) = (1, 2).
2. T : R 2 → R 2 such that T (1, 2) = ( 3, − 1) and T ( 0, 1) = ( 2, 1).
3. T : R 2 → R 2 that maps (1, 3 ) and (1, 4 ) into ( −2,5 ) and ( 3, −1) .
4. T : R 2 → R 3 such that T ( −1, 0) = ( −1, 0, 2) and T ( 2, 1) = (1, 2, 1) .
5. T: 3
→ such that T (1, 1, 1) = (1, 1, 1) and T (1, 2, 3) = ( −1, − 2, − 3) . (Ans: Infinitely many
3

possibilities. It depends on how we map the missing basis vector).


6. Find the linear transformation T : 3 → 4 whose range space is spanned by (1, 2, 0, −4 ) and
( 2, 0, −1, −3) . (Hint: The 3rd basis vector should be mapped to zero vector as the given vectors
are the basis of range space).
Matrix representation of linear transformation:
Let T : U → V be a linear transformation with B = u1 , u2 , u3 un  and B = v1 , v2 , v3 vm  as the
basis of U and V respectively. The matrix of the linear transformation denoted by T BB is given
by coordinate vectors of T ( ui ) relative to B  written along the columns.
i.e., T BB =  T ( u1 ) B T ( u2 ) B T ( un ) B  which is a m  n matrix.

IV. Find the matrix of linear transformation:

Dept. of Mathematics, BMSCE Page 5


Linear Algebra (22MA4BSLIA) Unit 2: Linear transformations

a + b
a  
1. Find the matrix of linear transformation T : R → R defined by T   =  a − b  with respect
2 3

 b   2b 
 
 1   0   0  
 1  1   
to the basis B =    ,    for R and C =  0  , 1  , 0   for R 3 .
2

 0  1    0   0  1  
      
2. Find the matrix of linear transformation T : R3 → R 2 defined by T ( x, y, z ) = ( 2x,4 y + 5z ) with
respect to the basis B = (1,0,0 ) , ( 0,1,0 ) , ( 0,0,1) for R 3 and C = (1,1) , ( 0,1) for R 2 .
3. Find the matrix of linear transformation T : V2 ( R ) → V2 ( R ) defined by
T ( x, y ) = ( 2 x + 3 y, 4 x − 5 y ) with respect to basis S = (1, 2 ) , ( 2, 5 ) .

2 4
4. Consider the matrix A =   which defines a linear operator on 2 . Find the matrix of
5 6
 1   3  
the linear transformation relative to the basis S = u1 , u2  =    ,    .
  −2   −7  
1 −2 1 
5. Consider the matrix A = 3 −1 0  which defines a linear operator on 2
. Find the
1 4 −2 
 1 0   1  
 
matrix of the linear transformation relative to the basis S = u1 , u2 , u3  =  1 , 1  ,  2   .
 1 1   3  
      
1 3 1
6. Consider the matrix A =  2 7 4  which defines a linear operator on 2 . Find the matrix
1 4 3 
 1 0   1  
 
of the linear transformation relative to the basis S = u1 , u2 , u3  =  1 , 1  ,  2   .
 1 1   3  
      
Rank-Nullity Theorem:
Rank (T ) = dim ( Range (T ) ) and Nullity (T ) = dim ( Ker (T ) ) .
Theorem: If T : U → V is a linear transformation then Rank (T ) + Nullity (T ) = dim (U ) .

V. Find the basis for the range space R (T ) , null space N (T ) for the following linear transformation
and also verify rank-nullity theorem. Verify whether they one-one or onto.
1. T : R3 → R3 defined by T ( x, y, z ) = ( x + y, x − y, 2x + z ) .
2. T : R3 → R3 defined by T ( x, y, z ) = ( x + 2 y − z, y + z, x + y − 2z ) .
3. T : R3 → R3 defined by T ( x, y, z ) = ( x + y, x − y, 2x + z ) .
4. T : R 4 → R3 defined by T ( x, y, z, t ) = ( x − y + z + t , x + 2z + t , x + y + 3z − 3t ) .

Dept. of Mathematics, BMSCE Page 6


Linear Algebra (22MA4BSLIA) Unit 2: Linear transformations

1 2 3 1 
5. T : R → R where T = 1 3 5 −2  .
4 3
 
3 8 13 −3
 2 −1 1 −6 8 
 1 −2 −4 3 −2 
6. T : 5 → 4 where T =  .
 −7 8 10 3 −10 
 
 4 −5 −7 0 4 
7. T : 5 → 3 given by
T ( x, y , z , s , t ) = ( x + 2 y + 2 z + s + t , x + 2 y + 3 z + 2 s − t , 3 x + 6 y + 8 z + 5s − t ) .

Dept. of Mathematics, BMSCE Page 7

You might also like