
1.3 Vector Equations Math 2331 { Linear Algebra 1.3 Vector Equations Jiwen He Department of Mathematics, University of Houston [email protected] math.uh.edu/∼jiwenhe/math2331 Jiwen He, University of Houston Math 2331, Linear Algebra 1 / 18 1.3 Vector Equations Definition Combinations Span 1.3 Vector Equations Vector in R2 Geometric Description of R2 Parallelogram Rule Vectors in Rn Linear Combinations Example: Linear Combinations of Vectors in R2 Vector Equation Span of a Set of Vectors: Definition Spanning Sets in R3 Geometric Description of Spanfvg Geometric Description of Spanfu; vg Jiwen He, University of Houston Math 2331, Linear Algebra 2 / 18 1.3 Vector Equations Definition Combinations Span Vector Key Concepts to Master linear combinations of vectors and a spanning set. Vectors in Rn 2 3 u1 6 u2 7 vectors with n entries: u = 6 7 ; a matrix with one column. 6 . 7 4 . 5 un Geometric Description of R2 x1 Vector is the point (x1; x2) in the plane. x2 R2 is the set of all points in the plane. Jiwen He, University of Houston Math 2331, Linear Algebra 3 / 18 1.3 Vector Equations Definition Combinations Span Parallelogram Rule Parallelogram Rule for Addition of Two Vectors If u and v in R2 are represented as points in the plane, then u + v corresponds to the fourth vertex of the parallelogram whose other 0 vertices are 0, u and v. (Note that 0 = .) 0 Example 1 2 Let u = and v = . 3 1 Graphs of u; v and u + v are: (Parallelogram Rule) Jiwen He, University of Houston Math 2331, Linear Algebra 4 / 18 1.3 Vector Equations Definition Combinations Span Vectors in R2: Example Example 1 Let u = . 2 −3 Express u, 2u, and 2 u on a graph. Jiwen He, University of Houston Math 2331, Linear Algebra 5 / 18 1.3 Vector Equations Definition Combinations Span Linear Combinations of Vectors Linear Combinations of Vectors n Given vectors v1; v2;:::; vp in R and given scalars c1; c2;:::; cp, the vector y defined by y = c1v1 + c2v2 + ··· + cpvp is called a linear combination of v1; v2;:::; vp using weights c1; c2;:::; cp. Examples (Linear Combinations of v1and v2) 1 3v1 + 2v2; 3 v1; v1 − 2v2, 0 Jiwen He, University of Houston Math 2331, Linear Algebra 6 / 18 1.3 Vector Equations Definition Combinations Span Linear Combinations of Vectors in R2: Example Example 2 −2 Let v = and v = . Express each of the 1 1 2 2 following as a linear combination of v1 and v2: 0 −4 6 7 a = ; b = ; c = ; d = 3 1 6 −4 Jiwen He, University of Houston Math 2331, Linear Algebra 7 / 18 1.3 Vector Equations Definition Combinations Span Linear Combinations: Example Example 2 1 3 2 4 3 2 3 3 2 −1 3 Let a1 = 4 0 5, a2 = 4 2 5, a3 = 4 6 5, and b = 4 8 5. 3 14 10 −5 Determine if b is a linear combination of a1, a2, and a3. Solution: Vector b is a linear combination of a1, a2, and a3 if can we find weights x1; x2; x3 such that x1a1 + x2a2 + x3a3 = b. Vector Equation (fill-in): 2 1 3 2 4 3 2 3 3 2 −1 3 x1 4 0 5 + x2 4 2 5 + x3 4 6 5 = 4 8 5 3 14 10 −5 Jiwen He, University of Houston Math 2331, Linear Algebra 8 / 18 1.3 Vector Equations Definition Combinations Span Linear Combinations: Example (cont.) Corresponding System: x1 + 4x2 + 3x3 = −1 2x2 + 6x3 = 8 3x1 + 14x2 + 10x3 = −5 Corresponding Augmented Matrix: 2 3 2 3 1 4 3 −1 1 0 0 1 x1 = 4 0 2 6 8 5 s 4 0 1 0 −2 5 =) x2 = 3 14 10 −5 0 0 1 2 x3 = Jiwen He, University of Houston Math 2331, Linear Algebra 9 / 18 1.3 Vector Equations Definition Combinations Span Linear Combinations: Review Review of the last example: a1, a2, a3 and b are columns of the augmented matrix 2 1 4 3 −1 3 4 0 2 6 8 5 3 14 10 −5 """" a1 a2 a3 b Solution to x1a1 + x2a2 + x3a3 = b is found by solving the linear system whose augmented matrix is a1 a2 a3 b . Jiwen He, University of Houston Math 2331, Linear Algebra 10 / 18 1.3 Vector Equations Definition Combinations Span Linear Combinations and Vector Equation Vector Equation A vector equation x1a1 + x2a2 + ··· + xnan = b has the same solution set as the linear system whose augmented matrix is a1 a2 ··· an b . In particular, b can be generated by a linear combination of a1; a2;:::; an if and only if there is a solution to the linear system corresponding to the augmented matrix. Jiwen He, University of Houston Math 2331, Linear Algebra 11 / 18 1.3 Vector Equations Definition Combinations Span Span of a Set of Vectors: Examples Example 2 3 3 Let v = 4 4 5 : 5 2 0 3 Label the origin 4 0 5 0 together with v, 2v and 1:5v on the graph. v, 2v and 1:5v all lie on the same line. Spanfvg is the set of all vectors of the form cv: Here, Spanfvg = a line through the origin. Jiwen He, University of Houston Math 2331, Linear Algebra 12 / 18 1.3 Vector Equations Definition Combinations Span Span of a Set of Vectors: Examples (cont.) Example Label u; v, u + v and 3u+4v on the graph. u; v, u + v and 3u+4v all lie in the same plane. Spanfu; vg is the set of all vectors of the form x1u + x2v: Here, Spanfu; vg = a plane through the origin. Jiwen He, University of Houston Math 2331, Linear Algebra 13 / 18 1.3 Vector Equations Definition Combinations Span Span of a Set of Vectors: Definition Span of a Set of Vectors n Suppose v1; v2;:::; vp are in R ; then Spanfv1; v2;:::; vpg = set of all linear combinations of v1; v2;:::; vp. Span of a Set of Vectors (Stated another way) Spanfv1; v2;:::; vpg is the collection of all vectors that can be written as x1v1 + x2v2 + ··· + xpvp where x1; x2;:::; xp are scalars. Jiwen He, University of Houston Math 2331, Linear Algebra 14 / 18 1.3 Vector Equations Definition Combinations Span Span of a Set of Vectors: Example Example 2 4 Let v = and v = . 1 1 2 2 (a) Find a vector in Spanfv1; v2g. (b) Describe Spanfv1; v2g geometrically. Jiwen He, University of Houston Math 2331, Linear Algebra 15 / 18 1.3 Vector Equations Definition Combinations Span Spanning Sets in R3 Example v2 is a multiple of v1 Spanfv1; v2g =Spanfv1g =Spanfv2g (line through the origin) Jiwen He, University of Houston Math 2331, Linear Algebra 16 / 18 1.3 Vector Equations Definition Combinations Span Spanning Sets in R3 (cont.) Example 2 4 3 Let v1 = 4 2 5 2 2 6 3 and v2 = 4 3 5. 3 Is Spanfv1; v2g a line or a plane? v2 is not a multiple of v1 Spanfv1; v2g =plane through the origin Jiwen He, University of Houston Math 2331, Linear Algebra 17 / 18 1.3 Vector Equations Definition Combinations Span Spanning Sets Example 2 1 2 3 2 8 3 Let A = 4 3 1 5 and b = 4 3 5. Is b in the plane 0 5 17 spanned by the columns of A? Solution: ? Do x1 and x2 exist so that 2 1 3 2 2 3 2 8 3 x1 4 3 5 + x2 4 1 5 = 4 3 5 0 5 17 Corresponding augmented matrix: 2 1 2 8 3 2 1 2 8 3 2 1 2 8 3 4 3 1 3 5 s 4 0 −5 −21 5 s 4 0 −5 −21 5 0 5 17 0 5 17 0 0 −4 So b is not in the plane spanned by the columns of A Jiwen He, University of Houston Math 2331, Linear Algebra 18 / 18.
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages18 Page
-
File Size-