8

We know the Brachistochrone problem that to find the shape of the curve down which a bead sliding from rest and accelerated by gravity will slip (without friction) from one point to another in the least time.

I wonder if we use a line segment mass on a curve with the same problem. It is clear that the line segment mass will touch two point on the curve. Which curve equation must be for the least time in that case? I do not know how to start.

Note: Line segment mass is released from point A and its finish place is origin (O). the line segment mass is homogen and lenght is $l$ and mass is $m$. no friction is in the system.Point $A(x_1,y_1)$ and Point $B(x_2,y_2)$ are given starting points.

enter image description here

Thanks for answers

Mathlover
  • 541

1 Answers1

2

The minimum time for the segment AB will be the minimum time for its center of gravity I (middle of AB) too.
But I is a point in a uniform gravity field without friction.
So the trajectory of I will be a brachistochrone whose equation is known because you know the starting point of I (middle of AB). You then compute the curve that will follow A and B knowing that
Xi = (Xa + Xb)/2 and Yi = (Ya + Yb)/2 and that I follows a known brachistochrone (e.g Xi and Yi verify a known differential equation).

As this is 2 equations for 4 unknowns (Xa,Xb,Ya,Yb), you will need 1 more equation to get a functional relationship between f.ex Ya and Xa.
It is the rigidity : (norm of AB)² = l².

That's how you start and the rest is calculus.

Stan Won
  • 959