Let a1 For what values of h is b in the plane spanned by a1
Solution
The vector \"b\" is in the span of a1 and a2 if there is a solution to the linear system of equation
a1 x1 + a2 x2 = b
or
1 -6 5
4 x1 + -20 x2 = 4
-1 2 h
the augmented matrix is
1 -6 5
4 -20 4
-1 2 h
we have to reduce it in row echelon form
R3 -> R3 + R1
1 -6 5
4 -20 4
-1+1 2+(-6) h+5 // +(-a) = -a
or
1 -6 5
4 -20 4
0 -4 h+5
R2 -> R2 -4R1
1 -6 5
4-4 -20-4(-6) 4-4(5)
0 -4 h+5
or
1 -6 5
0 4 -16
0 -4 h+5
R3 -> R3 +R2
1 -6 5
0 4 -16
0 -4 +4 h+5+(-16)
or
1 -6 5
0 4 -16
0 0 h-11
if h=11 in the 3rd row then there will be many solutions.
therefore b in the plane spanned by a1 and a2 only when h=11

