I don't want to take into account for loss of fuel.
This is very interesting. I took a good crack at answering this question on my own. I didn't have a calculator or a computer so I couldn't do any research .
Here is what I did:
First I solved a more simple problem, If the rocket had to get from A to B and back to A again, It would accelerate towards B until it got half way, then it would accelerate back again until it reached A. This is obvious.
Then I considered what possible paths the rocket could follow. It could follow a parabola, or a circular path (and a whole range of other ones that I couldn't be bothered considering). I went with the circular path initially. So then I simplified the problem again so It is already traveling at a speed V at a tangent to the circle. I wanted to find the force needed to keep it going in a circle. The variables I had were:
v = Velocity of rocket
r = Radius of circle
F = Force applied to rocket
m = Mass of rocket
I wanted to find F in terms of v, r and m. Here is how I did it: (I am not sure this is correct as I did it without a calculator or computer)
I split the circle into a regular polygon. The angle from the radius between each corner of the polygon is theta(i.e. an angle of 360/6 would be a hexagon). Then I found the force needed to get the rocket from the initial corner to the second corner (in terms of v, r, m and the angle). I used F=ma and S=ut+0.5at². The force needed ended up as:
\frac{2mv(1-cos\vartheta)}{r(1-cos^2\vartheta)}
Putting theta as zero didn't work, so I sloppily worked out that the limit would be 1 (as theta tends to zero).
So then I had the force in terms of m, v and r. Like I wanted. But how about if it started still and I wanted the rocket to follow the path of a circle? The force would have to start at a tangent to the circle. If the angle between the tangent to the circle and the direction of the force was theta, then (using the formula I just figured out):
Fsin\vartheta=\frac{2mv^2}{r}
I can also work out the acceleration (around the circle, not towards the centre) in terms of F.
Fcos\vartheta=ma
I have theta in terms of a, and a in terms of theta, But I want theta in terms of time. So I use the integration and differentiation techniques I learned in C4 (maths A-level module).
a=\frac{dv}{dt}
\frac{Fcos\vartheta}{m}=\frac{dv}{dt}
t=\frac{mv}{Fcos\vartheta}
I want to get rid of the v, because it is not a constant, like m and F. Before I wrote:
Fsin\vartheta=\frac{2mv^2}{r}
so:
v=\sqrt{\frac{Frsin\vartheta}{2m}
Putting that in in the other equation and rearranging I got:
\frac{cos(\vartheta)}{tan(\vartheta)}=\frac{mr}{2Ft^2}
I can't seem to solve that for theta. But If I could then I would go on to add a value of theta that was proportional to the distance traveled round the circle. So the angle is not relative to the tangent anymore.
Any comments? Corrections? Help?
If I could find theta in terms of time for the circle, then I could find a solution for my origional question (perhaps not the fastest time though).