![]() |
|
|
#1 |
|
Oct 2007
Manchester, UK
5·271 Posts |
Well I guess it is really. OK, here's the setup, you're designing a multi-stage rocket and want to use as little fuel as possible by mass.
These are your initial arbitrary parameters:
Two questions, what is the minimum mass of the rocket stack on the launch pad, and what delta-v does each stage impart? The rocket equation will be quite useful for this question: http://en.wikipedia.org/wiki/Rocket_equation Hint: The payload mass doesn't matter when calculating delta-v for each stage. Last fiddled with by lavalamp on 2010-07-08 at 20:41 Reason: There's always one typo... |
|
|
|
|
|
#2 |
|
Jun 2003
5,051 Posts |
Are the stages supposed to be identical (in mass)?
|
|
|
|
|
|
#3 |
|
Apr 2010
2×3×52 Posts |
I suppose that the mass of each stage shall be optimized so that the total mass comes out minimal.
We can get rid of physical units by dividing all physical masses by the mass of the payload. Let's call those dimensionless stage masses m1...m4. The dimensionless payload mass is 1 then. The overall Delta-v divided by the exhaust-v shall be 10/3. This must equal the sums of the ln((total_mass_at_begin_of_stage_i)/(total_mass_at_end_of_stage_i)). Using a Lagrange multiplier lambda for this constraint, you have to minimize Code:
m1+m2+m3+m4+lambda*( ln((m1+m2+m3+m4+1)/(0.15m1+m2+m3+m4+1)) +ln((m2+m3+m4+1)/(0.15m2+m3+m4+1)) +ln((m3+m4+1)/(0.15m3+m4+1)) +ln((m4+1)/(0.15m4+1)) -10/3) Last fiddled with by ccorn on 2010-07-08 at 21:56 |
|
|
|
|
|
#4 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
23·1,223 Posts |
Is this to be g-force limited? Will it carry people or other sensative cargo vs. a solid conic craft?
|
|
|
|
|
|
#5 | ||
|
Oct 2007
Manchester, UK
5·271 Posts |
No.
Quote:
Quote:
None of this matters, the rocket equation does not take into account thrust or acceleration. The delta-v is the same for a small weedy rocket motor or a big beefy rocket motor (provided the have the same mass ratio and exhaust velocity). This WOULD matter when determining a launch profile, but that's an entire other can of worms. Last fiddled with by lavalamp on 2010-07-08 at 22:35 |
||
|
|
|
|
|
#6 | |
|
Apr 2010
2·3·52 Posts |
Quote:
Last fiddled with by ccorn on 2010-07-08 at 22:49 |
|
|
|
|
|
|
#7 |
|
Oct 2007
Manchester, UK
5×271 Posts |
Indeed, currently reading the "Level set" page, since the "Very simple example" turned out not to be simple enough.
|
|
|
|
|
|
#8 |
|
Jun 2003
5,051 Posts |
I am going to assert, without proof, that the optimal design has each stage providing the same delta-v.
|
|
|
|
|
|
#9 |
|
Apr 2010
2×3×52 Posts |
|
|
|
|
|
|
#10 | |
|
Oct 2007
Manchester, UK
25138 Posts |
Quote:
ccorn, try out the same example, but with only two stages, it's much easier to graph and see the values for the minimum mass. Not that plotting 5 dimensional graphs isn't possible, it's just tricky. Or impossible, one of the two anyway. Now for phase 2 of this puzzle, the generalisation. Suppose instead of the mass ratios and exhaust velocities being equal ... they are not! Ne! This is a much more realistic scenario for a rocket launch. Can you find a method for detemining the optimum masses/delta-vs of each stage in this case? This part of the puzzle kept me tied up for quite a bit longer than the first part, but then you lot are all smarter than me so maybe it won't be so hard after all. I hope it won't be instantly solved in any case, always a little disappointing when that happens. |
|
|
|
|
|
|
#11 |
|
Oct 2007
Manchester, UK
5·271 Posts |
OK, so it could be that everyone is experiencing friday evening/night AWAY from the computer (heathens), or a general apathy for the puzzle, but since there have been no posts in over 24 hours, I'll post the method I used. I've also uploaded some data related to what's in the black below.
I wrote some code to determine the optimal stage masses for 2, 3 and 4 stage rockets where all stages had the same exhaust velocity, n-1 stages had the same mass ratio, and the final stage had a varying mass ratio. I've attached the data I gleaned from these tests so you don't have to run them (unless you really want to). I recommend at least playing around with some code though, I pretty much discovered the relationship entirely by accident, but then I compared it to all the data and it fit exactly. There are 4 files in the attached ZIP, an Excel file, and three CSV files for anyone who cannot open the Excel file. There are two columns per data set, the first is the mass ratio for the final stage, the second is the delta-v for that stage divided by 10000, so it is basically the fraction of the total delta-v supplied by that stage. Since the other stages have the same mass ratio and exhaust velocity as each other, they will have equal delta-vs that can easily be calculated. The mass ratio for the other stages is included in the column header. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Out for surgery | R.D. Silverman | Factoring | 15 | 2009-01-27 22:30 |