Locoism
- 77
- 0
Homework Statement
Suppose a rocket is launched from the surface of the Earth with initial velocity
v_0 = \sqrt(2gR), the escape velocity.
a) Find an expression for the velocity in terms of the distance x from the surface of the Earth (ignore air resistance)
b) Find the time required for the rocket to go 240,000 miles. Assume R = 4000 miles, and g = 78,545 miles/h2
The Attempt at a Solution
So I figure we use \frac{dv}{dt} = -\frac{mG}{(R+x)^2} and multiply by \frac{dt}{dx} = \frac{1}{v} to get
\frac{dt}{dx} \frac{dv}{dt} = \frac{dv}{dx} = -\frac{mG}{v (R+x)^2}
which gives v(x) = \sqrt(\frac{2mG}{R+x}) + C
Using v(0) = \sqrt(2gR) gives
C = \sqrt(2gR) - \sqrt(\frac{2mG}{R})
I don't know where to go from here...