Jump to content

How do i calculate Dv?


Souper

Recommended Posts

So i went to the Tsiolkovsky rocket equation, but my problem is, i have utterly NO idea what ISP or a natural logarithm is, and have major problems interpreting the equation. Plus, it's algebra! That's WAY over my head!

so what i'd like is an alternate method of finding my delta V. remember, simpler means better!

(NOTE: i want to be able to do all the equations inside my head. No calculators.)

Link to comment
Share on other sites

Ok, good news. i have a piece of paper and a functioning pencil!

plus, i can get these things:

My rocket's mass

My rocket's dry mass

My rocket's engine's ISP (OK, i know it means efficiency)(i lied for no reason)

Link to comment
Share on other sites

So i went to the Tsiolkovsky rocket equation, but my problem is, i have utterly NO idea what ISP or a natural logarithm is, and have major problems interpreting the equation. Plus, it's algebra! That's WAY over my head!

so what i'd like is an alternate method of finding my delta V. remember, simpler means better!

So you want a means of calculating delta-V using nothing more than about grade 6 or 7 level math, is that it? If so, that's a bit of a strange request. There is a price of admission... Why not pony up? We're not talking complex math here. We're talking plug and chug. There are many helpful people here who can probably help you raise your math skills to the requisite level. It may seem intimidating but that doesn't mean it is hard.

Link to comment
Share on other sites

For a start, try to understand logarithm to base 2 and 10, and their relations to 2^x and 10^x. After that try to understand natural logarithm "ln" and e^x. And stop doing this with pencil and paper; it' wont work well.

Link to comment
Share on other sites

To get Delta-V of a rocket stage without using a calculator, you only need to add up the total mass of the rocket stage and any payload (including any upper stages) before launch, divide it by the total weight after launch (getting you what's called the mass ratio), get the natural log of that, and then multiply that by (IspX9.981). To approximate the natural log without using a calculator, simply perform this formula;

fc784794250f9a344b63b21994fe8a76.png

(the one on the right, you can ignore the others)

with z=the mass ratio, a large number of times-to get the true value, an infinite number of times. Since powers are just repeated multiplication, it should be easy enough to do using just pen and paper.

Link to comment
Share on other sites

Actually, what i want to do is convert that equation into 7th grade level math. (I can't read equations.)

But that re-emphasizes my point. Help us understand where you're hung up and we'll try to help you raise your skills to the requisite level. ZetaX's post contains some good information to get you started. A typical scientific calculator has a "ln" button and an "ex" button (it is often even the same button). Just try it out.

...I JUST said i can't understand algebra.

Kryten is being facetious but he's also illustrating the absurdity of your question. You need to understand some basics before you can proceed with what you're trying to do.

Edited by PakledHostage
Updated.
Link to comment
Share on other sites

That's not algebra, just a lot of multiplication and division. Let's say you work out the mass ratio to be four; what you would then have to work out is;

2X([3/5)]+[1/3X{3/53}]+[1/5X{3/55}]+[1/7X{3/53}]+[1/9X{3/59}]+[1/11X{3/511}]). Or a few more, if you want to be accurate.

Link to comment
Share on other sites

Here I copypasted a top precision approximation that is wrong if someone made a mistake, for you:

dv of stage = 2((mass0/mass1-1)/(mass0/mass1+1) + (1/3)(mass0/mass1-1)^3/(mass0/mass1+1)^3 + (1/5)(mass0/mass1-1)^5/(mass0/mass1+1)^5 + (1/7)(mass0/mass1-1)^7/(mass0/mass1+1)^7 + + (1/9)(mass0/mass1-1)^9/(mass0/mass1+1)^9 + (1/11)(mass0/mass1-1)^11/(mass0/mass1+1)^11 + (1/13)(mass0/mass1-1)^13/(mass0/mass1+1)^13 + (1/15)(mass0/mass1-1)^15/(mass0/mass1+1)^15) * Isp * 9.981

mass0 = mass of entire ship when stage is activated

mass1 = mass of entire ship when stage is finished

Isp = how much thrust u get per kg of fuel

You can probably work it out on paper using long division and really long multiplication :)

If you want to calculate dV, use a calculator (because by definition to calculate the ln you need to do an infinite number of arithmetic operations, so doing it by hand is pointless even if its just an approximation)

If you want to understand the equation, you need to understand how the equation was derived, meaning youd also have to probably understand what ln or e mean at some point. You cannot understand it by calculating ln using basic arithmetic, because still all you are doing is calculating ln, which doesnt really help you understand it. ln is not an abstraction of some intuitive simple calculation, the calculation is an approximation of ln. The ln is the simple thing here.

Edited by Waterlimon
Link to comment
Share on other sites

Tried it, couldn't do it. Can you just translate the whole equation into 3rd grader math?- you know what, no.

Let me try this: i know the wet mass and dry mass of my rocket, so i know the mass of the fuel. I do not however know the exhaust velocity of it, neither is my understanding of inertia advanced enough to know how mass, exhaust velocity, and rocket mass interact.

If i could understand that, my problems would be over!

Link to comment
Share on other sites

Exhaust velocity is Isp divided by 9.81. You aren't going to get ÃŽâ€V without using some version of the Tsiolkovsky rocket equation, and the version with ln is going to be the easiest. Just suck it up and use a calculator, there should be a perfectly serviceable one as part of your computer's OS.

Link to comment
Share on other sites

...I JUST said i can't understand algebra.

Then you need to learn basic algebra. It is not that hard, especially if you work with examples and a motivation in mind.

But closing your mind off by deciding "I can't do algebra" won't help.

Link to comment
Share on other sites

You cannot do this with a finite number of basic arithmetic operations.

The rate at which you gain dv depends on how much mass is left (less mass, faster gain of dv).

Thus as dv increases, the rate at which you gain it increases. This is a curve. You get this curve by doing someconstant * ln (x). You get dv by calculating the value of this thing for some specific value of x determined by how much mass you start with and how much mass you end with (mass1/mass0)

The reason you cant do it with finite arithmetic is because the properties of the curve are such that you can only approximate it (like you can only approximate pi). The approximation is done by doing a ton of arithmetic operations such that the error compared to doing an infinite amount is small enough to not matter.

Link to comment
Share on other sites

There is an easy (pen & paper) approximation :

dv = ISP*9.81 * ln (m_i/m_f)

ln(2) = 0.6931

dv = 6.8 * ISP (if m_i = 2 m_f)

dv = 6.8 * ISP * 2 (if m_i = 4 m_f)

dv = 6.8 * ISP * 3 (if m_i = 8 m_f)

dv = 6.8 * ISP * 4 (if m_i = 16 m_f)

I think that you get the idea : each time you double your m_i/m_f ratio, you add one to your dv multiplier (this property is caused by the log)).

(NB : fuel tank having m_i/m_f <= 9, you will probably get dv between 6.8*ISP*2 and 6.8*ISP*3)

With sqrt(2) = 1.414, you get two more (multiplying by sqrt(2) twice in a row is equivalent to multiplying by 2, so multiplying by sqrt(2) only add 0.5 to the multiplier):

dv = 6.8 * ISP * 1.5 (if m_i = 2.828 m_f) (because 2.828=2*sqrt(2))

dv = 6.8 * ISP * 2.5 (if m_i = 5.656 m_f) (because 5.656=4*sqrt(2))

Have fun !

Link to comment
Share on other sites

You can't ask people how to do something and then refuse the answer when they explain how to do it. There is a barrier to entry, some things just can't be explained at a 3rd grade level, this is why education isn't stopped at 3rd grade.

It's very easy use your pc calculator to do division between 2 values and then hit ln. Simple, even a 3rd grader could do it. Kryten has told you multiple ways how to calculate dv. If you're unwilling to do this, then you simply cannot calculate it.

Link to comment
Share on other sites

Ok...i'm done acting like an idiot, let's finish this. i'm a 7th grader, i can do it if i try hard enough.

So...i'm DAMN close to finding out how it's done. you multiply your Isp by 9.81 the multiply it by ln. what I need to find out is what ln is.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...