How Long to Fall and Speed of Impact for Object Dropped Near Moon?

  • Thread starter Thread starter dbogen
  • Start date Start date
  • Tags Tags
    Falling Moon
dbogen
Messages
2
Reaction score
0

Homework Statement


An object is dropped from a distanse of 2*R(moon radius) from moon senter.
How many seconds does it take until impact with moon, and in what speed will it hit?

The distanse of the fall will be 1.74*10^6 m. The problem is the not so constant accleration.. ;)

gravity constant: G := 6.67*10^(-11)
moon mass M := 0.0735^24 kg
moon radius R := 1.74*10^6 m

Homework Equations



gravity(accleration) is
g=G*M/R^2

So a(x)=(G*M)/(2*R - x)^2 , x = meter fallen x{0..R)

The Attempt at a Solution


I've calculated the speed at impact:

Average accleration:
> A:=(G*M)/(2*R - x)^2
> Aa := (int(A, x = 0 .. R))/R;
0.8096264368

Time using x= 0.5*a*t^2
> T := solve(R = 0.5*Aa*t^2, t);
-2073.229031, 2073.229031

This time is found using constant accleration, so it isn't the correct one...
but it will work for finding the speed of impact.

Speed
> V := T*Aa;
-1678.541033, 1678.541033
So it will hit at 1678,54 m/s

but for how long will it fall?
 
Physics news on Phys.org
You have acceleration as a function of distance. Put it in the expression a = v*dv/dx.That way you can obtain velocity as a function of distance by integrating. That will solve the first part of your problem. For time you can write v as dx/dt. Now if you put that and integrate you have distance as a function of time.
 
Thanks aim!

I got the correct velocity using your method, but i don't figure out the distanse as a function of time...

Could you please try to explain it again, a bit more detailed? :)
 
Ok you figured out velocity as a function of distance(x). Now what you do is write v as dx/dt. You will notice that the equation now contains x and t only. A little rearrangement and integration and you can express x as function of t.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top