The rocket equation explained by coding it (opens in new tab)馃悕PythonContent type: Tutorial

The Tsiolkovsky rocket equation is the single most important formula in spaceflight, and it explains why getting to orbit is so brutally hard. It is one line, and coding it makes its consequences (including why rockets have stages) impossible to miss. The equation The change in velocity a rocket can achieve, its delta-v, is: import math def delta_v(exhaust_velocity, mass_initial, mass_final): return exhaust_velocity * math.log(mass_initial / mass_final) In words: delta-v equals the exhaust ve...

Read the original article
Sign in to keep reading the full article.

Cited by 1 article

dev.toDEV

Keyboard Shortcuts

Navigation

Next / previous item
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help