DivGradCurl
- 364
- 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. 
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

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: