Reparameterizing a curve in path length parameter

  • Thread starter Thread starter Marioweee
  • Start date Start date
  • Tags Tags
    Curve
Marioweee
Messages
18
Reaction score
5
Homework Statement
See below
Relevant Equations
See below
Given the parameterization of an inverted cycloid:
$$x(t)=r(t-\sin t)$$
$$y(t)=r(1+\cos t)$$
where $$t \in [0, 2\pi]$$.
I am asked to parameterize the curve in its natural parameter. To do it:
$$s=\int_{t_0}^{t} ||\vec{x}'(t*)||dt*$$
The modulus of the squared velocity is:
$$||\vec{x}'(t*)||=2r\sin(t/2)$$
Therefore, the integral is:
$$s=\int_{t_0}^{t} 2r\sin(t/2)dt*=-4r\cos(t/2)|_{t_0}^{t}=-4r(cos(t/2)-cos(t_0/2))$$
My doubt is, I can take any arbitrary value for the parameter $$t_0$$ for example $$t_0=\pi$$ which would simplify the expression or does it have to be $$t_0=0$$ since the parameter $$t$$ starts on 0.
Thank you very much for all the help.
 
Physics news on Phys.org
Both will be parametrizations of the curve in a parameter that is path length along the curve. You will get a different interval for the parameter depending on your choice though as they will be path lengths from different points on the curve.

The ##t_0 = 0## choice does not seem half bad to me either to be honest. Note that ##\cos(0) - \cos(t/2) = 1 - \cos(t/2) = 2 \frac{1-\cos(t/2)}2 = 2 \sin^2(t/4)##.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top