Skip to main content

Section 3.5 Vector Spaces (AT5)

Subsection 3.5.1 Warm Up

Subsection 3.5.2 Class Activities

Observation 3.5.2.

Consider the following applications of properties of the real numbers R:
  1. 1+(2+3)=(1+2)+3.
  2. 7+4=4+7.
  3. There exists some ? where 5+?=5.
  4. There exists some ? where 9+?=0.
  5. 12(1+7) is the only number that is equally distant from 1 and 7.

Activity 3.5.3.

Which of the following properites of R2 Euclidean vectors is NOT true?
  1. [x1x2]+([y1y2]+[z1z2])=([x1x2]+[y1y2])+[z1z2].
  2. [x1x2]+[y1y2]=[y1y2]+[x1x2].
  3. There exists some [??] where [x1x2]+[??]=[x1x2].
  4. There exists some [??] where [x1x2]+[??]=[00].
  5. 12([x1x2]+[y1y2]) is the only vector whose endpoint is equally distant from the endpoints of [x1x2] and [y1y2].

Observation 3.5.4.

Consider the following applications of properites of the real numbers R:
  1. 3(2(7))=(3β‹…2)(7).
  2. 1(19)=19.
  3. There exists some ? such that ?β‹…4=9.
  4. 3β‹…(2+8)=3β‹…2+3β‹…8.
  5. (2+7)β‹…4=2β‹…4+7β‹…4.

Activity 3.5.5.

Which of the following properites of R2 Euclidean vectors is NOT true?
  1. a(b[x1x2])=ab[x1x2].
  2. 1[x1x2]=[x1x2].
  3. There exists some ? such that ?[x1x2]=[y1y2].
  4. a(u→+v→)=au→+av→.
  5. (a+b)v→=av→+bv→.

Definition 3.5.7.

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β†’βŠ•(vβ†’βŠ•wβ†’)=(uβ†’βŠ•vβ†’)βŠ•wβ†’.
  2. Vector addition is commutative: uβ†’βŠ•vβ†’=vβ†’βŠ•uβ†’.
  3. An additive identity exists: There exists some zβ†’ where vβ†’βŠ•zβ†’=vβ†’.
  4. Additive inverses exist: There exists some βˆ’vβ†’ where vβ†’βŠ•(βˆ’vβ†’)=zβ†’.
  5. Scalar multiplication is associative: aβŠ™(bβŠ™vβ†’)=(ab)βŠ™vβ†’.
  6. 1 is a multiplicative identity: 1βŠ™vβ†’=vβ†’.
  7. Scalar multiplication distributes over vector addition: aβŠ™(uβ†’βŠ•vβ†’)=(aβŠ™uβ†’)βŠ•(aβŠ™vβ†’).
  8. Scalar multiplication distributes over scalar addition: (a+b)βŠ™vβ†’=(aβŠ™vβ†’)βŠ•(bβŠ™vβ†’).

Remark 3.5.8.

Consider the set C of complex numbers with the usual defintion for addition: (a+bi)βŠ•(c+di)=(a+c)+(b+d)i.
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
(uβ†’βŠ•vβ†’)βŠ•wβ†’=((a+bi)βŠ•(c+di))βŠ•(e+fi)=((a+c)+(b+d)i)βŠ•(e+fi)=(a+c+e)+(b+d+f)i
This proves that complex addition is associative: uβ†’βŠ•(vβ†’βŠ•wβ†’)=(uβ†’βŠ•vβ†’)βŠ•wβ†’. The seven other vector space properties may also be verified, so C is an example of a vector space.

Remark 3.5.9.

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 3.5.10.

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 3.5.11.

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 uβ†’βŠ•vβ†’?
  1. (2,6)
  2. (2,8)
  3. (3,6)
  4. (3,8)

Activity 3.5.12.

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.

Activity 3.5.13.

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)
Show that V contains an additive identity element z→=(?,?) satisfying
(x,y)βŠ•(?,?)=(x,y)
for all (x,y)∈V.
That is, pick appropriate values for zβ†’=(?,?) and then simplify (x,y)βŠ•(?,?) into just (x,y).

Activity 3.5.15.

Let V={(x,y)|x,y∈R} have operations defined by
(x1,y1)βŠ•(x2,y2)=(x1+y1+x2+y2,x12+x22)
cβŠ™(x,y)=(xc,y+cβˆ’1).
(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) no matter what the values of z,w are.

Activity 3.5.16.

Let V={(x,y)|x,y∈R} 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 c∈R,(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.

Subsection 3.5.3 Cooldown

Activity 3.5.17.

(a)
What are some objects that are important to you personally, academically, or otherwise that appear vector-like to you? What makes them feel vector-like? Which axiom for vector spaces does not hold for these objects, if any.
(b)
Our vector space axioms have eight properties. While these eight properties are enough to capture vectors, the objects that we study in the real-world often have additional structures not captured by these axioms. What are some structures that you have encountered in other classes, or in previous experiences, that are not captured by these eight axioms?

Subsection 3.5.4 Videos

Figure 37. Video: Verifying that a vector space property holds
Figure 38. Video: Showing something is not a vector space

Exercises 3.5.5 Exercises

Subsection 3.5.6 Mathematical Writing Explorations

Exploration 3.5.18.

  • Show that R+, the set of positive real numbers, is a vector space, but where xβŠ•y really means the product (so 2βŠ•3=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 vβ†’βˆˆV. Further, assume w1β†’,w2β†’βˆˆV with vβ†’βŠ•w1β†’=vβ†’βŠ•w2β†’=zβ†’. Prove that w1β†’=w2β†’.

Exploration 3.5.19.

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 3.6

Subsection 3.5.7 Sample Problem and Solution

Sample problem Example B.1.16.