Skip to main content

Section 2.6 Identifying a Basis (VS6)

Subsection 2.6.1 Class Activities

Observation 2.6.1.

Suppose you are building a starship, which is for some reason in the shape of a cube. Due to some clever engineering, each part of the ship can be made out of a finite set of components. In fact, there are only 5 basic components. Assemble them in different ways, and you make every part of the cube! However, at the last minute, the design is changed from a cube to an octahedron. Would it make more sense to take all of the parts you were planning to build, build them anyway and modify them later, or to just modify the 5 basic components?

Activity 2.6.2.

Start with three vectors

e1=ı^=[100],e2=ȷ^=[010], and e3=k^=[001].
(a)

Let v be an unspecified vector in R. Show that v can be expressed as a linear combination of e1,e2, and e3.

(b)

Let w=[110]. Show that v cannot be expressed as a linear combination of e1,e2, and w.

(c)

Does this imply that all vectors in R3 can be written as a linear combination of e1,e2, and e3? If you think so, explain what makes these vectors special. If not, explain why not.

Definition 2.6.3.

A basis is a linearly independent set that spans a vector space.

The standard basis of Rn is the set {e1,,en} where

e1=[10000]e2=[01000]en=[00001].

Observation 2.6.4.

A basis may be thought of as a collection of building blocks for a vector space, since every vector in the space can be expressed as a unique linear combination of basis vectors.

For example, in many calculus courses, vectors in R3 are often expressed in their component form

(3,2,4)=[324]

or in their standard basic vector form

3e12e2+4e3=3ı^2ȷ^+4k^.

Since every vector in R3 can be uniquely described as a linear combination of the vectors in {e1,e2,e3}, this set is indeed a basis.

Activity 2.6.5.

Label each of the sets A,B,C,D,E as

  • SPANS R4 or DOES NOT SPAN R4

  • LINEARLY INDEPENDENT or LINEARLY DEPENDENT

  • BASIS FOR R4 or NOT A BASIS FOR R4

by finding RREF for their corresponding matrices.

A={[1000],[0100],[0010],[0001]}B={[2301],[2003],[4302],[3013]}C={[2301],[2003],[313716],[110714],[4302]}D={[2301],[4302],[3013],[3615]}E={[5301],[2103],[4513]}

Activity 2.6.6.

If {v1,v2,v3,v4} is a basis for R4, that means RREF[v1v2v3v4] doesn't have a non-pivot column, and doesn't have a row of zeros. What is RREF[v1v2v3v4]?

RREF[v1v2v3v4]=[????????????????]

Subsection 2.6.2 Videos

Figure 18. Video: Verifying that a set of vectors is a basis of a vector space

Subsection 2.6.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/VS6.slides.html.

Exercises 2.6.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/VS6/.

Subsection 2.6.5 Mathematical Writing Explorations

Exploration 2.6.8.

  • What is a basis for M2,2?

  • What about M3,3?

  • Could we write each of these in a way that looks like the standard basis vectors in Rm for some m? Make a conjecture about the relationship between these spaces of matrices and standard Eulidean space.

Exploration 2.6.9.

Recall our earlier definition of symmetric matrices. Find a basis for each of the following:
  • The space of 2×2 symmetric matrices.

  • The space of 3×3 symmetric matrices.

  • The space of n×n symmetric matrices.

Exploration 2.6.10.

Must a basis for the space P2, the space of all quadratic polynomials, contain a polynomial of each degree less than or equal to 2? Generalize your result to polynomials of arbitrary degree.

Subsection 2.6.6 Sample Problem and Solution

Sample problem Example B.1.10.

You have attempted 1 of 1 activities on this page.