PDA

View Full Version : Tidal Potential & Binomial Approximation


McCoy13
Nov6-10, 07:50 PM
1. The problem statement, all variables and given/known data
There is a derivation in the text that I'm having problems replicating. The text gives the formula for tidal potential as:

U_{tid}=-GM_{m}m(\frac{1}{d}-\frac{x}{d^{2}_{0}})

Where M_{m} is the mass of the moon, d is the distance from the CM of the moon to the point of interest on the surface of the Earth, d_{0} is the distance between the CM of the moon and the CM of the earth, and x as the lateral distance of the point.

I'm having trouble deriving the potential for a point on the horizontal axis. That is d=d_{0}-r where r is the radius of the earth, and x=-r


2. Relevant equations
The text gives the answer as

U_{tid}=-\frac{GM_{m}m}{d_{0}}(1+\frac{r^{2}}{d^{2}_{0}})

It suggests using the binomial approximation of

(1+x)^{-1/2}=1-\frac{x}{2}


3. The attempt at a solution

U_{tid}=-GM_{m}m(\frac{1}{\sqrt{(d_{0}-r)^{2}}}+\frac{r}{d^{2}_{0}})

U_{tid}=-GM_{m}m(\frac{1}{d_{0}\sqrt{1-2\frac{r}{d_{0}}+\frac{r^{2}}{d^{2}_{0}}}}+\frac{r }{d^{2}_{0}})

U_{tid}=-\frac{GM_{m}m}{d_{0}}(1+\frac{r}{d_{0}}-\frac{r^{2}}{2d^{2}_{0}}+\frac{r}{d^{2}_{0}})

It is unclear to me where to proceed from here, as there are no like terms and putting them in terms of a common denominator does not seem to help. I thought of perhaps needing to do an additional binomial approximation, but it is unclear to me how that would help or even how I would go about doing it.

fzero
Nov6-10, 10:21 PM
Things are a bit confusing, since you don't explain the physical significance of the terms in


U_{tid}=-GM_{m}m(\frac{1}{d}-\frac{x}{d^{2}_{0}})


From first principles, the potential due to the moon on an element on the horizontal axis is

U = =-GM_{m}m \frac{1}{d_0 -r} \sim - \frac{GM_{m}m }{d_0} \left( 1 + \frac{r}{d_0} + \frac{r^2}{d_0^2} + \cdots \right).

The first term is constant and doesn't product a force. The second term produces a constant force, which is what keeps the Earth-Moon system bound. Since this term doesn't cause tides, your book seems to be subtracting it from the potential U to define the tidal potential


U_{tid}= U - \left(- \frac{GM_{m}m r}{d_0^2} \right) = - GM_{m}m \left( \frac{1}{d} - \frac{r}{d_0^2} \right). ~~(*)


I'm not sure why you claim there is a sign difference between r and x, but I've given a physical argument for the sign in the equation (*) above.

With the correct sign, you'll be much closer to obtaining the correct answer. However, your formula


U_{tid}=-\frac{GM_{m}m}{d_{0}}(1+\frac{r}{d_{0}}-\frac{r^{2}}{2d^{2}_{0}}+\frac{r}{d^{2}_{0}})


has a couple more problems. First there is a problem with the factor of d_0 in the last term that should be straightforward to clear up. Secondly you should take your expansion


(1+x)^{-1/2}=1-\frac{x}{2}


out to quadratic order since you are interested in computing terms of O(r^2). This will correct the coefficient of the quadratic term.

McCoy13
Nov7-10, 01:49 AM
Things are a bit confusing, since you don't explain the physical significance of the terms in


U_{tid}=-GM_{m}m(\frac{1}{d}-\frac{x}{d^{2}_{0}})


From first principles, the potential due to the moon on an element on the horizontal axis is

U = =-GM_{m}m \frac{1}{d_0 -r} \sim - \frac{GM_{m}m }{d_0} \left( 1 + \frac{r}{d_0} + \frac{r^2}{d_0^2} + \cdots \right).

The first term is constant and doesn't product a force. The second term produces a constant force, which is what keeps the Earth-Moon system bound. Since this term doesn't cause tides, your book seems to be subtracting it from the potential U to define the tidal potential


U_{tid}= U - \left(- \frac{GM_{m}m r}{d_0^2} \right) = - GM_{m}m \left( \frac{1}{d} - \frac{r}{d_0^2} \right). ~~(*)


The book derives the potential as an illustration as the utility of non-inertial reference frames. It says that for a mass m, the acceleration relative to the non-inertial reference frame is given by the usual sum of the forces (gravitation with both the earth and the moon) plus an inertial force (in the case the mass times the centripetal acceleration of the earth towards the moon). This leads to

m\ddot{r}=mg+F_{tid}+F_{ng}

Where F_{ng} are any non-gravitational forces (e.g. buoyancy) and

F_{tid}=-GM_{m}m(\frac{\hat{d}}{d^{2}}-\frac{\hat{d_{0}}}{d^{2}_{0}})

They simply treat force as the negative gradient on d and x to get U, it seems.

I'm not sure why you claim there is a sign difference between r and x, but I've given a physical argument for the sign in the equation (*) above.
Yeah, that was a mistake.

With the correct sign, you'll be much closer to obtaining the correct answer. However, your formula


U_{tid}=-\frac{GM_{m}m}{d_{0}}(1+\frac{r}{d_{0}}-\frac{r^{2}}{2d^{2}_{0}}+\frac{r}{d^{2}_{0}})


has a couple more problems. First there is a problem with the factor of d_0 in the last term that should be straightforward to clear up. Secondly you should take your expansion


(1+x)^{-1/2}=1-\frac{x}{2}


out to quadratic order since you are interested in computing terms of O(r^2). This will correct the coefficient of the quadratic term.
I'll take a look at this in the morning, but I think I see how it goes now. I forgot to factor out a d_{0} of the last term when I factored it out from the square root, and so that will cancel with the other term once I fix the signs. As for fixing the coefficient, that's gonna take some algebra for me to get, and instead I'm going to sleep for now.

Thanks for your help.

McCoy13
Nov7-10, 11:47 AM
Taking the approximation to the second order you get a coefficient of +3/8, and the only term that survives is (2r/do)^2 giving coefficients of -1/2+3/2 = 1. Thanks again!