Divh
- 6
- 0
Homework Statement
I have to calculate minimum travel time between two points. I already have cycloid equations in parametric form:
x=r*(t-\sin t)
y=r*(1-\cos t)
y=r*(1-\cos t)
Homework Equations
For calculating time i want to use following formula:
\int_{0}^{a} \frac{\sqrt{1+{y'}^2}}{\sqrt{2g\,y}}dx
My question is what should I substitute for y and y'?