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