Homework # 2 Solutions: Math 152, Fall 2014 Instructor: Dr. Doreen de Leon
Homework # 2 Solutions: Math 152, Fall 2014 Instructor: Dr. Doreen de Leon
p. 48: 26, 38
26. Suppose A is the 3 × 3 zero matrix (with all zero entries). Describe the solution set of
the equation Ax = 0.
p. 61: 12, 36
12. Find the value(s) of h for which the vectors are linearly dependent. Justify each answer.
3 −6 9
−6 , 4 , h
1 3 3
1
Solution: If we denote the vectors as v1 , v2 , and v3 , respectively, then the vectors are
linearly dependent if there is a nontrivial solution of
x1 v1 + x2 v2 + x3 v3 = 0.
The solution of the vector equation is the same as the solution of the system whose
augmented matrix is
3 −6 9 | 0 r → 1 r 1 −2 3 | 0 1 −2 3 | 0
1 3 1 r2 →r2 +6r1
−6 4 h | 0 −−−−→ −6
4 h | 0 −−−−−−→ 0 −8 h + 18 |
0
r3 →r3 −r1
1 −3 3 | 0 1 −3 3 | 0 0 −1 0 | 0
1 −2 3 | 0 1 −2 3 | 0
r2 ↔r3 r3 →r3 −8r2
−−−→ 0 −1
0 | 0 −−−−−−→ 0 −1
0 | 0
0 −8 h + 18 | 0 0 0 h + 18 | 0
This system has a nontrivial solution if h + 18 = 0. Therefore, the vectors are linearly
dependent if h = −18 .
c 1 v1 + c 2 v2 = v3 ,
2
p. 69-70: 24, 36
24. An affine transformation T : Rn → Rn has the form T (x) = Ax + b, with A an m × n
matrix and b ∈ Rm . Show that T is not a linear transformation when b 6= 0. (Affine
transformations are important in computer graphics.)
Solution: For any vectors u, v ∈ Rn ,
T (u + v) = A(u + v) + b
T (u) + T (v) = Au + b + Av + b
= A(u + v) + 2b 6= T (u + v) unless b = 0.