- #1
PyHop
- 1
- 0
Homework Statement
Consider the pendulum depicted in the adjacent figure: a mass m
is attached to non stretching chord of length `. Directly below the
pendulum is a circular disc rotating with constant angular velocity
w. We attach to the disk a frame whose x-axis is in the plane of the
pendulum and the pendulum is in the extremal position to the right
at t = 0.
Compute the coordinates x and y of the pendulum in the rotating
frame as a function of t when the maximal angle of deflection qmax
is assumed small. And what curve does the motion of the pendulum correspond to in
the rotating frame if w = √(g/l). (Which is angular freq. of pendulum)Example of the situation (Starting from 0:49):
Homework Equations
[/B]
Same way as with Foucalt's pendulum, I've derived equation $$\ddot{u}+2ωi\dot{u}+Ω^{2}u=0$$
Where u is complex variable $$x+iy$$
ω is angular frequency of the disk and Ω of the pendulum
And the coordinate axes (x,y) in rotating plane is considered as complex plane here.
The Attempt at a Solution
[/B]
Solving characteristic equaton yields$$m^2 + 2ωim+Ω^2=0⇒m=-iω±√(i^2ω^2-Ω^2)$$
Now if this is solved for u, I get$$u=Ae^{-i(ω+√(Ω^2+ω^2))t}Be^{-i(ω-√(Ω^2+ω^2))t}$$
But then, if Ω = ω it seemingly should be that motion of pendulum in frame of rotating disk is circular. And if I plug that in the equation above, the trajectory seems to do same kind of "flower" as Foucalt's pendulum.
Then if the characteristic equation would instead yield $$⇒m=-iω±√(ω^2-Ω^2)$$ then the latter term would cancel out, and we would get (I suppose) circular motion of form:$$Ccos(√(g/l)t)+iDsin(√(g/l)t)$$
Which I have assumed what would be right answer. So what is problem with that 2. order characteristic equation, why doesn't imaginary unit's second power appear in the first terminside the square root? Or could that be right, and something else wrong here?
In example of Foucalt's pendulum, that equation was solved to form where there isn't 2. power of i in the first term inside sq. root, as in the term stayed positive, so that's why my first assumpton is that there's something I'm missing.