Exam 1 S
Exam 1 S
2. If A is the plane formed by span({(2, 5, −3), (−1, −1, 1)}), write T (A) in para
metric form.
Solution To determine the null space of T , we need to find all vectors v such that
T v = 0. This is equivalent to solving a system of equations. Note that the matrix
representation of T is ⎛ ⎞
2 4 0
⎝ 1 3 −1 ⎠ .
4 6 2
To solve the system, we row reduce the augmented matrix
⎛ ⎞
2 4 0 | 0
⎝ 1 3 −1 | 0 ⎠ .
4 6 2 | 0
It follows that solutions are of the form v1 + 2v3 = 0 and v2 − v3 = 0. That is,
Now, to find T (A) we need to determine span{T (2, 5, −3), T (−1, −1, 1)}. Matrix
multiplication immediately gives
T (2, 5, −3) = (24, 20, 32); T (−1, −1, 1) = (−6, −5, −8).
Notice that both of these vectors are multiples of (6, 5, 8). Thus, T (A) is a line
through the origin spanned by that vector. In parametric form we have
1
Problem 2. (10 points) Let
(sin t, − cos t) t ∈ [0, π]
F (t) =
(sin t, cos t + 2) t ∈ (π, 2π]
2
Solution To prove f is differentiable with total derivative T as described we need
to show
f (v + (1, 1, 1)) − f (1, 1, 1) − T (v)
lim = 0.
||v||→0 ||v||
Now observe that
f (v+(1, 1, 1))−f (1, 1, 1)−T (v) = (v1 +1)2 +(v2 +1)2 +(v3 +1)2 −3−2v1 −2v2 −2v3 = v12 +v22 +v32 .
Thus
f (v + (1, 1, 1)) − f (1, 1, 1) − T (v) ||v||2
lim = lim = lim ||v|| = 0.
||v||→0 ||v|| ||v||→0 |v|| ||v||→0
Problem 4. (15 points) Consider the set L(R3 , R2 ) of all linear maps L from R3 to
R2 and define addition of L, K ∈ L(R3 , R2 ) the following way:
(cL)(v) = c(L(v)) (v ∈ R3 )
1. Are the linear maps L(x, y, z) = (x, 0), K(x, y, z) = (y, 0), N (x, y, z) = (x, y)
linearly independent? Prove it either way.
Solution
3
2. A good basis can be given by the 6 functions L11 (x, y, z) = (x, 0), L21 (x, y, z) =
(0, x), L12 (x, y, z) = (y, 0), L22 (x, y, z) = (0, y), L13 (x, y, z) = (z, 0) and L23 (x, y, z) =
(0, z).
4
Thus we could express any linear map K in terms of Lji (1 ≤ i ≤ 3, 1 ≤ j ≤ 2).
So they indeed span the space.
Problem 5. (15 points) Consider the function f : R2 → R that satisfies the follow
ing conditions:
Prove f is continuous.
Solution This solution will appear later. You’ll have another chance to work on it.
5
MIT OpenCourseWare
http://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.