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)##.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top