Worksheet On Vector Valued Functions
Worksheet On Vector Valued Functions
reaches the top point much more quickly (in fact, at time u =
3
where C
1
, C
2
, and C
3
are constants which
are still to be determined.
To nd the constants, we need an initial condition. In this case, we know that the ys position at
time 0 is (0, 1, 3), so r(0) = 0, 1, 3. Plugging t = 0 into our expression for r(t) gives 0, 1, 3 = r(0) =
C
1
, 1 + C
2
, 1 + C
3
, so C
1
= 0, C
2
= 0, and C
3
= 4. Therefore, the ys location at time t is
r(t) =
1
2
sin2t, e
t
, cos t + 4
.
4. (a) The surfaces 9x
2
+
y
2
4
= 1 and z = sin(x y) intersect in a curve. Find a parameterization of
the curve.
Solution. Notice that it is easy to express z in terms of x and y: z = sin(x y). Therefore, if
3
we can express both x and y in terms of a parameter t, we will automatically be able to express
z in terms of t as well.
So, lets focus on the relationship between x and y, which is given by the equation 9x
2
+
y
2
4
= 1.
If we rewrite this as (3x)
2
+ (y/2)
2
= 1, then we see that we can write 3x = cos t, y/2 = sint, or
x =
1
3
cos t and y = 2 sint.
Since z = sin(x y), we now have z = sin
1
3
cos t 2 sint
1
3
cos t 2 sint
.
(This is certainly not the only correct answer; there are innitely many ways to parameterize a
given curve.)
(b) The surfaces z = sin(x y) and y = 2x intersect in a curve. Find a parameterization of the
curve.
Solution. As in the previous part, its easy to express z in terms of x and y, so we should focus
on writing x and y in terms of a parameter t. Notice, however, that this time its also easy to
write y in terms of x: y = 2x.
Therefore, we can simply let x be the parameter, x = t. Then, y = 2x = 2t, and z = sin(x y) =
sin(t 2t) = sin(t). Written as a vector-valued function, r(t) = t, 2t, sin(t) .
4