How High Can an Object Reach if Projected Upward at 3.7 km/s?

AI Thread Summary
An object projected upward at 3.7 km/s is analyzed using energy conservation principles to determine its maximum height. The calculations involve gravitational potential energy and kinetic energy, with the formula 1/radius_f = -Vi^2/(2*G*M_e) + 1/R_e being central to the discussion. Participants highlight an error in the calculations, specifically the omission of a negative sign, which leads to incorrect results, including a negative height. A corrected approach suggests using gravitational potential and rearranging terms to find height above the Earth's surface. The final consensus indicates that the height should be added to the Earth's radius for accurate measurement.
maniacp08
Messages
115
Reaction score
0
Gravity -- maximum height

An object is projected upward from the surface of the Earth with an initial speed of 3.7 km/s. Find the maximum height it reaches.
m

Ive used the Energy conservation
Kf + Uf = Ki + Ui
1/2 mvf^2 - G*M_e*m/rf = 1/2 mvi^2 - G*M_e*m/ri
= 0 - G*M_e*m/rf = 1/2 mvi^2 - G*M_e*m/R_e

R_e = radius of Earth = 6.37 x 10^6m
M_e = mass of Earth = 5.98 x 10^24kg
G = 6.67 x 10^-11 N*m^2/kg^2

1/radius_f = -Vi^2/2*G*M_e + 1/R_e
1/radius_f = (-3700 m/s)^2 / 2(6.67 x 10^-11)(5.98 x 10^24) + 1/6.37 x 10^6
=13690000 / 7.97732 x 10^13 + 1/6.37 x 10^6
1.716115187^-7 + 1.569858713^-7 = 3.2859739^-7
1/3.2859739^-7 = 3043237.806
then I do
3043237.806 - 6.37 x 10^6 but that gives me a negative height.

Can someone help me? I've been going at this problem for hours.
 
Physics news on Phys.org


Sorry, but this is really hard to follow. I find it much easier to write out the whole problem algebraically before subbing in any numbers, and also using consistant significant figures.

If you could do this first it would help a lot.
 


This is the final equation:
1/radius_f = -Vi^2/2*G*M_e + 1/R_e

then I solve for radius_f then I divide it by 1

then I subtract it from the Earth's radius to get the height but it gives me a negative height.
 


I'm not entirely sure why that is, but it could have something to do with order of operations (don't quote me on that). Using your formula, I would take a reciprocal of it first: R + r = \frac{2GM_e}{-v^2} + R

From this we can see that the R terms cancel and we're left with r that we want to find. I have not solved this mathematically yet though.
 
Last edited:


well the textbook has the same problem explained but different velocity and it uses that equations and same steps I posted. But I don't know what I did wrong mathematically to give me a negative height. I was wondering if someone can work it out and see if they get the same answer or diff.
 


maniacp08 said:
1/radius_f = -Vi^2/2*G*M_e + 1/R_e
1/radius_f = (-3700 m/s)^2 / 2(6.67 x 10^-11)(5.98 x 10^24) + 1/6.37 x 10^6
=13690000 / 7.97732 x 10^13 + 1/6.37 x 10^6

you go wrong right here: you forgot a minus sign in the first term on the rhs going from the 1st to 2nd line
 


maniacp08 said:
An object is projected upward from the surface of the Earth with an initial speed of 3.7 km/s. Find the maximum height it reaches.
m

Ive used the Energy conservation
Kf + Uf = Ki + Ui
1/2 mvf^2 - G*M_e*m/rf = 1/2 mvi^2 - G*M_e*m/ri
= 0 - G*M_e*m/rf = 1/2 mvi^2 - G*M_e*m/R_e

R_e = radius of Earth = 6.37 x 10^6m
M_e = mass of Earth = 5.98 x 10^24kg
G = 6.67 x 10^-11 N*m^2/kg^2

1/radius_f = -Vi^2/2*G*M_e + 1/R_e
1/radius_f = (-3700 m/s)^2 / 2(6.67 x 10^-11)(5.98 x 10^24) + 1/6.37 x 10^6
=13690000 / 7.97732 x 10^13 + 1/6.37 x 10^6
1.716115187^-7 + 1.569858713^-7 = 3.2859739^-7
1/3.2859739^-7 = 3043237.806
then I do
3043237.806 - 6.37 x 10^6 but that gives me a negative height.

Can someone help me? I've been going at this problem for hours.

Gravitational Potential is given by -GMm/r
So let u = GM so that

1/2mV2 - um/R = - um/(R + h)

V2/(2*u) = - 1/(R + h) + 1/R = h/(R2 +R*h)

You might recognize then in the near field with R >> h :

V2 = 2 * (u/(R2 +R*h)) * h ≈ 2*(g)*h

Rearranging:
2*u*h = V2R2 + V2*R*h

Solving for h then I get
h = V2R2/(2*u - V2*R)

Using km and u in km as ≈ 4*105 and R as 6400 km V as 3.7 km/s then ...
 


h = V^2R^2/(2*u - V^2*R)

h = 13.69 * 40960000 / (800000 - 87616)
h = 560742400 / 712384
h = 787.1350283 km
h = .7871350283 m

Do I add this to the Radius of the earth?
 


maniacp08 said:
h = V^2R^2/(2*u - V^2*R)

h = 13.69 * 40960000 / (800000 - 87616)
h = 560742400 / 712384
h = 787.1350283 km
h = .7871350283 m

Do I add this to the Radius of the earth?

The way it was originally constructed h was height above the radius.
1/2mV2 - um/R = - um/(R + h)

Better check your conversion however. The bolded line looks OK. The one below - not.

And significant digits wise you should round likely to the nearest km.

The value of u for Earth for instance I already rounded.

See: http://en.wikipedia.org/wiki/Gravitational_constant#The_GM_product
 
Last edited:
Back
Top