Final Lab 4
Final Lab 4
Final Lab 4
Final Lab
Problem 4
Justin Drawbert
August 10, 2010
In Final Lab Problem 4 we are asked to find the length of the loop of a curve that is given by
the parametric equations:
x = 3t − t3 , y = 3t2
The fact that we are told that this is a loop is a big clue. This means our curve will intersect
somewhere. If we graph this. . .
3 2
x=3t-t , y=3t
10
5
y
. . . we can see that appears our curve intersects the y-axis at y = 9. If indeed our curve does
intersect itself on the y-axis, this will occur for values of t such that x = 0. This is easy to check.
We simply take our first equation, set x equal to zero, and solve. So we have
3t − t3 = 0 ⇒ t(t2 − 3) = 0
√ √
t = − 3 or t = 0 or t = 3
√ √ 2
y=± 3 ⇒ 3 ± 3 =9
√
So we see that a loop is formed at t = ± 3, where x = 0 and y = 9. Keeping this in mind we then
recall the Arc Length Formula from page 456 of our textbook
Arc Length Formula If a smooth curve with parametric equations x = f (t),
y = g(t), a ≤ t ≤ b, is traversed exactly once as t increases from a to b, then
its length is s
Z b 2 2
dx dy
L= + dt
a dt dt
1
√
So√by this,√and knowing that our graph intersects itself at t = ± 3 we know our bounds will be
− 3 and 3. We’re almost ready to plug everything into the formula. In fact, we are ready, but
let’s make things a bit easier on ourselves by finding the derivatives of x and y beforehand.
2 2
dx dx dy dy
= 3 − 3t2 , = 9t4 − 18t2 + 9, = 6t, = 36t2
dt dt dt dt