Brachistochrone Differential Equation

AI Thread Summary
The discussion revolves around solving the differential equation related to the Brachistochrone problem, starting with the equation (1 + y'^2)y = k^2. The user successfully derives y' = √(k^2/y - 1) and then introduces the substitution y = k^2 sin^2(t), leading to a transformation of the equation. They express y' in terms of trigonometric functions, ultimately finding dy/dx = cot(t). The conversation emphasizes the importance of applying the substitution consistently throughout the calculations, leading to the final equation dx = 2k^2 sin^2(t) dt.
Bennigan88
Messages
38
Reaction score
0
The first part of this problem asks me to solve the following for y' :
\left( 1 + {y'}^2 \right)y = k^2
So I have:
1 + {y'}^2 = \frac{k^2}{y}
{y'}^2 = \frac{k^2}{y} - 1
y' = \sqrt{{\frac{k^2}{y} - 1}}

Then I am asked to show that if I introduce the following:
y = k^2 \sin^2t

Then the equation for y' found above takes the form:
2k^2\sin^2t dt = dx

My attempt looks like this:
y' = \sqrt{ \frac{k^2}{y} - 1}
y' = \sqrt{ \frac{k^2}{k^2 \sin^2t}-1}
y' = \sqrt{ \csc^2t - 1 }
y' = \sqrt{ \cot^2t }
\frac{dy}{dx} = \cot t

At this point I feel like I have gotten off track or that I am following the wrong line of argumentation. Either that or I'm out of steam and I can't see how keep this going and get what I'm being asked for. Any insight would be greatly appreciated.
 
Physics news on Phys.org
Bennigan88 said:
\frac{dy}{dx} = \cot t
You need to use the substitution for y in dy/dx also. What does that give you?
 
Thank you! I get:

\frac{dy}{dx} = \frac{dy}{dt} \frac{dt}{dx}
\frac{dy}{dx} = 2k^2 \sin t \cos t \frac{dt}{dx}
\cot t = 2k^2 \sin t \cos t \frac{dt}{dx}
1 = 2k^2 \sin^2 t \frac{dt}{dx}
dx = 2k^2 \sin^2 t dt

Your genius rivals that of Gauss himself!
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top