Acceleration calculation is mocking me

AI Thread Summary
The discussion revolves around the challenges of calculating velocity when acceleration varies, particularly in the context of gravitational forces over large distances. The original poster seeks to understand how to compute travel times for spacecraft using Newtonian physics, specifically when an object falls from a significant distance. Key points include the gravitational force being inversely proportional to the square of the distance and the need to apply the chain rule to relate velocity and acceleration. The conversation highlights the importance of conservation of energy in deriving velocity equations from gravitational potential energy. Understanding these principles is essential for accurately modeling the motion of objects in space.
Asok_Green
Messages
13
Reaction score
0
I took a physics class in high school, and considering how little I’ve since exercised the skills I learned in the class, I must say I’m pretty proud of myself for having come this far. But now I’ve hit a wall.

I enjoy reading and writing science fiction, but to write good science fiction you need a base of science fact, so I’ve been trying to learn how to calculate ballpark travel times between planets for spacecraft using Newtonian physics. I’m having an issue, however, with a concept I either never learned, of have since forgotten completely: Calculating velocity when acceleration is accelerating. Changing velocity of a rock dropped off a roof? No problem. Should be roughly 9.81m/s^2. Changing velocity of a rock that falls from being motionless at a distance of +12,000,000 km? Big problem. That’s a long ways, and some lone firing synapse reminded me that the gravitational force is inversely proportional to the square of the distance.

So I know how to calculate the gravitational pull for given distance, but no idea how to find the acceleration of acceleration or use it to calculate the velocity of an object at a certain distance when it fell from a much greater distance. If anybody could explain how one goes about calculating things like these, it would be much appreciated.
 
Physics news on Phys.org
You are indeed correct that the acceleration changes as the distance decreases. The formula for this relation is:

a(r) = \frac {GM}{r^2}

The problem with this is that there is no explicit time dependence. This just gives the instantaneous acceleration at some point r.
 
Asok_Green said:
I took a physics class in high school, and considering how little I’ve since exercised the skills I learned in the class, I must say I’m pretty proud of myself for having come this far. But now I’ve hit a wall.

I enjoy reading and writing science fiction, but to write good science fiction you need a base of science fact, so I’ve been trying to learn how to calculate ballpark travel times between planets for spacecraft using Newtonian physics. I’m having an issue, however, with a concept I either never learned, of have since forgotten completely: Calculating velocity when acceleration is accelerating. Changing velocity of a rock dropped off a roof? No problem. Should be roughly 9.81m/s^2.
I presume you mean that the acceleration is -9.81 m/s2. Then the velocity after t seconds is -9.81t m/s.

Changing velocity of a rock that falls from being motionless at a distance of +12,000,000 km? Big problem. That’s a long ways, and some lone firing synapse reminded me that the gravitational force is inversely proportional to the square of the distance.

So I know how to calculate the gravitational pull for given distance, but no idea how to find the acceleration of acceleration or use it to calculate the velocity of an object at a certain distance when it fell from a much greater distance. If anybody could explain how one goes about calculating things like these, it would be much appreciated.
Gravitational force between two objects of masses m and M, at distance r (between their centers) is -\frac{GmM}{r^2} so, since F= ma, the acceleration on the object of mass m, due to the object of mass M, is given by F= ma= -\frac{GmM}{r^2} so that
a= \frac{dv}{dt}= -\frac{GM}{r^2}
Since t does not appear explicitely in that we can use the "chain rule" to swap variables:
\frac{dv}{dt}= \frac{dr}{dt}\frac{dv}{dr}= -\frac{GM}{r^2}
But dr/dt is the velocity so
v\frac{dv}{dt}= -\frac{GM}{r^2}
which we can write as
v dv= -\frac{GM}{r^2}
and integrate:
\frac{1}{2}v^2= \frac{GM}{r}+ C
If you look at that closely, you'll see that it is really "conservation of energy":
\frac{1}{2}v^2- \frac{GM}{r}= C
The first term is the kinetic energy and the second is the gravitational potential energy at distance r (each missing a factor of m).

Of course, then,
v= \sqrt{\frac{2GM}{r}+ 2C}
 
Just a note on the constant that appears in the equations above. Be careful when determining the constant. For example Halls of Ivy stated the constant is given by:

\frac{1}{2}v^2- \frac{GM}{r}= C

For your initial conditions (In the OP) the radius for this constant will be fixed at 12 million km and the velocity will be 0. Of course with this general equation you can have any initial conditions you fancy. Anyhoo just thought I'd point that out.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top