Given $r(t) = (t,\cosh(t),0)$ where $t \in \mathbb{R}$. Compute the arclength function and verify that it is unit speed, that is $|r'(s)| = 1$
Basically since cosh(t) is symmetric about $x = 0$, I used the arclength function
$$s = \int_{0}^{t}2|r'(t)| dt =2\sinh(t) $$
So $t = \log \left ( \dfrac{s + \sqrt{s^2 + 4}}{2} \right )$. I save you all the trouble from doing the horrible algebra, but in the very end, one gets
$r'(s) = (1/(s^2 + 4),s/(2\sqrt{s^2 + 4})$ and clearly $|r'(s)| = 1/2 \neq 1 $
I am guessing something went wrong from the very start. Perhaps my symmetry argument was flawed?
EDIT I was given $r(t)$ with $t \in \mathbb{R}$. So I wasn't told what is the starting point to integrate. How do I know that I should let $t_0 = 0$?