What if the gravitational force is

Click For Summary

Discussion Overview

The discussion explores hypothetical variations of the gravitational force equation, specifically considering forms such as F = (G)(M1)(M2)/R and F = (G)(M1)(M2)/R^3, rather than the established inverse square law. Participants speculate on the implications of these alternative models for the solar system and the universe.

Discussion Character

  • Exploratory
  • Debate/contested
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that if gravitational force were proportional to 1/R or 1/R^3, it could lead to significantly stronger or weaker gravitational interactions, potentially altering the existence of life as we know it.
  • Another participant references Bertrand's theorem, suggesting that orbits could be chaotic under different gravitational laws, although closed orbits would still be possible under specific conditions.
  • One participant argues that the inverse square law is fundamental to the structure of the universe, implying that any deviation from it would fundamentally change the laws of physics as we understand them.
  • There is a discussion about the nature of orbits under different force laws, with some noting that only harmonic forces and inverse square forces yield stable, repetitive orbits, while others would result in erratic trajectories.
  • Concerns are raised about the implications of using different force laws in simulations, with one participant describing an artifact in their calculations that leads to unexpected escape trajectories.
  • Another participant mentions the Binet formula and angular momentum conservation in the context of central forces, indicating that the mathematical framework remains applicable even with different force laws.

Areas of Agreement / Disagreement

Participants express a range of views on the implications of altering the gravitational force equation. There is no consensus on the effects of these hypothetical changes, and multiple competing models and interpretations are presented throughout the discussion.

Contextual Notes

Some discussions involve assumptions about the nature of forces and orbits that may not be universally accepted. The implications of different gravitational laws are speculative and depend on various mathematical and physical principles that remain unresolved in this context.

eranium
Messages
4
Reaction score
0
Hi people,

we all know that the equation for gravitational force is F= (G)(M1)(M2)/R^2

which means that G.Force is inversely proportional to 1/R^2.

I was wondering what if the gravitational force is given as F= (G)(M1)(M2)/R

OR F= (G)(M1)(M2)/R^3 .. (i.e. G.Force is inversely proportional to 1/R or 1/R^3 instead of 1/R^2.. )

How will this affect our solar system and universe at large?
 
Space news on Phys.org
One thing I remember that's interesting is that there is something called Bertrand's theorem, which specifies the conditions under which you can have closed orbits (i.e. orbits that are bounded and which trace themselves), and this can only happen if the potential is proportional to -R-1 or to R2. So you could have orbits, but they would be chaotic!
 
It's an interesting speculation. (Sailing close to the edge of the forum rules - but IMHO just inside)

There's good reason to believe that the inverse square law is so ubiquitous in physics that it is a mathematical necessity for the universe itself - it leads to conservation of charge, mass, energy, and related things like the vectorial nature of electromagnetic and gravitational fields.

It's reasonable to suppose that if the rule for gravity were different, so would be the same rules for everything else. The entire universe would unravel.

Unfortunately we don't know enough about this universe to speculate about the behaviour of a different one.
 
One simple conclusion would be that the force of gravity would be much stronger by a factor of r or much weaker by a factor of r. Likely we would not be here having this discussion.
 
eranium said:
OR F= (G)(M1)(M2)/R^3 .. (i.e. G.Force is inversely proportional to 1/R or 1/R^3 instead of 1/R^2.. )

How will this affect our solar system and universe at large?

Well, magnetism operates on 1/R^3. Try getting a metal object to orbit a magnet.
 
Isn't it what it is because the force spreads out as the surface area of a sphere?
 
DLuckyE said:
Isn't it what it is because the force spreads out as the surface area of a sphere?
You mean like gravity?
 
eranium said:
we all know that the equation for gravitational force is F= (G)(M1)(M2)/R^2 which means that G.Force is inversely proportional to 1/R^2.
I was wondering what if the gravitational force [...] is inversely proportional to 1/R or 1/R^3 instead of 1/R^2.. )

As darkSun remarks, only the harmonic force and the inverse square force have the property that they give rise to repetitive orbits. The orbits of other force laws look like spirograph drawings, so to speak.

A force that is proportional to distance to the center of attraction is called a harmonic force (since in the 1-dimensional case such a force gives rise to harmonic oscillation.) It's also referred to as Hooke's law.

If I remember correctly somewhere around 1/R^4 or 1/R^5 there is a runaway effect. An object will just keep spiralling in.

I found a http://www.physics.sjsu.edu/tomley/Veff.html". Unfortunately the method of input is rather unclear.

Now, there is software that I highly recommend (I'm using it myself) for generating Java simulations. It's called http://www.um.es/fem/EjsWiki/Main/WhatIsEJS?", it's open source and it's freely available. (Author: Francisco Esquembre)
You can watch http://swampfox.fmarion.edu/sites/swampfox.fmarion.edu.engelhardt/files/pdfs/EJS_Tutorial/EJS_Tutorial.html"

What you need to provide as input is the equation of motion. EJS generates the java code for computing the orbit. Try it! It will be great fun for you to see the answer to your question in an applet that you have created yourself.

I'm thinking now of creating one too, for my own website. So keep watching this thread. If you're going to try EJS, and something is unclear to you, then feel free to contact me.

Cleonis
www.cleonis.nl
 
Last edited by a moderator:
Cleonis said:
As darkSun remarks, only the harmonic force and the inverse square force have the property that they give rise to repetitive orbits. The orbits of other force laws look like spirograph drawings, so to speak.

Close. In the 2-body case (and a few specific setups with more bodies), any force function will allow exactly circular orbits...because the distance doesn't change, so the force may as well be constant. These orbits are not stable, however: for anything but the inverse square law or harmonic oscillator potential, any perturbation, no matter how small, will lead to a trajectory that diverges further and further from a circular orbit.

The real world has a huge number of other bodies to perturb things, and no perfectly circular orbits (something that seems to get lost in some explanations, leading to the idea that an orbit is a precarious and fragile balance). Instead, the real world has elliptical orbits, which respond to small perturbations by becoming slightly different, equally-stable elliptical orbits, and a few more complex systems. A simple Newtonian inverse square law doesn't describe things exactly, but it comes extremely close.
 
  • #10
DaveC426913 said:
You mean like gravity?

I Actually meant gravity, As in, how can it then be anything else than 1/R^2. Mathematics are used to describe nature, not the other way around right? :-p
 
  • #11
Cleonis said:
If I remember correctly somewhere around 1/R^4 or 1/R^5 there is a runaway effect. An object will just keep spiralling in.

I didn't remember correctly; I'm creating a Java applet (working as described in https://www.physicsforums.com/showpost.php?p=2852936&postcount=8" of this thread), and i tried R^-3, with the velocity at .99 of what would be needed for a circular orbit (which itself wouldn't be stable.)
The object spirals in, and then all of a sudden it breaks away along a trajectory that looks like an escape trajectory. (I'll need to add zoom out capability to follow that trajectory.)

By the way, it's not necessary to work with integers only. R^-2.5 is a force law too; the Java software for calculating powers handles that just as well.
 
Last edited by a moderator:
  • #12
Cleonis said:
The object spirals in, and then all of a sudden it breaks away along a trajectory that looks like an escape trajectory. (I'll need to add zoom out capability to follow that trajectory.)
Don't bother. This is an artifact of your calculations, not a bona fide effect. I have programmed several orbital simulators in my lifetime and they all have this same quirk. (It is independent of the force used - I was using r^2.) At near 0,0, the orbiting object gains a vast boost in velocity and shoots off-screen.

What's happening is that, unlike the real world, computer simulators have to operate in discrete increments; the precision of your positions, velocities and time intervals have a graininess. As your orbiting object nears the centre, these begin to manifest themselves. For example, the object can go from a reasonable distance to .000000000000001 distance in one interval, Then, when you calculate the force at this range, it is a vastly large value. So next time interval you update the velocity based on the force, both of which are now huge. Now you update the distance based on the velocity.

The upshot is: Your object has effectively "teleported" from near 0,0 to 0,1 without having to experience any slowing effect by its passage in the interim. i.e. it is now at a quite safe distance from the centre to not be slowed, but it still has that huge velocity. And away it goes.


The lazy way to deal with this is to put a governor on the force at small distances:
if (d(x) < .1 OR d(y) < .1) {
a(x) = a(x)/10 ;
a(y) = a(y)/10 ;
}
 
Last edited:
  • #13
If a central force F = F(r) acts between two bodies, then the angular momentum L is still conserved and the trajectory lies in one plane and satisfies the equation (in polar form r = r(\phi)):

<br /> \frac{d^{2}}{d\phi^{2}}\left(\frac{1}{r}\right) + \frac{1}{r} + \frac{\mu \, r^{2} \, f(r)}{L^{2}} = 0<br />

I know this as Binet formula, but it does not give me a link on Google. Here, \mu is the reduced mass of the two--body system.

For an attractive force that drops as the n-th power of the distance:

<br /> f(r) = -\frac{\alpha_{n}}{r^{n}}<br />

we have the equation:

<br /> \frac{d^{2}}{d\phi^{2}}\left(\frac{1}{r}\right) + \frac{1}{r} - \frac{\mu \, \alpha_{n}}{L^{2}} \, \left(\frac{1}{r}\right)^{n - 2} = 0<br />

For the cases n = 2 and n = 3, the equation is linear in x \equiv 1/r. Let's consider the case n = 3. Then we have:

<br /> \ddot{x} + \left(1 - \frac{\mu \, \alpha_{3}}{L^{2}}\right) x = 0<br />

Subject to the condition \dot{x}(0) = 0, this equation has the solution:

<br /> \frac{1}{r} = \frac{1}{r_{0}} \, \cos{\left(\sqrt{1 - \frac{\mu \, \alpha_{3}}{L^{2}}} \, \phi\right)}, \; \frac{\mu \, \alpha_{3}}{L^{2}} &lt; 1<br />

<br /> \frac{1}{r} = \frac{1}{r_{0}}, \; \frac{\mu \, \alpha_{3}}{L^{2}} = 1<br />

<br /> \frac{1}{r} = \frac{1}{r_{0}} \, \cosh{\left(\sqrt{\frac{\mu \, \alpha_{3}}{L^{2}} - 1} \, \phi\right)}, \; \frac{\mu \, \alpha_{3}}{L^{2}} &gt; 1<br />

The first one describes a complicated curve that has asymptotes for the angles where the cosine becomes zero, i.e.:

<br /> \sqrt{1 = \frac{\mu \, \alpha_{3}}{L^{2}}} \phi_{0} = \pm \, \frac{\pi}{2}<br />f

and corresponds to an infinite motion, although we may have a loop around the center of force.

The second one describes a circle, but only for a particular value of the angular momentum.

The third always spirals toward the center of force because the hyperbolic cosine tends exponentially to infinity as the angle tends to both positive and negative infinity. The time it takes to fall is given by:

<br /> t_{f} = \int_{0}^{\infty}{\frac{d\phi}{\dot{\phi}}} = \int_{0}^{\infty}{\frac{\mu \, r^{2} \, d\phi}{L}}<br />
<br /> = \int_{0}^{\infty}{\frac{\mu \, r^{2} \, d\phi}{L}} = \frac{\mu \, r^{2}_{0}}{L} \, \int_{0}^{\infty}{\frac{d\phi}{cosh^{2}{\left(\sqrt{\frac{\mu \, \alpha_{3}}{L^{2}} - 1} \, \phi\right)}}<br />
<br /> = \frac{\mu \, r^{2}_{0}}{L \, \sqrt{\frac{\mu \, \alpha_{3}}{L^{2}} - 1}}<br />

i.e. it is finite. The particle is also predicted to come out of the center of force, but this is an unphysical solution.
 
Last edited:
  • #14
DaveC426913 said:
[...] the precision of your positions, velocities and time intervals have a graininess. As your orbiting object nears the centre, these begin to manifest themselves. For example, the object can go from a reasonable distance to .000000000000001 distance in one interval, Then, when you calculate the force at this range, it is a vastly large value.

Yeah, that's what I should have concluded.

Actually, the software I use, http://www.um.es/fem/EjsWiki/Main/WhatIsEJS", offers various solvers for differential equations. The default solver issued a warning to me: something like 'the numerical analysis has encountered a problem'. I then switched to another, less sophisticated solver. Sure enough the trajectory flew out of control.

EJS also offers adaptive solvers, the time increment is automatically decreased if artifacts are detected. In addition, I can add a condition that the simulation automatically halts when the distance drops beneath a particular value
 
Last edited by a moderator:
  • #15
You don't need solving DEs. As I said, the angular momentum is conerved in central force field. Therefore, the trajectory is in a single plane (or, specially a line) determined by the initial postion and velocity (if those are collinear, then the trajectory is line). Therefore, we may use only two polar coordinates (r, \phi) to describe the motion. The Lagrangian of the system is:

<br /> L = \frac{\mu}{2} \, \left(\dot{r}^{2} + r^{2} \, \dot{\phi}^{2} \right) - U(r)<br />

where the potential energy is determined by F(r) = -U&#039;(r). There are two conserved quantities:

1) The angular momentum:

<br /> l = p_{\phi} = \frac{\partial L}{\partial \phi} = \mu \, r^{2} \, \dot{\phi}<br />

and

2) The total energy:

<br /> E = \dot{r} \, \frac{\partial L}{\partial \dot{r}} + \dot{\phi} \, \frac{\partial L}{\partial \dot{\phi}} - L<br />
<br /> = \frac{\mu}{2} \, \left(\dot{r}^{2} + r^{2} \, \dot{\phi}^{2} \right) + U(r)<br />
<br /> = \frac{\mu \, \dot{r}^{2}}{2} + \frac{l^{2}}{2 \, \mu \, r^{2}} + U(r)<br />

But, this is just like the Law of Conservation of energy for a 1D motion in an effective potential energy:

<br /> U_{l}(r) = U(r) + \frac{l^{2}}{2 \, \mu \, r^{2}}<br />

There can be a finite motion only around a point of stable equilibrium which is the point of a potential energy minimum. The necessary condition for a minimum is:

<br /> U&#039;_{l}(r) = U&#039;(r) - \frac{l^{2}}{\mu \, r^{3}} = -F(r) - \frac{l^{2}}{\mu \, r^{3}} = 0<br />

Using the force law F(r) = -\alpha_{n}/r^{n}, \; \alpha_{n} &gt; 0 for an attractive force, we get:

<br /> \frac{\alpha_{n}}{r^{n}_{0}} - \frac{l^{2}}{\mu \, r^{2}_{0}} = 0<br />

<br /> r_{0} = \left(\frac{\mu \, \alpha_{n}}{l^{2}}\right)^{\frac{1}{n - 2}}<br />

But, this is a point of extremum, to test whether the point is max or min, we need the second derivative:

<br /> U&#039;&#039;_{l}(r) = -F&#039;(r) + \frac{3 \, l^{2}}{\mu \, r^{3}} = -\frac{n \, \alpha_{n}}{r^{n + 1}} + \frac{3 \, l^{2}}{\mu \, r^{3}}<br />

<br /> U&#039;&#039;(r_{0}) = -n \, \alpha_{n} \, \left(\frac{l^{2}}{\mu \, \alpha_{n}}\right)^{\frac{n + 1}{n - 2}} + \frac{3 \, l^{2}}{\mu} \, \left(\frac{l^{2}}{\mu \, \alpha_{n}}\right)^{\frac{3}{n - 2}} = (3 - n) \, \alpha_{n} \, \left(\frac{l^{2}}{\mu \, \alpha_{n}}\right)^{\frac{n + 1}{n - 2}}<br />

We see that this point is a local minimum (U&#039;&#039;(r_{0}) &gt; 0) if n &lt; 3 and then we can have finite orbits. Nevertheless, these orbits need not be closed curves since the period in the radial direction is not necessarily equal to the period in the angular motion (as in the n = 2 case).

The point is a local maximum (U&#039;&#039;(r_{0}) &lt; 0) if n &gt; 3). In that case the motion is either infinite and the trajectory asymptotically approaches and recedes from infinity or, the particle simply falls in the center of force.

The case n = 3 is marginal and was discussed in my previous post. It has the same behavior as the n &gt; 3 case.

Finally, if the force has that proprerty, then the potential energy is:

<br /> U(r) = -\frac{\alpha_{n}}{n - 1} \, \frac{1}{r^{n - 1}} + C, \; n \neq 1<br />

<br /> U(r) = \alpha_{1} \, \ln{r} + C, \; n = 1<br />

If n &gt; 1, then the potential energy vanishes at infinity and it is possible for a particle to free itself from the attractive force field and become free. If, on the other hand, n \le 1, then the potential energy at infinity is infinite and no particle can ever leave the force field.
 
  • #16
Dickfore said:
You don't need solving Differential Equations.

You are correct, and you demonstrate so impressively.

Arguably, it's better to solve analytically what is solvable, and use numerical analysis only for cases that do not lend themselves to exhaustive analytic solution. Still, as confirmation I think it's worthwile to run the numerical analysis.
 
  • #17
Cleonis said:
By the way, it's not necessary to work with integers only. R^-2.5 is a force law too; the Java software for calculating powers handles that just as well.

Interesting! How about raising it to a 2/3 power? What happens then?
 
  • #18
mugaliens said:
Cleonis said:
By the way, it's not necessary to work with integers only. R^-2.5 is a force law too; the Java software for calculating powers handles that just as well.

Interesting! How about raising it to a 2/3 power? What happens then?

Well, nothing spectacular.
The general force law as a function of distance R is Rn. For n=1 and n=-2 you get orbits that loop back on themselves, for all other force laws with n>-2 you still get orbits, but they're not cyclic, and they all look pretty much the same.

As Dickfore has shown, the case of n=-3 will crash the simulation. Taking smaller time increments only delays the inevitable.
 
  • #19
Cleonis said:
there is software [...] for generating Java simulations. It's called http://www.um.es/fem/EjsWiki/Main/WhatIsEJS?", it's open source and it's freely available. (Author: Francisco Esquembre)

I'm thinking now of creating one too, for my own website.

I have created the simulation for forces that vary with distance according to Rn, where n can be any number, not just integers. I called it 'Force laws simulation'. It's on my website now.

You can find my website's URL on the contact tab of my physicsforums member profile.
 
Last edited by a moderator:
  • #20
Cleonis said:
I have created the simulation for forces that vary with distance according to Rn, where n can be any number, not just integers. I called it 'Force laws simulation'. It's on my website now.

You can find my website's URL on the contact tab of my physicsforums member profile.

Cool! A force of 1/r^2.75 results in a double-four-leaf-clovered orbit.
 
Last edited:

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 16 ·
Replies
16
Views
1K
Replies
14
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
2
Views
2K
Replies
8
Views
2K
Replies
16
Views
2K