Brachistochrone homework problem

AI Thread Summary
The discussion focuses on solving the Brachistochrone problem using parametric equations of a cycloid. To show that y=y(x) is a solution to the differential equation, participants suggest substituting the parametric equations into the equation y(1+y')²=C, leading to the conclusion that C=2a. For the second part, the conversation revolves around isolating y' in the equation and using a substitution u²=y/(C-y) to find x as a function of y. The interpretation of the constant C relates to the cycloid's geometry, specifically its radius. The key takeaway is that the relationship between the parameters is crucial for solving both parts of the problem.
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


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).
 


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=\int\frac{2cu^{2}}{(1+u^{2})^{2}}du. where do i go from here?
(with u^2 = y/(c-y) )
 


For part 1), no, you don't get that. Show your work. And I'm not dealing with the second part until you get the first.
 


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+(\frac{sint}{1-cost})2)=C

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

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


You missed an 'a'. I get 2a=C. That answers 1. For 2 if you have the substitution correct, then it looks like a u=tan(w) substitution.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top