Euler's Equations / Simple Harmonic Motion - please check

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Ted123
Messages
428
Reaction score
0

Homework Statement



[PLAIN]http://img819.imageshack.us/img819/4509/mectu.jpg

Homework Equations



Above

The Attempt at a Solution



My attempt so far:

[itex]B=C \Rightarrow \dot{\omega _1}=0 \Rightarrow \omega _1\;\text{is\;constant}[/itex]

[itex]\dot{\omega _2}=\omega _3 \omega _1 - \frac{A}{B}\omega _3 \omega _1[/itex]

[itex]\dot{\omega _3}=-\omega _1 \omega _2 + \frac{A}{B}\omega _1 \omega _2[/itex]

[itex]\frac{d}{dt} (\omega_2 ^2 + \omega _3 ^2 ) = 2\omega_2 \dot{\omega_2} + 2\omega _3 \dot{\omega _3} = 2\omega _2 ( \omega _3 \omega _1 - \frac{A}{B} \omega _3 \omega _1 ) + 2\omega _3 ( -\omega _1 \omega _2 +\frac{A}{B} \omega _1 \omega _2 )[/itex]

[itex]\cdots = 2\omega _1 \omega _2 \omega _3 - 2\frac{A}{B}\omega _1 \omega _2 \omega _3 - 2\omega _1 \omega _2 \omega _3 + 2\frac{A}{B}\omega _1 \omega _2 \omega _3 = 0[/itex]

Say [itex]\omega _ 1=\Omega[/itex]

Now [itex]\ddot{\omega_2} = \frac{d}{dt} ( \omega _3 \omega _1 - \frac{A}{B}\omega _3 \omega _1 )[/itex]

Is this right?: [itex]\ddot{\omega_2} = \dot{\omega_3}\omega_1 -\frac{A}{B}\dot{\omega_3}\omega_1 = -\Omega ^2 \omega_2 + 2\frac{A}{B}\Omega ^2 \omega_2 - \frac{A^2}{B^2} \Omega ^2 \omega_2[/itex] after subbing in [itex]\dot{\omega_3}[/itex] ?

So [itex]\ddot{\omega_2} = -\Omega ^2 \omega_2 (1 - 2\frac{A}{B} + \frac{A^2}{B^2})[/itex]

Does this show simple harmonic motion? What is the period of these oscillations? Something like [itex]\frac{2\pi}{\Omega}[/itex] ?
 
Last edited by a moderator:
Physics news on Phys.org
SHM is [tex]\ddot{f} = - k^2 f[/tex] so you've shown [tex]\omega_2[/tex] experiences SHM. You should show that [tex]omega_3[/tex] does as well.

The period of oscillations for the function [tex]f[/tex] in my formula is [tex]2\pi/k[/tex]. You can find the period in your example by putting your equation in the same form.

Also note that the algebra would have been much simpler if you had simplified

[itex] \dot{\omega _2}=\omega _3 \omega _1 - \frac{A}{B}\omega _3 \omega _1 = \left( 1 -\frac{A}{B} \right) \omega_1 \omega_3 [/itex]

in the first place.
 
fzero said:
SHM is [tex]\ddot{f} = - k^2 f[/tex] so you've shown [tex]\omega_2[/tex] experiences SHM. You should show that [tex]omega_3[/tex] does as well.

The period of oscillations for the function [tex]f[/tex] in my formula is [tex]2\pi/k[/tex]. You can find the period in your example by putting your equation in the same form.

Also note that the algebra would have been much simpler if you had simplified

[itex] \dot{\omega _2}=\omega _3 \omega _1 - \frac{A}{B}\omega _3 \omega _1 = \left( 1 -\frac{A}{B} \right) \omega_1 \omega_3 [/itex]

in the first place.

So could I say that [itex]\dot{\omega_2} = \Omega (1-\frac{A}{B})\omega_3[/itex] and [itex]\dot{\omega_3} = -\Omega (1-\frac{A}{B})\omega_2[/itex]

[itex]\Rightarrow \ddot{\omega_2} = -[\Omega (1-\frac{A}{B})]^2\omega_2[/itex]

and [itex]\ddot{\omega_3} = -[\Omega (1-\frac{A}{B})]^2\omega_3[/itex]

thus [itex]\omega_2[/itex] and [itex]\omega_3[/itex] describe simple harmonic motion with angular speed [itex]\Omega (1-\frac{A}{B})[/itex] and period [itex]\frac{2\pi}{\Omega (1-\frac{A}{B})}[/itex]