Solve Differential Equation: \ddot{\theta} = c \cos{\theta}

Logarythmic
Messages
277
Reaction score
0
How do I solve

\ddot{\theta} = c \cos{\theta}?
 
Physics news on Phys.org
Numerically. Try Runga Kutta, or for small angles Cos ( \theta) ~ 1 so solve

\ddot{\theta} = c
 
Logarythmic said:
How do I solve

\ddot{\theta} = c \cos{\theta}?

Multiply by 2\dot{\theta} and then notice that you get

\frac{d}{dt}\dot{\theta}^{2} = c\frac{d}{dt}{\sin\theta}

The rest is easy.

Daniel.
 
Is it? =P

\dot{\theta}^2 = c_1 \sin{\theta} + c_2?
 
Yes, now separate variables and integrate.

Daniel.
 
"The rest is easy"!:smile:
 
Ok, so now I got the integral

\int \frac{d\theta}{\sqrt{c - \frac{3g}{L}sin{\theta}}}

to solve. Any tip?
 

Attachments

  • MSP.gif
    MSP.gif
    1.1 KB · Views: 431
Back
Top