Mathematics Exam  >  Mathematics Notes  >  Mathematics for IIT JAM, GATE, CSIR NET, UGC NET  >  Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET PDF Download

Basis

Definition : Let V be a vector space. A linearly independent spanning set for V is called a basis.

Equivalently, a subset S ⊂ V is a basis for V if any vector v ∈ V is uniquely represented as a linear combination

v = r1v1 + r2v2 + · · · + rkvk , where v1, . . . , vk are distinct vectors from S and r1, . . . , rk ∈ R.

Examples. 

  • Standard basis for Rn :
    e1 = (1, 0, 0, . . . , 0, 0),
    e2 = (0, 1, 0, . . . , 0, 0),
    . . . ,
    en = (0, 0, 0, . . . , 0, 1).
  • Matrices  Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET form a basis for M2,2(R).
  • Polynomials 1, x , x2, . . . , xn−1 form a basis for Pn = {a0 + a1x + · · · + an−1xn−1 : ai ∈ R}.
  • The infinite set {1, x , x2, . . . , xn , . . . } is a basis for P , the space of all polynomials.

Bases for Rn

Theorem : Every basis for the vector space Rn consists of n vectors.
Theorem : For any vectors v1, v2, . . . , vn ∈ Rn the following conditions are equivalent:

(i) {v1, v2, . . . , vn} is a basis for Rn ;
(ii) {v1, v2, . . . , vn} is a spanning set for Rn ;
(iii) {v1, v2, . . . , vn } is a linearly independent set.

Dimension

Theorem : Any vector space V has a basis. All bases for V are of the same cardinality.

Definition : The dimension of a vector space V , denoted dim V , is the cardinality of its bases.

Remark. By definition, two sets are of the same cardinality if there exists a one-to-one correspondence between their elements.

For a finite set, the cardinality is the number of its elements.

For an infinite set, the cardinality is a more sophisticated notion. For example, Z and R are infinite sets of different cardinalities while Z and Q are infinite sets of the same cardinality.

Examples.

  • dim Rn = n
  • M2,2(R): the space of 2×2 matrices dim M2,2(R) = 4
  • Mm,n(R): the space of m×n matrices dim Mm,n(R) = mn
  • Pn : polynomials of degree less than n dim Pn = n
  • P : the space of all polynomials dim P = ∞
  • {0}: the trivial vector space dim {0} = 0

Problem. Find the dimension of the plane x + 2z = 0 in R3.

The general solution of the equation x + 2z = 0 is

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

That is, (x , y , z ) = (−2s , t , s ) = t (0, 1, 0) + s (−2, 0, 1).
Hence the plane is the span of vectors v1 = (0, 1, 0) and v2 = (−2, 0, 1). These vectors are linearly independent as they are not parallel.
Thus {v1, v2} is a basis so that the dimension of the plane is 2.

How to find a basis?

Theorem Let S be a subset of a vector space V .

Then the following conditions are equivalent:

(i) S is a linearly independent spanning set for V , i.e., a basis;
(ii) S is a minimal spanning set for V ;
(iii) S is a maximal linearly independent subset of V .

“Minimal spanning set” means “remove any element from this set, and it is no longer a spanning set”.

“Maximal linearly independent subset” means “add any element of V to this set, and it will become linearly dependent”.

Theorem Let V be a vector space. Then

(i) any spanning set for V can be reduced to a minimal spanning set;
(ii) any linearly independent subset of V can be extended to a maximal linearly independent set.

Equivalently, any spanning set contains a basis, while any linearly independent set is contained in a basis.

Corollary A vector space is finite-dimensional if and only if it is spanned by a finite set.

How to find a basis?

Approach 1. : Get a spanning set for the vector space, then reduce this set to a basis.

Proposition : Let v0, v1, . . . , vk be a spanning set for a vector space V . If v0 is a linear combination of vectors v1, . . . , vk then v1, . . . , vk is also a spanning set for V .

Indeed, if v0 = r1v1 + · · · + rk vk , then

t0v0 + t1v1 + · · · + tk vk =
= (t0r1 + t1)v1 + · · · + (t0rk + tk)vk .

How to find a basis?

Approach 2. : Build a maximal linearly independent set adding one vector at a time.

If the vector space V is trivial, it has the empty basis.

If V ≠ {0}, pick any vector v1 ≠ 0.

If v1 spans V , it is a basis. Otherwise pick any vector v2 ∈ V that is not in the span of v1.

If v1 and v2 span V , they constitute a basis.

Otherwise pick any vector v3 ∈ V that is not in the span of v1 and v2.
And so on. . .

Problem. Find a basis for the vector space V spanned by vectors w1 = (1, 1, 0), w2 = (0, 1, 1), w3 = (2, 3, 1), and w4 = (1, 1, 1).

To pare this spanning set, we need to find a relation of the form r1w1+r2w2+r3w3+r4w4 = 0, where ri ∈ R are not all equal to zero. Equivalently,

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

To solve this system of linear equations for r1, r2, r3, r4, we apply row reduction.

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET
Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET (reduced row echelon form)

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

General solution: (r1, r2, r3, r4)=(−2t , −t , t , 0), t ∈ R.

Particular solution: (r1, r2, r3, r4) = (2, 1, −1, 0).

Problem. Find a basis for the vector space V spanned by vectors w1 = (1, 1, 0), w2 = (0, 1, 1), w3 = (2, 3, 1), and w4 = (1, 1, 1).

We have obtained that 2w1 + w2 − w3 = 0.

Hence any of vectors w1, w2, w3 can be dropped.

For instance, V = Span(w1, w2, w4).

Let us check whether vectors w1, w2, w4 are linearly independent:

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

They are!!! It follows that V = R3 and {w1, w2, w4} is a basis for V.

Vectors v1 = (0, 1, 0) and v2 = (−2, 0, 1) are linearly independent.

Problem. Extend the set {v1, v2} to a basis for R3.
Our task is to find a vector v3 that is not a linear combination of v1 and v2.

Then {v1, v2, v3} will be a basis for R3.

Hint 1. v1 and v2 span the plane x + 2z = 0.

The vector v3 = (1, 1, 1) does not lie in the plane x + 2z = 0, hence it is not a linear combination of v1 and v2. Thus {v1, v2, v3} is a basis for R3.

Vectors v1 = (0, 1, 0) and v2 = (−2, 0, 1) are linearly independent.

Problem. Extend the set {v1, v2} to a basis for R3.

Our task is to find a vector v3 that is not a linear combination of v1 and v2.

Hint 2. At least one of vectors e1 = (1, 0, 0), e2 = (0, 1, 0), and e3 = (0, 0, 1) is a desired one.

Let us check that {v1, v2, e1} and {v1, v2, e3} are two bases for R3:

Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

The document Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET is a part of the Mathematics Course Mathematics for IIT JAM, GATE, CSIR NET, UGC NET.
All you need of Mathematics at this link: Mathematics
556 videos|198 docs

FAQs on Basis and Dimension - Vector Algebra, CSIR-NET Mathematical Sciences - Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

1. What is the concept of basis in vector algebra?
Ans. In vector algebra, the basis refers to a set of linearly independent vectors that can be used to represent any vector in a vector space. These vectors are usually chosen in such a way that they span the entire vector space and any vector in the space can be expressed as a linear combination of the basis vectors.
2. How is the dimension of a vector space determined?
Ans. The dimension of a vector space is determined by the number of vectors in its basis. If a vector space has a basis with 'n' vectors, then the dimension of the vector space is 'n'. It means that any vector in the vector space can be represented as a linear combination of 'n' basis vectors.
3. Can a vector space have multiple bases?
Ans. Yes, a vector space can have multiple bases. In fact, any vector space can have infinitely many bases. However, all the bases of a vector space will have the same number of vectors, which is the dimension of the vector space.
4. How can the dimension of a vector space be calculated using the basis vectors?
Ans. The dimension of a vector space can be calculated by counting the number of basis vectors in any particular basis of the vector space. For example, if a vector space has a basis with 3 linearly independent vectors, then the dimension of the vector space is 3.
5. What is the significance of basis and dimension in CSIR-NET Mathematical Sciences exam?
Ans. The concept of basis and dimension is essential in linear algebra, which is a fundamental topic in the CSIR-NET Mathematical Sciences exam. Questions related to basis and dimension often appear in the exam, testing the understanding of vector spaces, linear independence, and spanning sets. The ability to determine the dimension of a vector space and find a basis for it is crucial for solving problems in linear algebra and related fields.
556 videos|198 docs
Download as PDF
Explore Courses for Mathematics exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Objective type Questions

,

Previous Year Questions with Solutions

,

GATE

,

Important questions

,

CSIR-NET Mathematical Sciences | Mathematics for IIT JAM

,

UGC NET

,

Basis and Dimension - Vector Algebra

,

mock tests for examination

,

shortcuts and tricks

,

UGC NET

,

Sample Paper

,

CSIR NET

,

MCQs

,

Basis and Dimension - Vector Algebra

,

Summary

,

CSIR-NET Mathematical Sciences | Mathematics for IIT JAM

,

CSIR NET

,

Viva Questions

,

GATE

,

pdf

,

Semester Notes

,

UGC NET

,

Exam

,

Basis and Dimension - Vector Algebra

,

CSIR NET

,

practice quizzes

,

video lectures

,

ppt

,

Extra Questions

,

past year papers

,

Free

,

study material

,

GATE

,

CSIR-NET Mathematical Sciences | Mathematics for IIT JAM

;