I'm trying to find the arc lenght of a curve in $R^3$. I know that that the formula to find this is $\int_a^b \sqrt{f'(t)^2 + g'(t)^2+h'(t)^2}dt$.
But I want to find the arc lenght between the points $(\frac{1}{3},1,5)$ and $(9,5,13)$ of a curve $\vec{C} = \frac{t^3}{3}, 2t-1,t^2+4)$
So I am confused as to what my $a$ and $b$ would be in thi case? as I have a curve in $R^3$. so the interval [a,b] is not a single value? as I have three values, x,y z.
Do you get what I mean?
I believe a and b are the value of the parameter at the initial point and the final point since the integral integrates over the "speeds" (the magnitude of the derivative) at every value of the parameter between a and b. At $(\frac{1}{3}, 1, 5)$ $t=1$ and at $(9,5,13)$ $t=3$, so $a=1$ and $b=3$.