CH 06
CH 06
4. Which of the following vectors in R2 are orthogonal with respect to the Euclidean inner
product?
(A) 1, 2 and −3, 2
(B) 4, 6 and 3, 2
(C) 4, 6 and −3, 2
(D) 1, 2 and 3, 2
5. Which of the following sets of vectors in R2 are orthonormal with respect to the Euclidean
inner product?
(A) 1, 0 , 0, 1
(B) 2, 0 , 0, 2
√ √ √ √
(C) 2 2 , 2 2
2
, 2 2
, 2
(D) 1, 0 , 0, 0
Elementary Linear Algebra 12e –2– Anton/Rorres
6. Let {u1 , u2 , u3 } be a basis for R3 , and let {v1 , v2 , v3 } be the orthonormal set constructed
via the Gram-Schmidt process. If v1 = √13 , √13 , √13 , v2 = √16, , √16 , − √26 , and u3 =
1, 0, 0 , what is the value of v3 ?
(A) 32 , 12 , 0
√ √
(B) 3 10 10
10
, 10
, 0
1
(C) 2
, − 12 , 0
√ √
2 2
(D) 2
, − 2
, 0
7. Which of the following
vectors
is the
orthogonal projection of 1, 3, −2 on the subspace
of R3 spanned by 1, 0, 3 , 1, 1, 2 ?
8 34
(A) 11 , 11 , − 10
11
5 35
(B) 11 , 11 , − 20
11
(C) −85, −35, −220
(D) −8, −2, −22
Chapter 6
Elementary Linear Algebra 12e –3– Anton/Rorres
2. Let u = 1, −3 and v = 5, 1 . Use the inner product u, v = 3u1 v1 + 5u2 v2 on R2 to
compute d(u, v).
3. Prove that
u + v2 = u2 + 2 u, v + v2
where u and v are vectors in some inner product space.
4. Prove that
u + v, u − v = u2 − v2
where u and v are vectors in some inner product space.
5. If u = 4, v = 2, −1, −2 and u and v are orthogonal, find u + v.
6. Compute the angle between the following pair of vectors in M22 using the standard inner
product on M22 .
1 0 1 0
A= , B=
0 1 1 0
7. Let W be a subspace of a real inner product space V . Prove that if u and v are vectors
in W ⊥ , then for scalars c1 , c2 , the vector c1 u + c2 v is also in W ⊥ .
11. Let {v1 , v2 , v3 } be the basis formed by performing the Gram-Schmidt process on the
basis {u1 , u2 , u3 }. Prove that the vectors v1 , v2 , and v3 are orthogonal.
12. Let Q be an n × n matrix whose column vectors form an orthonormal basis for Rn .
Prove that Q is invertible and that Q−1 = QT .
13. Use det(AT A) to determine whether the column vectors of the following matrix are
linearly independent. ⎡ ⎤
1 2 1
⎢ ⎥
⎢0 −1 ⎥
⎢ 1 ⎥
A=⎢ ⎥
⎢1 −1 0⎥
⎣ ⎦
1 −1 0
Chapter 6
Elementary Linear Algebra 12e –4– Anton/Rorres
15. Let A be an m × n matrix. Prove that the matrices AT A and AAT are both square.
16. Let A be an n × n matrix and let x be a vector in Rn . Prove that the system AT Ax = b
is consistent for every b in Rn if and only if the system Ax = b is consistent for every b in
Rn .
17.
Find
the
least
squares straight line fit y = a 0 x + a 1 to the data points 0, 2 , 1, 1 ,
2, 3 , and 3, 3 .
2
18.
Find
the least squares
quadratic fit y = a 0 + a 1 x + ax 2 to the data points 0, 0 , 0, 1 ,
1, 2 , 1, 3 , and 2, 0 .
19. Find the least squares approximation of f (x) = ex over the interval [0, 2π] by a trigono-
metric polynomial of order 3.
20. Find the least squares approximation of f (x) = x3 over the interval [0, 2π] by a trigono-
metric polynomial of order 2 or less.
Chapter 6
Elementary Linear Algebra 12e –5– Anton/Rorres
Answers
2. (D)
3. (B)
4. (C)
5. (A)
6. (D)
7. (B)
8. (B)
20. f (x) ≈ 2π 3 + 12πcos (x) + 3πcos (2x) + (12 − 8π 2 )sin (x) + ( 32 − 4π 2 )sin (2x)
Chapter 6