Rockeet going from A to B with least fuel

  • Context: Undergrad 
  • Thread starter Thread starter Georgepowell
  • Start date Start date
  • Tags Tags
    Fuel
Click For Summary

Discussion Overview

The discussion revolves around optimizing the trajectory of a spacecraft moving from point A to point C via point B, focusing on minimizing fuel consumption and travel time. Participants explore mathematical modeling and physical principles related to constant force propulsion in a vacuum, without gravity or air resistance.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions whether the problem is solvable and how to begin approaching it.
  • Another suggests that since the force is constant, minimizing fuel consumption may equate to minimizing travel time, assuming mass loss due to fuel consumption is negligible.
  • Some participants relate the problem to the brachistochrone problem, noting its complexity compared to the standard version.
  • There is a discussion about whether to account for the decreasing mass of the rocket due to fuel loss, with one participant emphasizing its importance.
  • Another participant describes a method of approaching the problem by considering circular paths and deriving forces needed for circular motion, although they express uncertainty about their calculations.
  • One participant proposes that the ideal solution would involve a continuous function for the angle of the rocket's thrust over time.
  • A later reply breaks the problem into two parts, focusing on finding the fastest route under specific constraints related to velocity and acceleration.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to the problem, with multiple competing views on whether to consider fuel loss and how to model the trajectory. The discussion remains unresolved regarding the optimal method for solving the problem.

Contextual Notes

Limitations include assumptions about constant force and neglecting mass loss due to fuel consumption, which may affect the trajectory and fuel efficiency calculations.

Georgepowell
Messages
179
Reaction score
0
I'm not sure I should be asking this question in Maths, but I think it is a maths question and I don't care about the physics behind it.

You are in some sort of simple space craft:

It has a mass of 1kg

To move, it has one rocket that produces a constant force of 10N in which ever direction you want. (this force does not stop)

If you start from rest at position A(0m,0m) and want to get to C(10m,-7m) via B(9m,13m). Then how do you rotate your rockets (10N force) throughout your journey to complete your journey in the fastest time possible?

There is no gravity and no air resistance.

Is this question do-able? Or is it very difficult? How would I even start?
 
Mathematics news on Phys.org
I thinks it's a very interesting question George (I don't now how to do it - though I haven't thought about it much yet).

Note that if the force is constant then I think we can assume that the rate of fuel consumption should be constant and therefore the problem is of min fuel consumption is really just the same a that of minimum travel time. Here I'm assuming of course that we're not taking into account any mass decrease due to fuel loss.
 
You are in some sort of simple space craft:

It has a mass of 1kg

To move, it has one rocket that produces a constant force of 10N in which ever direction you want. (this force does not stop)
Should we take into account that mass of the rocket is decreasing due to fuel loss? If so then what is the mass flow? I guess it is important since you cannot get it from the force only.
 
Integral said:

Yes that's exactly what I was thinking. It's significantly harder than the standard brachristochrone problem though.BTW. Just for fun I sketched those coordinates in a tech drawing program. It turns out that they very nearly lie on a 10m radius circle. With 10N, 1kg and a 10m radius turn the maximum linear velocity is 10m/s. To accelerate to 10 m/s would take a distance of 5m if directly in a straight line, though further of course if you are trying to change direction at the same time.

Taking all the above into consideration I've made an "artists impression" of what the trajectory might look like. This was pretty unmathematical and just for fun, but I'll bet it's not too far from the actual optimal trajectory. I can't help it, it's the engineer in me. ;)
 

Attachments

  • rocket_trajectory.png
    rocket_trajectory.png
    11 KB · Views: 499
Last edited by a moderator:
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:

[tex]\frac{2mv(1-cos\vartheta)}{r(1-cos^2\vartheta)}[/tex]

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):

[tex]Fsin\vartheta=\frac{2mv^2}{r}[/tex]

I can also work out the acceleration (around the circle, not towards the centre) in terms of F.

[tex]Fcos\vartheta=ma[/tex]

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).

[tex]a=\frac{dv}{dt}[/tex]

[tex]\frac{Fcos\vartheta}{m}=\frac{dv}{dt}[/tex]

[tex]t=\frac{mv}{Fcos\vartheta}[/tex]

I want to get rid of the v, because it is not a constant, like m and F. Before I wrote:

[tex]Fsin\vartheta=\frac{2mv^2}{r}[/tex]

so:

[tex]v=\sqrt{\frac{Frsin\vartheta}{2m}[/tex]

Putting that in in the other equation and rearranging I got:

[tex]\frac{cos(\vartheta)}{tan(\vartheta)}=\frac{mr}{2Ft^2}[/tex]

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 original question (perhaps not the fastest time though).
 
BTW the ideal solution for this problem would be:

theta = F(t)

where F(t) is a continuous function of time and theta is the angle that the rocket is pointing.
 
Allow me to break this problem into two parts:

Problem 1: You want to find the fastest way from point P to point Q, under the constraints:
* You start at P at rest
* You finish at Q with a specified velocity vector
* Your acceleration has fixed magnitude

Problem 2: given points A, B, and C in the original problem, choose the velocity vector through B that yields, using the solution to problem 1, the fastest route A->B->C.

(Note that the solution to problem 1 can be reversed to solve the problem of starting with a specified velocity and ending at rest)
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 118 ·
4
Replies
118
Views
13K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 41 ·
2
Replies
41
Views
4K
  • · Replies 82 ·
3
Replies
82
Views
9K
  • · Replies 35 ·
2
Replies
35
Views
8K
Replies
9
Views
9K