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!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top