Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

106
Section 4.1 Vectors in ℝ n

Transcript of Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Page 1: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Section 4.1 Vectors in ℝn

Page 2: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

ℝn  

Vectors

Vector addition

Scalar multiplication.

Page 3: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def.Let v1, v2, . . . vn be vectors in ℝn. A linear combination of these vectors is an expression c1v1 + c2v2 + . . . + cnvn where c1, c2, . . . . , cn are some scalars.

Page 4: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex.(a) If possible, write <6, 7> as a linear combination of <2, 3> and <1, 1>.

Page 5: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex.(b) If possible, write <10, 4> as a linear combination of <5, 2> and <3, 1>.

Page 6: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex.(c) If possible, write <7, 10> as a linear combination of <1, 2> and <3, 6>.

Page 7: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Verify your answers geometrically for the last example.(a) <6, 7> written as a linear combination of <2, 3> and <1, 1>.

Page 8: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Verify your answers geometrically for the last example.(b) <10, 4> written as a linear combination of <5, 2> and <3, 1>.

Page 9: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Verify your answers geometrically for the last example.(c) <7, 10> written as a linear combination of <1, 2> and <3, 6>.

Page 10: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Properties of vectors in ℝn

Let u, v, and w be vectors in ℝn and let c and d be scalars.

1. u + v is in ℝn

2. u + v = v + u

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

4. There is a vector 0 such that u + 0 = u for all u in ℝn

5. For all u in ℝn there is a vector –u such that u + (–u) = 0

6. cu is in ℝn

7. c(u + v) = cu + cv

8. (c + d)u = cu + du

9. c(du) = (cd)u

10. 1(u) = u

Page 11: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Section 4.2Vector Spaces

Page 12: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. Let V be a set on which two operations (called vector addition and scalar multiplication) are defined. V is called a vector space if V satisfies the following properties.

For any u, v, and w be vectors in V and any scalars c and d:

1. u + v is in V

2. u + v = v + u

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

4. There is a vector 0 such that u + 0 = u for all u in V

5. For all u in V there is a vector –u such that u + (–u) = 0

6. cu is in V

7. c(u + v) = cu + cv

8. (c + d)u = cu + du

9. c(du) = (cd)u

10. 1(u) = u

Page 13: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Examples of various vector spaces (each with the standard operations of addition and scalar multiplication):

1. ℝn – the set of all n–tuples.

Page 14: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Examples of various vector spaces (each with the standard operations of addition and scalar multiplication):

2. C(–∞,∞) – the set of all continuous functions defined on the real line.

Page 15: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Examples of various vector spaces (each with the standard operations of addition and scalar multiplication):

3. C[a, b] – the set of all continuous functions defined on a closed interval [a, b].

Page 16: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Examples of various vector spaces (each with the standard operations of addition and scalar multiplication):

4. P – the set of all polynomials.

Page 17: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Examples of various vector spaces (each with the standard operations of addition and scalar multiplication):

5. Pn – the set of all polynomials of degree ≤ n.

Page 18: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Examples of various vector spaces (each with the standard operations of addition and scalar multiplication):

6. Mm,n – the set of all mxn matrices.

Page 19: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that the following are not examples of vector spaces.

(a) The set of all integers (with the standard operations).

Page 20: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that the following are not examples of vector spaces.

(b) The set of all polynomials with degree 2 (with the standard operations).

Page 21: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that the following are not examples of vector spaces.

(c) The set of all invertible 2x2 matrices (with the standard operations).

Page 22: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that the following are not examples of vector spaces.

(d) The set of all matrices (with the standard operations).

Page 23: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let V = ℝ2 with the standard operation of addition and the following nonstandard definition of scalar multiplication: c (x, y) = (cx, 0). Determine whether or not V is a vector space.

Page 24: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Section 4.3Subspaces of Vector Spaces

Page 25: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. Let V be a vector space and let W be a subset of V. If W is itself a vector space then W is said to be a subspace of V.

Note: Every vector space contains at least two subspaces, the vector space itself and the set consisting only of the zero element. These are called the trivial subspaces.

Page 26: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Determine whether or not the following are subspaces.

(a) Let V = ℝ3 with the standard operations. Define W to be { (x,y,0) : x and y are real numbers}.

Page 27: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Determine whether or not the following are subspaces.

(b) Let V = ℝ3 with the standard operations. Define W to be { (x,y,1) : x and y are real numbers}.

Page 28: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: Test for a Subspace

Let V be a vector space and suppose W is a subset of V. W is a subspace of V if and only if the following hold:

1. If u and v are in W then u + v is in W.2. If u is in W then cu is in W.

Page 29: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let a, b, and c be constants. Show that the set of all solutions to the differential equation ay″ + by′ + cy = 0 is a subspace (a subspace of the vector space of all functions).

Page 30: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Note: W cannot be a subspace of V unless W contains the zero element.

Page 31: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Which of the following are subspaces? (a) V = ℝ2 . W = the solution set of 2x + 3y = 5.

Page 32: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Which of the following are subspaces? (b) V = ℝ2 . W = the solution set of -5x + y = 0.

Page 33: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Which of the following are subspaces? (c) V = ℝ3 . W = the solution set of 3x + 8y – 4z = 7.

Page 34: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Which of the following are subspaces? (d) V = ℝ3 . W = the solution set of -2x + 12y – z = 0.

Page 35: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

All nontrivial subspaces of ℝ2 are lines which pass through the origin.

All nontrivial subspaces of ℝ3 are planes which pass through the origin or lines which pass through the origin.

Page 36: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Is W = {(x, x+ z, z) : x and z are real numbers} a subspace of ℝ3?

Page 37: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that the solution set to x2 + y2 = 1 is not a subspace of ℝ2.

Page 38: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. (a) Let V = ℝ3 with the standard operations. Define W to be {(x,y,0) : x and y are real numbers}. What can W be identified with?

Page 39: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. (b) Let V = ℝ3 with the standard operations. Define W to be {(t, t, 3t) : t is a real number}. What can W be identified with?

Page 40: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Notation:

P0, P1, P2, P3, . . . . , P

Page 41: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Section 4.4Spanning Sets and Linear Independence

Page 42: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Recall:

Let v1, v2, . . . vn be vectors in ℝn. A linear combination of these vectors is an expression c1v1 + c2v2 + . . . + cnvn where c1, c2, . . . . , cn are some scalars.

Page 43: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex.(a) If possible, write f (x) = x2 + x + 1 as a linear combination of g1(x) = x2 + 2x + 3, g2(x) = x + 2, and g3(x) = –x2 + 1.

Page 44: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex.(b) If possible, write as a linear combination of , ,

and

0 8

2 1

2 4

1 4

1 3

1 2

2 0

1 3

Page 45: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def.Let S = {v1, v2, . . . vn} be a subset of a vector space V. The span of S is the set of all linear combinations of elements of S. span(S) = {c1v1 + c2v2 + . . . + cnvn : c1, c2, . . . . cn are scalars}

Page 46: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. Let S = {v1, v2, . . . vn} be a subset of a vector space V. If every vector of V can be written as a linear combination of elements of S then we say S spans V.

Put another way, S spans V if span(S) = V.

Page 47: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that {(1, 0, 0), (0, 1, 0), (0, 0, 1)} spans ℝ3.

Page 48: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Does {(1, 0, 0), (0, 1, 0), (0, 0, 1), (1, 1, 1)} span ℝ3?

Page 49: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Does {(1, 0, 0), (0, 1, 0)} span ℝ3?

Page 50: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Determine whether or not {(1, 2, 3), (4, 5, 6), (7, 8, 9)} spans ℝ3. If it does, then write a general vector (x, y, z) as a linear combination of these vectors. If it does not, then find a vector in ℝ3 which it does not span.

Page 51: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Determine whether or not {(1, 2, 3), (4, 5, 6), (–1, 1, 3)} spans ℝ3. If it does, then write a general vector (x, y, z) as a linear combination of these vectors. If it does not, then find a vector in ℝ3 which it does not span.

Page 52: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Give a set which spans . . . (a) ℝ2

(b) M23

(c) P2

Page 53: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

We shall be interested in spanning a vector space with as few vectors as possible.

Page 54: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. Suppose v1, v2, . . . vn are vectors in a vector space V. v1, v2, . . . vn are said to be linearly independent if the only linear combination of these vectors which produces the zero element is the trivial one. (i.e. if the only solution to the equation c1v1 + c2v2 + . . . + cnvn = 0 happens to be the trivial solution c1 = c2 = . . . = cn = 0)

Page 55: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Use the definition of linear independence to determine whether the following are linearly independent or linearly dependent.(a) (1,0), (0,1)

Page 56: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Use the definition of linear independence to determine whether the following are linearly independent or linearly dependent.(b) (1,2,3), (4,5,6), (7,8,9)

Page 57: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Use the definition of linear independence to determine whether the following are linearly independent or linearly dependent.(c) (1,0), (0,1), (2,3)

Page 58: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Use the definition of linear independence to determine whether the following are linearly independent or linearly dependent.(d) (1,2), (3,6)

Page 59: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Use the definition of linear independence to determine whether the following are linearly independent or linearly dependent.(e) (1,2,3), (4,5,6), (-1,1,3)

Page 60: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: v1, v2, . . . vn are linearly dependent if and only if one of the vectors can be written as a linear combination of the others.

Page 61: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: Let v1, v2, . . . vn be vectors in a vector space V. Then span({v1, v2, . . . vn}) is a subspace of V.

Page 62: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Section 4.5Basis and Dimension

Page 63: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

We seek a set of vectors in a vector space which will span the entire vector space, but has as few vectors as possible to do so.

Page 64: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. {v1, v2, . . . vn} is a basis for a vector space V if:1. {v1, v2, . . . vn} spans V.2. {v1, v2, . . . vn} is a linearly independent set.

Page 65: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Standard bases:

ℝ2

Page 66: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Standard bases:

ℝ3

Page 67: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Standard bases:

ℝn

Page 68: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Standard bases:

M22

Page 69: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Standard bases:

P2

Page 70: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Nonstandard bases.

Page 71: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Show that {(1,2,3), (0,1,2), (-2,0,1)} is a basis for ℝ3.

Page 72: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Compare the following three sets to see why we impose these two restrictions in our definition of a basis:

1. span( {(1, 0, 0), (0, 1, 0), (0, 0, 1)} )

Page 73: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Compare the following three sets to see why we impose these two restrictions in our definition of a basis:

1. span( {(1, 0, 0), (0, 1, 0), (0, 0, 1)} )2. span( {(1, 0, 0), (0, 1, 0), (0, 0, 1), (1, 1, 1)} )

Page 74: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Compare the following three sets to see why we impose these two restrictions in our definition of a basis:

1. span( {(1, 0, 0), (0, 1, 0), (0, 0, 1)} )2. span( {(1, 0, 0), (0, 1, 0), (0, 0, 1), (1, 1, 1)} )3. span( {(1, 0, 0), (0, 1, 0)} )

Page 75: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: S = {v1, v2, . . . , vn} is a basis for V if and only if every element of V can be written as a linear combination of v1, v2, . . . , and vn in one and only one way.

Page 76: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: If a vector space V has a basis with n vectors, then every basis for V has n vectors.

Def. The dimension of a vector space V, denoted dim(V), is the number of vectors in a basis for V.

Page 77: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

ℝn has dimension __________

Pn has dimension __________

Mmn has dimension _________

Page 78: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Quickly show that {(1, 2, 6), (-4, 1, 4), (24, 0, 1), (1, 6, 1)} is not a basis for ℝ3.

Page 79: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Note: If you know V has dimension n then to ascertain whether or not S = {v1, v2, . . . , vn} is a basis, you only need to check one of the two defining properties of a basis (i.e. check whether S is linearly independent or check whether S spans V, but you do not need to check both.)

Page 80: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Recall: The solution set to the differential equation ay″ + by′ + cy = 0 is a vector space. Notice what an impact these last theorems have on us trying to find a way to describe the solutions to a differential equation like this.

Page 81: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Find all the solutions to y″ – 3y′ + 2y = 0.

Page 82: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Find the dimension of the following vector spaces:

(a) V = {(d, c-d, d) : c and d are real numbers}

Page 83: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Find the dimension of the following vector spaces:

(b) V = {(2b, b, 0) : b is a real number}

Page 84: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Find the dimension of the following vector spaces:

(c) V = : , , and are real numbersa b

a b cb c

Page 85: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Section 4.6Rank of a Matrix and

Systems of Linear Equations

Page 86: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. Given a matrix A, . . . .

(a) the row space of A is the span of the row vectors of A.

(b) the column space of A is the span of the column vectors of A.

Page 87: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let

(a) List a few vectors in the row space of A.

(b) List a few vectors in the column space of A.

1 2 3

4 5 6A

Page 88: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let

(c) Find a basis for the row space of A. Then write a general vector in the row space, (x, y, z) as a linear combination of these

1 2 3

4 5 6A

Page 89: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let

(d) Find a basis for the column space of A. Then write a general vector in the column space, (x, y) as a linear combination of these

1 2 3

4 5 6A

Page 90: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let

(e) Solve AX = B using B = [11 29]T by using your answer from part (d).

1 2 3

4 5 6A

Page 91: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let

(f) The dimension of the row space of A is _______. The dimension of the column space of A is ______.

1 2 3

4 5 6A

Page 92: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: Let A be a matrix. The dimension of the row space of A equals the dimension of the column space of A. 

Def. The rank of a matrix A, denoted rank(A), is the dimension of the row space of A (which is also the dimension of the column space of A).

Page 93: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Give the rank of 1 2 3

4 5 6

Page 94: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Give the rank of

1 3 2 6

1 2 0 1

0 5 2 7

1 1 1 1

Page 95: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: Let A be a given matrix and A* be a matrix produced after applying elementary row operations on A. Then the row space of A is equal to the row space of A*.

(Note: This does not say that the column space of A is equal to the column space of A*.)

Page 96: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Give the rank of

1 3 2 6

1 2 0 1

0 5 2 7

1 1 1 1

Page 97: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Def. Given a matrix A, the nullspace of A is defined to be all of the column matrices X so that AX = O. The dimension of the nullspace of A is called the nullity of A.

Page 98: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Verify that the nullspace of a matrix A is indeed a subspace.

Page 99: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let A =

(a) Verify that is in the nullspace of A.

1 2 2 1

3 6 5 4

1 2 0 3

14

4

2

2

Page 100: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let A =

(b) Find the nullspace of A. (Give your answer as a span of basis vectors.)

1 2 2 1

3 6 5 4

1 2 0 3

Page 101: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Let A =

(c) Determine the linear combination of basis vectors that generates

1 2 2 1

3 6 5 4

1 2 0 3

14

4

2

2

Page 102: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Given a matrix A, we know that the solutions to AX = O form a vector space. The solutions to AX = B do not form a solution space (if B ≠ O), but we can use the solutions to AX = O to help us give a general solution to AX = B.

Page 103: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Theorem: Suppose we are given an mxn matrix A and an nx1 column matrix B. Further suppose that Xh is the general solution to AX = O, and Xp is one particular solution to AX = B. The general solution to AX = B is then given by Xp + Xh.

Page 104: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Use this theorem to describe all the solutions to the following system: x1 – 2x3 + x4 = 53x1 + x2 – 5x3 = 8 x1 + 2x2 – 5x4 = –9

Page 105: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Recall that the solutions to the differential equation ay″ + by′ + cy = 0 form a vector space. The solutions to the differential equation ay″ + by′ + cy = f (x) do not form a vector space (if f (x) ≠ 0). Compare this with the info in the paragraph at the top of this page. We can use the previous theorem to describe the solution set to ay″ + by′ + cy = f (x).

Page 106: Section 4.1 Vectors in ℝ n. ℝ n Vectors Vector addition Scalar multiplication.

Ex. Find all the solutions to y″ – 3y′ + 2y = 14e–x.