PDA

View Full Version : Differential equation


Logarythmic
Dec4-06, 04:52 AM
How do I solve

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

Integral
Dec4-06, 05:25 AM
Numerically. Try Runga Kutta, or for small angles Cos ( \theta ) ~ 1 so solve

\ddot{\theta} = c

dextercioby
Dec4-06, 05:28 AM
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.

Logarythmic
Dec4-06, 05:37 AM
Is it? =P

\dot{\theta}^2 = c_1 \sin{\theta} + c_2?

dextercioby
Dec4-06, 05:40 AM
Yes, now separate variables and integrate.

Daniel.

HallsofIvy
Dec4-06, 05:45 AM
"The rest is easy"!:rofl:

Logarythmic
Dec4-06, 07:31 AM
Ok, so now I got the integral

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

to solve. Any tip?

dextercioby
Dec4-06, 08:28 AM
Yes, use the web integrator from Mathematica's website:http://integrals.wolfram.com/index.jsp

The result is