Need help to solve one differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
TimJ
Messages
18
Reaction score
0
Does anybody know how to solve this differential equation:

[tex] \frac{d^2 \theta}{dt^2}-A\sin(\theta)- <br /> \frac{B^2 \cos(\theta)}{ \sin^3(\theta) }=0[/tex]

This is an equation that i get from the brachistochronic motion on the surface of a sphere.
 
Physics news on Phys.org
Welcome to PF!

Hi TimJ! Welcome to PF! :smile:

(have a theta: θ and an omega: ω :wink:)
TimJ said:
[tex] \frac{d^2 \theta}{dt^2}-A\sin(\theta)- <br /> \frac{B^2 \cos(\theta)}{ \sin^3(\theta) }=0[/tex]

Try writing d2θ/dt2 = dω/dt = dω/dθ dθ/dt = ω dω/dθ = 1/2 d(ω2)dθ,

so d(ω2)/dθ = 2Asinθ + 2Bcotθcosec2θ :wink:
 
Thank you for your help.