Can spinning reference frames mimic gravitational fields?

AI Thread Summary
The discussion centers on calculating the final velocity and time of an object falling from a height where gravitational acceleration is initially 1 m/s², transitioning to 9.8 m/s² upon reaching the Earth's surface. Participants share their calculations, with one arriving at a final velocity of approximately 9215.1 m/s and a fall time of 2943.1 seconds, while another finds a slightly different time of around 4528 seconds but a similar final velocity. They explore the integration of gravitational forces and energy concepts to derive their results, noting discrepancies in their time calculations due to different interpretations of the distance fallen. The conversation also touches on the analogy of a rotating reference frame to mimic gravitational effects, highlighting the complexities of motion in non-inertial frames. The thread concludes with a collaborative effort to reconcile their differing approaches and results.
hover
Messages
342
Reaction score
0
Hey everyone,

THIS IS NOT A HOMEWORK QUESTION. This is a question I think I know the answer to but I want to see what you get to check my answer. Here is the setting. You take an object up into the atmosphere. Far enough away so that the acceleration do to gravity of the Earth is 1 m/s^2. From that point, you throw the object down with an initial velocity of 10 m/s. I want to know the final velocity of the object when it touches the Earth (when a=g=9.8m/s^2) and how long it took for the object to fall that distance. Since the acceleration is changing you will need to use somehow incorporate that into your equation because acceleration isn't constant. This throws out conventional kinematics like d=vt+.5at^2. Assume there is no air friction.

<br /> a_0 = 1m/s^2<br />

<br /> r_0= 19954924.2m/s<br />

<br /> r_f= 6380000m<br />

<br /> v_0= 10m/s<br />

<br /> M=M_E= 5.97E24 kg<br />

This is what I get for answers
<br /> v_f= 9215.1m/s<br />
and
<br /> t= 2943.1 seconds<br />

Thanks
 
Physics news on Phys.org
I got a somewhat longer time (~ 4528,5 seconds) but approximately the same velocity (9223,6 m/s).

How did you calculate it?
 
I integrated F=\frac{GMm}{r^2} to get this

E=\int \frac{GMm}{r}
and this can be written as

E=\frac{GMm}{r_f} - \frac{GMm}{r_0}

r_0 being the initial distance from the center of the Earth and r_f being the final.I noticed that this integral has units of energy. So I should be able to solve the final velocity using energy concepts.

E_i+W_N_C=E_f

E_i is the initial energy in the system
W_N_C is the energy or work that is added or taken away from the system (like air friction)
E_f is the final energy in the system

We know that in this particular case we have gravitational potential energy and an initial velocity. We know there are no frictional forces like air so we discard that. Just before the object touches the Earth it will have a final velocity. So the equation must look like this-

\frac{GMm}{r_f} - \frac{GMm}{r_0} + \frac{1}{2}mv_0^2 =\frac{1}{2}mv_f^2

Now we want to solve for v_f

\frac{GMm}{r_f} - \frac{GMm}{r_0} + \frac{1}{2}mv_0^2 =\frac{1}{2}mv_f^2

\frac{2GMm}{r_f} - \frac{2GMm}{r_0} + mv_0^2 = mv_f^2

\frac{2GM}{r_f} - \frac{2GM}{r_0} + v_0^2 = v_f^2

\sqrt{\frac{2GM}{r_f} - \frac{2GM}{r_0} + v_0^2 }= v_f

That is the equation to give me a final velocity. So to find it I just plug it in.

\sqrt{\frac{2GM_E}{6380000} - \frac{2GM_E}{19954924.2} + 10^2 }= v_f

v_f=9215.1m/s

So now that I have an initial and final velocity. I should be able to find an average velocity by using-

v_a=\frac{v_f+v_0}{2}

v_a=\frac{9215.1+10}{2}

v_a= 4612.55m/s

Now we have the equation \frac{d}{t}= v_a and solve for t

\frac{d}{t}= v_a

d= v_at

\frac{d}{v_a}= t

Now we solve for t

\frac{19954924.2-6380000}{4612.55}= 2943.1 seconds

That's how I got my answers. For time, one could merge all the equations together to get this-

t = \frac {2d}{\sqrt{\frac{2GM}{r_f} - \frac{2GM}{r_0} + v_0^2 }+v_0}
 
Ah, I took the other approach. From
m y&#039;&#039;(t) = - \frac{G M m}{(R + y(t))^2}
with M and R the mass and (average) radius of the earth, and y(t) the distance above the Earth's surface, I first found that
y&#039;&#039;(0) = -1 at y(0) = \sqrt{ G M } - R

Then I (unfortunately, numerically) solved the differential equation
y&#039;&#039;(t) = - \frac{G M m}{(R + y(t))^2}
with the above boundary condition and y'(0) = -10. Setting the result equal to zero gave t = t0 = 4528 seconds, and the derivative of y(t) at that time is y'(t0) = -9223 m/s.

But actually I'm not sure our values for r_0 (my y(0)) agree, to start with :confused:
 
Hmm... so our final velocity's are about right. It's just the time it takes we don't agree with. I really don't know if I'm right or you are right. I'm hoping that someone will make a post backing up either your work or my work.
 
I get 4379 seconds, 9.22 km/s solving it numerically.
 
E=\int \frac{GMm}{r}

What are you using for little m ? Treating it as a massless test particle, m=0 and drives this whole equation to 0.
 
tony873004 said:
E=\int \frac{GMm}{r}

What are you using for little m ? Treating it as a massless test particle, m=0 and drives this whole equation to 0.

Look at how I derived my equation, specifically when I was searching for the final velocity. When simplifying the equation to solve for the final velocity, m dropped out. I don't understand why I wasn't able to find the same exact time if we got the same final velocities.
 
Well, at least we all agree about the velocity (in two decimals, at least :smile:).

I found a way to find the velocity analytically using the force method, as follows (same notation as before).
We still have r_0 = \sqrt{G M} - R. Since over an infinitesimal interval* the change in velocity is given by
dv = a dt = - \frac{G M}{(R + y)^2}
and since v = dy/dt, dt = dy / v:
dv = - \frac{G M}{(R + y)^2} \frac{dy}{v}.
So basically I'm using a separation of variables here:
v \, dv = - \frac{G M}{(R + y)^2} dy
hence (using the boundary conditions)
\int_{-10}^{v_f} v \, dv = - G M \int_{r_0}^0 \frac{1}{(R + y)^2} \, dy.
The first integration is easy, changing variables to Y = R + y (dY = dy) gives
\left. \frac12 v^2 \right|_{v = -10}^{v = v_f} = - G M \int_{R + r_0}^{R} \frac{1}{Y^2} \, dY = G M \left. \frac{1}{Y} \right|_{Y = R + r_0}^{Y = R}.
Note that R + r_0 = R + (\sqrt{G M} - R) = \sqrt{GM}, so
\frac12 v_f^2 - 50 = \frac{G M}{R} - \frac{G M}{\sqrt{G M}}
whence
\frac12 v_f^2 = \frac{G M}{R} - \sqrt{G M} + 50
and we can plug in the numbers to get
v_f \approx 9223,6\ldots [m/s].

The downside of this method is that it is very hard (if not impossible) to get from v(y) to v(t) here. Although it is probably possible to calculate the average velocity by solving v(y) from
\frac12 v(y)^2 - 50 = - G M \int_{r_0}^y \frac{1}{(R + y)^2} \, dy
and then evaluating
\langle v \rangle = \left( \int_{r_0}^0 v(y) \, dy \right) / \left( \int_{r_0}^0 dy \right)
and using
t = \frac{r_0}{\langle v \rangle}

*) I'm doing it the physicists' way here, if you insist you can make it mathematically sound :smile:[/size]
 
  • #10
CompuChip said:
The downside of this method is that it is very hard (if not impossible) to get from v(y) to v(t) here. Although it is probably possible to calculate the average velocity by solving v(y) from
\frac12 v(y)^2 - 50 = - G M \int_{r_0}^y \frac{1}{(R + y)^2} \, dy
and then evaluating
\langle v \rangle = \left( \int_{r_0}^0 v(y) \, dy \right) / \left( \int_{r_0}^0 dy \right)
and using
t = \frac{r_0}{\langle v \rangle}

All of our work, till the amount of time it takes, is equivalent up to this point. That makes me happy :smile:. I think I see where and why we have different amounts of time. Its literally in the very last equation you put down.

<br /> t = \frac{r_0}{\langle v \rangle}<br />

You took r_0 and divided it by v_a, or how you said it \langle v \rangle. What you are saying in this equation is the object fell the full initial distance (19954924.2meters) to the center of the earth. I wanted the object to stop once it hit the Earth's surface, which relative to the center of the Earth is 6380000m. Perhaps it was the way I stated my question when I said

"I want to know the final velocity of the object when it touches the Earth (when a=g=9.8m/s^2) and how long it took for the object to fall that distance."

I didn't make myself clear enough. That's my fault. I apologize :redface:.
 
  • #11
hover said:
So now that I have an initial and final velocity. I should be able to find an average velocity by using-

v_a=\frac{v_f+v_0}{2}

v_a=\frac{9215.1+10}{2}

v_a= 4612.55m/s

Now we have the equation \frac{d}{t}= v_a and solve for t

\frac{d}{t}= v_a

d= v_at

\frac{d}{v_a}= t

You probably have realized this by now but you can't find the time this way since the acceleration is not constant!
 
  • #12
hover said:
All of our work, till the amount of time it takes, is equivalent up to this point. That makes me happy :smile:. I think I see where and why we have different amounts of time. Its literally in the very last equation you put down.

<br /> t = \frac{r_0}{\langle v \rangle}<br />

You took r_0 and divided it by v_a, or how you said it \langle v \rangle. What you are saying in this equation is the object fell the full initial distance (19954924.2meters) to the center of the earth. I wanted the object to stop once it hit the Earth's surface, which relative to the center of the Earth is 6380000m. Perhaps it was the way I stated my question when I said

"I want to know the final velocity of the object when it touches the Earth (when a=g=9.8m/s^2) and how long it took for the object to fall that distance."

I didn't make myself clear enough. That's my fault. I apologize :redface:.


No it is my fault - I didn't make myself clear enough. My variable y which is running between r_0 and 0, is the height above the surface of the earth. For example, in the integral, you will see that I have written (R + y) with R the radius of the earth, so y = 0 corresponds to being on the surface. My initial value is
r_0 = \sqrt{G M} - R
which indeed corresponds to
a(y = \sqrt{G M} - R) = - \frac{G M}{(R + y)^2} = - \frac{G M}{(R + \sqrt{G M} - R}^2 = - \frac{G M}{(\sqrt{GM})^2} = -1.

But probably there is some minor, stupid, avoidable mistake which I just don't see.
 
  • #13
Lets see now...
I recently got an idea of how to solve (or at least try to solve) this problem. First let's forget about gravity for a moment and think about circular motion. Let's say we have a hollow cylinder. As the cylinder spins, any object inside the cylinder will "fall" or "accelerate" to the sides of the cylinder. This is relative to the frame of reference inside the cylinder. To calculate the time it takes for an object to hit the sides of the cylinder will be difficult. This is because the "magical force" that causes the object to fall increases as it gets closer to the sides of the cylinder. One would have to use more than just basic kinematics to solve the amount of time it takes. However, If we look at the spinning cylinder from outside the spinning reference frame there are no forces acting on any objects. When an object is released from inside the reference frame of the cylinder, the people looking at the the object from outside the cylinder will see the object travel in a straight line, with constant velocity until it hits the sides of the cylinder. From this standpoint it is possible to use regular kinematics to solve the problem. In particular by using

\frac{d}{v}=t

Where d is displacement v is velocity and t is time. The distance will equal half the chord length relative to where it was released so

\frac{\sqrt{r^2-L^2}}{v}=t

Than the velocity will simply be v=rw so

\frac{\sqrt{r^2-L^2}}{r\omega}=t

r is the radius of the cylinder, L is how far away the object was released from the cylinder.

My idea is to put my question not in a gravitational field but put it in a reference frame that is rotating and mimic the exact conditions as if it were in a gravitational field. First I need a way to define acceleration inside the cylinder. So

a=r\omega^2

where a is acceleration due to rotation r is the radius of the cylinder and w is the rate at which the cylinder rotates. Just multiply by the mass of the object and you will find out its force. Now let's look at the energy concepts from inside the cylinder. This equation will yield us the potential energy from within the cylinder.

E=\int mr\omega^2dr

The final velocity of the object inside the cylinder will look like this.

\sqrt{\int 2r\omega^2dr +v_i^2}=v_f

I want to find what w is suppose to be so I set this equation equal to (the now correct equation)

\sqrt{\int \frac{2GM}{R^2} +v_i^2}=v_f

(in earlier posts I butched the equation)

Set them equal, and omega will equal this

\omega= \sqrt{\frac{2GM}{r_f^2-r_i^2}(\frac{1}{R_i}-\frac{1}{R_i})}

r_f is the final radius of from the axis of rotation, r_i is the initial radius from the axis of rotation. R_i is the distance from the mass of the object to planet and R_f is the final distance to the mass of the object to the planet.

So rewording this equation
\frac{\sqrt{r^2-L^2}}{r\omega}=t
to

\frac{\sqrt{r_f^2-r_i^2}}{r_i\omega}=t

So this equation should give me the amount of time it takes for an object to fall a certain distance and it works great for small distances but I get a different answer to my question than you do... I get 6080.66 for an answer... Where did I go wrong??

To help save time, I created a spread sheet of my work so anyone can easily alter information to get answers without crunching too many numbers.

I should have got the same answer as you guys... Where did I go wrong??
 

Attachments

Back
Top