Skip to main content

Section 2.1 Vector Spaces (VS1)

Subsection 2.1.1 Class Activities

Observation 2.1.1.

Several properties of the real numbers, such as commutivity:

x+y=y+x

also hold for Euclidean vectors with multiple components:

[x1x2]+[y1y2]=[y1y2]+[x1x2].

Activity 2.1.2.

Consider each of the following properties of the real numbers R1. Label each property as valid if the property also holds for two-dimensional Euclidean vectors u,v,wR2 and numbers a,bR, and invalid if it does not.

  1. u+(v+w)=(u+v)+w.

  2. u+v=v+u.

  3. There exists some z where v+z=v.

  4. There exists some v where v+(v)=z.

  5. If uv, then 12(u+v) is the only vector equally distant from both u and v

  6. a(bv)=(ab)v.

  7. 1v=v.

  8. If u0, then there exists some number c such that cu=v.

  9. a(u+v)=au+av.

  10. (a+b)v=av+bv.

Definition 2.1.3.

A vector space V is any set of mathematical objects, called vectors, and a set of numbers, called scalars, with associated addition and scalar multiplication operations that satisfy the following properties. Let u,v,w be vectors belonging to V, and let a,b be scalars.

  1. Vector addition is associative: u(vw)=(uv)w.

  2. Vector addition is commutative: uv=vu.

  3. An additive identity exists: There exists some z where vz=v.

  4. Additive inverses exist: There exists some v where v(v)=z.

  5. Scalar multiplication is associative: a(bv)=(ab)v.

  6. 1 is a multiplicative identity: 1v=v.

  7. Scalar multiplication distributes over vector addition: a(uv)=(au)(av).

  8. Scalar multiplication distributes over scalar addition: (a+b)v=(av)(bv).

Observation 2.1.4.

Every Euclidean vector space

Rn={[x1x2xn]|x1,x2,,xnR}

satisfies all eight requirements for the usual definitions of addition and scalar multiplication, but we will also study other types of vector spaces.

Observation 2.1.5.

The space of m×n matrices

Mm,n={[a11a12a1na21a22a2nam1am2amn]|a11,,amnR}

satisfies all eight requirements for component-wise addition and scalar multiplication.

Remark 2.1.6.

Every Euclidean space Rn is a vector space, but there are other examples of vector spaces as well.

For example, consider the set C of complex numbers with the usual defintions of addition and scalar multiplication, and let u=a+bi, v=c+di, and w=e+fi. Then

u+(v+w)=(a+bi)+((c+di)+(e+fi))=(a+bi)+((c+e)+(d+f)i)=(a+c+e)+(b+d+f)i=((a+c)+(b+d)i)+(e+fi)=(u+v)+w

All eight properties can be verified in this way.

Remark 2.1.7.

The following sets are just a few examples of vector spaces, with the usual/natural operations for addition and scalar multiplication.

  • Rn: Euclidean vectors with n components.

  • C: Complex numbers.

  • Mm,n: Matrices of real numbers with m rows and n columns.

  • Pn: Polynomials of degree n or less.

  • P: Polynomials of any degree.

  • C(R): Real-valued continuous functions.

Activity 2.1.8.

Consider the set V={(x,y)|y=2x}.

Which of the following vectors is not in V?

  1. (0,0)

  2. (1,2)

  3. (2,4)

  4. (3,8)

Activity 2.1.9.

Consider the set V={(x,y)|y=2x} with the operation defined by

(x1,y1)(x2,y2)=(x1+x2,y1y2).

Let u,v be in V with u=(1,2) and v=(2,4). Using the operations defined for V, which of the following is uv?

  1. (2,6)

  2. (2,8)

  3. (3,6)

  4. (3,8)

Activity 2.1.10.

Consider the set V={(x,y)|y=2x} with operations , defined by

(x1,y1)(x2,y2)=(x1+x2,y1y2)c(x,y)=(cx,yc).

Let a=2,b=3 be scalars and u=(1,2)V.

(a)

Verify that

(a+b)u=(1,12).
(b)

Compute the value of

(au)(bu).

Activity 2.1.11.

Consider the set V={(x,y)|y=2x} with operations , defined by

(x1,y1)(x2,y2)=(x1+x2,y1y2)c(x,y)=(cx,yc).

Let a,b be unspecified scalars in R and u=(x,y) be an unspecified vector in V.

(a)

Show that both sides of the equation

(a+b)(x,y)=(a(x,y))(b(x,y))

simplify to the expression (ax+bx,yayb).

(b)

Which of the properties from Definition 2.1.3 did we verify in the previous task?

  1. Vector addition is associative

  2. 1 is a multiplicative identity

  3. Scalar multiplication distributes over scalar addition

(c)

Show that V contains an additive identity element z=(?,?) satisfying

(x,y)(?,?)=(x,y)

for all (x,y)V by choosing appropriate values for z=(?,?) and using those to simplify (x,y)(?,?)=(x,y) to (x,y).

Remark 2.1.12.

It turns out V={(x,y)|y=2x} with operations , defined by

(x1,y1)(x2,y2)=(x1+x2,y1y2)c(x,y)=(cx,yc)

satisifes all eight properties from Definition 2.1.3.

Thus, V is a vector space.

Activity 2.1.13.

Let V={(x,y)|x,yR} have operations defined by

(x1,y1)(x2,y2)=(x1+y1+x2+y2,x12+x22)
c(x,y)=(xc,y+c1).
(a)

Show that 1 is the scalar multiplication identity element by simplifying 1(x,y) to (x,y).

(b)

Show that V does not have an additive identity element z=(z,w) by showing that (0,1)(z,w)(0,1) for any possible values of z,w.

Activity 2.1.14.

Let V={(x,y)|x,yR} have operations defined by

(x1,y1)(x2,y2)=(x1+x2,y1+3y2)c(x,y)=(cx,cy).
(a)

Show that scalar multiplication distributes over vector addition, i.e.

c((x1,y1)(x2,y2))=c(x1,y1)c(x2,y2)

for all cR,(x1,y1),(x2,y2)V.

(b)

Show that vector addition is not associative, i.e.

(x1,y1)((x2,y2)(x3,y3))((x1,y1)(x2,y2))(x3,y3)

for some vectors (x1,y1),(x2,y2),(x3,y3)V.

(c)

Is V a vector space?

Subsection 2.1.2 Videos

Figure 5. Video: Verifying that a vector space property holds
Figure 6. Video: Showing something is not a vector space

Subsection 2.1.3 Slideshow

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

Exercises 2.1.4 Exercises

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

Subsection 2.1.5 Mathematical Writing Explorations

Exploration 2.1.15.

  • Show that R+, the set of positive real numbers, is a vector space, but where xy really means the product (so 23=6), and where scalar multiplication αx really means xα. Yes, you really do need to check all of the properties, but this is the only time I'll make you do so. Remember, examples aren't proofs, so you should start with arbitrary elements of R+ for your vectors. Make sure you're careful about telling the reader what α means.

  • Prove that the additive identity z in an arbitrary vector space is unique.

  • Prove that additive inverses are unique. Assume you have a vector space V and some vV. Further, assume w1,w2V with vw1=vw2=z. Prove that w1=w2.

Exploration 2.1.16.

Consider the vector space of polynomials, Pn. Suppose further that n=ab, where a and b are each positive integers. Conjecture a relationship between Ma,b and Pn. We will investigate this further in section Section 2.8

Subsection 2.1.6 Sample Problem and Solution

Sample problem Example B.1.5.

You have attempted 1 of 1 activities on this page.