After a lot of battling with equations and a few mountain dews later.. I've arrived at a solution.. which i believe is quite correct. So.. i request you to please take a look and point out flaws [if any]:
Assumptions for this problem: Take for any arbitrary distance 'r' from the center, let the center be the origin.
Also, instead of taking the starting position as [itex]10R_E[/itex], I'm assuming an arbitrary position 's'.
The acceleration of the object is given by:
[tex]
a = -\frac{GM}{r^2}[/tex]
[tex]
\frac{dv}{dt} = -\frac{GM}{r^2}[/tex]
[tex]
\frac{dv}{dr} \frac{dr}{dt} = -\frac{GM}{r^2}[/tex]
[tex]
vdv = -\frac{GM}{r^2}dr[/tex]
[tex]
\frac{v^2}{2} = \frac{GM}{r} + C[/tex]
also, at [itex]r = s[/itex], [itex]v = 0[/itex] Hence,
[tex]
GM + sC = 0[/tex]
[tex]
C = -\frac{GM}{s}[/tex]
So, we have:
[tex]
v = \sqrt{2GM} \sqrt{\frac{1}{r} - \frac{1}{s}}[/tex]
Let, us just take out the [itex]\sqrt{2GM} = \Phi[/itex]. We'll call it the 'planetary mass factor' [yup.. it's my turn now to use fancy terms :P], So, we have the 'planetary mass factor' as:
[tex]
\Phi = \sqrt{2GM}[/tex]
so..
[tex]
\frac{dr}{dt} = \Phi \sqrt{\frac{1}{r} - \frac{1}{s}}[/tex]
let the above equation be eqn. 1.
[tex]
\sqrt{\frac{sr}{s - r}}dr = \Phi dt[/tex]
Let,
[tex]
\frac{sr}{s - r} = x[/tex]
[tex]
\frac{s^2}{(s - r)^2}dr = dx[/tex]
Putting the values in eqn. 1, we get:
[tex]
\frac{(s - r)^\frac{3}{2}}{s^2}dx = \Phi dt[/tex]
Also, from the first assumption,
[tex]
r = \frac{sx}{s + x}[/tex]
So,
[tex]
\frac{dx}{s + x} = \Phi dt[/tex]
[tex]
log_e|s + x| = \Phi t + J[/tex]
J is again, a constant of integration. Now, substituting the value of 'x' in terms of r, we get:
[tex]
\frac{s^2}{s - r} = e^{\Phi t + J}[/tex]
[tex]
\frac{s^2}{s - r} = e^J e^{\Phi t}[/tex]
[tex]
\frac{s^2}{s - r} = ke^{\Phi t}[/tex]
On simplifying it a bit,
[tex]
r(t) = s\left(1 - \frac{s}{ke^{\Phi t}}\right)[/tex]
Now, r(0) = s . Solving for 'k',
[tex]
k = 2s[/tex]
Putting it in the equation, we get the answer as:
[tex]
r(t) = s\left(1 - \frac{1}{2e^{\Phi t}}\right) = s\left(1 - \frac{1}{2e^{\sqrt{2GM} t}}\right)[/tex]
This is the equation of motion I got. :D