Calculating the time it takes for something to fall over long distances

  • Thread starter Thread starter hover
  • Start date Start date
  • Tags Tags
    Fall Time
AI Thread Summary
The discussion focuses on calculating the time it takes for an object to fall over long distances, particularly when considering varying gravitational acceleration. The original poster attempts to derive an equation that accounts for changing acceleration, introducing the concept of "jerk" to modify the standard kinematic equations. Feedback from other participants emphasizes that using basic kinematics is inappropriate for non-constant acceleration scenarios, suggesting the need for calculus and differential equations to solve the problem accurately. The conversation also touches on gravitational forces and potential energy, indicating that the maximum speed of a falling object can reach about 11 km/s. Overall, the need for a more sophisticated mathematical approach is highlighted to resolve the complexities of the situation.
hover
Messages
342
Reaction score
0

Homework Statement



This isn't really a homework question that I have but more of a question i am trying to find out myself. When objects are near the surface of the earth, objects accelerate at an average of 9.8 meters per second^2. However when we get farther away from the earth, say have the distance it takes to get to the moon, the acceleration is different. Not only that but as the object gets closer to the Earth the acceleration increases and can not be treated as a constant anymore. I've been thinking in order to resolve this I must try to make an equation with change in acceleration, a jerk. I want to see what you guys think there are any flaws in my process. I also want to figure out the amount of time from my final equation as the title implies.

Homework Equations


A= \frac{\ a+ao}{2}

j= \frac{\ a-ao}{t}

d= vot+.5At^2

Where A is the average acceleration, a is the final acceleration, ao is the initial acceleration, j is the average jerk, t is time, d is the amount of displacement and vo is the initial velocity.

The Attempt at a Solution



I start with this equation-

d= vot+.5At^2

I notice that it has the variable A which needs to be taken out. So I replace A with this equation-

A= \frac{\ a+ao}{2}

and it becomes

d= vot+.5(\frac{\ a+ao}{2})t^2

Next i need to decide to get rid of a or ao so i can somehow put j in there. It doesn't really matter but i decide to replace a with this equation

j= \frac{\ a-ao}{t}
jt= a-ao
jt+ao=a

So once again the new equation is this-

d= vo+.5(\frac{\ jt+ao+ao}{2})t^2

Now i go through the equation and simplify

d= vot+.5(\frac{\ jt+2ao}{2})t^2
d= vot+.5(\frac{\ jt^3+2aot^2}{2})
d= vot+(\frac{\ jt^3+2aot^2}{4})
d= \frac{4vot}{4}+\frac{\ jt^3+2aot^2}{4}
d= \frac{\ jt^3+2aot^2+4vot}{4}

this is what i get for a final equation
d= \frac{\ jt^3+2aot^2+4vot}{4}

This equation makes sense because when j is 0 you get the original equation of
d= vot+.5At^2
and ao becomes A because there is no change in acceleration.

However I don't know if my final equation is correct for sure and I want some feedback to see if it is right. If it is right then we can move on to the question of finding out what t is when all other variables are known. The problem is I don't know how to solve for t. My mind says to make one side of the equation 0 so

0= \frac{\ jt^3+2aot^2+4vot-4d}{4}

And i guess i can get rid of the 4 in the denominator by multiplying both sides of the equation by 4, giving me this

0= jt^3+2aot^2+4vot-4d

But then what? I can't use the quadratic formula. I could factor like this

0= t(jt^2+2aot+4vo)-4d

but that doesn't really get me to far. Can someone help, please?
Thanks for helping me out. :smile:
 
Physics news on Phys.org
Does anyone want to help me? Your help is appreciated.
 
Can someone please help? I want to try to figure out what t is in my final equation (if it is correct) and i can't do it. I don't know how to do it.
 
I think you would need calculus to do this properly, specifically that

Force = \frac{d(mv)}{dt}

and the force if the force is just gravitational from a single body,

Force = \frac{Gm_1 m_2}{r^2}

G - Newton's Gravitational constant
m1 and m2 are the masses of the bodies being attracted.

This comes purely from the fact that the acceleration isn't constant, but it is changing all the time.
 
If you want to calculate the speed at any point you could use potential energy lost = kinetic energy gained.For large distances where we have to take into account the reduction of g the P.E. equation is given by:
P.E.=GMm(1/a minus1/b)
G= universal gravitational constant
M= mass of earth
m= mass of falling object
a= radius of earth(or the distance from the Earth's centre that the object falls to)
b= original distance.
For a problem where b is very large compared to a we can usually assume that 1/b is negligible compared to 1/a.If my memory serves me correctly the smaximum speed reached will be about 11 km/s
 
P.S: You yourself noted that acceleration is constant. You cannot use the basic equations of kinematics with non-constant acceleration, so the first step of your derivation is incorrect. As was noted by Edward G, you need calculus to arrive at and solve a differential equation to get the answer.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top