265 F11 PT1 BSolns
265 F11 PT1 BSolns
(On a side note we see that this projection only depends on t, even though the
vector we were projecting involved s.)
2. A particle travels along the parametric curve he−t cos t, e−t sin ti starts at (1, 0) at
time t = 0 and then spirals into the origin (0, 0) as t → ∞. How far will the particle
have traveled when it reaches the origin? (In other words, what is the arc length of the
parametric curve for 0 ≤ t < ∞.)
−t −t
We
r(t) = he cos t, e sin ti. So the next thing for us to do is to compute
0 have
r (t)
, first we have
so that
0
q 2 2
r (t)
= − e−t cos t − e−t sin t + − e−t sin t + e−t cos t
s
e−2t cos2 t + 2e−2t cos t sin t + e−2t sin2 t
=
+e−2t cos2 t − 2e−2t cos t sin t + e−2t sin2 t
q √ √
= e−2t (cos2 t + sin2 t + cos2 t + sin2 t) = 2e−2t = 2e−t
(Of course technically this is an improper integral, but this one is one of the
nicer improper integrals and so we can get away without having all of the details
filled in as we did here.)
√
2 2 3/2
3. Find the curvature of r(t) = ti + 21 t2 j + 3
t k at time t = 2.
r0 (2) = i + 2j + 2k,
1
r00 (2) = j + k.
2
Next we calculate the inner product, we have
i j k
1 1
r0 (2) × r00 (2) = 1 2 2 = i + 0j + k − 0k − 2i − j = −i − j + k.
0 1 1 2 2
2
And so we have
q
(−1)2 + (− 12 )2 + (1)2
1
p
− i − j + k
9/4 3
2
κ(2) =
3 = p 2 = √ = .
i + 2j + 2k
2
( (1) + (2) + (2) ) 2 3 ( 9)3 54
4. A particle moving
in three
space has acceleration a(t) = 2, sin(πt),
6t . At time t = 0
the particle is at 3, 0, 1 while at time t = 2 the particle is at 1, −2, 5 . What is the
velocity of the particle at time t = 1?
We have
Z Z Z Z
v(t) = a(t) = 2 dt, sin(πt) dt, 6t dt
1 2
= 2t + C, − cos(πt) + D, 3t + E .
π
If we had some initial conditions on velocity we would almost be done. But we don’t
have any information on velocity and so we keep going. We have
Z Z Z Z
1 2
r(t) = v(t) = (2t + C) dt, − cos(πt) + D dt, (3t + E) dt
π
2 1 3
= t + Ct + F, − 2 sin(πt) + Dt + G, t + Et + H .
π
Now we have information about position so we can start figuring out the constants.
We have
r(0) = hF, G, Hi = h3, 0, 1i.
So now we have F , G and H. Updating we now have
2 1 3
r(t) = t + Ct + 3, − 2 sin(πt) + Dt, t + Et + 1 .
π
7 + 2C = 1 so C = −3
2D = −2 so D = −1
9 + 2E = 5 so E = −2
This in vector form is r(t) = h2t2 + t, 2t2 , t3 − ti. To find the tangent line
we will need to have r(2) and r0 (2), so first we calculate the derivative to get
r0 (t) = h4t + 1, 4t, 3t2 − 1i. We now have
We now can easily write the desired line in parametric form giving us the fol-
lowing:
x = 10 + 9t
y = 8 + 8t
z = 6 + 11t