Path of a projectile with a non-constant gravity

Click For Summary

Discussion Overview

The discussion revolves around the behavior of a projectile under the influence of a non-constant gravitational field, particularly as the height of the projectile increases. Participants explore the implications of varying gravity on projectile motion, including mathematical formulations and the physical interpretations of these models.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a modified equation for projectile height that incorporates the gravitational force as a function of distance, suggesting that the traditional model may not hold at large heights.
  • Another participant points out a flaw in the initial formula, emphasizing that the distance should be measured from the center of mass of the Earth rather than just the height above the ground.
  • There is a discussion about the complexity introduced by varying gravity, noting that it complicates the integration process needed to derive the projectile's height over time.
  • One participant mentions that modeling free-falling projectiles with varying gravity leads to elliptical trajectories, contrasting with the parabolic trajectories derived from constant gravity models.
  • Another participant confirms that parabolic trajectories are approximations of elliptical trajectories in the context of sub-orbital motion, but highlights that atmospheric effects complicate the models further.
  • A later reply questions how to solve the nested integrals that arise when trying to express the height as a function of time under varying gravity.

Areas of Agreement / Disagreement

Participants express differing views on the validity and implications of the proposed equations and models. There is no consensus on the best approach to modeling projectile motion under varying gravity, and several competing ideas are presented.

Contextual Notes

Participants note that the integration of acceleration becomes more complex when gravity is not constant, and that assumptions about the absence of air resistance may not hold in practical scenarios.

Who May Find This Useful

This discussion may be of interest to those studying physics, particularly in areas related to projectile motion, gravitational theory, and mathematical modeling of physical phenomena.

ForceBoy
Messages
47
Reaction score
6
The typical equation for the height of a projectile on Earth after ##t ## seconds is

## h = -4.9t^{2}+vt+c##

where ##v## is the velocity of the projectile and ##c## the initial height.

This is nice and all but what happens if the height is very large? The leading coefficient of the equation above is half of the acceleration due to gravity on earth. The gravitational force between two objects of given masses is a function of the distance between the objects. If a ball is thrown into the air, the higher it gets, the less it slows down due to gravity.

I assume the distance between our projectile and the Earth is the height of the projectile. Then the equation becomes

## h = -\frac{Gm_{earth}}{2h^{2}}t^{2}+vt+c ##

My problem is the graph of the equation. In terms of x and y,

## y = -\frac{C}{y^{2}} x^2+vx ##

where v is a constant and C is a constant (too keep the equation general for projectiles on any planet and to avoid doing some arithmetic).

When I graph, with C and v being greater than zero, the positive part of the graph, in the first quadrant, never seems to intersect the x axis. Intuitively I believe the graph would intersect the x axis, showing there is some time for which the projectile lands. If the projectile never lands, the acceleration must be too small to keep the projectile bound. But when I make C larger, the graph just seems to grow, to expand.

So my question is whether my equation makes physical sense considering the graph suggests it doesn't (to me).

Thank you.
 
Last edited:
Physics news on Phys.org
One problem you have with your formula: $$ g = -\frac{Gm_{earth}}{2h^{2}}$$ it should really be $$ g = -\frac{Gm_{earth}}{2r^{2}}$$ where r is the distance between the centers of mass (from center of mass of rocket to center of mass of the Earth), not just the height above the ground.

Another thing, this formula for height comes from integrating the acceleration twice, but g is no longer a constant, which cannot just be pulled out of the integrand. This makes solving much more difficult.

How far from Earth's surface were you planning for it to go?
 
Last edited:
As general background knowledge you may also be interested to know that if you model a free falling projectile (with no air resistance) with varying gravity (using Newton's law of gravity) you effectively end up with elliptical trajectories when modeled on a round Earth (or more generally a Kepler orbit), compared to the parabolic trajectories you already know from when the projectile is modeled with constant gravity on a flat Earth.

Also, one can still model trajectories with varying gravity using flat Earth, but if speeds become significant (comparable to orbital speeds, or equivalent, that curvature of Earth becomes significant compared to the range of the trajectory) then it becomes necessary to include the (fictitious) effect of centrifugal force as well. For sub-orbital trajectories the effect of varying (Newtonian) gravity usually has much less effect on the trajectory than the effect of curving Earth, when compared to a simple parabolic trajectory on a flat Earth. In long range artillery calculations for instance, I believe you would include curvature and other effects (like the Coriolis effect, another fictitious force) long before starting to include effects of reduced gravity. In some cases, like for atmospheric models, the effect of reduced gravity is included by replacing geometric height with geopotential height.
 
  • Informative
Likes   Reactions: scottdave
scottdave said:
One problem you have with your formula:

g=−Gmearth2h2g=−Gmearth2h2​

g = -\frac{Gm_{earth}}{2h^{2}} it should really be

g=−Gmearth2r2g=−Gmearth2r2​

g = -\frac{Gm_{earth}}{2r^{2}} where r is the distance between the centers of mass (from center of mass of rocket to center of mass of the Earth), not just the height above the ground.

Okay. Then my distance to the center of the planet will be some ##q## and my ##g## should be

##g = -\frac{Gm_{planet}}{(h+q)^{2}} ##
scottdave said:
Another thing, this formula for height comes from integrating the acceleration twice, but g is no longer a constant, which cannot just be pulled out of the integrand. This makes solving much more difficult.

Then, would my final equation come from the following?

## h(t) =\int\int\frac{Gm_{planet}}{(h(t)+q)^{2}} dt^{2} ##

And if this is so, how could I solve considering that the integrals are nested inside each other infinitely? Because ##h## is equal to the whole integral but appears inside it.

## h(t) =\int\int\frac{Gm_{planet}}{(\int\int\frac{Gm_{planet}}{\int\int\frac{Gm_{planet}}{(...+q)^{2}} dt^{2}+q)^{2}} dt^{2})+q)^{2}} dt^{2} ##

Filip Larsen said:
As general background knowledge you may also be interested to know that if you model a free falling projectile (with no air resistance) with varying gravity (using Newton's law of gravity) you effectively end up with elliptical trajectories when modeled on a round Earth (or more generally a Kepler orbit), compared to the parabolic trajectories you already know from when the projectile is modeled with constant gravity on a flat Earth.
So, the trajectories, the parabolic ones we learn in class, are just approximations of the real elliptical trajectories?
 
ForceBoy said:
So, the trajectories, the parabolic ones we learn in class, are just approximations of the real elliptical trajectories?

The short answer is yes, indeed. In the given context, the parabola is an approximation to the above-ground part of a sub-orbital elliptical trajectory.

However, note that both types of trajectories is a result of modeling free fall with no air resistance, so for problems involving projectiles moving through parts of the atmosphere the models quickly ends up being a fair bit more complicated, even to the point where numerical integration becomes the only feasible way of finding a trajectory solution (i.e. a closed or analytical solution is not possible or tractable). Such a situation could for instance be calculating the precise trajectory of a lifting-body vehicle reentering the atmosphere from orbital speeds, or calculating the precise helical trajectory of a spinning artillery shell (external ballistics).
 
I will keep this in mind as I learn more. While it may not be immediately relevant, it's bound to be in the future.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
40
Views
3K
  • · Replies 17 ·
Replies
17
Views
19K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 49 ·
2
Replies
49
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
13
Views
2K