web analytics
Skip to main content

Section 2.1 Vectors and linear combinations

Activity 2.1.0.1.

Suppose that
v=[31],w=[12].

(a)

Find expressions for the vectors
v,2v,v,2v,w,2w,w,2w.
and sketch them in the xy plane.

(b)

What geometric effect does scalar multiplication by a positive number have on a vector? (A) preserves the length, changes the direction, (B) preserves the direction, changes the length, (C) changes the length and the direction.

(c)

What geometric effect does scalar multiplication by a negative number have on a vector? (A) preserves the length, changes the direction, (B) preserves the direction, changes the length, (C) changes the length and the direction.

Activity 2.1.0.2.

As in the previous activity, suppose that
v=[31],w=[12].

(a)

Sketch the vectors v,w,v+w in the xy plane.

(b)

Consider vectors that have the form v+aw where a is any scalar. Sketch a few of these vectors when, say, a=2,1,0,1, and 2. Consider the points at the tips of each of these vectors. An appropriate geometric description for this set of points would be
  1. a line through the tip of v parallel to w.
  2. a line through the tip of w parallel to v.
  3. a line through (0,0) parallel to v+w.

Activity 2.1.0.3.

As in the previous activity, suppose that
v=[31],w=[12].

(a)

If a and b are two scalars, then the vector
av+bw
is called a linear combination of the vectors v and w. Find the vector that is the linear combination when a=2 and b=1.

(b)

Can the vector [3137] be represented as a linear combination of v and w?

Activity 2.1.0.4.

In this activity, we will look at linear combinations of a pair of vectors,
v=[21],w=[12]
with weights a and b.
Go to the Applet in Activity 2.1.2 2  in Understanding Linear Algebra.

(a)

The weight b is initially set to 0. Explain what happens as you vary a with b=0? How is this related to scalar multiplication?

(b)

What is the linear combination of v and w when a=1 and b=2? You may find this result using the diagram, but you should also verify it by computing the linear combination.

(c)

The vectors that arise when the weight b is set to 1 and a is varied is
  1. a line through v parallel to w.
  2. a line through w parallel to v.
  3. a line through (0,0) parallel to v+w.

(d)

Can the vector [00] be expressed as a linear combination of v and w? If so, what are weights a and b?

(e)

Can the vector [30] be expressed as a linear combination of v and w? If so, what are weights a and b?

(f)

Verify the result from the previous part by algebraically finding the weights a and b that form the linear combination [30].

(g)

Can the vector [1.31.7] be expressed as a linear combination of v and w? What about the vector [15.27.1]?

(h)

Are there any two-dimensional vectors that cannot be expressed as linear combinations of v and w?

Activity 2.1.0.5.

Given the vectors
v1=[4021],v2=[1331],v3=[2110],b=[0122],
we ask if b can be expressed as a linear combination of v1, v2, and v3. Rephrase this question by writing a linear system for the weights c1, c2, and c3 and use the Sage cell below to answer this question.

Activity 2.1.0.6.

Consider the following linear system.
3x1+2x2x3=4x1+2x3=0x1x2+3x3=1
Identify vectors v1, v2, v3, and b and rephrase the question "Is this linear system consistent?" by asking "Can b be expressed as a linear combination of v1, v2, and v3?"

Activity 2.1.0.7.

Consider the vectors
v1=[021],v2=[111],v3=[201],b=[131].

(a)

Which statement is the most accurate for b?
  1. The vector b can be expressed as a linear combination of v1, v2, and v3 in exactly one way.
  2. The vector b can be expressed as a linear combination of v1, v2, and v3 in more than one way.
  3. The vector b cannot be expressed as a linear combination of v1, v2, and v3.

(b)

Considering just the vectors v1, v2, and v3, determine the most accurate statement.
  1. Every three dimensional vector b can be expressed as a linear combination of v1, v2, and v3 in exactly one way.
  2. Every three dimensional vector b can be expressed as a linear combination of v1, v2, and v3 in more than one way.
  3. There are vectors b that cannot be expressed as a linear combination of v1, v2, and v3.
Be able to explain how the pivot positions of the matrix [v1v2v3] help answer this question.

Activity 2.1.0.8.

Consider the vectors
v1=[021],v2=[111],v3=[112],b=[084].

(a)

Which statement is the most accurate for b?
  1. The vector b can be expressed as a linear combination of v1, v2, and v3 in exactly one way.
  2. The vector b can be expressed as a linear combination of v1, v2, and v3 in more than one way.
  3. The vector b cannot be expressed as a linear combination of v1, v2, and v3.

(b)

Considering just the vectors v1, v2, and v3 from the previous part, determine the most accurate statement.
  1. Every three dimensional vector b can be expressed as a linear combination of v1, v2, and v3 in exactly one way.
  2. Every three dimensional vector b can be expressed as a linear combination of v1, v2, and v3 in more than one way.
  3. There are vectors b that cannot be expressed as a linear combination of v1, v2, and v3.
Be able to explain how the pivot positions of the matrix [v1v2v3] help answer this question.
davidaustinm.github.io/ula/sec-vectors-lin-combs.html#activity-11