Line integral - finding the arc length

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
nb89
Messages
37
Reaction score
0
a curve is given as 3 parameters of t:
x=a(3t - t^3), y=3a(t^2), z=a(3t + t^3)

i have to find the arc length measured from origin and curvature as functions of t.

would i be correct in using the integral at the bottom of page 2 here: http://homepages.ius.edu/wclang/m311/fall2005/notes17.2.pdf
 
Physics news on Phys.org
Sure enough, with f=1.
Then you get:
[tex]\int3|a|\sqrt{(1-t^{2})^{2}+(2t)^{2}+(1+t^{2})^{2}}[/tex]
If you are clever, you'll find a perfect square buried within the radicand.
 
why is f=1?

would my limits be 0 to t?
 
ive ended up with integral 3a√2 (t^2 +1) dt
so i take the 3a√2 out and integrate t^2 +1.

but I am confused since the limits are 0 to t, how would i replace the t with the limit t once i have integrated it?
 
then i get 3a√2 (t^3/3 + t). that's wrong though?