Sun K.
asked 04/22/13What's the arc length for the curve?
What's the arc length for the curve defined by r(t)=3sin(t)i+3cos(t)j+4tk for 0<=t<=10? (Answer: 50)
r'(t)=<3cost, -3sint, 4>
1 Expert Answer
Roman C. answered 04/23/13
Masters of Education Graduate with Mathematics Expertise
You already computed v(t) = r'(t) so you need to use the formula for the arc-length.
It will be
∫010 Norm(v(t)) dt
= ∫010 √[(3 cos t)2 + (-3 sin t)2 + 42] dt
= ∫010 √(9 cos2 t + 9 sin2 t + 16) dt
= ∫010 √(9+16) dt
= ∫010 5 dt
= 5t |010
= 50
Note that I used the identity sin2 t + cos2 t = 1 which you should know at this point.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Sun K.
Thank you.
04/23/13