Final Exam 1 The Four Subspaces (10 points)

advertisement
Math 2270, Fall 2014
Instructor: Thomas Goller
16 December 2014
Final Exam
1
The Four Subspaces (10 points)
Let A =

2
2
0 1
.
1 0
(a) Compute the rank r of A. (1 point)
(b) Use r to compute the dimensions of the four fundamental subspaces N (A), C(A), C(AT ),
N (AT ). (2 points)
(c) Which pairs of subspaces are orthogonal? (1 point)
(d) Compute bases for the four fundamental subspaces of A. (6 points)
Math 2270, Fall 2014
2
Instructor: Thomas Goller
16 December 2014
Inverse (10 points)
2
1
4
Let A = 3
0
0
2
4
3
2
0 5.
10
⇥
⇤
(a) Compute the inverse A 1 of A using Gauss-Jordan elimination on A I or the cofactor
formula det1 A C T . (8 points)
(b) Check your inverse is correct by showing A 1 A = I. (2 points)
Math 2270, Fall 2014
3
Instructor: Thomas Goller
16 December 2014
Subspaces (10 points)
Recall that a subset S of a vector space is called a subspace if two conditions hold:
(i) For every vector ~v in S, every c~v is still in S.
(ii) For every two vectors ~v and w
~ in S, the sum ~v + w
~ is still in S.
For each S defined below, state whether condition (i) holds, whether condition (ii) holds,
and whether S is a subspace. (You do not need to show any other work.)
(a) The line S in R2 with equation 2x + 4y = 0. (2 points)

x
(b) The set S of all solutions
in R2 to the equation
y
(c) The set S of all vectors


1
2
7 14

x
2
=
. (2 points)
y
14
x
in R2 such that x and y are integers. (2 points)
y
(d) The union S of the coordinate axes in R (the set of all vectors
2
(2 points)


x
with x = 0 or y = 0).
y
(e) The set S = span(~v1 , . . . , ~vn ), where ~v1 , . . . , ~vn are vectors in a vector space V . (2
points)
Math 2270, Fall 2014
4
Instructor: Thomas Goller
16 December 2014
Inventions (10 points)
(a) Invent two vectors ~v1 , ~v2 in R3 so that span(~v1 , ~v2 ) is a line. (2 points)
T
(b) Invent two vectors ~v and w
~ so that ~v w
~ =

2
1
4
2
6
. (2 points)
3
(c) Invent a system of two linear equations in x and y that has no solution. (2 points)
(d) Invent a 2 ⇥ 2 matrix A such that N (A) = C(A). (2 points)
(e) Invent a matrix A so that det(A) =
1 and det(3A) =
27. (2 points)
Math 2270, Fall 2014
5
Instructor: Thomas Goller
16 December 2014
Closest Line to Three Points (10 points)
Let b = C + Dt be the equation for a line L in R2 .
(a) Write down the three
 linear
 equations

in C and D that would have to hold for L to pass
0
1
2
t
through the points
=
,
,
. (2 points)
b
2
0
0
(b) Convert those linear equations into a matrix equation A
(c) Write down the new matrix equation AT A


C
= ~b. (1 point)
D
C
= AT~b. (2 points)
D
(d) Solve the new matrix equation. (3 points)
(e) Draw a graph containing the three points and the closest line L. (2 points)
Math 2270, Fall 2014
6
Instructor: Thomas Goller
16 December 2014
Projection (10 points)
2
3
2 3
1
1
3
~
4
5
4
Let S be the plane in R spanned by vectors ~a = 0 and b = 25.
1
3
~ B
~ for S. (3 points)
(a) Compute an orthogonal basis A,
~ and B
~ to get an orthonormal basis ~q1 , ~q2 for S. (1 point)
(b) Normalize your vectors A
(c) Compute the matrix P = QQT that projects vectors orthogonally onto S . (4 points)
2
3
1
(d) Show that 4 0 5 is an eigenvector of P . What is the eigenvalue ? (2 points)
1
Math 2270, Fall 2014
7
Instructor: Thomas Goller
16 December 2014
Di↵erential Equations (10 points)
Consider the following population model. Let b(t) denote the population of bananas and
g(t) the population of gorillas at time t. The growth rates of the two populations are
db
= 4b
dt
10g
and
dg
= 15 b + g.
dt
(a) Write these growth rates as a di↵erential equation of the form
(b) Compute the eigenvalues
1,
2
d~
u
dt
= A~u. (2 points)
and corresponding eigenvectors ~x1 , ~x2 of A. (5 points)
(c) Initially, there are b(0) = 60 bananas and g(0) = 10 gorillas. Compute the scalars C1 , C2
that give the unique solution ~u(t) = C1 e 1 t~x1 + C2 e 2 t~x2 . (3 points)
Math 2270, Fall 2014
8
Instructor: Thomas Goller
16 December 2014
Diagonalization (10 points)
Let A =

1 4
.
2 5
(a) Compute the eigenvalues
1,
2
of A. (2 points)
(b) Compute independent eigenvectors ~x1 , ~x2 of A. (3 points)
(c) Write down the factorization A = S⇤S
the eigenvalue matrix. (2 points)
1
, where S is a matrix of eigenvectors and ⇤ is
(d) Use your answer in (c) to compute A4 . Simplify completely. (3 points)
Math 2270, Fall 2014
9
Instructor: Thomas Goller
16 December 2014
Linear Transformations in R2 (10 points)
Suppose you know R
2
T
/
R is linear and T
2
✓
2
1
◆
=

7
and T
3
✓
1
1
◆
=

6
.
1
(a) Compute each of the following if you can, or state that not enough information is given:
(3 points)
✓ ◆
0
(i) T
0
(ii) T
✓
1
0
◆
(iii) T
✓
0
1
◆
(b) T acts as multiplication by a matrix A. Use your answer in (a) to find A. (2 points)




0
1
0
1
(c) Draw the square with vertices
,
,
,
and draw the parallelogram that you
0
0
1
1
get when T transforms that square. (4 points)
(d) Compute det A. This is the area of the parallelogram you just drew! (1 point)
Math 2270, Fall 2014
10
Instructor: Thomas Goller
16 December 2014
More Inventions (10 points)
(a) Invent a 2⇥2 matrix A that has an eigenvalue of multiplicity 2 but only one independent
eigenvector. (2 points)
(b) Invent a matrix A such that no other matrix is similar to A. (2 points)
(c) Invent a basis B = {~v1 , ~v2 } for R such that the B-coordinates of the vector

1
. (2 points)
1
2
p
2
are
3
⇢

1
2
(d) Let B =
,
. Invent a matrix M that changes the coordinates of vectors from
2
3
standard coordinates to B-coordinates. (2 points)
(e) Let V be the vector space of all polynomials in x of degree
2 3 2. Invent a basis B =
1
2
4
{~v1 , ~v2 , ~v3 } of V such that the B-coordinates of x + x are 15. (2 points)
1
Download