hw3 Math3410 S23solutionsSHORT
hw3 Math3410 S23solutionsSHORT
c1 v1 + c2 v2 + c3 v3 = b
2. Show that the set {(1, 4, 0), (2, 9, 0), (3, −2, 0)} is linearly dependent in R3
Solution. Let x1 , x2 , x3 ∈ R and assume that
x1 + 2x2 + 3x3 = 0
4x1 + 9x2 − 2x3 = 0
0x1 + 0x2 + 0x3 = 0.
We have that
1 2 3 1 2 3 1 0 31
A = 4 9 −2 ∼ 0 1 −14 ∼ 0 1 −14
0 0 0 0 0 0 0 0 0
1
by the row operations R2 → R2 − 4R1 and R1 → R1 − 2R2 . Note that the pivot
variables are x1 , x2 and the non-pivot variable (free variable) is x3 . The row
reduced echelon form of A gives the equations
x1 = −31x3
x2 = 13x3 .
It follows that this system has infinitely many solutions and therefore there exists
a triple (x1 , x2 , x3 ) ∈ R3 all not zero such that
x + 2y = 0
−x + y = 0.
2
5. Suppose k > n. Prove that any k vectors in Rn must form a linearly dependent
set.
Solution. Note that
x1 v1 + · · · + xk vk = 0 (2)
where vi ’s are vectors in Rn . Observe that this can be rewritten as
Ax = 0 (3)
Note that the fact that Ax = 0 has infinitely many solutions can be explained
as follows. If A is reduced to a row reduced echelon form R then R can have at
most n pivots. Therefore R has at most n pivot variables and k − n non-pivot
(free) variables. Note that k − n ≥ 1. From the row reduced echelon form R, each
pivot variable can be written as a linear combination of the non-pivot variables.
Since the non-pivot variables are free variables there are infinitely many choices
for each one, and thus there are infinitely many solutions to (3). Hence there
exists a k-tuple of numbers (x1 , . . . , xk ), not all zero, which satisfy (2).
6. Show that the following sets are linearly independent:
(a) {1 + x, 1 − x, x + x2 } in P2 .
(b)
1 1 1 0 0 0 0 1
, , ,
0 0 1 0 1 −1 0 1
in M22 .
Solution.
(a) Let c1 , c2 , c3 ∈ R and assume
c1 (1 + x) + c2 (1 − x) + c3 (x + x2 ) = 0.
c1 + c1 x + c2 − c2 x + c3 x + c3 x2 = 0.
c1 + c2 + (c1 − c2 + c3 )x + c3 x2 = 0.
The polynomial on the left equals zero only if each of its coefficients is zero.
Thus we have
c1 + c2 + 0c3 = 0
c1 − c2 + c3 = 0
0c1 + 0c2 + c3 = 0.
3
By row reducing this to a row reduced echelon form, we obtain A ∼ R where
R = I3 , the 3×3 identity matrix. It follows that the solutions satisfy I3 x = ~0
and the only solutions are the trivial solutions c1 = c2 = c3 = 0. Therefore
the three polynomials are linearly independent in P2 .
(b) Let c1 , c2 , c3 , c4 ∈ R and assume
1 1 1 0 0 0 0 1 0 0
+ c2 + c3 + c4 =
0 0 1 0 1 −1 0 1 0 0
Simplifying the matrix on the left hand side we find that
c1 + c2 c1 + c4 0 0
=
c2 + c3 + c4 −c3 + c4 0 0
and by equating matrix entries we find the system of equations
c1 + c2 = 0
c1 + c4 = 0
c2 + c3 + c4 = 0
−c3 + c4 = 0.
In matrix form this becomes Ax = ~0 where x = (c1 c2 c3 c4 )T and
1 1 0 0
1 0 0 1
A= 0 1
.
1 1
0 0 −1 1
By row reducing this to a row reduced echelon form, we obtain A ∼ R
where R = I4 , the 4 × 4 identity matrix. It follows that the solutions satisfy
I4 x = ~0 and the only solutions are the trivial solutions c1 = c2 = c3 = c4 = 0.
Therefore the four matrices are linearly independent in M22 .
7. Exhibit a basis and calculate the dimension of each of the following subspace of
M22 .
U = A ∈ M22 | AT = −A .