



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Practice problems for linear algebra, specifically for Math240 - Calculus III during the Summer 2015 session II. The problems cover topics such as determining whether a given set is a vector space or a subspace, solving systems of equations using Gaussian or Gauss-Jordan elimination, and finding the rank of a matrix. solutions and explanations for each problem.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




(a) The set of vectors {(a, b) ∈ R^2 : b = 3a + 1} Answer: This is not a vector space. It does not contain the zero vector, and is not closed under either addition or scalar multiplication. (b) The set of vectors {(a, b) ∈ R^2 } with scalar multiplication defined by k(a, b) = (ka, b) Answer: This is not a vector space. The scalar multiplication defined above does not distribute over the usual addition of vectors.
(r + s)(a, b) = ((r + s)a, b) = (ra + sa, b) but r(a, b) + s(a, b) = (ra, b) + (sa, b) = (ra + sa, 2 b)
(c) The set of vectors {(a, b) ∈ R^2 } with scalar multiplication defined by k(a, b) = (ka, 0) Answer: This is not a vector space. It does not obey the identity property of scalar multiplication because 1(a, b) = (1a, 0) = (a, 0) 6 = (a, b).
(d) The set of real numbers, with addition defined by x + y = x − y Answer: This is not a vector space. This method of vector addition is neither associative nor commutative. (e) The set R^3 , with the vector addition operation ⊕ defined by
(a 1 , a 2 , a 3 ) ⊕ (b 1 , b 2 , b 3 ) = (a 1 + b 1 + 5, a 2 + b 2 − 7 , a 3 + b 3 + 1)
and scalar multiplication defined by
c (a 1 , a 2 , a 3 ) = (ca 1 + 5(c − 1), ca 2 − 7(c − 1), ca 3 + c − 1).
Answer: This is a vector space. The zero vector is (− 5 , 7 , −1).
(a) {x ∈ R^3 : ‖x‖ = 1} Answer: This is not a subspace of R^3. It does not contain the zero vector 0 = (0, 0 , 0) and it is not closed under either addition or scalar multiplication. (b) All polynomials in P 2 that are divisible by x − 2 Answer: This is a subspace of P 2.
(c) {f ∈ C^0 [a, b] :
∫ (^) b a f^ (x)^ dx^ = 0} Remember that C^0 [a, b] is the vector space of continuous, real-valued functions defined on the closed interval [a, b] with a < b. Answer: This is a subspace of C^0 [a, b]. It is the kernel of the linear transformation T : C^0 [a, b] → R defined by T (f ) =
∫ (^) b a f^ (x)^ dx.
(^) and B =
, determine (a) AB and (b) BA.
Answer: (a) AB =
, (b) BA =
Answer: x 1 = 0, x 2 = 4, x 3 = − 1
(b) x 1 + x 2 + x 3 = 0 x 1 + x 2 + 3x 3 = 0
Answer: x 1 = t, x 2 = −t, x 3 = 0 for any t ∈ R
(c) x 1 − x 2 − x 3 = 8 x 1 − x 2 + x 3 = 3 −x 1 + x 2 + x 3 = 4
Answer: The system is inconsistent; there is no solution.
(d)
x 1 + 2x 2 + x 4 = 0 4 x 1 + 9x 2 + x 3 + 12x 4 = 0 3 x 1 + 9x 2 + 6x 3 + 21x 4 = 0 x 1 + 3x 2 + x 3 + 9 x 4 = 0
Answer: x 1 = 19t, x 2 = − 10 t, x 3 = 2 t, x 4 = t for any t ∈ R
(a)
Answer: 2
(b)
Answer: 3
(c)
Answer: 3
(a) v 1 = (1, 2 , 3), v 2 = (1, 0 , 1), v 3 = (1, − 1 , 5) Answer: These vectors are linearly independent. (b) v 1 = (2, 6 , 3), v 2 = (1, − 1 , 4), v 3 = (3, 2 , 1), v 4 = (2, 5 , 4) Answer: These vectors are linearly dependent. They are vectors in R^3 , which is a 3- dimensional vector space. Any set of more than 3 vectors in R^3 is linearly dependent. (c) v 1 = (1, − 1 , 3 , −1), v 2 = (1, − 1 , 4 , 2), v 3 = (1, − 1 , 5 , 7). Answer: These vectors are linearly independent.
(a)
Answer:
(b)
− 2 π −π −π π
Answer:
3 π
(c)
Answer:
(d)
Answer:
(e)
Answer: 1 3
(f)
Answer: This matrix is singular.
x 1 + 2x 2 + 2x 3 = 1 x 1 − 2 x 2 + 2x 3 = − 3 3 x 1 − x 2 + 5x 3 = 7
Answer: x 1 = 21, x 2 = 1, x 3 = − 11
7 x 1 − 2 x 2 = b 1 , 3 x 1 − 2 x 2 = b 2 , in the form Ax = b. Use x = A−^1 b to solve the system for each b:
b =
, b =
, b =
Answer: Ax = b where A =
, x =
x 1 x 2
, b =
b 1 b 2
(a) T : M 2 (R) → P 3 given by T
a b c d
= (a − d) + 3bx^2 + (c − a)x^3 with
i. B =
and C = { 1 , x, x^2 , x^3 },
Answer:
ii. B =
and C = {x, 1 , x^3 , x^2 }.
Answer:
(b) T : V → V , where V = span{e^2 x, e−^3 x}, given by T (f ) = f ′^ with i. B = C = {e^2 x, e−^3 x}, Answer:
ii. B = {e^2 x^ − 3 e−^3 x, 2 e−^3 x} and C = {e^2 x^ + e−^3 x, −e^2 x}. Answer:
(a) A =
, v 1 = (5, −2), v 2 = (2, 5), v 3 = (− 2 , 5)
Answer: v 3 is an eigenvector for the eigenvalue λ = − 1.
(b) A =
, v 1 = (1, 2 −
2), v 2 = (2 +
2 , 2), v 3 = (
Answer: v 1 and v 2 are eigenvectors for the eigenvalue λ =
(c) A =
, v 1 = (0, 0), v 2 = (2 + 2i, −1), v 3 = (2 + 2i, 1) Answer: v 2 is an eigenvector for the eigenvalue λ = 2i. Note: The zero vector is not allowed as an eigenvector.
(d) A =
(^) , v 1 = (− 1 , 4 , 3), v 2 = (1, 4 , 3), v 3 = (3, 1 , 4)
Answer: v 2 is an eigenvector for the eigenvalue λ = 3.
(a) x′^ =
x
Answer:
x =
3 c^1 e^7 t^ + 2c 2 e−^4 t c 1 e^7 t^ − 3 c 2 e−^4 t
(b) x′^ =
(^) x
Answer:
x =
c 1 e^2 t^ + c 2 e−^4 t c 1 e^2 t^ − c 2 e−^4 t c 1 e^2 t^ + c 3 e^6 t
(c) x′^ =
(^) x
Answer:
x =
c 1 e^2
√ 2 t (^) + c 2 e− 2 √ 2 t (^) + c 3 √ 2 c 1 e^2
√ 2 t −
2 c 2 e−^2
√ 2 t
c 1 e^2
√ 2 t (^) + c 2 e− 2 √ 2 t (^) − c 3