Time ball needs for a certain path/courve

  • Context: Graduate 
  • Thread starter Thread starter hriby
  • Start date Start date
  • Tags Tags
    Ball Time
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
hriby
Messages
3
Reaction score
0
Hi,
it is probably a simple question, but it bothers me for quite some time.
How can I calculate time that ball needs for certain path/courve, where path equation is given?
I could use
[tex]t=\int_{T_1}^{T_2}\frac{ds}{v}[/tex]
where [tex]v[/tex] is velocity and [tex]ds^2=dx^2+dy^2[/tex].
Because of
[tex]\frac{1}{2}m\,v^2=m\,g\,y[/tex]
we get
[tex]v=\sqrt{2g\,y}[/tex]
and new "formula" for time is
[tex]t_{12}=\int_{T_1}^{T_2} \frac{\sqrt{1+{y'}^2}}{\sqrt{2g\,y}}dx, \quad y'=\frac{dy}{dx}[/tex]
If we have a curve in parametric form (e.g. cycloide), how can I calculate this equation numericaly?
Any guidance/hint/web link is appreciated.
Many thanks!
 
Physics news on Phys.org
Thanks benorin, but I need to go a little bit further (and that is missing to me :shy:):

let say, that I get exact parametric equation for cycloid (like in brachistochrone problem, I numericaly calculate [tex]\frac{1}{2}k^2[/tex]). How shall I proceed with integral? Thx.