Link Search Menu Expand Document

Vector Spaces over Real (R) and Complex (C) Planes

We will cover following topics

Linear Dependence and Independence

We need to understand the concept of linear dependence and independence as the number of dependent vectors present no additional information and thus turn out to be redundant. In this section, we will study how to prove that a set of vectors is linearly dependent or independent.

A set of vectors V={v1,v2,...,vn} is said to be linearly independent if i {1, 2,...,n}aivi=0 implies that ai=0  i {1,2,...n} . This implies that there is no vector in the set V which can be expressed as a linear combination of other vectors in the set.

The set of vectors is otherwise called linearly dependent.

To check if a given set of vectors is linearly independent, reduce the row matrix of the given vectors to Echelon form. If there are no zero row vectors in the Echelon form, the set of vectors is said to be linearly independent, and if there are any zero row vectors in the set, then it is called linearly dependent.


Example 1: Prove that any set of vectors which contains the zero vector is linearly dependent.
Sol 1: Let 0 be the zero vector, and v1, v2 …, vk are the other vectors in the set.
Now, we have the non-trivial linear combination 10+ 0v1+ 0v2+ … + 0vk. This is a non-trivial linear combination because one of the coefficients (the first one) is non-zero.

Thus by definition, the set {0,v1,...,vk} is linearly dependent.

Vector Spaces and Subspaces

A vector space is simply a collection of vectors which can be added together and multiplied by a scalars. The resultant vector thus obtained also form part of the original vector space.

Vector subspaces are subsets of vector spaces.


Vector Space

Let V be a non-empty set with two operations- vector addition and scalar multiplication. Then, V is called a vector space if the following axioms hold true:

  1. (u+v)+w=(u+v)+wu, v, wV
  2. 0V such that u+0=0+u=u
  3. For each uV, there exists (u)V such that u+(u)=(u)+u=0
  4. For u and vV, u+v=v+u
  5. c(u+v)=cu+cv, for any scalar cK
  6. (a+b)u=au+bu for any scalars a, bK
  7. (ab)u=(ab)u, for any scalars a, bK
  8. 1u=u, for the unit scalar 1K

Some of the most commonly used vector spaces are Polynomial Space, Matrix Space and Function Space.


Vector Subspace

Let W be a subset of a vector space V. Then W is a subspace of V if:

  1. The zero vector 0 belongs to W
  2. For every u, vW; kK: a. The sum u+vW b. The multiple kuW

Basis and Dimension

Basis

A basis of a vector space simply represents the set of mimimum independent vectors which are required to span the entire vecor space.

The number of such independent vectors is called the dimension of the vector space.

A set of vectors S is called a basis of V if it has the following two properties:

  1. S is linearly independent
  2. S spans V

Dimension

A vector space V is said to be of finite dimension n or ndimensional, written as dimV=n, if V has a basis with n elements.


PYQs

Linear Dependence and Independence

1) Express basis vectors e1=(1,0) and e2=(0,1) as linear combination of α1=(2,1) and α2=(1,3).

[2018, 10M]


2) The vectors V1=(1,1,2,4), V2=(2,1,5,2), V3=(1,1,4,0) and V4=(2,1,1,6) are linearly independent. Is it true? Justify your answer.

[2015, 10M]


3) Show that the vectors X1=(1,1+i,i), X2=(i,i,1i) and X3=(0,12i,2i) in C3 are linearly independent over the field of real numbers but are linearly dependent over the field of complex numbers.

[2013, 8M]


4) Show that the vectors (1,1,1), (2,1,2) and (1,2,3) are linearly independent in R(3). Let R(3)R(3) be a linear transformation defined by T(x,y,z)=(x+2y+3z,x+2y+5z,2x+4y+6z). Show that the images of above vectors under are linearly dependent. Give the reason for the same.

[2011, 10M]


5) In the space Rn determine whether or not the set {e1e2,e2e3,,en1en,ene1} is linearly independent.

[2010, 10M]


6) Find the values of k for which the vectors (1,1,1,1), (1,3,2,k), (2,2k2,k2,3k1) and (3,k+2,3,2k+1) are linearly independent in R4.

[2005, 12M]

Vector Spaces and Subspaces

1) Find one vector in R3 which generates the intersection of V and W, where V is the xyplane and W is the space generated by the vectors (1,2,3) and (1,1,1).

[2014, 10M]


2) Let V be the vector space of all 2×2 matrices over the field of real numbers. Let W be the set consisting of all matrices with zero determinant. Is W a subspace of V? Justify your answer?

[2012, 8M]


3) Let S be a non-empty set and let V denote the set of all functions from S into R. Show that V is a vector space with respect to the vector addition (f+g)(x)=f(x)+g(x) and scalar multiplication (cf)(x)=cf(x).

[2008, 12M]


4) Let S be any non-empty subset of a vector space V over the field F. Show that the set {a1α1+a2α2++anαn:a1,a2,,anF,α1,α2,,αnS,nN} is the subspace generated by S.

[2003, 12M]

Basis and Dimension

1) Suppose U and W are distinct four dimensional subspaces of a vector space V, where dimV=6. Find the possible dimensions of subspace UW.

[2017, 10M]


2) If w1={(x,y,z)|x+yz=0}, w2={(x,y,z)|3x+y2z=0}, w3={(x,y,z)|x7y+3z=0}, then find dim(w1w2w3) and dim(w1+w2).

[2016, 3M]


3) Find the dimension of the subspace of R4, spanned by the set {(1,0,0,0),(0,1,0,0),(1,2,0,1),(0,0,0,1)}. Hence find its basis.

[2015, 12M]


4) Let V and W be the following subspaces of R4:V={(a,b,c,d):b2c+d=0} and W={(a,b,c,d):a=d,b=2c}. Find a basis and the dimension of:
i. V
ii. VW.

[2014, 15M]


5) Let V be an ndimensional vector space and T:VV be an invertible linear operator. If β={X1,X2,Xn} is a basis of V, show that β={TX1,TX2,TXn} is also a basis of V.

[2013, 8M]


6) Prove or disprove the following statement: If B={b1,b2,b3,b4,b5} is a basis for R5 and V is a two-dimensional subspace of R5, then V has a basis made of two members of B.

[2012, 12M]


7) Find the dimension and a basis for the space W of all solutions of the following homogeneous system using matrix notation:

x1+2x2+3x32x5=0
2x1+4x2+8x3+x4+9x5=0
3x1+6x2+13x3+4x4+14x5=0

[2012, 12M]


8) Show that the subspaces of R3 spanned by two sets of vectors {(1,1,1),(1,0,1)} and {(1,2,3),(5,2,1)} are identical. Also find the dimension of this subspace.

[2011, 10M]


9) Prove that the set V of all 3×3 real symmetric matrices forms a linear subspace of the space of all 3×3 real matrices. What is the dimension of this subspace? Find at least one of the bases for V.

[2009, 20M]


10) Prove that the set V of the vectors (x1,x2,x3,x4) in which R4 satisfy the equation x1+x2+x3+x4=0 and 2x1+3x2x3+x4=0, is a subspace of R4. What is dimension of this subspace? Find one of its bases.

[2009, 12M]


11) Find the dimension of the subspace of R4 spanned by the set {(1,0,0,0),(0,1,0,0),(1,2,0,1),(0,0,0,1)}. Hence find a basis for the subspace.

[2008, 15M]


12) Let W be the set of all 3×3 symmetric matrices over R. Does it from a subspace of the vector space of the 3×3 matrices over R? In case it does, construct a basis for this space and determine its dimension.

[2007, 15M]


13) Let S be the vector space of all polynomials, p(x) with real coefficients, of degree less than or equal to two considered over the real field R such that p(0) and p(1)=0. Determine a basis for S and hence its dimension.

[2007, 12M]


14) Let V be the vector space of all 2×2 matrices over the field F. Prove that V has dimension 4 by exhibiting a basis for V.

[2006, 12M]


15) Let V be the vector space of polynomials in x of degree n over R. Prove that the set {1,x,x2,,xn} is a basis for the set of all polynomials in x.

[2005, 12M]


16) Let S be space generated by the vectors {(0,2,6),(3,1,6),(4,2,2)}. What is the dimension of the space S? Find a basis for S.

[2004, 12M]


17) Show that the vectors (1,0,1), (0,3,2) and (1,2,1) form a basis for the vector space R3(R).

[2001, 12M]


< Previous Next >