Linear Algebra - Solution To Test 1
Linear Algebra - Solution To Test 1
(b) Bring the augmented matrix into the row-reduced echelon form.
Denote by ri the ith row of a matrix. We execute the following row operations on the
augmented matrix: r1 ↔ r2 , r2 ↔ r3 , r2 → r2 + r1 , r3 → r3 + r2 , to obtain:
1 0 −1 −2
0 1 −1 −1 .
0 0 0 0
(c) Write the system of equations that corresponds to the row-reduced echelon matrix
obtained in (b).
We read up the corresponding system:
x1 − x3 = −2
x2 − x3 = −1
(−2 + t, −1 + t, t) ,
1
−2
~x = −1 + t 1 .
0 1
1 2
3. Let ~u = −4 and ~v = 1 .
α α
(a) Compute
√ the length of the vector ~u.
k~uk = 17 + α2 .
(b) Compute 2~ u + 7~
v .
16
2~u + 7~v = −1.
5α
(c) Compute proj~v ~u.
2
u·~v
~ α2 −2
proj~v ~u = k~vk2 ~v = α2 +5 1 .
α
(d) Find all values α for which ~u and
√ ~v are orthogonal.
2
~u · ~v = α − 2 = 0 ⇐⇒ α = ± 2.
(e) For which values of α is the angle between ~u and ~v acute and for which values is it
obtuse?
The angle between two vectors is acute iff it is less than 90, so iff the √dot product
√ is
2
positive. So we have to solve ~u · ~v = α − 2 > 0. This yields α ∈ (−∞, − 2) ∪ (√ 2,√
∞).
Analogously for the obtuse angle we have to solve ~u ·~v < 0, which gives α ∈ (− 2, 2).
4. Find an equation of a plane parallel to the line
x=3+t
y=t
z = 1 − 5t.
−5
5
~n · ~v = 0. For example we can take as ~n = 0 and as the required plane 5x + z = 1.