TSny said:
You will need to be more accurate in the initial expressions for the distances from the center of the Earth to the masses ##m## as functions of ##\theta##. You have to be careful that you are accurate to ##\theta ^2## in ##U##. The law of cosines might be helpful. See the figure for the bottom mass ##m##.
Great, thanks a lot TSny!
I thought that calculating the second derivatives would be a mess because it would involve surds in the denominator but really, it wasn't because the approximations worked fine and there was no need to calculate the derivatives.
Here's what I did:
Number the particles starting from the bottom one and going clockwise. From cosine rule,
$$r_1^2=a^2+R^2-2aR\cos\theta \Rightarrow \frac{1}{r_1}=\cfrac{1}{R\sqrt{1+\cfrac{a^2}{R^2}-\frac{2a}{R}\cos\theta}}$$
Using the approximation,
$$\frac{1}{1-2x\cos\theta+x^2} \approx 1+x\cos\theta+\frac{3\cos(2\theta)+1}{4}x^2$$
##1/r_1## can be simplified to
$$\frac{1}{r_1}=\frac{1}{R}\left(1+\frac{a}{R} \cos \theta+\frac{3\cos(2\theta)+1}{4}\frac{a^2}{R^2}\right)$$
Similarly,
\frac{1}{r_2}=\frac{1}{R}\left(1+\frac{b}{R}\sin\theta+\frac{1-3\cos(2\theta)}{4}\frac{b^2}{R^2}\right)
\frac{1}{r_3}=\frac{1}{R}\left(1-\frac{a}{R}\cos\theta+\frac{3\cos(2\theta)+1}{4}\frac{a^2}{R^2}\right)
\frac{1}{r_4}=\frac{1}{R}\left(1-\frac{b}{R}\sin\theta+\frac{1-3\cos(2\theta)}{4}\frac{b^2}{R^2}\right)
Potential energy U is:
U=-\frac{GM_em}{r_1}-\frac{GM_em}{r_2}-\frac{GM_em}{r_3}-\frac{GM_em}{r_4}+C
where C is a constant comprising of potential energy of central mass wrt Earth and of point masses wrt each other and the central mass.
Substituting the expressions,
U=-\frac{GM_em}{R}\left(4+\frac{3\cos(2\theta)+1}{2}\frac{a^2}{R^2}+\frac{1-3\cos(2\theta)}{2}\frac{b^2}{R^2}\right)+C
\Rightarrow U=-\frac{GM_em}{R}\left(4+\frac{a^2}{2R^2}+\frac{b^2}{2R^2}+\frac{3\cos(2\theta)}{2R^2}(a^2-b^2)\right)+C
Since ##\theta## is small, ##\cos2\theta \approx 1-2\theta^2##.
\Rightarrow U=-\frac{GM_em}{R}\left(k'-\frac{3}{R^2}(a^2-b^2)\theta^2\right)+C
where k' replaces the constant terms inside the parentheses.
Kinetic energy K is
$$K=m(a^2+b^2)\dot{\theta}^2$$
Hence,
$$E=-\frac{GM_em}{R}\left(k'-\frac{3}{R^2}(a^2-b^2)\theta^2\right)+C+m(a^2+b^2)\dot{\theta}^2$$
$$\frac{dE}{dt}=\frac{3GM_em}{R^3}(a^2-b^2)(2\theta\dot{\theta})+m(a^2+b^2)(2\dot{\theta}\ddot{\theta})=0$$
Simplifying,
$$\ddot{\theta}=-\frac{3GM_em(a^2-b^2)}{R^3(a^2+b^2)}\theta$$
Therefore, the time period of small oscillations is
$$T=2\pi\sqrt{\frac{R^3(a^2+b^2)}{3GM_em(a^2-b^2)}}=2\pi\sqrt{\frac{R^3(\eta^2+1)}{3GM_em(\eta^2-1)}}$$
This is equal to ##2\pi\sqrt{R^3/(GM_e)}##. Equating,
$$\frac{\eta^2+1}{3(\eta^2-1)}=1$$
Solving for ##\eta##,
$$\eta=\sqrt{2}$$
This is the correct answer. Thanks a lot everyone. :)
Sorry for such a long post, I hope my work is correct. I still have one more question. How do I take those approximations? I had to use Wolfram Alpha for that.
Thank you again!