Finding x(t) of a particle subjected to gravitational force

Click For Summary

Discussion Overview

The discussion revolves around finding the position function x(t) of a particle subjected to gravitational force from a fixed mass. Participants explore the mathematical methods required to derive x(t) from acceleration a(x), addressing both theoretical and practical aspects of the problem.

Discussion Character

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

Main Points Raised

  • One participant presents the problem of finding x(t) for a particle under gravitational influence, having derived a(x) = -GM/x².
  • Another suggests integrating acceleration to obtain velocity and then position, noting the need for initial conditions.
  • Some participants emphasize the necessity of calculus due to the non-linear nature of the motion.
  • A participant expresses confusion about how to derive a(t) from a(x), seeking clarification on the mathematical tools required.
  • There is a discussion about using conservation of mechanical energy to relate kinetic and potential energy, with varying levels of comfort regarding the approach.
  • One participant proposes a differential equation d²x/dt² = -GM/x² as a way to express the motion, while another suggests that this equation may be difficult to solve explicitly for x(t).
  • Several participants discuss the application of the chain rule and conservation of energy principles to derive relationships between velocity and position.
  • A later post introduces a related problem involving a mass on a spring, seeking to apply similar energy conservation principles to find the solution.
  • One participant shares a more complex scenario involving gravitational influence from the sun, discussing the challenges of integrating the resulting equations and seeking feedback on their findings.

Areas of Agreement / Disagreement

Participants generally agree on the need for calculus and the application of energy conservation principles, but there is no consensus on the best method to derive x(t) from a(x). Multiple competing views and approaches remain, and the discussion is unresolved regarding the explicit solution for x(t).

Contextual Notes

Participants express uncertainty about the integration process and the implications of initial conditions on the solutions. There are also references to the complexity of the differential equations involved, indicating potential limitations in deriving explicit solutions.

RaamGeneral
Messages
49
Reaction score
1
Hello everybody. I registered today in this forum and this is my first post.
I'm Italian, therefore sorry for my ugly english.

Studying physics (for my personal curiosity) I proposed myself two problems I couldn't solve.
One of these, is: at the point x=0 (of a one dimensional space) there is a fixed object of mass M and at distance x=x0 there is a second object.
I'd want to find the x(t) function for the second object subjected to the gravitational force of the first.

M - - - - - <--- m
x=0 . . . . . . . . x=x0

I obtained a(x) = - GM/x2, but from this I'm not able to get x(t).

Some advice to solve this problem?
 
Physics news on Phys.org
RaamGeneral said:
I obtained a(x) = - GM/x2, but from this I'm not able to get x(t).

Some advice to solve this problem?

How much calculus do you know? You can integrate acceleration as a function of time to get velocity as a function of time, and then integrate velocity to get position as a function of time. The two integrations will introduce two arbitrary constants, whose value you will determine from the initial distance between the two objects and the initial speed of the two objects.

This problem is appreciably easier if the mass of the first object is much larger than the second; then you can ignore its motion, calculate as if the position of the first object is fixed. I suggest that you solve that problem before you take on the more complicated general case.
 
To do this requires a bit of calculus. Do you know how to integrate and differentiate?

If you don't know calculus this will be beyond your ability to do and understand. The reason you need calculus here is because the position as a function of time is non-linear. That is, in the first second it will move a distance but in the second second it will move a different distance. In fact, at every instant it is moving at a different rate. To deal with this continuous change you need calculus.
 
Thanks for your reply.

I know I can integrate a(t) to get v(t), but I have here a(x). There is not variable t.
In some way I need to build the x(t) function.

I don't know what is the acceleration at time t.
Acceleration here changes constantly time after time. How can I get a(t) from a(x)?
What mathematical instrument I have to use for this purpose?
 
Know that the "ma" from Newtons law is also "dp/dt" where p is the momentum, mv.
 
you need to solve the differential equation [tex]\dfrac{d^2x}{dt^2}=-\frac{GM}{x^2}[/tex]
 
  • Like
Likes   Reactions: 1 person
RaamGeneral said:
How can I get a(t) from a(x)?
What mathematical instrument I have to use for this purpose?

You're right, I misread the problem - my mistake.
ModusPwnd and Delta got there ahead of me.
 
But d2x/dt2 = a(t), and I have got a(x), or.. a(x(t)) or x''(x(t)).
Am I wrong?I think a(t) has to be something like this:

a(t) = -GM/(x0-f(t))2

f(0) = 0 and in a certain time f(?) = x0; this means that the particle 2 arrived to "touch" the particle 1 at point x=0.
 
Last edited:
Ok, I tried this, but I don't know if it is corret to do; I used the conservation of mechanical energy principle.

K0 + U0 = Kt + Ut

m a(x0) x0 = 1/2 m x'(t)2 + m x''(t)x(t)

1/2 x'(t)2 + x''(t)x(t) = -GM/x0

I don't think I can solve this equation, but would it be correct this?
 
  • #10
Well that equation from conservation of energy seems harder to me than x''(t)=-GM/x(t)².

To solve the latter we can put v(t)=dx/dt. Then we notice that x''(t)=dv/dt=(dv/dx)*(dx/dt) =(dv/dx)*v. So the differential equation can be written as
vdv/dx=-GM/x² or vdv=-GMdx/x². From that by integration by parts we can find v as function of x.

Then we can find dv/dx=A(x) and then x''(t)=(dv/dx)*(dx/dt)=A(x)*dx/dt=-GM/x² or equivalently

A(x)x²dx=-GMdt which we can integrate by parts to find x(t).
 
Last edited:
  • #11
Delta, you were absolutely right, sorry for my insistence (and my ignorance).
F(x(t)) = -GMm/x(t)2 = mx''(t)

I can't understand why I fell in such stupid thing.


Let's forget about this (also because this ODE is impossible to solve and explicit x(t)) and concentrate ourselves in another very easy problem.

A mass m is attacched on a spring in an horizontal frictionless plane

|////////////////-m
. . . . .x=0 . . . .x=x0

In the same way as before, we get:

F(t) = -kx(t) = mx''(t)

The solution should be:

x(t) = v0 cos(t √(k/m) ) + x0 sin(t √(k/m) )

But, if I'd like to find this solution by mechanical energy consideration, how should I set up the equation?

I would do in such way, but it doesn't work:

E0 = K0 + U0 = Kt + Ut = Et

1/2 m v02 - 1/2 k x02 = 1/2 m x'(t)2 - 1/2 k x(t)2


Thank you.
 
  • #12
RaamGeneral said:
Thanks for your reply.

I know I can integrate a(t) to get v(t), but I have here a(x). There is not variable t.
In some way I need to build the x(t) function.

I don't know what is the acceleration at time t.
Acceleration here changes constantly time after time. How can I get a(t) from a(x)?
What mathematical instrument I have to use for this purpose?
There is a fairly standard method, called "quadrature" for problems like this.
[tex]a= \frac{dv}{dt}= \frac{dv}{dx}\frac{dx}{dt}[/tex]
(the chain rule)
[tex]= v\frac{dv}{dx}[/tex]

so [tex]a= \frac{dv}{dt}= v\frac{dv}{dx}= \frac{-GM}{x^2}[/tex]
which can be written [tex]vdv= \frac{-GM}{x^2}dx[/tex]
Integrating, [tex]\frac{1}{2}v^2=\frac{GM}{x}+ C[/tex]
or [tex]\frac{1}{2}v^2- \frac{GM}{x}= C[/tex]

You might recognize that as "conservation of energy"- the left side is the kinetic energy plus the gravitational potential energy.
 
  • Like
Likes   Reactions: 1 person
  • #13
That seems cool, thank you.
 
  • #14
time-dependent position of object under sun's gravitation

In freshman physics, Newton's 2nd law & gravitational law are solved for the velocity as a function of position (distance of a non-orbital object from the sun) where it's given that the sun is stationary due to its enormous mass: V(r)=SQRT(Vo^2+2GM(1/r-1/ro) where Vo & ro are initial velocity & position. V(r)=dr/dt=SQRT(2GM/r + (Vo^2-2GM/ro). If B=Vo^2/(2GM)-1/ro & γ=SQRT(2GM) the equation becomes ∫dr/SQRT((1/r)+B)=γ∫dt with appropriate limits on integrals. You will never find a solution to the LHS integral in integral tables. This must be why the freshman physics books don't go past the first integration. But, like the orbital case, the substitution x=1/r yields -∫dx/(x^2*SQRT(x+B)) which can be found in tables. In terms of x, this integral is: SQRT(B+x)/Bx + 1/(2*B^1.5)*Ln((SQRT(B+x)-SQRT(B))/(SQRT(B+x)+SQRT(B))). Substituting r=1/x gives the integral in terms of r. The integrated equation can be used to calculate t for each given r once the initial conditions (B & γ) are specified. I've done it on Excel for some nice B's and the behavior of the object is good (starts slow and speeds up as it gets nearer the sun). However, due to the SQRT(B) terms there are lots of initial conditions (e.g. Vo=0) where the answer (time t for a position r) is not a real number. I've gone over every step more than 10 times and I'm quite sure I've found & corrected all the errors. So this initial value (B) problem puzzles me. Are there any constructive comments? I don't know any physics people in my town (Salt Lake City) to review this with, so I thought I'd join the Forum.
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K