Accuracy of a gravitational force approximation

AI Thread Summary
The discussion focuses on approximating the gravitational force on an object at height h above Earth's surface using a power series. Part (a) is confirmed to be correct, expressing the force F in terms of h/R. In part (b), the user seeks to apply the Alternating Series Estimation Theorem to determine the range of h for which the approximation F ≈ mg is accurate within 1%. The conclusion reached is that h should be less than or equal to 32 km to maintain this accuracy, which can be verified through plotting. The user successfully navigates the application of the theorem and clarifies their understanding of the estimation process.
DivGradCurl
Messages
364
Reaction score
0
It seems to me that I've got part (a) right, but I'm not so sure about what I have in part (b). I just need to know whether or not I am on the right direction. Any help is highly appreciated. :smile:

Problem

The force due to gravity on an object with mass m at a height h above the surface of Earth is

F=\frac{mgR^2}{(R+h)^2}

where R is the radius of Earth and g is the acceleration due to gravity.

(a) Express F as a series of powers of h/r.

(b) Observe that if we approximate F by the first term in the series, we get the expression F\approx mg that is usually used when h is much smaller than R. Use the Alternating Series Estimation Theorem to estimate the range of values of h for which the approximation F \approx mg is accurate within 1%. (Use R = 6400 \mbox{ km}).

My work

(a)

(R+h) ^{-2} = \frac{1}{R^2} \left( 1 + \frac{h}{R} \right) ^{-2}
(R+h) ^{-2} = \frac{1}{R^2} \sum _{n=0} ^{\infty} \binom{-2}{n} \left( \frac{h}{R} \right) ^n
(R+h) ^{-2} = \frac{1}{R^2} \left[ 1 + \frac{(-2)}{1!} \frac{h}{R} + \frac{(-2)(-3)}{2!} \left( \frac{h}{R} \right) ^2 + \dotsb \right]
(R+h) ^{-2} = \frac{1}{R^2} \left[ 1 -2\frac{h}{R} + 3\left( \frac{h}{R} \right) ^2 - 4\left( \frac{h}{R} \right) ^3 + \dotsb \right]
(R+h) ^{-2} = \frac{1}{R^2} \sum _{n=0} ^{\infty} (n+1) \left( -\frac{h}{R} \right) ^n \Longrightarrow F = mg \sum _{n=0} ^{\infty} (n+1) \left( -\frac{h}{R} \right) ^n

(b)

The value of mg doesn't seem to matter here. So, I consider just the terms in the series. It seems to me that the easiest way to go is to plot

\left| 1 - \sum _{n=0} ^{N} (n+1) \left( -\frac{h}{R} \right) ^n \right|

I've tried this with:

N=1000
Domain: [0,37 \times 10^3]
Range: [0,0.01].

It gives a reasonable picture to estimate that h \leq 37 \times 10^3 \mbox{ m}. Is there a better way to find this? Am I on the right path at all?

Thank you
 
Last edited:
Physics news on Phys.org
(a) looks fine.
For (b) you are required to use the Estimation Theorem for Alternating Series. For an alternating series with decreasing terms that converge to 0 for large n :

|S_{\infty} - S_n| \leq t_{n+1}
 
I have a question. I can't find an example in my textbook of the Alternating Series Estimation Theorem in a similar context. I know how to apply it in

e = \sum _{n=0} ^{\infty} \frac{1}{n!} \Longrightarrow t_{n+1} =\frac{1}{(n+1)!} < \left| \mbox{error} \right|

but not really in

e^x = \sum _{n=0} ^{\infty} \frac{x^n}{n!} \Longrightarrow ? < \left| \mbox{error} \right|

Which of the following is correct?

t_{n+1} = (n+2) \left( \frac{h}{R} \right) ^{n+1} < 10^{-2} = \left| \mbox{error} \right| \quad (1)

t_{n+1} = (n+2) \left( \frac{1}{R} \right) ^{n+1} < 10^{-2} = \left| \mbox{error} \right| \quad (2)

I'm just a bit confused. :smile:

Thanks
 
This one : (the other is dimensionally incorrect)

t_{n+1} = (n+2) \left( \frac{h}{R} \right) ^{n+1} < 10^{-2} = \left| \mbox{error} \right| \quad (1)
 
Ok. Now, we have an inequality and two unknowns---namely, n and h. What kind of trick is then required so that I am able to estimate h properly? I think it involves plotting, but I'm not sure how---for the very same reason. :confused:
 
Last edited:
I've just seen my problem in a different way, and it seems to work.

From part (a), we have:

F = mg \left[ 1 - 2\left( \frac{h}{R} \right) + 3\left( \frac{h}{R} \right) ^2 - \dotsb \right]

Applying the Alternating Series Estimation Theorem gives:

b_{n+1} = 2 \frac{h}{R} \leq 10 ^{-2} \Longrightarrow h \leq 32 \mbox{ km}

which can be visually verified with the aid of a plot.
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top