Brachistochrone homework problem

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
5 replies · 3K views
twalker40
Messages
11
Reaction score
0
1. use the parametric equations of a cycloid ( x=a(t-sint), and y=a(1-cost) ) to show that y=y(x) is the solution of the differential equation for any parameter a. Find the relationship between the radius a in the parametric equations and the constant C in y(1+y`2)=C.

2. Solve the equation y(1+y`2)=C with the initial condition y(0)=0. Express rather x as the function of y. what is the interpretation of the constant C in terms of a cycloid.



I need help starting the first question. In #2, I am stuck at 1+y`2= C/y. i know your not supposed to subtract 1 to either side, so how am i supposed to isolate y` by itself?
 
Physics news on Phys.org


Dick said:
To start the first part just substitute the forms you are given for x and y into the equation. y'=dy/dx=(dy/dt)/(dx/dt).

if i sub those in, i get 1-cost=1-cos(t-sint). I am stuck here :(

As for questions number 2, i got to x=[tex]\int[/tex][tex]\frac{2cu^{2}}{(1+u^{2})^{2}}du[/tex]. where do i go from here?
(with u^2 = y/(c-y) )
 


ok, I am a bit confused here. Do u mean sub those parametric equations into y=y(x) or y(1+y`2)=C?

if its y=y(x), that's how i got 1-cost=1-cost(t-sint).
If its the latter, then dy/dx=sint/(1-cost).
then i plug it into the equation to get 1-cost(1+([tex]\frac{sint}{1-cost}[/tex])2)=C

-> (1-cost)(1+[tex]\frac{sin^{2}t}{(1-cost)^{2}}[/tex]) = C
-> multiplied out i get (1-cost) +[tex]\frac{sin^{2}t}{1-cost}[/tex] = C
-> [tex]\frac{1-2cost+cos^{2}t+sin^{2}t}{1-cost}[/tex] = C
-> [tex]\frac{2(1-cost)}{1-cost}[/tex] = C
-> 2 = C

how does C = 2 answer "show that y=y(x) is the solution of the differential equation for any parameter a"?