How Do You Solve the Brachistochrone Problem Using Calculus of Variations?

jofree87
Messages
37
Reaction score
0
y[1+(y')^2] = k

First solve for dx in terms of y and dy, an then use the substitution y = ksin2(θ) to obtain a parametric form of the solution. The curve turns out to be a cycloid.

My attempt:

(y')^2 = k/y-1

dy/dx = sqrt(k/y-1)

dx = dy/[sqrt(k/y-1)]

then substitute y = ksin^2(θ)

dx = dy/[sqrt(1/sin^2(θ)-1]

dx = dy/[sqrt(cos^2(θ)/sin^2(θ)]

dx = dy/cot(θ)

I don't know where to go from here, but the parametric form of y should equal k(1-cos(θ)).
Any help would be appreciated.
 
Physics news on Phys.org
shouldn't you sub in for dy in terms of dθ
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top