1. Determine whether the set of all vectors of the form (a, b ,c) such that b=a+c+1 is a subspace of R3 .
2. Determine whether the vector p is in the span {S}. Given S = { p_1,p_2,p_3} where
p_1=2+x+〖4x〗^2, p_2=1-x+〖3x〗^2, p_3=3+2x+〖5x〗^2; p=7+8x+9x^2.
3. Using two methods, verify that the set S is linearly independent.
v1 = (2, -2, 0), v2=(6,1,4), v3=(2,0,-4)
4. Express v as a linear combination of the vectors v_(1,), v_2,v_3.
v=(2,-1,3), v1=(1,0,0), v2=(2,2,0), v3=(3,3,3)
1
Expert's answer
2019-12-16T11:17:37-0500
For V1=(a,a+c+1,c),a∈R,c∈R to be a subspace of R3 , it must be a vector space itself. Let us check the axioms: v1+v2=(a1,a1+c1+1,c1)+(a2,a2+c2+1,c2)v1+v2=(a1+a2,(a1+a2)+(c1+c2)+2,c1+c2)∈/V1, hence V1 is not a subspace.
For p∈span(p1,p2,p3), there must exist unique λ1,λ2,λ3, not all equal to zero, so that p=λ1p1+λ2p2+λ3p3. Writing the last equation in vector form, obtain: ⎝⎛21161−193225789⎠⎞. Performing Gauss-Jordan elimination on last matrix, obtain ⎝⎛10001000160−14−33⎠⎞, hence λ1=60,λ2=−14,λ3=−33 and vector p is in span of p1,p2,p3.
First way: v1,v2,v3 are linearly independent, if λ1v1+λ2v2+λ3v3=0 only when all λi=0. Rewriting the last equation in vector form, obtain ⎝⎛2−2061420−4⎠⎞⎝⎛λ1λ2λ3⎠⎞=0. Reducing the matrix, obtain ⎝⎛100010001⎠⎞⎝⎛λ1λ2λ3⎠⎞=0, from where all λi=0, hence v1,v2,v3 are linearly independent. Second way: Vectors are linearly independent, if the determinant of matrix, spanned by vectors is zero. det⎝⎛2−2061420−4⎠⎞=−8−16−(−48)=−72=0, hence vectors are linearly independent.
As in Task 2, solve corresponding linear system of equations: ⎝⎛1002203332−13⎠⎞, from where λ1=3,λ2=−2,λ3=1, hence v=3v1−2v2+v3.
Comments