MATH 3323 Linear Algebra Problem Set 5 1. Consider the set of all ordered pairs of real numbers (i.e. R 2 ) with the following operations of “addition” and “scalar multiplication”: ( x1 , y1 ) ( x2 , y2 ) ( y1 y2 , x1 x2 ) and k ( x, y ) (kx, ky). Decide whether or not each of the vector space axioms is true for R 2 with these operations. If an axiom is true, prove it. If an axiom is false, give a concrete counterexample (with particulate numbers/vectors) showing it is false. Axiom 1: u v ( x1 , y1 ) ( x2 , y2 ) ( y1 y2 , x1 x2 ) in R 2 Axiom 2: u v ( x1 , y1 ) ( x2 , y2 ) ( y1 y2 , x1 x2 ) v u ( x2 , y2 ) ( x1 , y1 ) ( y2 y1 , x2 x1 ) same Axiom 3: u (v w) (u v) w u (v w) ( x1 , y1 ) (( x2 , y 2 ) ( x3 , y3 )) LHS: ( x1 , y1 ) ( y 2 y3 , x2 x3 ) ( y1 x2 x3 , x1 y 2 y3 ) (u v) w (( x1 , y1 ) ( x2 , y 2 )) ( x3 , y3 ) RHS: FALSE ( y1 y 2 , x1 x2 ) ( x3 , y3 ) ( y3 x1 x 2 , x3 y1 y 2 ) (1,2) + ((2,3) + (1,-1)) = (1,2) + (2,3) = (5,3) ((1,2) + (2,3)) + (1,-1) = (5,3) + (1,-1) = (2,6) Axiom 4: u 0 0 u 0 u (u1 , u 2 ) u 0 (u1 , u2 ) (0,0) (u2 , u1 ) u FALSE Example: (1,2) (0,0) (2,1) u Axiom 5: u (u1 ,u2 ) u u (u1 , u2 ) (u1 ,u2 ) (u2 u2 , u1 u1 ) (0,0) u u (u1 ,u2 ) (u1 , u2 ) (u2 u2 ,u1 u1 ) (0,0) Axiom 6: k ( x, y ) (kx, ky). in R 2 Axiom 7: k (u v) ku kv k (u v) k ( y1 y2 , x1 x2 ) (ky1 ky2 , kx1 kx2 ) ku kv (kx1 , ky1 ) (kx2 , ky2 ) (ky1 ky2 , kx1 kx2 ) same Axiom 8: (k m)u ku mu (k m)u (kx1 mx1 , ky1 my1 ) ku mu (kx1 , ky1 ) (mx1 , my1 ) (my1 ky1 , mx1 kx1 ) FALSE (2+3)(1,2) = 5(1,2) = (5,10), 2(1,2) + 3(1,2) = (2,4) + (3,6) = (10,5) Axiom 9: k (mu) (km)u k (mu) k (mx1 , my1 ) (kmx1 , kmy1 ) (km)u km( x1 , y1 ) (kmx1 , kmy1 ) Axiom 10: 1u ( x1 , y1 ) 2. Determine which if the following are subspaces of P2 (the vector space of all polynomials of degree less than or equal to two). a) The set of all polynomials of the form a1 x a 2 x 2 . p( x) a1 x a2 x 2 and q( x) b1 x b2 x 2 Closed under addition: p( x) q( x) (a1 b1 ) x (a2 b2 ) x 2 and scalar multiplication: kp( x) ka1 x ka2 x 2 so it’s a subspace. b) The set of all polynomials p( x) a 0 a1 x a 2 x 2 satisfying p(1) 1 . Not closed under addition or scalar multiplication because the condition of p(1) 1 will not be satisfied so not a subspace 3. Let V denote the set of all 2x2 matrices, and let W be the subset of V consisting of all 2x2 matrices having trace zero. Is W a subspace of V? Prove your answer. Feel free to use known facts about trace. e a b d ,W V both are 2x2 matrices with trace 0. f d c a Closed under addition because V+W results in a 2x2 matrix with trace 0 Closed under scalar multiplication because kV results in a 2x2 matrix with trace 0 This is a subspace. 4. Show that vectors v1 (2,2,2) , v2 (0,0,3) and v3 (0,1,1) span R 3 , and express the vector (1,2,0) as the linear combination of the three vectors. 2 0 A 2 0 2 3 k1v1 k 2 v2 0 1 , det( A) 6 0 so it spans R 3 . 1 k 3 v3 (1,2,0) , k1 1 / 2, k 2 2 / 3, k 3 3 5. Determine if the following are linearly independent subsets: a) Determine whether or not vectors (1,-1,1,1), (3,0,1,1), (7,-1,2,1) form a linearly independent subset of R 4 . Set up Ax=0 and solve. 1 2 3 0 1 2 3 0 1 0 1 0 0 1 1 0 1 1 2 0 0 0 1 0 1 1 1 0 0 0 0 0 k1 0, k 2 0, k 3 0 , therefore linearly independent 1 0 0 2 2 1 b) Let A , B , and C . Do A, B, and C form 2 1 1 1 1 0 a linearly independent subset of M 2x 2 ? 1 0 0 2 2 1 0 0 k1 k2 k3 2 1 1 1 1 0 0 0 k1 2 k 3 0 2k 2 k 3 0 2 k1 k 2 k 3 0 k1 0, k 2 0, k 3 0 k1 k 2 0 c) Determine if 5, x 2 6 x, (3 x) 2 form a linearly independent subset of F (, ) . 5 x 2 6 x (3 x) 2 W 0 2 x 6 2(3 x) 0 therefore linearly dependent 0 2 2 6. Are the following bases? a) {(1,-1,2), (-1,4,3), (2,-1,1)} in R 3 ? 1 1 2 A 1 4 1 , det( A) 14 0 so it spans R 3 and is linearly 2 3 1 independent so it is a basis. b) {2 x 2 , x 3} in P2 ? The dimension of P2 is 3 and we only have 2 terms so not a basis. c) {(2,-1), (-4,2)} in R 2 ? These vectors are multiples of each other so linearly dependent therefore not a basis. 7. Determine the dimension of and basis for the solution space of the system: x1 2 x 2 x3 0 2 x1 x 2 3x3 0 1 1 2 1 0 1 2 1 0 solution: t 1 , dimension 1, basis = 2 1 3 0 1 0 0 1 1 1 1 1 8. For each of the following, find the dimension of the subspace of the given vector space: a b 3 a) Vector space: R ; subspace: all vectors of the form b . b c Three free variable so dimension 3. b) Vector space: R 3 ; subspace: Span{(2,3,0),(1,0,3),(3,3,3),(-1,-3,3)} Solve Ax=b and you end up with two free variables so dimension 2.